body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 1.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.91rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #0196e3 !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0174b0 !important;
  border-color: #0174b0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0174b0 !important;
  border-color: #0174b0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0196e3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #015d8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !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: #ea2396 !important;
  border-color: #ea2396 !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: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !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: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !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: #36187d !important;
  border-color: #36187d !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: #0196e3 !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01537d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !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: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #0196e3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0196e3;
  border-color: #0196e3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0196e3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b1e4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #0196e3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0196e3;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0196e3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0196e3;
}
.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: #0196e3;
  border-bottom-color: #0196e3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0196e3 !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: #ea2396 !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='%230196e3' %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-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGwmqjv {
  background-color: #0196e3;
}
.cid-svGKGwmqjv .mbr-section-title {
  color: #ffffff;
}
.cid-svGKGwmqjv .mbr-section-subtitle {
  color: #0196e3;
}
.cid-svGKGwmqjv .mbr-text {
  color: #ffffff;
}
.cid-svGKGwmqjv .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-svGKGwmqjv .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-svGKGwmqjv .text-col {
  align-items: center;
  display: flex;
}
.cid-svGKGwmqjv .mbr-section-subtitle,
.cid-svGKGwmqjv .title-col {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.cid-svMI8yuE9y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svMI8yuE9y img,
.cid-svMI8yuE9y .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-svMI8yuE9y .item:focus,
.cid-svMI8yuE9y span:focus {
  outline: none;
}
.cid-svMI8yuE9y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svMI8yuE9y .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svMI8yuE9y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-svMI8yuE9y .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-content {
    padding: 1rem 0;
  }
}
.cid-svMI8yuE9y .mbr-section-title {
  color: #0196e3;
}
.cid-svMI8yuE9y .item-title {
  color: #000000;
  text-align: center;
}
.cid-svMI8yuE9y .item-subtitle {
  color: #bec2cf;
}
.cid-svMI8yuE9y .mbr-text,
.cid-svMI8yuE9y .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-svMI8yuE9y .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-u2g3qgh5xD {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-u2g3qgh5xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2g3qgh5xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2g3qgh5xD .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u2g3qgh5xD .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u2g3qgh5xD .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u2g3qgh5xD .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u2g3qgh5xD .mbr-section-title {
    width: 100%;
  }
}
.cid-u2g3qgh5xD .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u2g3qgh5xD .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u2g3qgh5xD .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u2g3qgh5xD .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u2g3qgh5xD .col-list {
  width: 46%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2g3qgh5xD .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u2g3qgh5xD .list-title {
  color: #0196e3;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2g3qgh5xD .list-title {
    padding-bottom: 20px;
  }
}
.cid-u2g3qgh5xD .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  text-align: left;
}
.cid-u2g3qgh5xD li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u2g3qgh5xD ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #0196e3;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-tZBggR6lJ5 {
  background-color: #f2f3f7;
}
.cid-tZBggR6lJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBggR6lJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBggR6lJ5 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-tZBggR6lJ5 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tZBggR6lJ5 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tZBggR6lJ5 .mbr-section-title {
  color: #0196e3;
  width: 80%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tZBggR6lJ5 .mbr-section-title {
    width: 100%;
  }
}
.cid-tZBggR6lJ5 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tZBggR6lJ5 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tZBggR6lJ5 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-tZBggR6lJ5 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-tZBggR6lJ5 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-tZBggR6lJ5 .col-list {
    width: 100%;
    margin: 0rem 0;
  }
}
.cid-tZBggR6lJ5 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-tZBggR6lJ5 .list-title {
    padding-bottom: 20px;
  }
}
.cid-tZBggR6lJ5 .list {
  list-style: none;
  margin: 0rem 0 0 0;
  padding-left: 0;
}
.cid-tZBggR6lJ5 li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-tZBggR6lJ5 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #0196e3;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2gjEcAscS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u2gjEcAscS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2gjEcAscS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2gjEcAscS .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u2gjEcAscS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u2gjEcAscS .container {
    padding: 0 26px;
  }
}
.cid-u2gjEcAscS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2gjEcAscS .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u2gjEcAscS .mbr-section-title {
  color: #ffffff;
}
.cid-u2gjEcAscS .mbr-section-title,
.cid-u2gjEcAscS .mbr-section-btn {
  text-align: center;
}
.cid-u2gajzsjep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2gajzsjep .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2gajzsjep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2gajzsjep .row {
  justify-content: flex-start;
}
.cid-u2gajzsjep .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2gajzsjep .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2gajzsjep .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2gajzsjep .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2gajzsjep .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.cid-u2gajzsjep .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-u2gajzsjep .mbr-section-title,
.cid-u2gajzsjep .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2gaBK8O09 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2gaBK8O09 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2gaBK8O09 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2gaBK8O09 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2gaBK8O09 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2gaBK8O09 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2gaBK8O09 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4l6nL78ER {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u4l6nL78ER .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nL78ER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nL78ER .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u4l6nL78ER .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u4l6nL78ER .container {
    padding: 0 26px;
  }
}
.cid-u4l6nL78ER .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4l6nL78ER .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u4l6nL78ER .mbr-section-title {
  color: #ffffff;
}
.cid-u4l6nL78ER .mbr-section-title,
.cid-u4l6nL78ER .mbr-section-btn {
  text-align: center;
}
.cid-u4l6nLhdfI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nLhdfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nLhdfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nLhdfI .row {
  justify-content: flex-start;
}
.cid-u4l6nLhdfI .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l6nLhdfI .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l6nLhdfI .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l6nLhdfI .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l6nLhdfI .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l6nLhdfI .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l6nLhdfI .mbr-section-title,
.cid-u4l6nLhdfI .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l6nLyopQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nLyopQ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l6nLyopQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l6nLyopQ .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l6nLyopQ .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l6nLyopQ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l6nLyopQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l6nLJ5GU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nLJ5GU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nLJ5GU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nLJ5GU .row {
  justify-content: flex-start;
}
.cid-u4l6nLJ5GU .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l6nLJ5GU .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l6nLJ5GU .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l6nLJ5GU .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l6nLJ5GU .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l6nLJ5GU .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l6nLJ5GU .mbr-section-title,
.cid-u4l6nLJ5GU .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l6nM0ntD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nM0ntD .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l6nM0ntD .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l6nM0ntD .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l6nM0ntD .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l6nM0ntD .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l6nM0ntD .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l6nMcmEz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nMcmEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nMcmEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nMcmEz .row {
  justify-content: flex-start;
}
.cid-u4l6nMcmEz .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l6nMcmEz .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l6nMcmEz .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l6nMcmEz .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l6nMcmEz .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l6nMcmEz .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l6nMcmEz .mbr-section-title,
.cid-u4l6nMcmEz .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l6nMsyVa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4l6nMsyVa .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l6nMsyVa .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l6nMsyVa .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l6nMsyVa .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l6nMsyVa .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l6nMsyVa .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l6nMDSWa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nMDSWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nMDSWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nMDSWa .row {
  justify-content: flex-start;
}
.cid-u4l6nMDSWa .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l6nMDSWa .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l6nMDSWa .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l6nMDSWa .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l6nMDSWa .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l6nMDSWa .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l6nMDSWa .mbr-section-title,
.cid-u4l6nMDSWa .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l6nMTUfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nMTUfY .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l6nMTUfY .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l6nMTUfY .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l6nMTUfY .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l6nMTUfY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l6nMTUfY .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l6nN7kdE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nN7kdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nN7kdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nN7kdE .row {
  justify-content: flex-start;
}
.cid-u4l6nN7kdE .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l6nN7kdE .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l6nN7kdE .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l6nN7kdE .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l6nN7kdE .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l6nN7kdE .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l6nN7kdE .mbr-section-title,
.cid-u4l6nN7kdE .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l6nNoNrS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l6nNoNrS .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l6nNoNrS .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l6nNoNrS .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l6nNoNrS .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l6nNoNrS .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l6nNoNrS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l8ymBE3J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l8ymBE3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l8ymBE3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l8ymBE3J .row {
  justify-content: flex-start;
}
.cid-u4l8ymBE3J .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l8ymBE3J .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l8ymBE3J .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l8ymBE3J .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l8ymBE3J .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l8ymBE3J .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l8ymBE3J .mbr-section-title,
.cid-u4l8ymBE3J .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l8A6E9RV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l8A6E9RV .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l8A6E9RV .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l8A6E9RV .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l8A6E9RV .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l8A6E9RV .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l8A6E9RV .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l8KcY4Xi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l8KcY4Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l8KcY4Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l8KcY4Xi .row {
  justify-content: flex-start;
}
.cid-u4l8KcY4Xi .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l8KcY4Xi .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l8KcY4Xi .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l8KcY4Xi .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l8KcY4Xi .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l8KcY4Xi .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l8KcY4Xi .mbr-section-title,
.cid-u4l8KcY4Xi .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l8OJxhZ0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l8OJxhZ0 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l8OJxhZ0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l8OJxhZ0 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l8OJxhZ0 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l8OJxhZ0 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l8OJxhZ0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l8UCDDoz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l8UCDDoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l8UCDDoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l8UCDDoz .row {
  justify-content: flex-start;
}
.cid-u4l8UCDDoz .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l8UCDDoz .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l8UCDDoz .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l8UCDDoz .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l8UCDDoz .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l8UCDDoz .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l8UCDDoz .mbr-section-title,
.cid-u4l8UCDDoz .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l8Z0c4Nb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l8Z0c4Nb .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l8Z0c4Nb .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l8Z0c4Nb .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l8Z0c4Nb .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l8Z0c4Nb .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l8Z0c4Nb .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l95XmMoN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l95XmMoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l95XmMoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l95XmMoN .row {
  justify-content: flex-start;
}
.cid-u4l95XmMoN .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l95XmMoN .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l95XmMoN .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l95XmMoN .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l95XmMoN .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l95XmMoN .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l95XmMoN .mbr-section-title,
.cid-u4l95XmMoN .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l98IVWfL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l98IVWfL .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4l98IVWfL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4l98IVWfL .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4l98IVWfL .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4l98IVWfL .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4l98IVWfL .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4l6nNA8T2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4l6nNA8T2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nNA8T2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nNA8T2 .row {
  justify-content: flex-start;
}
.cid-u4l6nNA8T2 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4l6nNA8T2 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4l6nNA8T2 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4l6nNA8T2 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4l6nNA8T2 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4l6nNA8T2 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4l6nNA8T2 .mbr-section-title,
.cid-u4l6nNA8T2 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4l6nNSZpW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l6nNSZpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nNSZpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nNSZpW .section-head {
  margin-bottom: 50px;
}
.cid-u4l6nNSZpW .mbr-section-title {
  color: #000000;
}
.cid-u4l6nNSZpW .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4l6nNSZpW .card {
  padding: 0;
}
.cid-u4l6nNSZpW .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4l6nNSZpW .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4l6nNSZpW .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4l6nNSZpW .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4l6nNSZpW .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4l6nNSZpW .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4l6nNSZpW .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4l6nNSZpW .sign {
  display: none !important;
}
.cid-u4l6nNSZpW .panel-title-edit {
  color: #000000;
}
.cid-u4l6nNSZpW .panel-body {
  padding: 15px 0;
}
.cid-u4l6nNSZpW .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4l6nOP2Eb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l6nOP2Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nOP2Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nOP2Eb .section-head {
  margin-bottom: 50px;
}
.cid-u4l6nOP2Eb .mbr-section-title {
  color: #000000;
}
.cid-u4l6nOP2Eb .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4l6nOP2Eb .card {
  padding: 0;
}
.cid-u4l6nOP2Eb .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4l6nOP2Eb .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4l6nOP2Eb .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4l6nOP2Eb .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4l6nOP2Eb .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4l6nOP2Eb .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4l6nOP2Eb .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4l6nOP2Eb .sign {
  display: none !important;
}
.cid-u4l6nOP2Eb .panel-title-edit {
  color: #000000;
}
.cid-u4l6nOP2Eb .panel-body {
  padding: 15px 0;
}
.cid-u4l6nOP2Eb .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4l6nOd7l5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l6nOd7l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nOd7l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nOd7l5 .section-head {
  margin-bottom: 50px;
}
.cid-u4l6nOd7l5 .mbr-section-title {
  color: #000000;
}
.cid-u4l6nOd7l5 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4l6nOd7l5 .card {
  padding: 0;
}
.cid-u4l6nOd7l5 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4l6nOd7l5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4l6nOd7l5 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4l6nOd7l5 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4l6nOd7l5 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4l6nOd7l5 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4l6nOd7l5 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4l6nOd7l5 .sign {
  display: none !important;
}
.cid-u4l6nOd7l5 .panel-title-edit {
  color: #000000;
}
.cid-u4l6nOd7l5 .panel-body {
  padding: 15px 0;
}
.cid-u4l6nOd7l5 .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4l6nOwj5a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4l6nOwj5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4l6nOwj5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4l6nOwj5a .section-head {
  margin-bottom: 50px;
}
.cid-u4l6nOwj5a .mbr-section-title {
  color: #000000;
}
.cid-u4l6nOwj5a .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4l6nOwj5a .card {
  padding: 0;
}
.cid-u4l6nOwj5a .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4l6nOwj5a .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4l6nOwj5a .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4l6nOwj5a .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4l6nOwj5a .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4l6nOwj5a .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4l6nOwj5a .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4l6nOwj5a .sign {
  display: none !important;
}
.cid-u4l6nOwj5a .panel-title-edit {
  color: #000000;
}
.cid-u4l6nOwj5a .panel-body {
  padding: 15px 0;
}
.cid-u4l6nOwj5a .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4lc4TGFO6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4lc4TGFO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lc4TGFO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lc4TGFO6 .section-head {
  margin-bottom: 50px;
}
.cid-u4lc4TGFO6 .mbr-section-title {
  color: #000000;
}
.cid-u4lc4TGFO6 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4lc4TGFO6 .card {
  padding: 0;
}
.cid-u4lc4TGFO6 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4lc4TGFO6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4lc4TGFO6 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4lc4TGFO6 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4lc4TGFO6 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4lc4TGFO6 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4lc4TGFO6 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4lc4TGFO6 .sign {
  display: none !important;
}
.cid-u4lc4TGFO6 .panel-title-edit {
  color: #000000;
}
.cid-u4lc4TGFO6 .panel-body {
  padding: 15px 0;
}
.cid-u4lc4TGFO6 .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4lcsrKwh4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4lcsrKwh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lcsrKwh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lcsrKwh4 .section-head {
  margin-bottom: 50px;
}
.cid-u4lcsrKwh4 .mbr-section-title {
  color: #000000;
}
.cid-u4lcsrKwh4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4lcsrKwh4 .card {
  padding: 0;
}
.cid-u4lcsrKwh4 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4lcsrKwh4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4lcsrKwh4 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4lcsrKwh4 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4lcsrKwh4 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4lcsrKwh4 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4lcsrKwh4 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4lcsrKwh4 .sign {
  display: none !important;
}
.cid-u4lcsrKwh4 .panel-title-edit {
  color: #000000;
}
.cid-u4lcsrKwh4 .panel-body {
  padding: 15px 0;
}
.cid-u4lcsrKwh4 .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4lcYL6OMS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4lcYL6OMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lcYL6OMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lcYL6OMS .section-head {
  margin-bottom: 50px;
}
.cid-u4lcYL6OMS .mbr-section-title {
  color: #000000;
}
.cid-u4lcYL6OMS .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4lcYL6OMS .card {
  padding: 0;
}
.cid-u4lcYL6OMS .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4lcYL6OMS .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4lcYL6OMS .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4lcYL6OMS .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4lcYL6OMS .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4lcYL6OMS .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4lcYL6OMS .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4lcYL6OMS .sign {
  display: none !important;
}
.cid-u4lcYL6OMS .panel-title-edit {
  color: #000000;
}
.cid-u4lcYL6OMS .panel-body {
  padding: 15px 0;
}
.cid-u4lcYL6OMS .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4ldoCEmXS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4ldoCEmXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ldoCEmXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ldoCEmXS .section-head {
  margin-bottom: 50px;
}
.cid-u4ldoCEmXS .mbr-section-title {
  color: #000000;
}
.cid-u4ldoCEmXS .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4ldoCEmXS .card {
  padding: 0;
}
.cid-u4ldoCEmXS .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4ldoCEmXS .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4ldoCEmXS .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4ldoCEmXS .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4ldoCEmXS .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4ldoCEmXS .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4ldoCEmXS .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4ldoCEmXS .sign {
  display: none !important;
}
.cid-u4ldoCEmXS .panel-title-edit {
  color: #000000;
}
.cid-u4ldoCEmXS .panel-body {
  padding: 15px 0;
}
.cid-u4ldoCEmXS .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4ldTO5ldW {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u4ldTO5ldW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ldTO5ldW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ldTO5ldW .section-head {
  margin-bottom: 50px;
}
.cid-u4ldTO5ldW .mbr-section-title {
  color: #000000;
}
.cid-u4ldTO5ldW .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4ldTO5ldW .card {
  padding: 0;
}
.cid-u4ldTO5ldW .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4ldTO5ldW .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4ldTO5ldW .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4ldTO5ldW .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4ldTO5ldW .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4ldTO5ldW .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4ldTO5ldW .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4ldTO5ldW .sign {
  display: none !important;
}
.cid-u4ldTO5ldW .panel-title-edit {
  color: #000000;
}
.cid-u4ldTO5ldW .panel-body {
  padding: 15px 0;
}
.cid-u4ldTO5ldW .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4leDabaeZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u4leDabaeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDabaeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDabaeZ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u4leDabaeZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u4leDabaeZ .container {
    padding: 0 26px;
  }
}
.cid-u4leDabaeZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4leDabaeZ .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u4leDabaeZ .mbr-section-title {
  color: #ffffff;
}
.cid-u4leDabaeZ .mbr-section-title,
.cid-u4leDabaeZ .mbr-section-btn {
  text-align: center;
}
.cid-u4leDaoWub {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDaoWub .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDaoWub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDaoWub .row {
  justify-content: flex-start;
}
.cid-u4leDaoWub .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDaoWub .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDaoWub .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDaoWub .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDaoWub .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDaoWub .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDaoWub .mbr-section-title,
.cid-u4leDaoWub .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDaHzFY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDaHzFY .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDaHzFY .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDaHzFY .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDaHzFY .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDaHzFY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDaHzFY .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDaT9N2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDaT9N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDaT9N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDaT9N2 .row {
  justify-content: flex-start;
}
.cid-u4leDaT9N2 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDaT9N2 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDaT9N2 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDaT9N2 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDaT9N2 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDaT9N2 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDaT9N2 .mbr-section-title,
.cid-u4leDaT9N2 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDba94G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDba94G .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDba94G .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDba94G .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDba94G .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDba94G .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDba94G .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDbmTIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDbmTIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDbmTIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDbmTIf .row {
  justify-content: flex-start;
}
.cid-u4leDbmTIf .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDbmTIf .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDbmTIf .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDbmTIf .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDbmTIf .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDbmTIf .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDbmTIf .mbr-section-title,
.cid-u4leDbmTIf .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDbEmn7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4leDbEmn7 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDbEmn7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDbEmn7 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDbEmn7 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDbEmn7 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDbEmn7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDbTIFr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDbTIFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDbTIFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDbTIFr .row {
  justify-content: flex-start;
}
.cid-u4leDbTIFr .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDbTIFr .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDbTIFr .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDbTIFr .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDbTIFr .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDbTIFr .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDbTIFr .mbr-section-title,
.cid-u4leDbTIFr .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDc9xNN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDc9xNN .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDc9xNN .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDc9xNN .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDc9xNN .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDc9xNN .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDc9xNN .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDcnSCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDcnSCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDcnSCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDcnSCK .row {
  justify-content: flex-start;
}
.cid-u4leDcnSCK .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDcnSCK .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDcnSCK .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDcnSCK .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDcnSCK .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDcnSCK .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDcnSCK .mbr-section-title,
.cid-u4leDcnSCK .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDcD9Ul {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDcD9Ul .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDcD9Ul .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDcD9Ul .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDcD9Ul .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDcD9Ul .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDcD9Ul .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDcTC0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDcTC0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDcTC0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDcTC0O .row {
  justify-content: flex-start;
}
.cid-u4leDcTC0O .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDcTC0O .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDcTC0O .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDcTC0O .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDcTC0O .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDcTC0O .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDcTC0O .mbr-section-title,
.cid-u4leDcTC0O .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDdaUAo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDdaUAo .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDdaUAo .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDdaUAo .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDdaUAo .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDdaUAo .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDdaUAo .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDdnDXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDdnDXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDdnDXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDdnDXw .row {
  justify-content: flex-start;
}
.cid-u4leDdnDXw .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDdnDXw .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDdnDXw .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDdnDXw .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDdnDXw .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDdnDXw .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDdnDXw .mbr-section-title,
.cid-u4leDdnDXw .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDdEW1j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDdEW1j .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDdEW1j .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDdEW1j .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDdEW1j .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDdEW1j .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDdEW1j .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDdRbTG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDdRbTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDdRbTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDdRbTG .row {
  justify-content: flex-start;
}
.cid-u4leDdRbTG .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDdRbTG .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDdRbTG .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDdRbTG .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDdRbTG .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDdRbTG .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDdRbTG .mbr-section-title,
.cid-u4leDdRbTG .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDebXoL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDebXoL .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4leDebXoL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4leDebXoL .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4leDebXoL .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4leDebXoL .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4leDebXoL .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4leDeW2Oa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4leDeW2Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDeW2Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDeW2Oa .row {
  justify-content: flex-start;
}
.cid-u4leDeW2Oa .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4leDeW2Oa .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4leDeW2Oa .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4leDeW2Oa .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4leDeW2Oa .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4leDeW2Oa .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4leDeW2Oa .mbr-section-title,
.cid-u4leDeW2Oa .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4leDfHhTU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDfHhTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDfHhTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDfHhTU .section-head {
  margin-bottom: 50px;
}
.cid-u4leDfHhTU .mbr-section-title {
  color: #000000;
}
.cid-u4leDfHhTU .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDfHhTU .card {
  padding: 0;
}
.cid-u4leDfHhTU .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDfHhTU .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDfHhTU .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDfHhTU .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDfHhTU .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDfHhTU .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDfHhTU .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDfHhTU .sign {
  display: none !important;
}
.cid-u4leDfHhTU .panel-title-edit {
  color: #000000;
}
.cid-u4leDfHhTU .panel-body {
  padding: 15px 0;
}
.cid-u4leDfHhTU .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDgjxaw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDgjxaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDgjxaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDgjxaw .section-head {
  margin-bottom: 50px;
}
.cid-u4leDgjxaw .mbr-section-title {
  color: #000000;
}
.cid-u4leDgjxaw .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDgjxaw .card {
  padding: 0;
}
.cid-u4leDgjxaw .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDgjxaw .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDgjxaw .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDgjxaw .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDgjxaw .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDgjxaw .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDgjxaw .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDgjxaw .sign {
  display: none !important;
}
.cid-u4leDgjxaw .panel-title-edit {
  color: #000000;
}
.cid-u4leDgjxaw .panel-body {
  padding: 15px 0;
}
.cid-u4leDgjxaw .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDgPf80 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDgPf80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDgPf80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDgPf80 .section-head {
  margin-bottom: 50px;
}
.cid-u4leDgPf80 .mbr-section-title {
  color: #000000;
}
.cid-u4leDgPf80 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDgPf80 .card {
  padding: 0;
}
.cid-u4leDgPf80 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDgPf80 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDgPf80 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDgPf80 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDgPf80 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDgPf80 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDgPf80 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDgPf80 .sign {
  display: none !important;
}
.cid-u4leDgPf80 .panel-title-edit {
  color: #000000;
}
.cid-u4leDgPf80 .panel-body {
  padding: 15px 0;
}
.cid-u4leDgPf80 .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDhmhpf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDhmhpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDhmhpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDhmhpf .section-head {
  margin-bottom: 50px;
}
.cid-u4leDhmhpf .mbr-section-title {
  color: #000000;
}
.cid-u4leDhmhpf .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDhmhpf .card {
  padding: 0;
}
.cid-u4leDhmhpf .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDhmhpf .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDhmhpf .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDhmhpf .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDhmhpf .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDhmhpf .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDhmhpf .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDhmhpf .sign {
  display: none !important;
}
.cid-u4leDhmhpf .panel-title-edit {
  color: #000000;
}
.cid-u4leDhmhpf .panel-body {
  padding: 15px 0;
}
.cid-u4leDhmhpf .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDhXY0v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDhXY0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDhXY0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDhXY0v .section-head {
  margin-bottom: 50px;
}
.cid-u4leDhXY0v .mbr-section-title {
  color: #000000;
}
.cid-u4leDhXY0v .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDhXY0v .card {
  padding: 0;
}
.cid-u4leDhXY0v .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDhXY0v .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDhXY0v .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDhXY0v .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDhXY0v .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDhXY0v .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDhXY0v .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDhXY0v .sign {
  display: none !important;
}
.cid-u4leDhXY0v .panel-title-edit {
  color: #000000;
}
.cid-u4leDhXY0v .panel-body {
  padding: 15px 0;
}
.cid-u4leDhXY0v .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDih7EZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDih7EZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDih7EZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDih7EZ .section-head {
  margin-bottom: 50px;
}
.cid-u4leDih7EZ .mbr-section-title {
  color: #000000;
}
.cid-u4leDih7EZ .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDih7EZ .card {
  padding: 0;
}
.cid-u4leDih7EZ .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDih7EZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDih7EZ .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDih7EZ .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDih7EZ .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDih7EZ .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDih7EZ .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDih7EZ .sign {
  display: none !important;
}
.cid-u4leDih7EZ .panel-title-edit {
  color: #000000;
}
.cid-u4leDih7EZ .panel-body {
  padding: 15px 0;
}
.cid-u4leDih7EZ .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDiCsB7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDiCsB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDiCsB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDiCsB7 .section-head {
  margin-bottom: 50px;
}
.cid-u4leDiCsB7 .mbr-section-title {
  color: #000000;
}
.cid-u4leDiCsB7 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDiCsB7 .card {
  padding: 0;
}
.cid-u4leDiCsB7 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDiCsB7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDiCsB7 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDiCsB7 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDiCsB7 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDiCsB7 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDiCsB7 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDiCsB7 .sign {
  display: none !important;
}
.cid-u4leDiCsB7 .panel-title-edit {
  color: #000000;
}
.cid-u4leDiCsB7 .panel-body {
  padding: 15px 0;
}
.cid-u4leDiCsB7 .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDj2KSP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4leDj2KSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDj2KSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDj2KSP .section-head {
  margin-bottom: 50px;
}
.cid-u4leDj2KSP .mbr-section-title {
  color: #000000;
}
.cid-u4leDj2KSP .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDj2KSP .card {
  padding: 0;
}
.cid-u4leDj2KSP .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDj2KSP .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDj2KSP .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDj2KSP .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDj2KSP .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDj2KSP .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDj2KSP .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDj2KSP .sign {
  display: none !important;
}
.cid-u4leDj2KSP .panel-title-edit {
  color: #000000;
}
.cid-u4leDj2KSP .panel-body {
  padding: 15px 0;
}
.cid-u4leDj2KSP .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u4leDjnv1r {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u4leDjnv1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4leDjnv1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4leDjnv1r .section-head {
  margin-bottom: 50px;
}
.cid-u4leDjnv1r .mbr-section-title {
  color: #000000;
}
.cid-u4leDjnv1r .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u4leDjnv1r .card {
  padding: 0;
}
.cid-u4leDjnv1r .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u4leDjnv1r .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u4leDjnv1r .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u4leDjnv1r .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u4leDjnv1r .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u4leDjnv1r .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u4leDjnv1r .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u4leDjnv1r .sign {
  display: none !important;
}
.cid-u4leDjnv1r .panel-title-edit {
  color: #000000;
}
.cid-u4leDjnv1r .panel-body {
  padding: 15px 0;
}
.cid-u4leDjnv1r .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u304T4cy0r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u304T4cy0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u304T4cy0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u304T4cy0r .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u304T4cy0r .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u304T4cy0r .container {
    padding: 0 26px;
  }
}
.cid-u304T4cy0r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u304T4cy0r .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u304T4cy0r .mbr-section-title {
  color: #ffffff;
}
.cid-u304T4cy0r .mbr-section-title,
.cid-u304T4cy0r .mbr-section-btn {
  text-align: center;
}
.cid-u2lKAStPdr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lKAStPdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lKAStPdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lKAStPdr .row {
  justify-content: flex-start;
}
.cid-u2lKAStPdr .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2lKAStPdr .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2lKAStPdr .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2lKAStPdr .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2lKAStPdr .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2lKAStPdr .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2lKAStPdr .mbr-section-title,
.cid-u2lKAStPdr .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2gn2YIyCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2gn2YIyCw .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2gn2YIyCw .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2gn2YIyCw .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2gn2YIyCw .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2gn2YIyCw .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2gn2YIyCw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2lLTiSAkq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lLTiSAkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lLTiSAkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lLTiSAkq .row {
  justify-content: flex-start;
}
.cid-u2lLTiSAkq .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2lLTiSAkq .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2lLTiSAkq .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2lLTiSAkq .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2lLTiSAkq .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2lLTiSAkq .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2lLTiSAkq .mbr-section-title,
.cid-u2lLTiSAkq .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2gqNS4RJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2gqNS4RJc .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2gqNS4RJc .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2gqNS4RJc .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2gqNS4RJc .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2gqNS4RJc .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2gqNS4RJc .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2lMiVbYZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lMiVbYZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lMiVbYZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lMiVbYZ7 .row {
  justify-content: flex-start;
}
.cid-u2lMiVbYZ7 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2lMiVbYZ7 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2lMiVbYZ7 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2lMiVbYZ7 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2lMiVbYZ7 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2lMiVbYZ7 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2lMiVbYZ7 .mbr-section-title,
.cid-u2lMiVbYZ7 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2grwldsT2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2grwldsT2 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2grwldsT2 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2grwldsT2 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2grwldsT2 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2grwldsT2 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2grwldsT2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2lMr6aIAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lMr6aIAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lMr6aIAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lMr6aIAc .row {
  justify-content: flex-start;
}
.cid-u2lMr6aIAc .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2lMr6aIAc .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2lMr6aIAc .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2lMr6aIAc .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2lMr6aIAc .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2lMr6aIAc .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2lMr6aIAc .mbr-section-title,
.cid-u2lMr6aIAc .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2grPlLzwQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2grPlLzwQ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2grPlLzwQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2grPlLzwQ .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2grPlLzwQ .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2grPlLzwQ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2grPlLzwQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2lMMZeLJD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lMMZeLJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lMMZeLJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lMMZeLJD .row {
  justify-content: flex-start;
}
.cid-u2lMMZeLJD .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2lMMZeLJD .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2lMMZeLJD .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2lMMZeLJD .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2lMMZeLJD .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2lMMZeLJD .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2lMMZeLJD .mbr-section-title,
.cid-u2lMMZeLJD .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2gs6fDu9R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2gs6fDu9R .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2gs6fDu9R .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2gs6fDu9R .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2gs6fDu9R .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2gs6fDu9R .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2gs6fDu9R .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2lMUBpLkE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lMUBpLkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lMUBpLkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lMUBpLkE .row {
  justify-content: flex-start;
}
.cid-u2lMUBpLkE .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2lMUBpLkE .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2lMUBpLkE .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2lMUBpLkE .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2lMUBpLkE .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2lMUBpLkE .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2lMUBpLkE .mbr-section-title,
.cid-u2lMUBpLkE .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2mDKiuiZS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2mDKiuiZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mDKiuiZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mDKiuiZS .section-head {
  margin-bottom: 50px;
}
.cid-u2mDKiuiZS .mbr-section-title {
  color: #000000;
}
.cid-u2mDKiuiZS .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u2mDKiuiZS .card {
  padding: 0;
}
.cid-u2mDKiuiZS .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u2mDKiuiZS .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u2mDKiuiZS .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u2mDKiuiZS .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u2mDKiuiZS .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u2mDKiuiZS .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u2mDKiuiZS .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u2mDKiuiZS .sign {
  display: none !important;
}
.cid-u2mDKiuiZS .panel-title-edit {
  color: #000000;
}
.cid-u2mDKiuiZS .panel-body {
  padding: 15px 0;
}
.cid-u2mDKiuiZS .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u2mF1s9ZOa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2mF1s9ZOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mF1s9ZOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mF1s9ZOa .section-head {
  margin-bottom: 50px;
}
.cid-u2mF1s9ZOa .mbr-section-title {
  color: #000000;
}
.cid-u2mF1s9ZOa .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u2mF1s9ZOa .card {
  padding: 0;
}
.cid-u2mF1s9ZOa .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u2mF1s9ZOa .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u2mF1s9ZOa .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u2mF1s9ZOa .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u2mF1s9ZOa .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u2mF1s9ZOa .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u2mF1s9ZOa .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u2mF1s9ZOa .sign {
  display: none !important;
}
.cid-u2mF1s9ZOa .panel-title-edit {
  color: #000000;
}
.cid-u2mF1s9ZOa .panel-body {
  padding: 15px 0;
}
.cid-u2mF1s9ZOa .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u2qj6VFHGF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2qj6VFHGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qj6VFHGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qj6VFHGF .section-head {
  margin-bottom: 50px;
}
.cid-u2qj6VFHGF .mbr-section-title {
  color: #000000;
}
.cid-u2qj6VFHGF .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u2qj6VFHGF .card {
  padding: 0;
}
.cid-u2qj6VFHGF .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u2qj6VFHGF .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u2qj6VFHGF .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u2qj6VFHGF .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u2qj6VFHGF .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u2qj6VFHGF .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u2qj6VFHGF .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u2qj6VFHGF .sign {
  display: none !important;
}
.cid-u2qj6VFHGF .panel-title-edit {
  color: #000000;
}
.cid-u2qj6VFHGF .panel-body {
  padding: 15px 0;
}
.cid-u2qj6VFHGF .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u2qjuK9jCQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2qjuK9jCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qjuK9jCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qjuK9jCQ .section-head {
  margin-bottom: 50px;
}
.cid-u2qjuK9jCQ .mbr-section-title {
  color: #000000;
}
.cid-u2qjuK9jCQ .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u2qjuK9jCQ .card {
  padding: 0;
}
.cid-u2qjuK9jCQ .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
}
.cid-u2qjuK9jCQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-u2qjuK9jCQ .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #0196e3;
}
.cid-u2qjuK9jCQ .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0196e3;
  transition: .3s all;
}
.cid-u2qjuK9jCQ .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-u2qjuK9jCQ .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-u2qjuK9jCQ .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u2qjuK9jCQ .sign {
  display: none !important;
}
.cid-u2qjuK9jCQ .panel-title-edit {
  color: #000000;
}
.cid-u2qjuK9jCQ .panel-body {
  padding: 15px 0;
}
.cid-u2qjuK9jCQ .panel-text {
  color: #747474;
  margin-bottom: 10px;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3052harpk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u3052harpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3052harpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3052harpk .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u3052harpk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u3052harpk .container {
    padding: 0 26px;
  }
}
.cid-u3052harpk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3052harpk .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u3052harpk .mbr-section-title {
  color: #ffffff;
}
.cid-u3052harpk .mbr-section-title,
.cid-u3052harpk .mbr-section-btn {
  text-align: center;
}
.cid-u2IA92mONx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA92mONx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IA92mONx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IA92mONx .row {
  justify-content: flex-start;
}
.cid-u2IA92mONx .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2IA92mONx .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2IA92mONx .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2IA92mONx .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2IA92mONx .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2IA92mONx .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2IA92mONx .mbr-section-title,
.cid-u2IA92mONx .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2IA92CK2l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA92CK2l .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2IA92CK2l .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2IA92CK2l .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2IA92CK2l .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2IA92CK2l .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2IA92CK2l .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2IA92OGJ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA92OGJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IA92OGJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IA92OGJ0 .row {
  justify-content: flex-start;
}
.cid-u2IA92OGJ0 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2IA92OGJ0 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2IA92OGJ0 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2IA92OGJ0 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2IA92OGJ0 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2IA92OGJ0 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2IA92OGJ0 .mbr-section-title,
.cid-u2IA92OGJ0 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2IA935fqQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2IA935fqQ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2IA935fqQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2IA935fqQ .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2IA935fqQ .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2IA935fqQ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2IA935fqQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2IA93ijxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA93ijxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IA93ijxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IA93ijxG .row {
  justify-content: flex-start;
}
.cid-u2IA93ijxG .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2IA93ijxG .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2IA93ijxG .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2IA93ijxG .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2IA93ijxG .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2IA93ijxG .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2IA93ijxG .mbr-section-title,
.cid-u2IA93ijxG .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2IA93BXtD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2IA93BXtD .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2IA93BXtD .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2IA93BXtD .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2IA93BXtD .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2IA93BXtD .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2IA93BXtD .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2IA93NMcf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA93NMcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IA93NMcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IA93NMcf .row {
  justify-content: flex-start;
}
.cid-u2IA93NMcf .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2IA93NMcf .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2IA93NMcf .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2IA93NMcf .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2IA93NMcf .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2IA93NMcf .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2IA93NMcf .mbr-section-title,
.cid-u2IA93NMcf .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2IA9443Uz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2IA9443Uz .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2IA9443Uz .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2IA9443Uz .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2IA9443Uz .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2IA9443Uz .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2IA9443Uz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2IA94eVQI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA94eVQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IA94eVQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IA94eVQI .row {
  justify-content: flex-start;
}
.cid-u2IA94eVQI .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2IA94eVQI .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2IA94eVQI .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2IA94eVQI .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2IA94eVQI .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2IA94eVQI .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2IA94eVQI .mbr-section-title,
.cid-u2IA94eVQI .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2IBTbRRLa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2IBTbRRLa .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2IBTbRRLa .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2IBTbRRLa .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2IBTbRRLa .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2IBTbRRLa .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2IBTbRRLa .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2IA94zfZ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2IA94zfZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IA94zfZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IA94zfZ3 .row {
  justify-content: flex-start;
}
.cid-u2IA94zfZ3 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2IA94zfZ3 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2IA94zfZ3 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2IA94zfZ3 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2IA94zfZ3 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2IA94zfZ3 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2IA94zfZ3 .mbr-section-title,
.cid-u2IA94zfZ3 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2ICbq4V9k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2ICbq4V9k .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2ICbq4V9k .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2ICbq4V9k .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2ICbq4V9k .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2ICbq4V9k .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2ICbq4V9k .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqlQahyGl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uDqlQahyGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqlQahyGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqlQahyGl .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uDqlQahyGl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uDqlQahyGl .container {
    padding: 0 26px;
  }
}
.cid-uDqlQahyGl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDqlQahyGl .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uDqlQahyGl .mbr-section-title {
  color: #ffffff;
}
.cid-uDqlQahyGl .mbr-section-title,
.cid-uDqlQahyGl .mbr-section-btn {
  text-align: center;
}
.cid-u2IFZl8M5P {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2IFZl8M5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2IFZl8M5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2IFZl8M5P .row {
  justify-content: center;
}
.cid-u2IFZl8M5P .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-u2IFZl8M5P .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-u2IFZl8M5P .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2IFZl8M5P .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-u2IFZl8M5P .card {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-u2IFZl8M5P .card {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-u2IFZl8M5P .card {
    margin-bottom: 24px;
  }
}
.cid-u2IFZl8M5P .card .card-wrapper {
  padding: 32px 45px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-u2IFZl8M5P .card .card-wrapper {
    padding: 32px;
  }
}
.cid-u2IFZl8M5P .card .card-wrapper .mbr-card-title_1,
.cid-u2IFZl8M5P .card .card-wrapper .mbr-card-title_2,
.cid-u2IFZl8M5P .card .card-wrapper .mbr-card-title_3 {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u2IFZl8M5P .card .card-wrapper .mbr-card-title_1,
  .cid-u2IFZl8M5P .card .card-wrapper .mbr-card-title_2,
  .cid-u2IFZl8M5P .card .card-wrapper .mbr-card-title_3 {
    margin-bottom: 16px;
  }
}
.cid-u2IFZl8M5P .card .card-wrapper .mbr-text_1,
.cid-u2IFZl8M5P .card .card-wrapper .mbr-text_2,
.cid-u2IFZl8M5P .card .card-wrapper .mbr-text_3 {
  margin: 0;
}
.cid-u2IFZl8M5P .card_1 .card-wrapper {
  background-color: #c9e7f6;
}
.cid-u2IFZl8M5P .card_2 .card-wrapper {
  background-color: #fdf5f0;
}
.cid-u2IFZl8M5P .card_3 .card-wrapper {
  background-color: #101511;
}
.cid-u2IFZl8M5P .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u2IFZl8M5P .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-u2IFZl8M5P .mbr-card-title_1 {
  color: #101511;
}
.cid-u2IFZl8M5P .mbr-card-title_2 {
  color: #101511;
}
.cid-u2IFZl8M5P .mbr-card-title_3 {
  color: #ffffff;
}
.cid-u2IFZl8M5P .mbr-text_1 {
  color: #6e716f;
}
.cid-u2IFZl8M5P .mbr-text_2 {
  color: #6e716f;
}
.cid-u2IFZl8M5P .mbr-text_3 {
  color: #e8e8e8;
}
.cid-u2JfKlAfhA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JfKlAfhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JfKlAfhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JfKlAfhA .row {
  justify-content: flex-start;
}
.cid-u2JfKlAfhA .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2JfKlAfhA .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2JfKlAfhA .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2JfKlAfhA .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2JfKlAfhA .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-u2JfKlAfhA .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2JfKlAfhA .mbr-section-title,
.cid-u2JfKlAfhA .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2ICCoKVKm {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u2ICCoKVKm .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2ICCoKVKm .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2ICCoKVKm .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2ICCoKVKm .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2ICCoKVKm .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2ICCoKVKm .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqlWcfcYf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uDqlWcfcYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqlWcfcYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqlWcfcYf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uDqlWcfcYf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uDqlWcfcYf .container {
    padding: 0 26px;
  }
}
.cid-uDqlWcfcYf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDqlWcfcYf .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uDqlWcfcYf .mbr-section-title {
  color: #ffffff;
}
.cid-uDqlWcfcYf .mbr-section-title,
.cid-uDqlWcfcYf .mbr-section-btn {
  text-align: center;
}
.cid-u2JjmEl68I {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JjmEl68I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JjmEl68I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JjmEl68I .row {
  justify-content: flex-start;
}
.cid-u2JjmEl68I .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2JjmEl68I .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2JjmEl68I .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2JjmEl68I .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2JjmEl68I .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2JjmEl68I .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2JjmEl68I .mbr-section-title,
.cid-u2JjmEl68I .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2JjmEB7hw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JjmEB7hw .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JjmEB7hw .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JjmEB7hw .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JjmEB7hw .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JjmEB7hw .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JjmEB7hw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JjmFvgZV {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2JjmFvgZV .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JjmFvgZV .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JjmFvgZV .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JjmFvgZV .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JjmFvgZV .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JjmFvgZV .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JjmFXB3T {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2JjmFXB3T .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JjmFXB3T .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JjmFXB3T .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JjmFXB3T .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JjmFXB3T .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JjmFXB3T .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JjmGsCDx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2JjmGsCDx .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JjmGsCDx .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JjmGsCDx .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JjmGsCDx .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JjmGsCDx .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JjmGsCDx .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JjmGUEMf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2JjmGUEMf .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JjmGUEMf .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JjmGUEMf .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JjmGUEMf .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JjmGUEMf .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JjmGUEMf .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2Jkd8tuRe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Jkd8tuRe .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2Jkd8tuRe .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2Jkd8tuRe .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2Jkd8tuRe .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Jkd8tuRe .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2Jkd8tuRe .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JknNI4e1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JknNI4e1 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JknNI4e1 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JknNI4e1 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JknNI4e1 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JknNI4e1 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JknNI4e1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2Jkx9370D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Jkx9370D .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2Jkx9370D .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2Jkx9370D .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2Jkx9370D .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Jkx9370D .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2Jkx9370D .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JkCRjmSM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JkCRjmSM .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JkCRjmSM .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JkCRjmSM .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JkCRjmSM .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JkCRjmSM .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JkCRjmSM .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JkOqzUZL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JkOqzUZL .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JkOqzUZL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JkOqzUZL .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JkOqzUZL .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JkOqzUZL .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JkOqzUZL .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JkYqpHes {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JkYqpHes .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JkYqpHes .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JkYqpHes .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JkYqpHes .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JkYqpHes .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JkYqpHes .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JkYMYxOh {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JkYMYxOh .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JkYMYxOh .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JkYMYxOh .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JkYMYxOh .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JkYMYxOh .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JkYMYxOh .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2JkZ7zi7k {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JkZ7zi7k .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2JkZ7zi7k .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2JkZ7zi7k .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2JkZ7zi7k .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2JkZ7zi7k .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2JkZ7zi7k .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2Jlkw8svE {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u2Jlkw8svE .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2Jlkw8svE .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2Jlkw8svE .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2Jlkw8svE .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Jlkw8svE .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2Jlkw8svE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqnP0mUY5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uDqnP0mUY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqnP0mUY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqnP0mUY5 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uDqnP0mUY5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uDqnP0mUY5 .container {
    padding: 0 26px;
  }
}
.cid-uDqnP0mUY5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDqnP0mUY5 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uDqnP0mUY5 .mbr-section-title {
  color: #ffffff;
}
.cid-uDqnP0mUY5 .mbr-section-title,
.cid-uDqnP0mUY5 .mbr-section-btn {
  text-align: center;
}
.cid-u2Zs7rFi12 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Zs7rFi12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Zs7rFi12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Zs7rFi12 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u2Zs7rFi12 .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-u2Zs7rFi12 .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u2Zs7rFi12 .mbr-section-subtitle {
  color: #45494E;
}
.cid-u2Zs7rFi12 .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-u2Zs7rFi12 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 20px 20px;
}
.cid-u2Zs7rFi12 .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2Zs7rFi12 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-u2Zs7rFi12 .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-u2Zs7rFi12 .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-u2Zs7rFi12 .panel-group {
  border: none;
}
.cid-u2Zs7rFi12 .panel-body {
  padding: 0 30px 28px;
}
.cid-u2Zs7rFi12 .panel-text {
  color: #45494E;
}
.cid-u2Zs7rFi12 .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-u2Zs7rFi12 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2Zs7rFi12 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u2Zs7rFi12 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u2Zs7rFi12 .panel-title-edit {
  color: #45494E;
}
.cid-u2Zs7rFi12 .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u2Zs7rFi12 .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u2Zs7rFi12 .bg-gray {
  background-color: #f0f0f0;
}
.cid-u2ZuPWohgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ZuPWohgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ZuPWohgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ZuPWohgF .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u2ZuPWohgF .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-u2ZuPWohgF .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u2ZuPWohgF .mbr-section-subtitle {
  color: #45494E;
}
.cid-u2ZuPWohgF .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-u2ZuPWohgF .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 5px 20px;
}
.cid-u2ZuPWohgF .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2ZuPWohgF .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-u2ZuPWohgF .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-u2ZuPWohgF .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-u2ZuPWohgF .panel-group {
  border: none;
}
.cid-u2ZuPWohgF .panel-body {
  padding: 0 30px 28px;
}
.cid-u2ZuPWohgF .panel-text {
  color: #45494E;
}
.cid-u2ZuPWohgF .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-u2ZuPWohgF .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u2ZuPWohgF .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u2ZuPWohgF .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u2ZuPWohgF .panel-title-edit {
  color: #45494E;
}
.cid-u2ZuPWohgF .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u2ZuPWohgF .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u2ZuPWohgF .bg-gray {
  background-color: #f0f0f0;
}
.cid-u4ljsZrpVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4ljsZrpVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ljsZrpVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ljsZrpVU .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u4ljsZrpVU .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-u4ljsZrpVU .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u4ljsZrpVU .mbr-section-subtitle {
  color: #45494E;
}
.cid-u4ljsZrpVU .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-u4ljsZrpVU .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 5px 20px;
}
.cid-u4ljsZrpVU .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4ljsZrpVU .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-u4ljsZrpVU .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-u4ljsZrpVU .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-u4ljsZrpVU .panel-group {
  border: none;
}
.cid-u4ljsZrpVU .panel-body {
  padding: 0 30px 28px;
}
.cid-u4ljsZrpVU .panel-text {
  color: #45494E;
}
.cid-u4ljsZrpVU .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-u4ljsZrpVU .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u4ljsZrpVU .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u4ljsZrpVU .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u4ljsZrpVU .panel-title-edit {
  color: #45494E;
}
.cid-u4ljsZrpVU .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4ljsZrpVU .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4ljsZrpVU .bg-gray {
  background-color: #f0f0f0;
}
.cid-uC6zpuONM6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC6zpuONM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6zpuONM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6zpuONM6 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uC6zpuONM6 .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-uC6zpuONM6 .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-uC6zpuONM6 .mbr-section-subtitle {
  color: #45494E;
}
.cid-uC6zpuONM6 .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-uC6zpuONM6 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 5px 20px;
}
.cid-uC6zpuONM6 .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uC6zpuONM6 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uC6zpuONM6 .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-uC6zpuONM6 .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-uC6zpuONM6 .panel-group {
  border: none;
}
.cid-uC6zpuONM6 .panel-body {
  padding: 0 30px 28px;
}
.cid-uC6zpuONM6 .panel-text {
  color: #45494E;
}
.cid-uC6zpuONM6 .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-uC6zpuONM6 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uC6zpuONM6 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uC6zpuONM6 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uC6zpuONM6 .panel-title-edit {
  color: #45494E;
}
.cid-uC6zpuONM6 .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uC6zpuONM6 .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-uC6zpuONM6 .bg-gray {
  background-color: #f0f0f0;
}
.cid-u4pgVpRaPz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pgVpRaPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pgVpRaPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pgVpRaPz .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u4pgVpRaPz .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-u4pgVpRaPz .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u4pgVpRaPz .mbr-section-subtitle {
  color: #45494E;
}
.cid-u4pgVpRaPz .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-u4pgVpRaPz .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 5px 20px;
}
.cid-u4pgVpRaPz .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4pgVpRaPz .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-u4pgVpRaPz .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-u4pgVpRaPz .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-u4pgVpRaPz .panel-group {
  border: none;
}
.cid-u4pgVpRaPz .panel-body {
  padding: 0 30px 28px;
}
.cid-u4pgVpRaPz .panel-text {
  color: #45494E;
}
.cid-u4pgVpRaPz .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-u4pgVpRaPz .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u4pgVpRaPz .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u4pgVpRaPz .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u4pgVpRaPz .panel-title-edit {
  color: #45494E;
}
.cid-u4pgVpRaPz .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4pgVpRaPz .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4pgVpRaPz .bg-gray {
  background-color: #f0f0f0;
}
.cid-u4pfKJKqEp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4pfKJKqEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pfKJKqEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pfKJKqEp .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u4pfKJKqEp .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-u4pfKJKqEp .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u4pfKJKqEp .mbr-section-subtitle {
  color: #45494E;
}
.cid-u4pfKJKqEp .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-u4pfKJKqEp .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 20px 20px;
}
.cid-u4pfKJKqEp .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4pfKJKqEp .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-u4pfKJKqEp .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-u4pfKJKqEp .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-u4pfKJKqEp .panel-group {
  border: none;
}
.cid-u4pfKJKqEp .panel-body {
  padding: 0 30px 28px;
}
.cid-u4pfKJKqEp .panel-text {
  color: #45494E;
}
.cid-u4pfKJKqEp .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-u4pfKJKqEp .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u4pfKJKqEp .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u4pfKJKqEp .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u4pfKJKqEp .panel-title-edit {
  color: #45494E;
}
.cid-u4pfKJKqEp .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4pfKJKqEp .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4pfKJKqEp .bg-gray {
  background-color: #f0f0f0;
}
.cid-u4pgogtasN {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u4pgogtasN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pgogtasN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pgogtasN .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u4pgogtasN .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-u4pgogtasN .mbr-section-title {
  color: #0196e3;
  text-align: center;
}
.cid-u4pgogtasN .mbr-section-subtitle {
  color: #45494E;
}
.cid-u4pgogtasN .card {
  padding-bottom: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.07);
}
.cid-u4pgogtasN .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 5px 20px;
}
.cid-u4pgogtasN .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4pgogtasN .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-u4pgogtasN .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-u4pgogtasN .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #0196e3;
  margin-left: 1rem;
}
.cid-u4pgogtasN .panel-group {
  border: none;
}
.cid-u4pgogtasN .panel-body {
  padding: 0 30px 28px;
}
.cid-u4pgogtasN .panel-text {
  color: #45494E;
}
.cid-u4pgogtasN .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-u4pgogtasN .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u4pgogtasN .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-u4pgogtasN .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-u4pgogtasN .panel-title-edit {
  color: #45494E;
}
.cid-u4pgogtasN .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4pgogtasN .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-u4pgogtasN .bg-gray {
  background-color: #f0f0f0;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqm9xWjXi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uDqm9xWjXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqm9xWjXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqm9xWjXi .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uDqm9xWjXi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uDqm9xWjXi .container {
    padding: 0 26px;
  }
}
.cid-uDqm9xWjXi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDqm9xWjXi .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uDqm9xWjXi .mbr-section-title {
  color: #ffffff;
}
.cid-uDqm9xWjXi .mbr-section-title,
.cid-uDqm9xWjXi .mbr-section-btn {
  text-align: center;
}
.cid-u2rFzYmF0r {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2rFzYmF0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rFzYmF0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rFzYmF0r .row {
  justify-content: flex-start;
}
.cid-u2rFzYmF0r .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2rFzYmF0r .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2rFzYmF0r .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2rFzYmF0r .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2rFzYmF0r .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2rFzYmF0r .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2rFzYmF0r .mbr-section-title,
.cid-u2rFzYmF0r .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2rFzYmF0r .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2rS36Sklb {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u2rS36Sklb .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-u2rS36Sklb .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u2rS36Sklb .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-u2rS36Sklb .card-title {
  color: #000000;
  margin: 0;
  text-align: center;
}
.cid-u2rS36Sklb .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-u2rS36Sklb .card-box {
  padding: 1rem;
}
.cid-u2rS36Sklb .mbr-section-title,
.cid-u2rS36Sklb .line-wrap {
  text-align: center;
}
.cid-u2rS36Sklb .card-box > p,
.cid-u2rS36Sklb .mbr-section-btn {
  text-align: left;
  color: #9e9e9e;
}
.cid-u2rS36Sklb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rS36Sklb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u305enGI2M {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u305enGI2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u305enGI2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u305enGI2M .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u305enGI2M .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u305enGI2M .container {
    padding: 0 26px;
  }
}
.cid-u305enGI2M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u305enGI2M .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u305enGI2M .mbr-section-title {
  color: #ffffff;
}
.cid-u305enGI2M .mbr-section-title,
.cid-u305enGI2M .mbr-section-btn {
  text-align: center;
}
#custom-html-dm {
  /* Type valid CSS here */
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzIY055mkq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uzIY055mkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIY055mkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIY055mkq .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzIY055mkq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzIY055mkq .container {
    padding: 0 26px;
  }
}
.cid-uzIY055mkq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzIY055mkq .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uzIY055mkq .mbr-section-title {
  color: #ffffff;
}
.cid-uzIY055mkq .mbr-section-title,
.cid-uzIY055mkq .mbr-section-btn {
  text-align: center;
}
#custom-html-ls {
  /* Type valid CSS here */
}
.cid-uzIY05sULa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-uzIY05sULa .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uzIY05sULa .align-right {
    text-align: center;
  }
}
.cid-uzIY05sULa .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzIY05sULa .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uzIY05sULa .foot-menu {
    justify-content: center;
  }
}
.cid-uzIY05sULa .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-uzIY05sULa .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzIY05sULa .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-uzIY05sULa .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uzIY05sULa .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzIY05sULa .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uzIY05sULa .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uzIY05sULa .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GwxxRYpb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GwxxRYpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GwxxRYpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GwxxRYpb .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GwxxRYpb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GwxxRYpb .container {
    padding: 0 26px;
  }
}
.cid-u6GwxxRYpb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GwxxRYpb .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GwxxRYpb .mbr-section-title {
  color: #ffffff;
}
.cid-u6GwxxRYpb .mbr-section-title,
.cid-u6GwxxRYpb .mbr-section-btn {
  text-align: center;
}
.cid-u6Gwxy3Dm9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6Gwxy3Dm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gwxy3Dm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gwxy3Dm9 .row {
  justify-content: flex-start;
}
.cid-u6Gwxy3Dm9 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gwxy3Dm9 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gwxy3Dm9 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gwxy3Dm9 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gwxy3Dm9 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gwxy3Dm9 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gwxy3Dm9 .mbr-section-title,
.cid-u6Gwxy3Dm9 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6Gwxymdgx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Gwxymdgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gwxymdgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gwxymdgx .row {
  justify-content: flex-start;
}
.cid-u6Gwxymdgx .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gwxymdgx .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gwxymdgx .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gwxymdgx .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gwxymdgx .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gwxymdgx .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gwxymdgx .mbr-section-title,
.cid-u6Gwxymdgx .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GwxyEI6D {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u6GwxyEI6D .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GwxyEI6D .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GwxyEI6D .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GwxyEI6D .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GwxyEI6D .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GwxyEI6D .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gwxz3RTu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Gwxz3RTu .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Gwxz3RTu .align-right {
    text-align: center;
  }
}
.cid-u6Gwxz3RTu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Gwxz3RTu .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Gwxz3RTu .foot-menu {
    justify-content: center;
  }
}
.cid-u6Gwxz3RTu .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Gwxz3RTu .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Gwxz3RTu .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Gwxz3RTu .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Gwxz3RTu .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Gwxz3RTu .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Gwxz3RTu .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Gwxz3RTu .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u305iavwei {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u305iavwei .mbr-fallback-image.disabled {
  display: none;
}
.cid-u305iavwei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u305iavwei .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u305iavwei .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u305iavwei .container {
    padding: 0 26px;
  }
}
.cid-u305iavwei .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u305iavwei .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u305iavwei .mbr-section-title {
  color: #ffffff;
}
.cid-u305iavwei .mbr-section-title,
.cid-u305iavwei .mbr-section-btn {
  text-align: center;
}
.cid-u2mpXHCw5I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2mpXHCw5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mpXHCw5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mpXHCw5I .row {
  justify-content: flex-start;
}
.cid-u2mpXHCw5I .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2mpXHCw5I .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2mpXHCw5I .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2mpXHCw5I .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2mpXHCw5I .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2mpXHCw5I .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2mpXHCw5I .mbr-section-title,
.cid-u2mpXHCw5I .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2qr0yCXwL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qr0yCXwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qr0yCXwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qr0yCXwL .row {
  justify-content: flex-start;
}
.cid-u2qr0yCXwL .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qr0yCXwL .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qr0yCXwL .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qr0yCXwL .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qr0yCXwL .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qr0yCXwL .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qr0yCXwL .mbr-section-title,
.cid-u2qr0yCXwL .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qrxo4mMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qrxo4mMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qrxo4mMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qrxo4mMW .row {
  justify-content: flex-start;
}
.cid-u2qrxo4mMW .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qrxo4mMW .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qrxo4mMW .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qrxo4mMW .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qrxo4mMW .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qrxo4mMW .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qrxo4mMW .mbr-section-title,
.cid-u2qrxo4mMW .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qrKmzZRN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qrKmzZRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qrKmzZRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qrKmzZRN .row {
  justify-content: flex-start;
}
.cid-u2qrKmzZRN .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qrKmzZRN .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qrKmzZRN .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qrKmzZRN .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qrKmzZRN .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qrKmzZRN .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qrKmzZRN .mbr-section-title,
.cid-u2qrKmzZRN .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qoTaXKGJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qoTaXKGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qoTaXKGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qoTaXKGJ .row {
  justify-content: flex-start;
}
.cid-u2qoTaXKGJ .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qoTaXKGJ .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qoTaXKGJ .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qoTaXKGJ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qoTaXKGJ .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qoTaXKGJ .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qoTaXKGJ .mbr-section-title,
.cid-u2qoTaXKGJ .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qp6bU1ID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qp6bU1ID .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qp6bU1ID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qp6bU1ID .row {
  justify-content: flex-start;
}
.cid-u2qp6bU1ID .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qp6bU1ID .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qp6bU1ID .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qp6bU1ID .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qp6bU1ID .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qp6bU1ID .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qp6bU1ID .mbr-section-title,
.cid-u2qp6bU1ID .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qoh8mUG8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2qoh8mUG8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2qoh8mUG8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2qoh8mUG8 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2qoh8mUG8 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2qoh8mUG8 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2qoh8mUG8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u305sSrbGR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u305sSrbGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u305sSrbGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u305sSrbGR .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u305sSrbGR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u305sSrbGR .container {
    padding: 0 26px;
  }
}
.cid-u305sSrbGR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u305sSrbGR .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u305sSrbGR .mbr-section-title {
  color: #ffffff;
}
.cid-u305sSrbGR .mbr-section-title,
.cid-u305sSrbGR .mbr-section-btn {
  text-align: center;
}
.cid-u2qsX4lXSm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qsX4lXSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qsX4lXSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qsX4lXSm .row {
  justify-content: flex-start;
}
.cid-u2qsX4lXSm .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qsX4lXSm .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qsX4lXSm .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qsX4lXSm .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qsX4lXSm .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qsX4lXSm .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qsX4lXSm .mbr-section-title,
.cid-u2qsX4lXSm .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2qsX4J0Lq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qsX4J0Lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qsX4J0Lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qsX4J0Lq .row {
  justify-content: flex-start;
}
.cid-u2qsX4J0Lq .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qsX4J0Lq .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qsX4J0Lq .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qsX4J0Lq .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qsX4J0Lq .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qsX4J0Lq .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qsX4J0Lq .mbr-section-title,
.cid-u2qsX4J0Lq .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qsX56AwX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qsX56AwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qsX56AwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qsX56AwX .row {
  justify-content: flex-start;
}
.cid-u2qsX56AwX .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qsX56AwX .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qsX56AwX .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qsX56AwX .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qsX56AwX .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qsX56AwX .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qsX56AwX .mbr-section-title,
.cid-u2qsX56AwX .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qsX5qnMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qsX5qnMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qsX5qnMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qsX5qnMW .row {
  justify-content: flex-start;
}
.cid-u2qsX5qnMW .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qsX5qnMW .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qsX5qnMW .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qsX5qnMW .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qsX5qnMW .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qsX5qnMW .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qsX5qnMW .mbr-section-title,
.cid-u2qsX5qnMW .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qsX5OjLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qsX5OjLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qsX5OjLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qsX5OjLP .row {
  justify-content: flex-start;
}
.cid-u2qsX5OjLP .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qsX5OjLP .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qsX5OjLP .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qsX5OjLP .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qsX5OjLP .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qsX5OjLP .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qsX5OjLP .mbr-section-title,
.cid-u2qsX5OjLP .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzIXxfZ9Rj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-uzIXxfZ9Rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIXxfZ9Rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIXxfZ9Rj .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzIXxfZ9Rj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzIXxfZ9Rj .container {
    padding: 0 26px;
  }
}
.cid-uzIXxfZ9Rj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzIXxfZ9Rj .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uzIXxfZ9Rj .mbr-section-title {
  color: #ffffff;
}
.cid-uzIXxfZ9Rj .mbr-section-title,
.cid-uzIXxfZ9Rj .mbr-section-btn {
  text-align: center;
}
#custom-html-lo {
  /* Type valid CSS here */
}
.cid-uzIXxgf39t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-uzIXxgf39t .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uzIXxgf39t .align-right {
    text-align: center;
  }
}
.cid-uzIXxgf39t .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzIXxgf39t .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uzIXxgf39t .foot-menu {
    justify-content: center;
  }
}
.cid-uzIXxgf39t .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-uzIXxgf39t .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzIXxgf39t .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-uzIXxgf39t .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uzIXxgf39t .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzIXxgf39t .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uzIXxgf39t .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uzIXxgf39t .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3067yMhCi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u3067yMhCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3067yMhCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3067yMhCi .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u3067yMhCi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u3067yMhCi .container {
    padding: 0 26px;
  }
}
.cid-u3067yMhCi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3067yMhCi .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u3067yMhCi .mbr-section-title {
  color: #ffffff;
}
.cid-u3067yMhCi .mbr-section-title,
.cid-u3067yMhCi .mbr-section-btn {
  text-align: center;
}
.cid-u2qtOlYshn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qtOlYshn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qtOlYshn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qtOlYshn .row {
  justify-content: flex-start;
}
.cid-u2qtOlYshn .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qtOlYshn .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qtOlYshn .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qtOlYshn .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qtOlYshn .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qtOlYshn .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qtOlYshn .mbr-section-title,
.cid-u2qtOlYshn .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2qtOmil6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qtOmil6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qtOmil6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qtOmil6X .row {
  justify-content: flex-start;
}
.cid-u2qtOmil6X .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qtOmil6X .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qtOmil6X .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qtOmil6X .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qtOmil6X .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qtOmil6X .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qtOmil6X .mbr-section-title,
.cid-u2qtOmil6X .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qtOmAnwC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qtOmAnwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qtOmAnwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qtOmAnwC .row {
  justify-content: flex-start;
}
.cid-u2qtOmAnwC .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qtOmAnwC .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qtOmAnwC .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qtOmAnwC .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qtOmAnwC .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qtOmAnwC .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qtOmAnwC .mbr-section-title,
.cid-u2qtOmAnwC .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qtOmTDiz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qtOmTDiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qtOmTDiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qtOmTDiz .row {
  justify-content: flex-start;
}
.cid-u2qtOmTDiz .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qtOmTDiz .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qtOmTDiz .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qtOmTDiz .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qtOmTDiz .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qtOmTDiz .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qtOmTDiz .mbr-section-title,
.cid-u2qtOmTDiz .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qtOncA0u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qtOncA0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qtOncA0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qtOncA0u .row {
  justify-content: flex-start;
}
.cid-u2qtOncA0u .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qtOncA0u .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qtOncA0u .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qtOncA0u .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qtOncA0u .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qtOncA0u .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qtOncA0u .mbr-section-title,
.cid-u2qtOncA0u .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u306dwBliV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u306dwBliV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u306dwBliV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u306dwBliV .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u306dwBliV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u306dwBliV .container {
    padding: 0 26px;
  }
}
.cid-u306dwBliV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u306dwBliV .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u306dwBliV .mbr-section-title {
  color: #ffffff;
}
.cid-u306dwBliV .mbr-section-title,
.cid-u306dwBliV .mbr-section-btn {
  text-align: center;
}
.cid-u2qvCUDZaj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qvCUDZaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qvCUDZaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qvCUDZaj .row {
  justify-content: flex-start;
}
.cid-u2qvCUDZaj .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qvCUDZaj .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qvCUDZaj .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qvCUDZaj .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qvCUDZaj .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qvCUDZaj .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qvCUDZaj .mbr-section-title,
.cid-u2qvCUDZaj .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2qvCUVRcM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qvCUVRcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qvCUVRcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qvCUVRcM .row {
  justify-content: flex-start;
}
.cid-u2qvCUVRcM .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qvCUVRcM .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qvCUVRcM .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qvCUVRcM .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qvCUVRcM .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qvCUVRcM .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qvCUVRcM .mbr-section-title,
.cid-u2qvCUVRcM .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4p9Afn5JZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4p9Afn5JZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4p9Afn5JZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4p9Afn5JZ .row {
  justify-content: flex-start;
}
.cid-u4p9Afn5JZ .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4p9Afn5JZ .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4p9Afn5JZ .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4p9Afn5JZ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4p9Afn5JZ .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4p9Afn5JZ .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4p9Afn5JZ .mbr-section-title,
.cid-u4p9Afn5JZ .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4p9UXaCGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4p9UXaCGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4p9UXaCGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4p9UXaCGy .row {
  justify-content: flex-start;
}
.cid-u4p9UXaCGy .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4p9UXaCGy .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4p9UXaCGy .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4p9UXaCGy .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4p9UXaCGy .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4p9UXaCGy .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4p9UXaCGy .mbr-section-title,
.cid-u4p9UXaCGy .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4p9bBqRms {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4p9bBqRms .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4p9bBqRms .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4p9bBqRms .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4p9bBqRms .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4p9bBqRms .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u4p9bBqRms .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4pa0O0WTR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4pa0O0WTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pa0O0WTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pa0O0WTR .row {
  justify-content: flex-start;
}
.cid-u4pa0O0WTR .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4pa0O0WTR .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4pa0O0WTR .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4pa0O0WTR .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4pa0O0WTR .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4pa0O0WTR .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4pa0O0WTR .mbr-section-title,
.cid-u4pa0O0WTR .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qvCVcqas {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qvCVcqas .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qvCVcqas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qvCVcqas .row {
  justify-content: flex-start;
}
.cid-u2qvCVcqas .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qvCVcqas .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qvCVcqas .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qvCVcqas .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qvCVcqas .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qvCVcqas .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qvCVcqas .mbr-section-title,
.cid-u2qvCVcqas .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u30fUHJyj0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u30fUHJyj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u30fUHJyj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u30fUHJyj0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u30fUHJyj0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u30fUHJyj0 .container {
    padding: 0 26px;
  }
}
.cid-u30fUHJyj0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u30fUHJyj0 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u30fUHJyj0 .mbr-section-title {
  color: #ffffff;
}
.cid-u30fUHJyj0 .mbr-section-title,
.cid-u30fUHJyj0 .mbr-section-btn {
  text-align: center;
}
.cid-u2qxsg4tKs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qxsg4tKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qxsg4tKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qxsg4tKs .row {
  justify-content: flex-start;
}
.cid-u2qxsg4tKs .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qxsg4tKs .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qxsg4tKs .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qxsg4tKs .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qxsg4tKs .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qxsg4tKs .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qxsg4tKs .mbr-section-title,
.cid-u2qxsg4tKs .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2qxsgmTqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qxsgmTqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qxsgmTqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qxsgmTqi .row {
  justify-content: flex-start;
}
.cid-u2qxsgmTqi .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qxsgmTqi .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qxsgmTqi .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qxsgmTqi .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qxsgmTqi .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qxsgmTqi .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qxsgmTqi .mbr-section-title,
.cid-u2qxsgmTqi .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qxRO4VQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qxRO4VQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qxRO4VQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qxRO4VQJ .row {
  justify-content: flex-start;
}
.cid-u2qxRO4VQJ .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2qxRO4VQJ .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2qxRO4VQJ .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2qxRO4VQJ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2qxRO4VQJ .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2qxRO4VQJ .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2qxRO4VQJ .mbr-section-title,
.cid-u2qxRO4VQJ .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u2qxY1ZlO8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qxY1ZlO8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2qxY1ZlO8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2qxY1ZlO8 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2qxY1ZlO8 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2qxY1ZlO8 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2qxY1ZlO8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2qyxE0p2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qyxE0p2M .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2qyxE0p2M .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2qyxE0p2M .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2qyxE0p2M .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2qyxE0p2M .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2qyxE0p2M .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2qyCvCwLY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qyCvCwLY .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2qyCvCwLY .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2qyCvCwLY .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2qyCvCwLY .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2qyCvCwLY .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2qyCvCwLY .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2qyQvguBo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2qyQvguBo .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2qyQvguBo .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2qyQvguBo .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2qyQvguBo .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2qyQvguBo .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2qyQvguBo .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u306gHpLV2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u306gHpLV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u306gHpLV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u306gHpLV2 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u306gHpLV2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u306gHpLV2 .container {
    padding: 0 26px;
  }
}
.cid-u306gHpLV2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u306gHpLV2 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u306gHpLV2 .mbr-section-title {
  color: #ffffff;
}
.cid-u306gHpLV2 .mbr-section-title,
.cid-u306gHpLV2 .mbr-section-btn {
  text-align: center;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4lk1Phk1W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u4lk1Phk1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lk1Phk1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lk1Phk1W .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u4lk1Phk1W .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u4lk1Phk1W .container {
    padding: 0 26px;
  }
}
.cid-u4lk1Phk1W .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4lk1Phk1W .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u4lk1Phk1W .mbr-section-title {
  color: #ffffff;
}
.cid-u4lk1Phk1W .mbr-section-title,
.cid-u4lk1Phk1W .mbr-section-btn {
  text-align: center;
}
.cid-u4lk1PuxwH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4lk1PuxwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lk1PuxwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lk1PuxwH .row {
  justify-content: flex-start;
}
.cid-u4lk1PuxwH .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4lk1PuxwH .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4lk1PuxwH .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4lk1PuxwH .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4lk1PuxwH .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4lk1PuxwH .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4lk1PuxwH .mbr-section-title,
.cid-u4lk1PuxwH .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u4lk1PKx9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4lk1PKx9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lk1PKx9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lk1PKx9u .row {
  justify-content: flex-start;
}
.cid-u4lk1PKx9u .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4lk1PKx9u .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4lk1PKx9u .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4lk1PKx9u .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4lk1PKx9u .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4lk1PKx9u .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4lk1PKx9u .mbr-section-title,
.cid-u4lk1PKx9u .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4lk1QmJga {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4lk1QmJga .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4lk1QmJga .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4lk1QmJga .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4lk1QmJga .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4lk1QmJga .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: ０px;
  overflow: hidden;
}
.cid-u4lk1QmJga .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4lk1Qxk7S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4lk1Qxk7S .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u4lk1Qxk7S .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u4lk1Qxk7S .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u4lk1Qxk7S .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u4lk1Qxk7S .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: ０px;
  overflow: hidden;
}
.cid-u4lk1Qxk7S .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u4pb1i1B0r {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u4pb1i1B0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pb1i1B0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pb1i1B0r .row {
  justify-content: flex-start;
}
.cid-u4pb1i1B0r .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4pb1i1B0r .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4pb1i1B0r .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4pb1i1B0r .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4pb1i1B0r .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4pb1i1B0r .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4pb1i1B0r .mbr-section-title,
.cid-u4pb1i1B0r .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u4lk1RtJme {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u4lk1RtJme .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lk1RtJme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lk1RtJme .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u4lk1RtJme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u4lk1RtJme .container {
    padding: 0 26px;
  }
}
.cid-u4lk1RtJme .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4lk1RtJme .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u4lk1RtJme .mbr-section-title {
  color: #ffffff;
}
.cid-u4lk1RtJme .mbr-section-title,
.cid-u4lk1RtJme .mbr-section-btn {
  text-align: center;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4ln6KeFiy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u4ln6KeFiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ln6KeFiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ln6KeFiy .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u4ln6KeFiy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u4ln6KeFiy .container {
    padding: 0 26px;
  }
}
.cid-u4ln6KeFiy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4ln6KeFiy .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u4ln6KeFiy .mbr-section-title {
  color: #ffffff;
}
.cid-u4ln6KeFiy .mbr-section-title,
.cid-u4ln6KeFiy .mbr-section-btn {
  text-align: center;
}
.cid-u4ln6KqrVy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4ln6KqrVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ln6KqrVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ln6KqrVy .row {
  justify-content: flex-start;
}
.cid-u4ln6KqrVy .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4ln6KqrVy .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4ln6KqrVy .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4ln6KqrVy .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4ln6KqrVy .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4ln6KqrVy .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4ln6KqrVy .mbr-section-title,
.cid-u4ln6KqrVy .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u4ln6KKpMm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4ln6KKpMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ln6KKpMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ln6KKpMm .row {
  justify-content: flex-start;
}
.cid-u4ln6KKpMm .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u4ln6KKpMm .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4ln6KKpMm .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u4ln6KKpMm .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u4ln6KKpMm .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u4ln6KKpMm .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u4ln6KKpMm .mbr-section-title,
.cid-u4ln6KKpMm .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GnvonVlO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GnvonVlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GnvonVlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GnvonVlO .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GnvonVlO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GnvonVlO .container {
    padding: 0 26px;
  }
}
.cid-u6GnvonVlO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GnvonVlO .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GnvonVlO .mbr-section-title {
  color: #ffffff;
}
.cid-u6GnvonVlO .mbr-section-title,
.cid-u6GnvonVlO .mbr-section-btn {
  text-align: center;
}
.cid-u6GnvoCZmx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GnvoCZmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GnvoCZmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GnvoCZmx .row {
  justify-content: flex-start;
}
.cid-u6GnvoCZmx .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GnvoCZmx .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GnvoCZmx .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GnvoCZmx .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GnvoCZmx .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GnvoCZmx .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GnvoCZmx .mbr-section-title,
.cid-u6GnvoCZmx .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GnvoXXKi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GnvoXXKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GnvoXXKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GnvoXXKi .row {
  justify-content: flex-start;
}
.cid-u6GnvoXXKi .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GnvoXXKi .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GnvoXXKi .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GnvoXXKi .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GnvoXXKi .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GnvoXXKi .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GnvoXXKi .mbr-section-title,
.cid-u6GnvoXXKi .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GnVeqiR5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6GnVeqiR5 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GnVeqiR5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GnVeqiR5 .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GnVeqiR5 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GnVeqiR5 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GnVeqiR5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GnvphMa1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6GnvphMa1 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6GnvphMa1 .align-right {
    text-align: center;
  }
}
.cid-u6GnvphMa1 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6GnvphMa1 .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6GnvphMa1 .foot-menu {
    justify-content: center;
  }
}
.cid-u6GnvphMa1 .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6GnvphMa1 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6GnvphMa1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6GnvphMa1 .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6GnvphMa1 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6GnvphMa1 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6GnvphMa1 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6GnvphMa1 .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Gozi4J9Z {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6Gozi4J9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gozi4J9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gozi4J9Z .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6Gozi4J9Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6Gozi4J9Z .container {
    padding: 0 26px;
  }
}
.cid-u6Gozi4J9Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Gozi4J9Z .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6Gozi4J9Z .mbr-section-title {
  color: #ffffff;
}
.cid-u6Gozi4J9Z .mbr-section-title,
.cid-u6Gozi4J9Z .mbr-section-btn {
  text-align: center;
}
.cid-u6GoziiScY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GoziiScY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GoziiScY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GoziiScY .row {
  justify-content: flex-start;
}
.cid-u6GoziiScY .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GoziiScY .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GoziiScY .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GoziiScY .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GoziiScY .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GoziiScY .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GoziiScY .mbr-section-title,
.cid-u6GoziiScY .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GoziBprU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GoziBprU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GoziBprU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GoziBprU .row {
  justify-content: flex-start;
}
.cid-u6GoziBprU .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GoziBprU .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GoziBprU .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GoziBprU .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GoziBprU .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GoziBprU .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GoziBprU .mbr-section-title,
.cid-u6GoziBprU .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GoziXY5H {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6GoziXY5H .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GoziXY5H .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GoziXY5H .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GoziXY5H .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GoziXY5H .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GoziXY5H .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gozj9ucf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Gozj9ucf .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Gozj9ucf .align-right {
    text-align: center;
  }
}
.cid-u6Gozj9ucf .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Gozj9ucf .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Gozj9ucf .foot-menu {
    justify-content: center;
  }
}
.cid-u6Gozj9ucf .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Gozj9ucf .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Gozj9ucf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Gozj9ucf .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Gozj9ucf .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Gozj9ucf .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Gozj9ucf .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Gozj9ucf .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Gph2pnty {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6Gph2pnty .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gph2pnty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gph2pnty .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6Gph2pnty .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6Gph2pnty .container {
    padding: 0 26px;
  }
}
.cid-u6Gph2pnty .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Gph2pnty .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6Gph2pnty .mbr-section-title {
  color: #ffffff;
}
.cid-u6Gph2pnty .mbr-section-title,
.cid-u6Gph2pnty .mbr-section-btn {
  text-align: center;
}
.cid-u6Gph2BqT3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6Gph2BqT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gph2BqT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gph2BqT3 .row {
  justify-content: flex-start;
}
.cid-u6Gph2BqT3 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gph2BqT3 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gph2BqT3 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gph2BqT3 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gph2BqT3 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gph2BqT3 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gph2BqT3 .mbr-section-title,
.cid-u6Gph2BqT3 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6Gph2Vc9D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6Gph2Vc9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gph2Vc9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gph2Vc9D .row {
  justify-content: flex-start;
}
.cid-u6Gph2Vc9D .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gph2Vc9D .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gph2Vc9D .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gph2Vc9D .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gph2Vc9D .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gph2Vc9D .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gph2Vc9D .mbr-section-title,
.cid-u6Gph2Vc9D .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6Gph3qLVH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Gph3qLVH .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Gph3qLVH .align-right {
    text-align: center;
  }
}
.cid-u6Gph3qLVH .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Gph3qLVH .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Gph3qLVH .foot-menu {
    justify-content: center;
  }
}
.cid-u6Gph3qLVH .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Gph3qLVH .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Gph3qLVH .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Gph3qLVH .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Gph3qLVH .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Gph3qLVH .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Gph3qLVH .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Gph3qLVH .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Gq4bSeSl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6Gq4bSeSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gq4bSeSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gq4bSeSl .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6Gq4bSeSl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6Gq4bSeSl .container {
    padding: 0 26px;
  }
}
.cid-u6Gq4bSeSl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Gq4bSeSl .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6Gq4bSeSl .mbr-section-title {
  color: #ffffff;
}
.cid-u6Gq4bSeSl .mbr-section-title,
.cid-u6Gq4bSeSl .mbr-section-btn {
  text-align: center;
}
.cid-u6Gq4c52Do {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6Gq4c52Do .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gq4c52Do .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gq4c52Do .row {
  justify-content: flex-start;
}
.cid-u6Gq4c52Do .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gq4c52Do .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gq4c52Do .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gq4c52Do .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gq4c52Do .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gq4c52Do .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gq4c52Do .mbr-section-title,
.cid-u6Gq4c52Do .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6Gq4clfOh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Gq4clfOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gq4clfOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gq4clfOh .row {
  justify-content: flex-start;
}
.cid-u6Gq4clfOh .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gq4clfOh .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gq4clfOh .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gq4clfOh .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gq4clfOh .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gq4clfOh .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gq4clfOh .mbr-section-title,
.cid-u6Gq4clfOh .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6Gq4cJtdi {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6Gq4cJtdi .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6Gq4cJtdi .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6Gq4cJtdi .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6Gq4cJtdi .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6Gq4cJtdi .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6Gq4cJtdi .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gq4cUTRo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Gq4cUTRo .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Gq4cUTRo .align-right {
    text-align: center;
  }
}
.cid-u6Gq4cUTRo .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Gq4cUTRo .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Gq4cUTRo .foot-menu {
    justify-content: center;
  }
}
.cid-u6Gq4cUTRo .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Gq4cUTRo .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Gq4cUTRo .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Gq4cUTRo .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Gq4cUTRo .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Gq4cUTRo .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Gq4cUTRo .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Gq4cUTRo .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GqORPk4j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GqORPk4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GqORPk4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GqORPk4j .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GqORPk4j .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GqORPk4j .container {
    padding: 0 26px;
  }
}
.cid-u6GqORPk4j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GqORPk4j .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GqORPk4j .mbr-section-title {
  color: #ffffff;
}
.cid-u6GqORPk4j .mbr-section-title,
.cid-u6GqORPk4j .mbr-section-btn {
  text-align: center;
}
.cid-u6GqOS0mrC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GqOS0mrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GqOS0mrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GqOS0mrC .row {
  justify-content: flex-start;
}
.cid-u6GqOS0mrC .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GqOS0mrC .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GqOS0mrC .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GqOS0mrC .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GqOS0mrC .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GqOS0mrC .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GqOS0mrC .mbr-section-title,
.cid-u6GqOS0mrC .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GqOSiLeS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GqOSiLeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GqOSiLeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GqOSiLeS .row {
  justify-content: flex-start;
}
.cid-u6GqOSiLeS .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GqOSiLeS .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GqOSiLeS .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GqOSiLeS .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GqOSiLeS .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GqOSiLeS .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GqOSiLeS .mbr-section-title,
.cid-u6GqOSiLeS .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GqOSAchu {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6GqOSAchu .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GqOSAchu .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GqOSAchu .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GqOSAchu .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GqOSAchu .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GqOSAchu .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GqOSN9vJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6GqOSN9vJ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6GqOSN9vJ .align-right {
    text-align: center;
  }
}
.cid-u6GqOSN9vJ .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6GqOSN9vJ .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6GqOSN9vJ .foot-menu {
    justify-content: center;
  }
}
.cid-u6GqOSN9vJ .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6GqOSN9vJ .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6GqOSN9vJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6GqOSN9vJ .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6GqOSN9vJ .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6GqOSN9vJ .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6GqOSN9vJ .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6GqOSN9vJ .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Grp4Ji8s {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6Grp4Ji8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Grp4Ji8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Grp4Ji8s .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6Grp4Ji8s .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6Grp4Ji8s .container {
    padding: 0 26px;
  }
}
.cid-u6Grp4Ji8s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Grp4Ji8s .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6Grp4Ji8s .mbr-section-title {
  color: #ffffff;
}
.cid-u6Grp4Ji8s .mbr-section-title,
.cid-u6Grp4Ji8s .mbr-section-btn {
  text-align: center;
}
.cid-u6Grp4TVxx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6Grp4TVxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Grp4TVxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Grp4TVxx .row {
  justify-content: flex-start;
}
.cid-u6Grp4TVxx .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Grp4TVxx .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Grp4TVxx .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Grp4TVxx .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Grp4TVxx .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Grp4TVxx .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Grp4TVxx .mbr-section-title,
.cid-u6Grp4TVxx .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6Grp5bYKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Grp5bYKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Grp5bYKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Grp5bYKP .row {
  justify-content: flex-start;
}
.cid-u6Grp5bYKP .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Grp5bYKP .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Grp5bYKP .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Grp5bYKP .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Grp5bYKP .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Grp5bYKP .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Grp5bYKP .mbr-section-title,
.cid-u6Grp5bYKP .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6Grp5vken {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6Grp5vken .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6Grp5vken .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6Grp5vken .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6Grp5vken .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6Grp5vken .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6Grp5vken .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GrQ4XkKn {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6GrQ4XkKn .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GrQ4XkKn .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GrQ4XkKn .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GrQ4XkKn .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GrQ4XkKn .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GrQ4XkKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Grp5GLvD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Grp5GLvD .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Grp5GLvD .align-right {
    text-align: center;
  }
}
.cid-u6Grp5GLvD .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Grp5GLvD .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Grp5GLvD .foot-menu {
    justify-content: center;
  }
}
.cid-u6Grp5GLvD .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Grp5GLvD .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Grp5GLvD .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Grp5GLvD .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Grp5GLvD .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Grp5GLvD .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Grp5GLvD .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Grp5GLvD .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GsnpeAkm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GsnpeAkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GsnpeAkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GsnpeAkm .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GsnpeAkm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GsnpeAkm .container {
    padding: 0 26px;
  }
}
.cid-u6GsnpeAkm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GsnpeAkm .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GsnpeAkm .mbr-section-title {
  color: #ffffff;
}
.cid-u6GsnpeAkm .mbr-section-title,
.cid-u6GsnpeAkm .mbr-section-btn {
  text-align: center;
}
.cid-u6GsnpoloQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GsnpoloQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GsnpoloQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GsnpoloQ .row {
  justify-content: flex-start;
}
.cid-u6GsnpoloQ .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GsnpoloQ .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GsnpoloQ .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GsnpoloQ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GsnpoloQ .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GsnpoloQ .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GsnpoloQ .mbr-section-title,
.cid-u6GsnpoloQ .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GsnpEoUn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GsnpEoUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GsnpEoUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GsnpEoUn .row {
  justify-content: flex-start;
}
.cid-u6GsnpEoUn .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GsnpEoUn .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GsnpEoUn .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GsnpEoUn .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GsnpEoUn .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GsnpEoUn .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GsnpEoUn .mbr-section-title,
.cid-u6GsnpEoUn .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GsnpVYyy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6GsnpVYyy .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GsnpVYyy .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GsnpVYyy .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GsnpVYyy .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GsnpVYyy .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GsnpVYyy .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gsnq7xGs {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6Gsnq7xGs .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6Gsnq7xGs .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6Gsnq7xGs .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6Gsnq7xGs .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6Gsnq7xGs .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6Gsnq7xGs .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gsnqjsyt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Gsnqjsyt .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Gsnqjsyt .align-right {
    text-align: center;
  }
}
.cid-u6Gsnqjsyt .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Gsnqjsyt .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Gsnqjsyt .foot-menu {
    justify-content: center;
  }
}
.cid-u6Gsnqjsyt .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Gsnqjsyt .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Gsnqjsyt .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Gsnqjsyt .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Gsnqjsyt .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Gsnqjsyt .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Gsnqjsyt .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Gsnqjsyt .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6Gt5HY3DT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6Gt5HY3DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gt5HY3DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gt5HY3DT .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6Gt5HY3DT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6Gt5HY3DT .container {
    padding: 0 26px;
  }
}
.cid-u6Gt5HY3DT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Gt5HY3DT .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6Gt5HY3DT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Gt5HY3DT .mbr-section-title,
.cid-u6Gt5HY3DT .mbr-section-btn {
  text-align: center;
}
.cid-u6Gt5Id195 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6Gt5Id195 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gt5Id195 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gt5Id195 .row {
  justify-content: flex-start;
}
.cid-u6Gt5Id195 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gt5Id195 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gt5Id195 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gt5Id195 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gt5Id195 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gt5Id195 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gt5Id195 .mbr-section-title,
.cid-u6Gt5Id195 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6Gt5IvDKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Gt5IvDKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gt5IvDKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gt5IvDKk .row {
  justify-content: flex-start;
}
.cid-u6Gt5IvDKk .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6Gt5IvDKk .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6Gt5IvDKk .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6Gt5IvDKk .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6Gt5IvDKk .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6Gt5IvDKk .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6Gt5IvDKk .mbr-section-title,
.cid-u6Gt5IvDKk .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6Gt5INfoI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6Gt5INfoI .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6Gt5INfoI .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6Gt5INfoI .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6Gt5INfoI .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6Gt5INfoI .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6Gt5INfoI .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gt5J0cqR {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6Gt5J0cqR .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6Gt5J0cqR .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6Gt5J0cqR .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6Gt5J0cqR .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6Gt5J0cqR .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6Gt5J0cqR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6Gt5JeX33 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6Gt5JeX33 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6Gt5JeX33 .align-right {
    text-align: center;
  }
}
.cid-u6Gt5JeX33 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Gt5JeX33 .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6Gt5JeX33 .foot-menu {
    justify-content: center;
  }
}
.cid-u6Gt5JeX33 .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6Gt5JeX33 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6Gt5JeX33 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6Gt5JeX33 .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6Gt5JeX33 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6Gt5JeX33 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6Gt5JeX33 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6Gt5JeX33 .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GP5itKLD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GP5itKLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GP5itKLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GP5itKLD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GP5itKLD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GP5itKLD .container {
    padding: 0 26px;
  }
}
.cid-u6GP5itKLD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GP5itKLD .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GP5itKLD .mbr-section-title {
  color: #ffffff;
}
.cid-u6GP5itKLD .mbr-section-title,
.cid-u6GP5itKLD .mbr-section-btn {
  text-align: center;
}
.cid-u6GP5iEmYn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GP5iEmYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GP5iEmYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GP5iEmYn .row {
  justify-content: flex-start;
}
.cid-u6GP5iEmYn .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GP5iEmYn .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GP5iEmYn .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GP5iEmYn .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GP5iEmYn .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GP5iEmYn .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GP5iEmYn .mbr-section-title,
.cid-u6GP5iEmYn .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GP5iZwR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GP5iZwR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GP5iZwR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GP5iZwR3 .row {
  justify-content: flex-start;
}
.cid-u6GP5iZwR3 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GP5iZwR3 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GP5iZwR3 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GP5iZwR3 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GP5iZwR3 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GP5iZwR3 .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GP5iZwR3 .mbr-section-title,
.cid-u6GP5iZwR3 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GP5je1nB {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u6GP5je1nB .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GP5je1nB .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GP5je1nB .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GP5je1nB .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GP5je1nB .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GP5je1nB .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GP5jpa9p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6GP5jpa9p .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6GP5jpa9p .align-right {
    text-align: center;
  }
}
.cid-u6GP5jpa9p .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6GP5jpa9p .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6GP5jpa9p .foot-menu {
    justify-content: center;
  }
}
.cid-u6GP5jpa9p .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6GP5jpa9p .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6GP5jpa9p .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6GP5jpa9p .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6GP5jpa9p .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6GP5jpa9p .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6GP5jpa9p .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6GP5jpa9p .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GPI5XUZI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GPI5XUZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GPI5XUZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GPI5XUZI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GPI5XUZI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GPI5XUZI .container {
    padding: 0 26px;
  }
}
.cid-u6GPI5XUZI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GPI5XUZI .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GPI5XUZI .mbr-section-title {
  color: #ffffff;
}
.cid-u6GPI5XUZI .mbr-section-title,
.cid-u6GPI5XUZI .mbr-section-btn {
  text-align: center;
}
.cid-u6GPI687n9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GPI687n9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GPI687n9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GPI687n9 .row {
  justify-content: flex-start;
}
.cid-u6GPI687n9 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GPI687n9 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GPI687n9 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GPI687n9 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GPI687n9 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GPI687n9 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GPI687n9 .mbr-section-title,
.cid-u6GPI687n9 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GPI6uYXb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GPI6uYXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GPI6uYXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GPI6uYXb .row {
  justify-content: flex-start;
}
.cid-u6GPI6uYXb .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GPI6uYXb .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GPI6uYXb .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GPI6uYXb .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GPI6uYXb .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GPI6uYXb .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GPI6uYXb .mbr-section-title,
.cid-u6GPI6uYXb .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GPI6MizQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6GPI6MizQ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GPI6MizQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GPI6MizQ .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GPI6MizQ .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GPI6MizQ .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GPI6MizQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GQehYPoO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6GQehYPoO .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GQehYPoO .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GQehYPoO .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GQehYPoO .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GQehYPoO .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GQehYPoO .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GQlgwF6n {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u6GQlgwF6n .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GQlgwF6n .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GQlgwF6n .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GQlgwF6n .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GQlgwF6n .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GQlgwF6n .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GPI6YKXG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6GPI6YKXG .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6GPI6YKXG .align-right {
    text-align: center;
  }
}
.cid-u6GPI6YKXG .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6GPI6YKXG .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6GPI6YKXG .foot-menu {
    justify-content: center;
  }
}
.cid-u6GPI6YKXG .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6GPI6YKXG .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6GPI6YKXG .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6GPI6YKXG .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6GPI6YKXG .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6GPI6YKXG .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6GPI6YKXG .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6GPI6YKXG .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GQXwOuSW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GQXwOuSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GQXwOuSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GQXwOuSW .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GQXwOuSW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GQXwOuSW .container {
    padding: 0 26px;
  }
}
.cid-u6GQXwOuSW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GQXwOuSW .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GQXwOuSW .mbr-section-title {
  color: #ffffff;
}
.cid-u6GQXwOuSW .mbr-section-title,
.cid-u6GQXwOuSW .mbr-section-btn {
  text-align: center;
}
.cid-u6GQXx0kUf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GQXx0kUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GQXx0kUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GQXx0kUf .row {
  justify-content: flex-start;
}
.cid-u6GQXx0kUf .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GQXx0kUf .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GQXx0kUf .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GQXx0kUf .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GQXx0kUf .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GQXx0kUf .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GQXx0kUf .mbr-section-title,
.cid-u6GQXx0kUf .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GQXxi573 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GQXxi573 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GQXxi573 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GQXxi573 .row {
  justify-content: flex-start;
}
.cid-u6GQXxi573 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GQXxi573 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GQXxi573 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GQXxi573 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GQXxi573 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GQXxi573 .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GQXxi573 .mbr-section-title,
.cid-u6GQXxi573 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u6GQXxzVwI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6GQXxzVwI .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GQXxzVwI .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GQXxzVwI .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GQXxzVwI .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GQXxzVwI .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GQXxzVwI .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GQXxLmZE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6GQXxLmZE .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GQXxLmZE .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GQXxLmZE .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GQXxLmZE .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GQXxLmZE .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GQXxLmZE .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GQXxWyQG {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u6GQXxWyQG .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u6GQXxWyQG .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u6GQXxWyQG .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u6GQXxWyQG .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u6GQXxWyQG .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u6GQXxWyQG .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u6GQXybv6c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6GQXybv6c .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6GQXybv6c .align-right {
    text-align: center;
  }
}
.cid-u6GQXybv6c .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6GQXybv6c .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6GQXybv6c .foot-menu {
    justify-content: center;
  }
}
.cid-u6GQXybv6c .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6GQXybv6c .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6GQXybv6c .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6GQXybv6c .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6GQXybv6c .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6GQXybv6c .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6GQXybv6c .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6GQXybv6c .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7rNOMnNNZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u7rNOMnNNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7rNOMnNNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7rNOMnNNZ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u7rNOMnNNZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u7rNOMnNNZ .container {
    padding: 0 26px;
  }
}
.cid-u7rNOMnNNZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7rNOMnNNZ .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u7rNOMnNNZ .mbr-section-title {
  color: #ffffff;
}
.cid-u7rNOMnNNZ .mbr-section-title,
.cid-u7rNOMnNNZ .mbr-section-btn {
  text-align: center;
}
.cid-u7rNOMx0kx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7rNOMx0kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7rNOMx0kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7rNOMx0kx .row {
  justify-content: flex-start;
}
.cid-u7rNOMx0kx .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u7rNOMx0kx .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u7rNOMx0kx .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7rNOMx0kx .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u7rNOMx0kx .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u7rNOMx0kx .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u7rNOMx0kx .mbr-section-title,
.cid-u7rNOMx0kx .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u7rNOMQSXo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7rNOMQSXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7rNOMQSXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7rNOMQSXo .row {
  justify-content: flex-start;
}
.cid-u7rNOMQSXo .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u7rNOMQSXo .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u7rNOMQSXo .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u7rNOMQSXo .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u7rNOMQSXo .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u7rNOMQSXo .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u7rNOMQSXo .mbr-section-title,
.cid-u7rNOMQSXo .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u7rNON6hUT {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u7rNON6hUT .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u7rNON6hUT .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u7rNON6hUT .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u7rNON6hUT .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u7rNON6hUT .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u7rNON6hUT .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u7rNONFjWq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u7rNONFjWq .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u7rNONFjWq .align-right {
    text-align: center;
  }
}
.cid-u7rNONFjWq .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7rNONFjWq .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u7rNONFjWq .foot-menu {
    justify-content: center;
  }
}
.cid-u7rNONFjWq .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u7rNONFjWq .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7rNONFjWq .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u7rNONFjWq .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u7rNONFjWq .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7rNONFjWq .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u7rNONFjWq .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u7rNONFjWq .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Zu2Yi4Lf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9Zu2Yi4Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zu2Yi4Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zu2Yi4Lf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9Zu2Yi4Lf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9Zu2Yi4Lf .container {
    padding: 0 26px;
  }
}
.cid-u9Zu2Yi4Lf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Zu2Yi4Lf .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9Zu2Yi4Lf .mbr-section-title {
  color: #ffffff;
}
.cid-u9Zu2Yi4Lf .mbr-section-title,
.cid-u9Zu2Yi4Lf .mbr-section-btn {
  text-align: center;
}
.cid-u9Zu2Yt9wt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Zu2Yt9wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zu2Yt9wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zu2Yt9wt .row {
  justify-content: flex-start;
}
.cid-u9Zu2Yt9wt .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9Zu2Yt9wt .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9Zu2Yt9wt .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9Zu2Yt9wt .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9Zu2Yt9wt .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9Zu2Yt9wt .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9Zu2Yt9wt .mbr-section-title,
.cid-u9Zu2Yt9wt .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9Zu2YKWWy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9Zu2YKWWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zu2YKWWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zu2YKWWy .row {
  justify-content: flex-start;
}
.cid-u9Zu2YKWWy .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9Zu2YKWWy .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9Zu2YKWWy .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9Zu2YKWWy .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9Zu2YKWWy .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9Zu2YKWWy .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9Zu2YKWWy .mbr-section-title,
.cid-u9Zu2YKWWy .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9Zu2ZbQDV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9Zu2ZbQDV .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9Zu2ZbQDV .align-right {
    text-align: center;
  }
}
.cid-u9Zu2ZbQDV .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9Zu2ZbQDV .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9Zu2ZbQDV .foot-menu {
    justify-content: center;
  }
}
.cid-u9Zu2ZbQDV .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9Zu2ZbQDV .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9Zu2ZbQDV .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9Zu2ZbQDV .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9Zu2ZbQDV .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9Zu2ZbQDV .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9Zu2ZbQDV .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9Zu2ZbQDV .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZuN0BcIj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZuN0BcIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZuN0BcIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZuN0BcIj .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZuN0BcIj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZuN0BcIj .container {
    padding: 0 26px;
  }
}
.cid-u9ZuN0BcIj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZuN0BcIj .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZuN0BcIj .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZuN0BcIj .mbr-section-title,
.cid-u9ZuN0BcIj .mbr-section-btn {
  text-align: center;
}
.cid-u9ZuN0QpYk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZuN0QpYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZuN0QpYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZuN0QpYk .row {
  justify-content: flex-start;
}
.cid-u9ZuN0QpYk .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZuN0QpYk .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZuN0QpYk .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZuN0QpYk .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZuN0QpYk .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZuN0QpYk .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZuN0QpYk .mbr-section-title,
.cid-u9ZuN0QpYk .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZuN17ufI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ZuN17ufI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZuN17ufI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZuN17ufI .row {
  justify-content: flex-start;
}
.cid-u9ZuN17ufI .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZuN17ufI .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZuN17ufI .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZuN17ufI .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZuN17ufI .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZuN17ufI .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZuN17ufI .mbr-section-title,
.cid-u9ZuN17ufI .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZuN1omk4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZuN1omk4 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZuN1omk4 .align-right {
    text-align: center;
  }
}
.cid-u9ZuN1omk4 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZuN1omk4 .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZuN1omk4 .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZuN1omk4 .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZuN1omk4 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZuN1omk4 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZuN1omk4 .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZuN1omk4 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZuN1omk4 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZuN1omk4 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZuN1omk4 .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Zw1HVwnW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9Zw1HVwnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zw1HVwnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zw1HVwnW .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9Zw1HVwnW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9Zw1HVwnW .container {
    padding: 0 26px;
  }
}
.cid-u9Zw1HVwnW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Zw1HVwnW .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9Zw1HVwnW .mbr-section-title {
  color: #ffffff;
}
.cid-u9Zw1HVwnW .mbr-section-title,
.cid-u9Zw1HVwnW .mbr-section-btn {
  text-align: center;
}
.cid-u9Zw1I7YTq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Zw1I7YTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zw1I7YTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zw1I7YTq .row {
  justify-content: flex-start;
}
.cid-u9Zw1I7YTq .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9Zw1I7YTq .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9Zw1I7YTq .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9Zw1I7YTq .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9Zw1I7YTq .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9Zw1I7YTq .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9Zw1I7YTq .mbr-section-title,
.cid-u9Zw1I7YTq .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9Zw1IozN1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9Zw1IozN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zw1IozN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zw1IozN1 .row {
  justify-content: flex-start;
}
.cid-u9Zw1IozN1 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9Zw1IozN1 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9Zw1IozN1 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9Zw1IozN1 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9Zw1IozN1 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9Zw1IozN1 .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9Zw1IozN1 .mbr-section-title,
.cid-u9Zw1IozN1 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9Zw1IGAvS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9Zw1IGAvS .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9Zw1IGAvS .align-right {
    text-align: center;
  }
}
.cid-u9Zw1IGAvS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9Zw1IGAvS .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9Zw1IGAvS .foot-menu {
    justify-content: center;
  }
}
.cid-u9Zw1IGAvS .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9Zw1IGAvS .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9Zw1IGAvS .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9Zw1IGAvS .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9Zw1IGAvS .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9Zw1IGAvS .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9Zw1IGAvS .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9Zw1IGAvS .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZwsfpfDs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZwsfpfDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZwsfpfDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZwsfpfDs .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZwsfpfDs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZwsfpfDs .container {
    padding: 0 26px;
  }
}
.cid-u9ZwsfpfDs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZwsfpfDs .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZwsfpfDs .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZwsfpfDs .mbr-section-title,
.cid-u9ZwsfpfDs .mbr-section-btn {
  text-align: center;
}
.cid-u9ZwsfBEgp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZwsfBEgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZwsfBEgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZwsfBEgp .row {
  justify-content: flex-start;
}
.cid-u9ZwsfBEgp .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZwsfBEgp .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZwsfBEgp .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZwsfBEgp .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZwsfBEgp .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZwsfBEgp .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZwsfBEgp .mbr-section-title,
.cid-u9ZwsfBEgp .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZwsfU8Is {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9ZwsfU8Is .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZwsfU8Is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZwsfU8Is .row {
  justify-content: flex-start;
}
.cid-u9ZwsfU8Is .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZwsfU8Is .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZwsfU8Is .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZwsfU8Is .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZwsfU8Is .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZwsfU8Is .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZwsfU8Is .mbr-section-title,
.cid-u9ZwsfU8Is .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9Zwsgevj2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9Zwsgevj2 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9Zwsgevj2 .align-right {
    text-align: center;
  }
}
.cid-u9Zwsgevj2 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9Zwsgevj2 .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9Zwsgevj2 .foot-menu {
    justify-content: center;
  }
}
.cid-u9Zwsgevj2 .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9Zwsgevj2 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9Zwsgevj2 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9Zwsgevj2 .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9Zwsgevj2 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9Zwsgevj2 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9Zwsgevj2 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9Zwsgevj2 .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZxeWbTT0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZxeWbTT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZxeWbTT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZxeWbTT0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZxeWbTT0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZxeWbTT0 .container {
    padding: 0 26px;
  }
}
.cid-u9ZxeWbTT0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZxeWbTT0 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZxeWbTT0 .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZxeWbTT0 .mbr-section-title,
.cid-u9ZxeWbTT0 .mbr-section-btn {
  text-align: center;
}
.cid-u9ZxeWmQOA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZxeWmQOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZxeWmQOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZxeWmQOA .row {
  justify-content: flex-start;
}
.cid-u9ZxeWmQOA .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZxeWmQOA .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZxeWmQOA .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZxeWmQOA .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZxeWmQOA .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZxeWmQOA .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZxeWmQOA .mbr-section-title,
.cid-u9ZxeWmQOA .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZxeWCcYw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9ZxeWCcYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZxeWCcYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZxeWCcYw .row {
  justify-content: flex-start;
}
.cid-u9ZxeWCcYw .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZxeWCcYw .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZxeWCcYw .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZxeWCcYw .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZxeWCcYw .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZxeWCcYw .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZxeWCcYw .mbr-section-title,
.cid-u9ZxeWCcYw .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9Zxwh7muR {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u9Zxwh7muR .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u9Zxwh7muR .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u9Zxwh7muR .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u9Zxwh7muR .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u9Zxwh7muR .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u9Zxwh7muR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u9ZxeWV5oY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZxeWV5oY .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZxeWV5oY .align-right {
    text-align: center;
  }
}
.cid-u9ZxeWV5oY .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZxeWV5oY .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZxeWV5oY .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZxeWV5oY .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZxeWV5oY .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZxeWV5oY .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZxeWV5oY .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZxeWV5oY .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZxeWV5oY .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZxeWV5oY .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZxeWV5oY .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZxWF3qH5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZxWF3qH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZxWF3qH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZxWF3qH5 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZxWF3qH5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZxWF3qH5 .container {
    padding: 0 26px;
  }
}
.cid-u9ZxWF3qH5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZxWF3qH5 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZxWF3qH5 .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZxWF3qH5 .mbr-section-title,
.cid-u9ZxWF3qH5 .mbr-section-btn {
  text-align: center;
}
.cid-u9ZxWFecpa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZxWFecpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZxWFecpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZxWFecpa .row {
  justify-content: flex-start;
}
.cid-u9ZxWFecpa .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZxWFecpa .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZxWFecpa .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZxWFecpa .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZxWFecpa .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZxWFecpa .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZxWFecpa .mbr-section-title,
.cid-u9ZxWFecpa .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZxWFyACk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9ZxWFyACk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZxWFyACk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZxWFyACk .row {
  justify-content: flex-start;
}
.cid-u9ZxWFyACk .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZxWFyACk .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZxWFyACk .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZxWFyACk .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZxWFyACk .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZxWFyACk .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZxWFyACk .mbr-section-title,
.cid-u9ZxWFyACk .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZxWFPsqc {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u9ZxWFPsqc .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u9ZxWFPsqc .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u9ZxWFPsqc .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u9ZxWFPsqc .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u9ZxWFPsqc .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u9ZxWFPsqc .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u9ZxWG1bGz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZxWG1bGz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZxWG1bGz .align-right {
    text-align: center;
  }
}
.cid-u9ZxWG1bGz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZxWG1bGz .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZxWG1bGz .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZxWG1bGz .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZxWG1bGz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZxWG1bGz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZxWG1bGz .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZxWG1bGz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZxWG1bGz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZxWG1bGz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZxWG1bGz .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Zyqk8Jjv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9Zyqk8Jjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Zyqk8Jjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Zyqk8Jjv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9Zyqk8Jjv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9Zyqk8Jjv .container {
    padding: 0 26px;
  }
}
.cid-u9Zyqk8Jjv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Zyqk8Jjv .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9Zyqk8Jjv .mbr-section-title {
  color: #ffffff;
}
.cid-u9Zyqk8Jjv .mbr-section-title,
.cid-u9Zyqk8Jjv .mbr-section-btn {
  text-align: center;
}
.cid-u9ZyqkmITn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZyqkmITn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZyqkmITn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZyqkmITn .row {
  justify-content: flex-start;
}
.cid-u9ZyqkmITn .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZyqkmITn .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZyqkmITn .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZyqkmITn .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZyqkmITn .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZyqkmITn .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZyqkmITn .mbr-section-title,
.cid-u9ZyqkmITn .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZyqkKGS2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ZyqkKGS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZyqkKGS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZyqkKGS2 .row {
  justify-content: flex-start;
}
.cid-u9ZyqkKGS2 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZyqkKGS2 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZyqkKGS2 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZyqkKGS2 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZyqkKGS2 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZyqkKGS2 .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZyqkKGS2 .mbr-section-title,
.cid-u9ZyqkKGS2 .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9Zyqlf62h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9Zyqlf62h .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9Zyqlf62h .align-right {
    text-align: center;
  }
}
.cid-u9Zyqlf62h .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9Zyqlf62h .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9Zyqlf62h .foot-menu {
    justify-content: center;
  }
}
.cid-u9Zyqlf62h .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9Zyqlf62h .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9Zyqlf62h .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9Zyqlf62h .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9Zyqlf62h .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9Zyqlf62h .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9Zyqlf62h .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9Zyqlf62h .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZyKDM3ln {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZyKDM3ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZyKDM3ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZyKDM3ln .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZyKDM3ln .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZyKDM3ln .container {
    padding: 0 26px;
  }
}
.cid-u9ZyKDM3ln .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZyKDM3ln .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZyKDM3ln .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZyKDM3ln .mbr-section-title,
.cid-u9ZyKDM3ln .mbr-section-btn {
  text-align: center;
}
.cid-u9ZyKDZTLb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9ZyKDZTLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZyKDZTLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZyKDZTLb .row {
  justify-content: flex-start;
}
.cid-u9ZyKDZTLb .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZyKDZTLb .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZyKDZTLb .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZyKDZTLb .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZyKDZTLb .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZyKDZTLb .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZyKDZTLb .mbr-section-title,
.cid-u9ZyKDZTLb .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZyKEhnAQ {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u9ZyKEhnAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZyKEhnAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZyKEhnAQ .row {
  justify-content: flex-start;
}
.cid-u9ZyKEhnAQ .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZyKEhnAQ .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZyKEhnAQ .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZyKEhnAQ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZyKEhnAQ .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZyKEhnAQ .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZyKEhnAQ .mbr-section-title,
.cid-u9ZyKEhnAQ .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZyKEA9z3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZyKEA9z3 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZyKEA9z3 .align-right {
    text-align: center;
  }
}
.cid-u9ZyKEA9z3 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZyKEA9z3 .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZyKEA9z3 .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZyKEA9z3 .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZyKEA9z3 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZyKEA9z3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZyKEA9z3 .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZyKEA9z3 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZyKEA9z3 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZyKEA9z3 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZyKEA9z3 .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZB6Ode9m {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZB6Ode9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZB6Ode9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZB6Ode9m .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZB6Ode9m .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZB6Ode9m .container {
    padding: 0 26px;
  }
}
.cid-u9ZB6Ode9m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZB6Ode9m .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZB6Ode9m .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZB6Ode9m .mbr-section-title,
.cid-u9ZB6Ode9m .mbr-section-btn {
  text-align: center;
}
.cid-u9ZB6On1fi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZB6On1fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZB6On1fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZB6On1fi .row {
  justify-content: flex-start;
}
.cid-u9ZB6On1fi .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZB6On1fi .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZB6On1fi .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZB6On1fi .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZB6On1fi .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZB6On1fi .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZB6On1fi .mbr-section-title,
.cid-u9ZB6On1fi .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZB6OB0Rc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9ZB6OB0Rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZB6OB0Rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZB6OB0Rc .row {
  justify-content: flex-start;
}
.cid-u9ZB6OB0Rc .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZB6OB0Rc .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZB6OB0Rc .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZB6OB0Rc .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZB6OB0Rc .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZB6OB0Rc .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZB6OB0Rc .mbr-section-title,
.cid-u9ZB6OB0Rc .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZB6P1rNE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZB6P1rNE .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZB6P1rNE .align-right {
    text-align: center;
  }
}
.cid-u9ZB6P1rNE .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZB6P1rNE .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZB6P1rNE .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZB6P1rNE .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZB6P1rNE .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZB6P1rNE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZB6P1rNE .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZB6P1rNE .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZB6P1rNE .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZB6P1rNE .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZB6P1rNE .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZBw5E9KJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZBw5E9KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZBw5E9KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZBw5E9KJ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZBw5E9KJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZBw5E9KJ .container {
    padding: 0 26px;
  }
}
.cid-u9ZBw5E9KJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZBw5E9KJ .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZBw5E9KJ .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZBw5E9KJ .mbr-section-title,
.cid-u9ZBw5E9KJ .mbr-section-btn {
  text-align: center;
}
.cid-u9ZBw5RrcY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZBw5RrcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZBw5RrcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZBw5RrcY .row {
  justify-content: flex-start;
}
.cid-u9ZBw5RrcY .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZBw5RrcY .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZBw5RrcY .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZBw5RrcY .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZBw5RrcY .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZBw5RrcY .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZBw5RrcY .mbr-section-title,
.cid-u9ZBw5RrcY .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZBw6dGgp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9ZBw6dGgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZBw6dGgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZBw6dGgp .row {
  justify-content: flex-start;
}
.cid-u9ZBw6dGgp .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZBw6dGgp .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZBw6dGgp .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZBw6dGgp .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZBw6dGgp .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZBw6dGgp .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZBw6dGgp .mbr-section-title,
.cid-u9ZBw6dGgp .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZBDX7yMW {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u9ZBDX7yMW .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u9ZBDX7yMW .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u9ZBDX7yMW .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u9ZBDX7yMW .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u9ZBDX7yMW .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u9ZBDX7yMW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u9ZBw6y97x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZBw6y97x .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZBw6y97x .align-right {
    text-align: center;
  }
}
.cid-u9ZBw6y97x .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZBw6y97x .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZBw6y97x .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZBw6y97x .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZBw6y97x .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZBw6y97x .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZBw6y97x .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZBw6y97x .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZBw6y97x .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZBw6y97x .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZBw6y97x .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZBZU1ie7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZBZU1ie7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZBZU1ie7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZBZU1ie7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZBZU1ie7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZBZU1ie7 .container {
    padding: 0 26px;
  }
}
.cid-u9ZBZU1ie7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZBZU1ie7 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZBZU1ie7 .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZBZU1ie7 .mbr-section-title,
.cid-u9ZBZU1ie7 .mbr-section-btn {
  text-align: center;
}
.cid-u9ZBZUbCEq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZBZUbCEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZBZUbCEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZBZUbCEq .row {
  justify-content: flex-start;
}
.cid-u9ZBZUbCEq .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZBZUbCEq .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZBZUbCEq .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZBZUbCEq .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZBZUbCEq .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZBZUbCEq .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZBZUbCEq .mbr-section-title,
.cid-u9ZBZUbCEq .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZBZUqWjF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ZBZUqWjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZBZUqWjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZBZUqWjF .row {
  justify-content: flex-start;
}
.cid-u9ZBZUqWjF .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZBZUqWjF .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZBZUqWjF .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZBZUqWjF .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZBZUqWjF .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZBZUqWjF .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZBZUqWjF .mbr-section-title,
.cid-u9ZBZUqWjF .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZBZUTlNJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZBZUTlNJ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZBZUTlNJ .align-right {
    text-align: center;
  }
}
.cid-u9ZBZUTlNJ .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZBZUTlNJ .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZBZUTlNJ .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZBZUTlNJ .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZBZUTlNJ .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZBZUTlNJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZBZUTlNJ .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZBZUTlNJ .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZBZUTlNJ .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZBZUTlNJ .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZBZUTlNJ .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6GtKNGvXl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u6GtKNGvXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GtKNGvXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GtKNGvXl .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u6GtKNGvXl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u6GtKNGvXl .container {
    padding: 0 26px;
  }
}
.cid-u6GtKNGvXl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6GtKNGvXl .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u6GtKNGvXl .mbr-section-title {
  color: #ffffff;
}
.cid-u6GtKNGvXl .mbr-section-title,
.cid-u6GtKNGvXl .mbr-section-btn {
  text-align: center;
}
.cid-u6GtKNVUsi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6GtKNVUsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GtKNVUsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6GtKNVUsi .row {
  justify-content: flex-start;
}
.cid-u6GtKNVUsi .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u6GtKNVUsi .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u6GtKNVUsi .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u6GtKNVUsi .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u6GtKNVUsi .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u6GtKNVUsi .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u6GtKNVUsi .mbr-section-title,
.cid-u6GtKNVUsi .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u6GuAG4OUH {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u6GuAG4OUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6GuAG4OUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6GuAG4OUH .container {
    padding: 0 20px;
  }
}
.cid-u6GuAG4OUH .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6GuAG4OUH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u6GuAG4OUH .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-u6GuAG4OUH .panel-group {
    padding: 0 20px;
  }
}
.cid-u6GuAG4OUH .panel-group .card {
  border-bottom: 1px solid #0196e3;
  border-radius: 0;
}
.cid-u6GuAG4OUH .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-u6GuAG4OUH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u6GuAG4OUH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-u6GuAG4OUH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-u6GuAG4OUH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #0196e3;
  transition: all 0.3s ease-out;
}
.cid-u6GuAG4OUH .panel-group .card .panel-collapse {
  position: relative;
}
.cid-u6GuAG4OUH .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #0196e3;
  transition: all 1s ease-out;
}
.cid-u6GuAG4OUH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-u6GuAG4OUH .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-u6GuAG4OUH .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-u6GuAG4OUH .panel-title-edit {
  color: #08323C;
}
.cid-u6GuAG4OUH .panel-text {
  color: #08323C;
}
.cid-u6GtKOSqPW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u6GtKOSqPW .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u6GtKOSqPW .align-right {
    text-align: center;
  }
}
.cid-u6GtKOSqPW .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6GtKOSqPW .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u6GtKOSqPW .foot-menu {
    justify-content: center;
  }
}
.cid-u6GtKOSqPW .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u6GtKOSqPW .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u6GtKOSqPW .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u6GtKOSqPW .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u6GtKOSqPW .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6GtKOSqPW .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u6GtKOSqPW .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u6GtKOSqPW .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZCjXz1g7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u9ZCjXz1g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZCjXz1g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZCjXz1g7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9ZCjXz1g7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9ZCjXz1g7 .container {
    padding: 0 26px;
  }
}
.cid-u9ZCjXz1g7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9ZCjXz1g7 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u9ZCjXz1g7 .mbr-section-title {
  color: #ffffff;
}
.cid-u9ZCjXz1g7 .mbr-section-title,
.cid-u9ZCjXz1g7 .mbr-section-btn {
  text-align: center;
}
.cid-u9ZCjXOCVs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ZCjXOCVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZCjXOCVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZCjXOCVs .row {
  justify-content: flex-start;
}
.cid-u9ZCjXOCVs .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZCjXOCVs .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZCjXOCVs .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZCjXOCVs .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZCjXOCVs .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZCjXOCVs .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZCjXOCVs .mbr-section-title,
.cid-u9ZCjXOCVs .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u9ZCjY8QTq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ZCjY8QTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ZCjY8QTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ZCjY8QTq .row {
  justify-content: flex-start;
}
.cid-u9ZCjY8QTq .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u9ZCjY8QTq .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u9ZCjY8QTq .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u9ZCjY8QTq .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u9ZCjY8QTq .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u9ZCjY8QTq .mbr-text {
  color: #0196e3;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u9ZCjY8QTq .mbr-section-title,
.cid-u9ZCjY8QTq .mbr-section-btn {
  color: #0196e3;
  text-align: center;
}
.cid-u9ZCjYyzmW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u9ZCjYyzmW .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9ZCjYyzmW .align-right {
    text-align: center;
  }
}
.cid-u9ZCjYyzmW .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZCjYyzmW .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u9ZCjYyzmW .foot-menu {
    justify-content: center;
  }
}
.cid-u9ZCjYyzmW .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u9ZCjYyzmW .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9ZCjYyzmW .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u9ZCjYyzmW .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u9ZCjYyzmW .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZCjYyzmW .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u9ZCjYyzmW .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u9ZCjYyzmW .foot-menu-item {
  color: #ffff;
}
.cid-uDqoiHt06G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDqoiHt06G nav.navbar {
  position: fixed;
}
.cid-uDqoiHt06G .link {
  font-weight: bold;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqoiHt06G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDqoiHt06G .dropdown-item:hover,
.cid-uDqoiHt06G .dropdown-item:focus {
  background: #0196e3 !important;
  color: white !important;
}
.cid-uDqoiHt06G .dropdown-item:hover span {
  color: white;
}
.cid-uDqoiHt06G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqoiHt06G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqoiHt06G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqoiHt06G .nav-link {
  position: relative;
}
.cid-uDqoiHt06G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqoiHt06G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown-menu,
.cid-uDqoiHt06G .navbar.opened {
  background: #0e8ccc !important;
}
.cid-uDqoiHt06G .nav-item:focus,
.cid-uDqoiHt06G .nav-link:focus {
  outline: none;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqoiHt06G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqoiHt06G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqoiHt06G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqoiHt06G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqoiHt06G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDqoiHt06G .navbar .navbar-logo img {
  width: auto;
}
.cid-uDqoiHt06G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqoiHt06G .navbar.collapsed {
  justify-content: center;
}
.cid-uDqoiHt06G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqoiHt06G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDqoiHt06G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqoiHt06G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqoiHt06G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqoiHt06G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqoiHt06G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqoiHt06G .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-uDqoiHt06G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqoiHt06G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqoiHt06G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqoiHt06G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDqoiHt06G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqoiHt06G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDqoiHt06G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDqoiHt06G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDqoiHt06G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDqoiHt06G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqoiHt06G .dropdown-item.active,
.cid-uDqoiHt06G .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqoiHt06G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqoiHt06G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e8ccc;
}
.cid-uDqoiHt06G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDqoiHt06G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqoiHt06G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDqoiHt06G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDqoiHt06G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDqoiHt06G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqoiHt06G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqoiHt06G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDqoiHt06G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqoiHt06G .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-uDqoiHt06G .navbar {
    height: 70px;
  }
  .cid-uDqoiHt06G .navbar.opened {
    height: auto;
  }
  .cid-uDqoiHt06G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u304YfblAX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0196e3;
}
.cid-u304YfblAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u304YfblAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u304YfblAX .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u304YfblAX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u304YfblAX .container {
    padding: 0 26px;
  }
}
.cid-u304YfblAX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u304YfblAX .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u304YfblAX .mbr-section-title {
  color: #ffffff;
}
.cid-u304YfblAX .mbr-section-title,
.cid-u304YfblAX .mbr-section-btn {
  text-align: center;
}
.cid-u2kDwSLSYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kDwSLSYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kDwSLSYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kDwSLSYr .row {
  justify-content: flex-start;
}
.cid-u2kDwSLSYr .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kDwSLSYr .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kDwSLSYr .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kDwSLSYr .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kDwSLSYr .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kDwSLSYr .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kDwSLSYr .mbr-section-title,
.cid-u2kDwSLSYr .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kHojZ47I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kHojZ47I .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2kHojZ47I .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2kHojZ47I .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2kHojZ47I .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2kHojZ47I .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2kHojZ47I .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2kHC0BtRN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kHC0BtRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kHC0BtRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kHC0BtRN .row {
  justify-content: flex-start;
}
.cid-u2kHC0BtRN .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kHC0BtRN .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kHC0BtRN .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kHC0BtRN .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kHC0BtRN .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kHC0BtRN .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kHC0BtRN .mbr-section-title,
.cid-u2kHC0BtRN .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kHJc9Jyy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2kHJc9Jyy .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2kHJc9Jyy .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2kHJc9Jyy .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2kHJc9Jyy .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2kHJc9Jyy .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2kHJc9Jyy .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2kJfviXfF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kJfviXfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kJfviXfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kJfviXfF .row {
  justify-content: flex-start;
}
.cid-u2kJfviXfF .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kJfviXfF .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kJfviXfF .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kJfviXfF .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kJfviXfF .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kJfviXfF .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kJfviXfF .mbr-section-title,
.cid-u2kJfviXfF .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kJvKrFTU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2kJvKrFTU .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2kJvKrFTU .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2kJvKrFTU .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2kJvKrFTU .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2kJvKrFTU .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2kJvKrFTU .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2kJKqUJF8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kJKqUJF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kJKqUJF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kJKqUJF8 .row {
  justify-content: flex-start;
}
.cid-u2kJKqUJF8 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kJKqUJF8 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kJKqUJF8 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kJKqUJF8 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kJKqUJF8 .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kJKqUJF8 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kJKqUJF8 .mbr-section-title,
.cid-u2kJKqUJF8 .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kK1jraHA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2kK1jraHA .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-u2kK1jraHA .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2kK1jraHA .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-u2kK1jraHA .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-u2kK1jraHA .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.cid-u2kK1jraHA .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.cid-u2kWphiSIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kWphiSIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kWphiSIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kWphiSIY .row {
  justify-content: flex-start;
}
.cid-u2kWphiSIY .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kWphiSIY .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kWphiSIY .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kWphiSIY .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kWphiSIY .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kWphiSIY .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kWphiSIY .mbr-section-title,
.cid-u2kWphiSIY .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kWXPzMBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kWXPzMBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kWXPzMBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kWXPzMBM .row {
  justify-content: flex-start;
}
.cid-u2kWXPzMBM .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kWXPzMBM .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kWXPzMBM .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kWXPzMBM .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kWXPzMBM .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kWXPzMBM .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kWXPzMBM .mbr-section-title,
.cid-u2kWXPzMBM .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kX5E4vXu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kX5E4vXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kX5E4vXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kX5E4vXu .row {
  justify-content: flex-start;
}
.cid-u2kX5E4vXu .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kX5E4vXu .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kX5E4vXu .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kX5E4vXu .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kX5E4vXu .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kX5E4vXu .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kX5E4vXu .mbr-section-title,
.cid-u2kX5E4vXu .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kXqp4RKd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kXqp4RKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kXqp4RKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kXqp4RKd .row {
  justify-content: flex-start;
}
.cid-u2kXqp4RKd .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kXqp4RKd .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kXqp4RKd .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kXqp4RKd .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kXqp4RKd .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kXqp4RKd .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kXqp4RKd .mbr-section-title,
.cid-u2kXqp4RKd .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kXwIVGhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2kXwIVGhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kXwIVGhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kXwIVGhd .row {
  justify-content: flex-start;
}
.cid-u2kXwIVGhd .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kXwIVGhd .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kXwIVGhd .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kXwIVGhd .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kXwIVGhd .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kXwIVGhd .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kXwIVGhd .mbr-section-title,
.cid-u2kXwIVGhd .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u2kXD0Phdi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2kXD0Phdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kXD0Phdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kXD0Phdi .row {
  justify-content: flex-start;
}
.cid-u2kXD0Phdi .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2kXD0Phdi .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2kXD0Phdi .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u2kXD0Phdi .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u2kXD0Phdi .mbr-section-subtitle {
  color: #0196e3;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-u2kXD0Phdi .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-u2kXD0Phdi .mbr-section-title,
.cid-u2kXD0Phdi .mbr-section-btn {
  color: #0196e3;
  text-align: left;
}
.cid-u565siVnDs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0196e3;
}
.cid-u565siVnDs .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .align-right {
    text-align: center;
  }
}
.cid-u565siVnDs .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u565siVnDs .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-u565siVnDs .foot-menu {
    justify-content: center;
  }
}
.cid-u565siVnDs .soc-item {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-u565siVnDs .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u565siVnDs .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #0196e3;
}
.cid-u565siVnDs .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u565siVnDs .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u565siVnDs .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u565siVnDs .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u565siVnDs .foot-menu-item {
  color: #ffff;
}
