body {
  font-family: Jost;
}
.display-1 {
  font-family: undefined;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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: #ff6666 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !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: #ff6666 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Kanit', sans-serif;
  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: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.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: #ff6666;
  border-bottom-color: #ff6666;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6666 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff6666' %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-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-uaz3kY20SU .modal-body .close {
  background: #1b1b1b;
}
.cid-uaz3kY20SU .modal-body .close span {
  font-style: normal;
}
.cid-uaz3kY20SU .carousel-inner > .active,
.cid-uaz3kY20SU .carousel-inner > .next,
.cid-uaz3kY20SU .carousel-inner > .prev {
  display: table;
}
.cid-uaz3kY20SU .carousel-control .icon-next,
.cid-uaz3kY20SU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uaz3kY20SU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaz3kY20SU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaz3kY20SU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uaz3kY20SU .boxed-slider > div {
  position: relative;
}
.cid-uaz3kY20SU .container img {
  width: 100%;
}
.cid-uaz3kY20SU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uaz3kY20SU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uaz3kY20SU .mbr-table-cell {
  padding: 0;
}
.cid-uaz3kY20SU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uaz3kY20SU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uaz3kY20SU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uaz3kY20SU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uaz3kY20SU .carousel-item .container {
    width: 100%;
  }
}
.cid-uaz3kY20SU .carousel-item-next.carousel-item-left,
.cid-uaz3kY20SU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uaz3kY20SU .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uaz3kY20SU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaz3kY20SU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaz3kY20SU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uaz3kY20SU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaz3kY20SU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uaz3kY20SU .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uaz3kY20SU .mbr-slider .carousel-indicators li.active,
.cid-uaz3kY20SU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uaz3kY20SU .mbr-slider .carousel-indicators li::after,
.cid-uaz3kY20SU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uaz3kY20SU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uaz3kY20SU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uaz3kY20SU .mbr-slider > .container img {
  width: 100%;
}
.cid-uaz3kY20SU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uaz3kY20SU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uaz3kY20SU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaz3kY20SU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uaz3kY20SU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uaz3kY20SU .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uaz3kY20SU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uaz3kY20SU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uaz3kY20SU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uaz3kY20SU .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uaz3kY20SU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uaz3kY20SU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uaz3kY20SU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uaz3kY20SU H2 {
  text-align: center;
}
.cid-uaz3kY20SU P {
  text-align: center;
}
.cid-u1qkLA9lyW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1qkLA9lyW .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uaAwSXlEuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaAwSXlEuW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uaAwSXlEuW .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uaAwSXlEuW .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uaAwSXlEuW .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uaAwSXlEuW .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uaAwSXlEuW .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-uaAwSXlEuW .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(90%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-uaAwSXlEuW .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uaAwSXlEuW .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin: auto;
  pointer-events: auto;
}
.cid-uaAwSXlEuW .item-title {
  color: #0f8dc9;
}
.cid-uaAwSXlEuW .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uaAwSXlEuW .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2PjzL8boC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #cdcdcd;
  flex-direction: column;
  justify-content: center;
}
.cid-u2PjzL8boC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2PjzL8boC .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-u2PjzL8boC .container {
    padding: 0 16px;
  }
}
.cid-u2PjzL8boC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u2PjzL8boC .tabs-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper {
    display: block;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs {
  width: 47%;
  display: block;
  border: none;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs {
    width: 100%;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border-top: 1px solid #fafafa;
  margin: 0;
}
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border-top: none;
}
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #fafafa;
  padding: 5px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
}
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover,
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #e43f3f;
  padding: 5px;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    padding: 32px 16px;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper .tab-content {
    width: 100%;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .tab-content .tab-pane .content-wrapper .text-wrapper {
  margin-top: 32px;
  border-top: 1px solid #000000;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-u2PjzL8boC .tabs-wrapper .tab-content .tab-pane .content-wrapper .text-wrapper {
    margin-top: 24px;
  }
}
.cid-u2PjzL8boC .tabs-wrapper .tab-content .tab-pane .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-u2PjzL8boC .mbr-desc {
  color: #706cff;
}
.cid-u2PjzL8boC .card-text {
  color: #ffffff;
}
.cid-u2PjzL8boC .mbr-desc,
.cid-u2PjzL8boC .nav-link {
  color: #353535;
  text-align: left;
}
.cid-u2PjzL8boC P {
  color: #ffffff;
}
.cid-ubTOirEr72 {
  background-image: url("../../../assets/images/untitled33.gif");
}
.cid-ubTOirEr72 .mbr-section-title {
  color: #ff6666;
}
.cid-u1xuAGwVpI {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  background-color: #ffffff;
}
.cid-u1xuAGwVpI .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-u1xuAGwVpI .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-u1xuAGwVpI .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-u1xuAGwVpI .card {
    max-width: 9%;
  }
}
.cid-u1xuAGwVpI .card-title,
.cid-u1xuAGwVpI .iconfont-wrapper {
  color: #103178;
}
.cid-u1xuAGwVpI .mbr-section-subtitle {
  color: #095d85;
}
.cid-u1xuAGwVpI .mbr-section-title {
  color: #e43f3f;
}
.cid-u1Gl1QCFBv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-u1Gl1QCFBv img,
.cid-u1Gl1QCFBv .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u1Gl1QCFBv .item:focus,
.cid-u1Gl1QCFBv span:focus {
  outline: none;
}
.cid-u1Gl1QCFBv .item-wrapper {
  position: relative;
}
.cid-u1Gl1QCFBv .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1Gl1QCFBv .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1Gl1QCFBv .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u1Gl1QCFBv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1Gl1QCFBv .mbr-section-title {
  color: #232323;
}
.cid-u1Gl1QCFBv .mbr-text,
.cid-u1Gl1QCFBv .mbr-section-btn {
  text-align: left;
}
.cid-u1Gl1QCFBv .item-title {
  text-align: center;
}
.cid-u1Gl1QCFBv .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u1Gl1QCFBv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u1Gl1QCFBv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u1Gl1QCFBv .embla__button--next,
.cid-u1Gl1QCFBv .embla__button--prev {
  display: flex;
}
.cid-u1Gl1QCFBv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u1Gl1QCFBv .embla__button {
    display: none;
  }
}
.cid-u1Gl1QCFBv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1Gl1QCFBv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u1Gl1QCFBv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1Gl1QCFBv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1Gl1QCFBv .embla__button {
    top: auto;
  }
}
.cid-u1Gl1QCFBv .embla {
  position: relative;
  width: 100%;
}
.cid-u1Gl1QCFBv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1Gl1QCFBv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1Gl1QCFBv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1Gl1QCFBv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ubZ0zIKyb9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-ubZ0zIKyb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZ0zIKyb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZ0zIKyb9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubZ0zIKyb9 .container {
    padding: 0 15px;
  }
}
.cid-ubZ0zIKyb9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ubZ0zIKyb9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ubZ0zIKyb9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ubZ0zIKyb9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ubZ0zIKyb9 .mbr-section-btn {
  margin-top: 40px;
}
.cid-ubZ0zIKyb9 .mbr-section-title {
  color: #ffffff;
}
.cid-ubZ0zIKyb9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ubZ0zIKyb9 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ubZ0zIKyb9 .mbr-section-title,
.cid-ubZ0zIKyb9 .mbr-section-btn {
  text-align: center;
}
.cid-u1MkOF7K69 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #cdcdcd;
}
.cid-u1MkOF7K69 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1MkOF7K69 .mbr-text {
  color: #ffffff;
}
.cid-u1MlEh6RjN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #cdcdcd;
}
.cid-u1MlEh6RjN .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u1MlEh6RjN .mbr-section-subtitle {
  text-align: center;
}
.cid-ubZeJjsKQk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubZeJjsKQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZeJjsKQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZeJjsKQk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ubZeJjsKQk .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ubZeJjsKQk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ubZeJjsKQk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ubZeJjsKQk .container {
    padding: 0 16px;
  }
}
.cid-ubZeJjsKQk .row {
  justify-content: center;
}
.cid-ubZeJjsKQk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ubZeJjsKQk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ubZeJjsKQk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ubZeJjsKQk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ubZeJjsKQk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZeJjsKQk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ubZ6gjPeiz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #abd0d5;
}
.cid-ubZ6gjPeiz .mbr-section-subtitle {
  color: #767676;
}
.cid-ubZ6gjPeiz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ubZ6gjPeiz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff6666, #ff6666);
  display: inline-block;
}
.cid-ubZ6gjPeiz .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-ubZ6gjPeiz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ubZ6gjPeiz .wrapper {
  padding: 2rem 1rem 1rem 1rem;
  background: #bbbbbb;
}
.cid-ubZ6gjPeiz .card-overlay {
  display: none;
}
.cid-ubZ6gjPeiz .mbr-section-title,
.cid-ubZ6gjPeiz .underline,
.cid-ubZ6gjPeiz .mbr-section-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-ubZ6gjPeiz .image-element:hover .card-overlay {
    opacity: .5;
    border-bottom-right-radius: 7rem;
  }
  .cid-ubZ6gjPeiz .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-ubZ6gjPeiz .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-ubZ6gjPeiz .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-ubZ6gjPeiz .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ubZ6gjPeiz .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ubZ6gjPeiz .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ubZ6gjPeiz .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-ubZ6gjPeiz .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-ubZ6gjPeiz .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-ubZ6gjPeiz .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-ubZ6gjPeiz .underline .line {
    height: 2px;
  }
  .cid-ubZ6gjPeiz .card-title,
  .cid-ubZ6gjPeiz .underline,
  .cid-ubZ6gjPeiz .mbr-text,
  .cid-ubZ6gjPeiz .mbr-section-btn,
  .cid-ubZ6gjPeiz .mbr-section-subtitle,
  .cid-ubZ6gjPeiz .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-ubZ6gjPeiz .main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cid-ubZ6gjPeiz .mbr-section-title,
  .cid-ubZ6gjPeiz .underline,
  .cid-ubZ6gjPeiz .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-ubZ6gjPeiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZ6gjPeiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3do3Mzwk5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3do3Mzwk5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u3do3Mzwk5 .mbr-section-title {
  color: #1f242e;
}
.cid-u3do3Mzwk5 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-u3do3Mzwk5 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-u3do3Mzwk5 .card {
    padding: 1rem !important;
  }
}
.cid-u3do3Mzwk5 .card:hover {
  transform: translateY(-1rem);
}
.cid-u3do3Mzwk5 .card img {
  max-width: 110px;
  height: auto;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-udZjfGYD7V {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-udZjfGYD7V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udZjfGYD7V .row {
    flex-direction: column-reverse;
  }
  .cid-udZjfGYD7V .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-udZjfGYD7V .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udZjfGYD7V .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-udZjfGYD7V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udZmxEGSh4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/wechatim444566-834x626.jpg");
}
.cid-udZmxEGSh4 .mbr-section-title {
  color: #ffffff;
}
.cid-udZmxEGSh4 .mbr-text,
.cid-udZmxEGSh4 .mbr-section-btn {
  color: #ffffff;
}
.cid-udZLa3tQ4S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udZLzIr5zG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udZLzIr5zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZLzIr5zG .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-udZLzIr5zG .container {
    padding: 0 22px;
  }
}
.cid-udZLzIr5zG .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-udZLzIr5zG .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 480px;
  padding: 32px;
}
@media (max-width: 768px) {
  .cid-udZLzIr5zG .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-udZLzIr5zG .item .item-wrapper .item-img:hover::before,
.cid-udZLzIr5zG .item .item-wrapper .item-img:focus::before {
  opacity: 0;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img:hover .item-content,
.cid-udZLzIr5zG .item .item-wrapper .item-img:focus .item-content {
  transform: translateY(-2rem);
}
.cid-udZLzIr5zG .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 16px;
}
.cid-udZLzIr5zG .item .item-wrapper .item-img .item-content .card-text {
  margin-bottom: 0;
}
.cid-udZLzIr5zG .card-title {
  color: #ffffff;
}
.cid-udZLzIr5zG .card-text {
  color: #ffffff;
}
.cid-ue1bUiL7MH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ue1bUiL7MH .container {
    max-width: 1400px;
  }
}
.cid-ue1bUiL7MH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ue1bUiL7MH .card-wrapper {
  margin-top: 3rem;
}
.cid-ue1bUiL7MH .row {
  justify-content: center;
}
.cid-ue1bUiL7MH .card-text {
  text-align: left;
}
.cid-udZQuiWHcT {
  background-image: url("../../../assets/images/w020190829834426196739-1280x720.jpg");
}
.cid-udZRzHDvhO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udZRzHDvhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZRzHDvhO .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-udZRzHDvhO .container {
    padding: 0 22px;
  }
}
.cid-udZRzHDvhO .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-udZRzHDvhO .row .card {
  justify-content: center;
}
.cid-udZRzHDvhO .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-udZRzHDvhO .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-udZRzHDvhO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZRzHDvhO .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-udZRzHDvhO .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-udZRzHDvhO .item:hover .item-wrapper .item-content .card-title,
.cid-udZRzHDvhO .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-udZRzHDvhO .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-udZRzHDvhO .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-udZRzHDvhO .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-udZRzHDvhO .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-udZRzHDvhO .item a {
  display: block;
}
.cid-udZRzHDvhO .mbr-section-title {
  color: #000000;
}
.cid-udZRzHDvhO .mbr-text {
  color: #000000;
}
.cid-udZRzHDvhO .card-title {
  color: #000000;
}
.cid-udZRzHDvhO .card-desc {
  color: #8a8588;
}
.cid-udZRzHDvhO .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZRzHDvhO .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-ucadsiZDX5 {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucadsiZDX5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ucadsiZDX5 .mbr-section-title,
.cid-ucadsiZDX5 .mbr-section-subtitle,
.cid-ucadsiZDX5 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucadsiZDX5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucadsiZDX5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucadsiZDX5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucadsiZDX5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucadsiZDX5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb18a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucadsiZDX5 .icon-focus {
  display: none;
}
.cid-ucadsiZDX5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucadsiZDX5 ul {
  font-size: 0;
}
.cid-ucadsiZDX5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-ucadsiZDX5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucadsiZDX5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-ucadsiZDX5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucadsiZDX5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucadsiZDX5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucadsiZDX5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucadsiZDX5 .btn:hover {
  background: transparent !important;
}
.cid-ucadsiZDX5 .btn:hover:before {
  background: transparent !important;
}
.cid-ucadsiZDX5 .btn:before {
  background-color: transparent !important;
}
.cid-ucadsiZDX5 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-ucahRY1Adb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucahRY1Adb .mbr-section-subtitle {
  color: #c9d112;
}
.cid-ucaitCm85A {
  background-image: url("../../../assets/images/mbr-2-1920x1281.jpg");
}
.cid-ucaitCm85A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucaitCm85A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucaitCm85A .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ucaitCm85A .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucaitCm85A .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucaitCm85A .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ucaitCm85A .container {
    padding: 0 16px;
  }
}
.cid-ucaitCm85A .content-wrapper {
  margin-bottom: 20%;
}
.cid-ucaitCm85A .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucaitCm85A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucaitCm85A .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ucaitCm85A .mbr-section-title {
  color: #000000;
}
.cid-ucaitCm85A .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucaitCm85A .mbr-section-title,
.cid-ucaitCm85A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucajmKVqFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucajYzzqwA {
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-ucakU3qr8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ucakU3qr8b .line {
  background-color: #ffffff;
  align: center;
  height: 5px;
  margin: 0 auto;
}
.cid-ucakU3qr8b .mbr-text {
  color: #ffffff;
}
.cid-ucammcv7Un {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucammcv7Un .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucammcv7Un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucammcv7Un .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ucammcv7Un .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ucammcv7Un .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucammcv7Un .container {
    padding: 0 16px;
  }
}
.cid-ucammcv7Un .row {
  justify-content: space-between;
}
.cid-ucammcv7Un .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucammcv7Un .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ucammcv7Un .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-ucammcv7Un .content-wrapper {
  position: relative;
}
.cid-ucammcv7Un .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucammcv7Un .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ucammcv7Un .mbr-text {
  color: #333333;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-uc9HZLUTCA {
  background-image: url("../../../assets/images/ss854900-2000x1500.jpg");
}
.cid-uc9HZLUTCA .mbr-section-title {
  color: #ffe161;
}
.cid-uc9HZLUTCA .mbr-text,
.cid-uc9HZLUTCA .mbr-section-btn {
  color: #ffe161;
}
.cid-uc9IMLV3pS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc9IMLV3pS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uc9Jo8SaZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc9Jo8SaZ5 img,
.cid-uc9Jo8SaZ5 .item-img {
  width: 100%;
}
.cid-uc9Jo8SaZ5 .item:focus,
.cid-uc9Jo8SaZ5 span:focus {
  outline: none;
}
.cid-uc9Jo8SaZ5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc9Jo8SaZ5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc9Jo8SaZ5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc9Jo8SaZ5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc9Jo8SaZ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc9Jo8SaZ5 .mbr-section-title {
  color: #232323;
}
.cid-uc9Jo8SaZ5 .mbr-text,
.cid-uc9Jo8SaZ5 .mbr-section-btn {
  text-align: left;
}
.cid-uc9Jo8SaZ5 .item-title {
  text-align: left;
}
.cid-uc9Jo8SaZ5 .item-subtitle {
  text-align: center;
}
.cid-uc9LmjoSDE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc9LmjoSDE img,
.cid-uc9LmjoSDE .item-img {
  width: 100%;
}
.cid-uc9LmjoSDE .item:focus,
.cid-uc9LmjoSDE span:focus {
  outline: none;
}
.cid-uc9LmjoSDE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc9LmjoSDE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc9LmjoSDE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc9LmjoSDE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc9LmjoSDE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc9LmjoSDE .mbr-section-title {
  color: #232323;
}
.cid-uc9LmjoSDE .mbr-text,
.cid-uc9LmjoSDE .mbr-section-btn {
  text-align: left;
}
.cid-uc9LmjoSDE .item-title {
  text-align: left;
}
.cid-uc9LmjoSDE .item-subtitle {
  text-align: center;
}
.cid-uc9LFKJXo5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc9LFKJXo5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uc9Y3EXjQ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uc9Y3EXjQ1 .content-wrapper {
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uc9Y3EXjQ1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc9Y3EXjQ1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uc9Y3EXjQ1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uc9Y3EXjQ1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uc9Y3EXjQ1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uc9Y3EXjQ1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uc9Y3EXjQ1 .mbr-text,
.cid-uc9Y3EXjQ1 .mbr-section-btn {
  color: #ffe161;
}
.cid-uca8TIJkmA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uca8TIJkmA .item {
  padding-bottom: 2rem;
}
.cid-uca8TIJkmA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uca8TIJkmA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uca8TIJkmA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uca8TIJkmA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uca8TIJkmA .carousel-control,
.cid-uca8TIJkmA .close {
  background: #1b1b1b;
}
.cid-uca8TIJkmA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uca8TIJkmA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uca8TIJkmA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uca8TIJkmA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uca8TIJkmA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uca8TIJkmA .close::before {
  content: '\e91a';
}
.cid-uca8TIJkmA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uca8TIJkmA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uca8TIJkmA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uca8TIJkmA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uca8TIJkmA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uca8TIJkmA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uca8TIJkmA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uca8TIJkmA .carousel-indicators li.active,
.cid-uca8TIJkmA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uca8TIJkmA .carousel-indicators li::after,
.cid-uca8TIJkmA .carousel-indicators li::before {
  content: none;
}
.cid-uca8TIJkmA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uca8TIJkmA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uca8TIJkmA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uca8TIJkmA .carousel-indicators {
    display: none;
  }
}
.cid-uca8TIJkmA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uca8TIJkmA .carousel-inner > .active {
  display: block;
}
.cid-uca8TIJkmA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uca8TIJkmA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uca8TIJkmA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uca8TIJkmA .carousel-control,
  .cid-uca8TIJkmA .carousel-indicators,
  .cid-uca8TIJkmA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uca8TIJkmA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uca8TIJkmA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uca8TIJkmA .carousel-indicators .active,
.cid-uca8TIJkmA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uca8TIJkmA .carousel-indicators .active {
  background: #fff;
}
.cid-uca8TIJkmA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uca8TIJkmA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uca8TIJkmA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uca8TIJkmA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uca8TIJkmA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uca8TIJkmA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uca8TIJkmA .carousel {
  width: 100%;
}
.cid-uca8TIJkmA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uca8TIJkmA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uca8TIJkmA .modal.fade .modal-dialog,
.cid-uca8TIJkmA .modal.in .modal-dialog {
  transform: none;
}
.cid-uca8TIJkmA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uca8TIJkmA H6 {
  text-align: center;
}
.cid-uca8TIJkmA .mbr-section-title {
  color: #2e6b75;
}
.cid-uca8TIJkmA .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uca8TIJkmA .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uca8TIJkmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uca8TIJkmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uca8TIJkmA H3 {
  text-align: center;
  color: #222222;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-uc9xt3aTqF {
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uc9yxKLx4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc9EgZTf2g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uc9EgZTf2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc9EgZTf2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc9EgZTf2g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uc9EgZTf2g .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uc9EgZTf2g .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc9EgZTf2g .container {
    padding: 0 16px;
  }
}
.cid-uc9EgZTf2g .row {
  justify-content: center;
}
.cid-uc9EgZTf2g .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uc9EgZTf2g .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uc9EgZTf2g .box {
  margin: 0 auto;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-uc9EgZTf2g .box {
    width: 100%;
  }
}
.cid-uc9EgZTf2g .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uc9EgZTf2g .box .mbr-media {
    height: 350px;
  }
}
.cid-uc9EgZTf2g .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-uc9EgZTf2g .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uc9EgZTf2g .mbr-media {
  position: relative;
}
.cid-uc9EgZTf2g .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uc9EgZTf2g a:hover {
  background-image: none !important;
}
.cid-uc9EgZTf2g .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f27120;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uc9EgZTf2g .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #1c1c1c;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uc9EgZTf2g .icon-wrap:hover::before,
.cid-uc9EgZTf2g .icon-wrap:focus::before {
  transform: scale(1);
}
.cid-uc9EgZTf2g .icon-wrap:hover .mbr-iconfont,
.cid-uc9EgZTf2g .icon-wrap:focus .mbr-iconfont {
  color: #f27120;
}
.cid-uc9EgZTf2g .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uc9EgZTf2g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uc9EgZTf2g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uc9EgZTf2g .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uc9EgZTf2g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uc9EgZTf2g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uc9EgZTf2g .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-uc9Fw5Ind6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sun-4-1500x750.jpg");
}
.cid-uc9Fw5Ind6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc9Fw5Ind6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-uc92uv3x9H {
  display: flex;
  background-image: url("../../../assets/images/sports-2-960x679.jpg");
}
.cid-uc92uv3x9H .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uc92uv3x9H .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uc92uv3x9H {
    align-items: center;
  }
  .cid-uc92uv3x9H .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uc92uv3x9H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uc92uv3x9H {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uc92uv3x9H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uc92uv3x9H .content-wrap {
    width: 100%;
  }
}
.cid-uc92uv3x9H .mbr-section-title {
  text-align: left;
}
.cid-uc92uv3x9H .mbr-text,
.cid-uc92uv3x9H .mbr-section-btn {
  text-align: left;
}
.cid-uc938IC8S4 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc93kGqh2Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uc93kGqh2Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc93kGqh2Q img {
  width: 70%;
}
@media (min-width: 992px) {
  .cid-uc93kGqh2Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc94ZP97b7 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/sports-6-960x806.jpg");
}
.cid-uc94ZP97b7::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #bbbbbb;
}
.cid-uc94ZP97b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc94ZP97b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc94ZP97b7 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uc94ZP97b7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uc94ZP97b7 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uc94ZP97b7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uc94ZP97b7 .container {
    padding: 0 14px;
  }
}
.cid-uc94ZP97b7 .row {
  position: relative;
  z-index: 1;
}
.cid-uc94ZP97b7 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uc94ZP97b7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uc94ZP97b7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uc94ZP97b7 .mbr-desc {
  color: #01004c;
}
.cid-uc94ZP97b7 .mbr-section-title {
  color: #01004c;
}
.cid-uc94ZP97b7 .mbr-text {
  color: #01004c;
}
.cid-uc94ZP97b7 .mbr-section-title,
.cid-uc94ZP97b7 .mbr-section-btn {
  color: #232323;
}
.cid-uc94ZP97b7 .mbr-text,
.cid-uc94ZP97b7 .text-wrapper {
  color: #232323;
}
.cid-uc95MJCoWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc9oWK9Cic {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uc9oWK9Cic h2,
.cid-uc9oWK9Cic h3,
.cid-uc9oWK9Cic h4,
.cid-uc9oWK9Cic h5 {
  margin: 0;
}
.cid-uc9oWK9Cic .container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 680px) {
  .cid-uc9oWK9Cic .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uc9oWK9Cic .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uc9oWK9Cic .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uc9oWK9Cic .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uc9oWK9Cic .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uc9oWK9Cic .item-container {
  max-width: 1620px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uc9oWK9Cic .item {
  padding: 0 5px;
  margin-bottom: 30px;
  width: 16.66667%;
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
@media (max-width: 1390px) {
  .cid-uc9oWK9Cic .item {
    padding: 0 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1390px) {
  .cid-uc9oWK9Cic .item {
    width: 20%;
  }
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-uc9oWK9Cic .item {
    width: 33.33333%;
  }
}
@media (max-width: 680px) {
  .cid-uc9oWK9Cic .item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uc9oWK9Cic .item-image {
  width: 100%;
}
.cid-uc9oWK9Cic img {
  width: 100%;
  aspect-ratio: 0.35;
  object-fit: cover;
}
.cid-uc9oWK9Cic .mbr-card-title {
  color: #000000;
  text-align: center;
  margin: -5px 0 14px;
}
.cid-uc9oWK9Cic .mbr-card-title:hover {
  color: #ee3102;
}
.cid-uc9oWK9Cic h3 {
  margin: 0;
}
.cid-uc9oWK9Cic .mbr-card-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-bottom: 2px;
}
.cid-uc9oWK9Cic .item-caption {
  padding: 16px 0 8px;
  background: transparent;
  background: #e6c63b;
}
.cid-uc9oWK9Cic .item-caption {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
.cid-uc9oWK9Cic .item:hover {
  cursor: pointer;
}
.cid-uc9oWK9Cic .item:hover .item-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-uc4YKlMZBX {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc4YKlMZBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4YKlMZBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc4YKlMZBX .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-uc4YKlMZBX .mbr-section-title {
  color: #181817;
}
.cid-uc4YKlMZBX .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-uc4YKlMZBX .card-row {
  align-items: stretch;
}
.cid-uc4YKlMZBX .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uc4YKlMZBX .item {
    width: 20% !important;
  }
}
.cid-uc4YKlMZBX .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-uc4YKlMZBX .item-wrapper {
    min-height: 360px;
  }
}
.cid-uc4YKlMZBX .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-uc4YKlMZBX .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-uc4YKlMZBX .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-uc4YKlMZBX .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-uc4YKlMZBX .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-uc4YKlMZBX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uc4YKlMZBX .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-uc4YKlMZBX .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-uc4YKlMZBX .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-uc4YKlMZBX .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-uc4YKlMZBX .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-uc4YKlMZBX .iconfont-wrapper {
  margin-right: 18px;
}
.cid-uc4YKlMZBX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-uc4YKlMZBX .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-uc4YKlMZBX .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-uc4YKlMZBX .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-uc4YKlMZBX .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uc4YKlMZBX .mbr-section-btn {
    width: auto;
  }
  .cid-uc4YKlMZBX .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uc57Caay1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc58SCSUgm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-uc58SCSUgm img,
.cid-uc58SCSUgm .item-img {
  width: 100%;
}
.cid-uc58SCSUgm .item:focus,
.cid-uc58SCSUgm span:focus {
  outline: none;
}
.cid-uc58SCSUgm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc58SCSUgm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc58SCSUgm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc58SCSUgm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc58SCSUgm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc58SCSUgm .mbr-section-title {
  color: #232323;
}
.cid-uc58SCSUgm .mbr-text,
.cid-uc58SCSUgm .mbr-section-btn {
  text-align: left;
}
.cid-uc58SCSUgm .item-title {
  text-align: left;
}
.cid-uc58SCSUgm .item-subtitle {
  text-align: left;
}
.cid-uc5b17DkLU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uc5b17DkLU img,
.cid-uc5b17DkLU .item-img {
  width: 100%;
}
.cid-uc5b17DkLU .item:focus,
.cid-uc5b17DkLU span:focus {
  outline: none;
}
.cid-uc5b17DkLU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc5b17DkLU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc5b17DkLU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc5b17DkLU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc5b17DkLU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc5b17DkLU .mbr-section-title {
  color: #232323;
}
.cid-uc5b17DkLU .mbr-text,
.cid-uc5b17DkLU .mbr-section-btn {
  text-align: left;
}
.cid-uc5b17DkLU .item-title {
  text-align: left;
}
.cid-uc5b17DkLU .item-subtitle {
  text-align: left;
}
.cid-uc5l0LRTJN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-uc5l0LRTJN img,
.cid-uc5l0LRTJN .item-img {
  width: 100%;
}
.cid-uc5l0LRTJN .item:focus,
.cid-uc5l0LRTJN span:focus {
  outline: none;
}
.cid-uc5l0LRTJN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc5l0LRTJN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc5l0LRTJN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc5l0LRTJN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc5l0LRTJN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc5l0LRTJN .mbr-section-title {
  color: #232323;
}
.cid-uc5l0LRTJN .mbr-text,
.cid-uc5l0LRTJN .mbr-section-btn {
  text-align: left;
}
.cid-uc5l0LRTJN .item-title {
  text-align: left;
}
.cid-uc5l0LRTJN .item-subtitle {
  text-align: left;
}
.cid-uc5oNa9yrt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uc5oNa9yrt img,
.cid-uc5oNa9yrt .item-img {
  width: 100%;
}
.cid-uc5oNa9yrt .item:focus,
.cid-uc5oNa9yrt span:focus {
  outline: none;
}
.cid-uc5oNa9yrt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc5oNa9yrt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc5oNa9yrt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc5oNa9yrt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc5oNa9yrt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc5oNa9yrt .mbr-section-title {
  color: #232323;
}
.cid-uc5oNa9yrt .mbr-text,
.cid-uc5oNa9yrt .mbr-section-btn {
  text-align: left;
}
.cid-uc5oNa9yrt .item-title {
  text-align: left;
}
.cid-uc5oNa9yrt .item-subtitle {
  text-align: left;
}
.cid-uf04YcSPbL {
  background-image: url("../../../assets/images/seismic2.gif");
}
.cid-uf04YcSPbL .mbr-section-title {
  color: #ffffff;
}
.cid-ufP5URn9o8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-ufP5URn9o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufP5URn9o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufP5URn9o8 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ufP5URn9o8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ufP5URn9o8 .container {
    padding: 0 26px;
  }
}
.cid-ufP5URn9o8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufP5URn9o8 .card {
    margin-bottom: 40px;
  }
  .cid-ufP5URn9o8 .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ufP5URn9o8 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-ufP5URn9o8 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-ufP5URn9o8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-ufP5URn9o8 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ufP5URn9o8 .image-wrapper a {
  display: block;
  position: relative;
}
.cid-ufP5URn9o8 .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-ufP5URn9o8 .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cdcdcd;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-ufP5URn9o8 .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-ufP5URn9o8 .image-wrapper a img {
    height: 300px;
  }
}
.cid-ufP5URn9o8 .mbr-section-title {
  color: #ffffff;
}
.cid-ufP5URn9o8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufP5URn9o8 .mbr-text {
  color: #ffffff;
}
.cid-uc5zR87pwY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5DSgmrT2 {
  overflow: hidden;
  background-image: url("../../../assets/images/expansion-4-1053x644.jpg");
}
.cid-uc5DSgmrT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5DSgmrT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5DSgmrT2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .container {
    padding: 0 15px;
  }
}
.cid-uc5DSgmrT2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc5DSgmrT2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc5DSgmrT2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .items-wrapper {
    display: block;
  }
}
.cid-uc5DSgmrT2 .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-uc5DSgmrT2 .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uc5DSgmrT2 .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-uc5DSgmrT2 .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uc5DSgmrT2 .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uc5DSgmrT2 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uc5DSgmrT2 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uc5DSgmrT2 .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uc5DSgmrT2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc5DSgmrT2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uc5DSgmrT2 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uc5DSgmrT2 .item-text {
  color: #d2d2df;
}
.cid-uc5DSgmrT2 .item-text,
.cid-uc5DSgmrT2 .icon-wrapper {
  text-align: center;
}
.cid-uc5GKDJFVj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc5GKDJFVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5GKDJFVj .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-uc5GKDJFVj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uc5GKDJFVj .container {
    padding: 0 12px;
  }
}
.cid-uc5GKDJFVj .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc5GKDJFVj .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uc5GKDJFVj .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uc5GKDJFVj .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uc5GKDJFVj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uc5GKDJFVj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uc5GKDJFVj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc5GKDJFVj .mbr-section-title {
  color: #222222;
}
.cid-uc5GKDJFVj .mbr-text {
  color: #222222;
}
.cid-uc5HPECwzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ex-p-1-1024x584.jpg");
}
.cid-uc5HPECwzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5HPECwzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5HPECwzM .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uc5HPECwzM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc5HPECwzM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uc5HPECwzM .container {
    padding: 0 20px;
  }
}
.cid-uc5HPECwzM .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc5HPECwzM .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-uc5HPECwzM .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uc5HPECwzM .image-wrapper img {
    height: 300px;
  }
}
.cid-uc5HPECwzM .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-uc5HPECwzM .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uc5HPECwzM .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-uc5HPECwzM .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-uc5HPECwzM .title-wrapper {
    padding: 0;
  }
}
.cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-uc5HPECwzM .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-uc5HPECwzM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uc5HPECwzM .mbr-section-title {
  color: #ffffff;
}
.cid-uc5HPECwzM .mbr-text {
  color: #D2D3D5;
}
.cid-uc5HPECwzM .mbr-desc {
  color: #e6c63b;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u75loUZjKr {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u75loUZjKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75loUZjKr .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-u75loUZjKr .container {
    padding: 0 22px;
  }
}
.cid-u75loUZjKr .row {
  justify-content: space-between;
}
.cid-u75loUZjKr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u75loUZjKr .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #353535 !important;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #353535;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #bbbbbb;
  border-radius: 0;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #bbbbbb;
}
.cid-u75loUZjKr .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-u75loUZjKr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u75loUZjKr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u75loUZjKr label {
  color: #000000;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u74bdQBu1o {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-u74bdQBu1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u74bdQBu1o .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u74bdQBu1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u74bdQBu1o h1 {
  max-width: 800px;
}
.cid-u74bdQBu1o p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u74bdQBu1o .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ff6666 !important;
}
.cid-u74bdQBu1o .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u74bdQBu1o .btn div {
  overflow: hidden;
}
.cid-u74bdQBu1o .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u74bdQBu1o {
    align-items: center;
  }
  .cid-u74bdQBu1o .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u74bdQBu1o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u74bdQBu1o {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u74bdQBu1o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u74bdQBu1o .content-wrap {
    width: 100%;
  }
}
.cid-u74bdQBu1o .mbr-section-subtitle,
.cid-u74bdQBu1o .line {
  color: #291f1e;
}
.cid-u74bdQBu1o .mbr-text,
.cid-u74bdQBu1o .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u74bdQBu1o .mbr-section-title {
  color: #f23801;
}
.cid-uc4fk5YSGj {
  background-image: url("../../../assets/images/mbr-1920x1171.jpg");
}
.cid-uc4fk5YSGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4fk5YSGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc4fk5YSGj .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uc4fk5YSGj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uc4fk5YSGj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc4fk5YSGj .container {
    padding: 0 16px;
  }
}
.cid-uc4fk5YSGj .card {
  justify-content: center;
}
.cid-uc4fk5YSGj .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc4fk5YSGj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uc4fk5YSGj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uc4fk5YSGj .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uc4fk5YSGj .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uc4fk5YSGj .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uc4fk5YSGj .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uc4fk5YSGj .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uc4fk5YSGj .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uc4fk5YSGj .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uc4fk5YSGj .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uc4fk5YSGj .mbr-section-title {
  color: #ffffff;
}
.cid-uc4fk5YSGj .mbr-text {
  color: #ffffff;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6NK8ssZiq {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-u6NK8ssZiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NK8ssZiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6NK8ssZiq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u6NK8ssZiq .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u6NK8ssZiq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6NK8ssZiq .container {
    padding: 0 16px;
  }
}
.cid-u6NK8ssZiq .card {
  justify-content: center;
}
.cid-u6NK8ssZiq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6NK8ssZiq .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u6NK8ssZiq .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u6NK8ssZiq .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-u6NK8ssZiq .mbr-section-title {
  color: #080808;
}
.cid-u6NK8ssZiq .mbr-text {
  color: #333333;
}
.cid-u6NK8ssZiq .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u6NK8ssZiq .mbr-section-btn {
    text-align: left;
  }
}
.cid-u6NK8ssZiq .underline {
  text-decoration: underline;
}
.cid-u6O8hLvfXf {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-u6O8hLvfXf .mbr-text,
.cid-u6O8hLvfXf .mbr-section-btn {
  color: #ffffff;
}
.cid-u6O8hLvfXf .mbr-section-title {
  color: #ff6666;
}
.cid-u6O0Nl8xZT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6O0Nl8xZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6O0Nl8xZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6O0Nl8xZT .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u6O0Nl8xZT .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u6O0Nl8xZT .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u6O0Nl8xZT .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff6666;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u6O0Nl8xZT .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ff6666 !important;
}
.cid-u6O0Nl8xZT .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u6O0Nl8xZT .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-u6O0Nl8xZT .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-u6O0Nl8xZT .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6O0Nl8xZT .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .cards {
    margin: 0 30px;
  }
}
.cid-u6O0Nl8xZT .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-u6O0Nl8xZT .cards .card {
    margin-bottom: 40px;
  }
}
.cid-u6O0Nl8xZT .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #ff6666;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-u6O0Nl8xZT .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-u6O0Nl8xZT .cards .card .card-title {
  margin-bottom: 0;
}
.cid-u6O0Nl8xZT .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u6O0Nl8xZT .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-u6O0Nl8xZT .mbr-section-title {
  color: #000000;
}
.cid-u6O0Nl8xZT .card-title {
  color: #000000;
}
.cid-u6O0Nl8xZT .mbr-text {
  color: #000000;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u6NF67YHUe {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u6NF67YHUe input::-webkit-input-placeholder,
.cid-u6NF67YHUe textarea::-webkit-input-placeholder {
  opacity: .5;
}
.cid-u6NF67YHUe input:-moz-placeholder,
.cid-u6NF67YHUe textarea:-moz-placeholder {
  opacity: .5;
}
.cid-u6NF67YHUe a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u6NF67YHUe .input-group-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.cid-u6NF67YHUe .input-group-btn .btn-form {
  width: 100%;
}
.cid-u6NF67YHUe .form-block {
  padding: 75px 50px 35px 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6NF67YHUe .form-block {
    padding: 1rem;
  }
}
.cid-u6NF67YHUe textarea.form-control {
  resize: none;
}
.cid-u6NF67YHUe .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-u6NF67YHUe .mbr-section-title {
  margin-bottom: 68px;
}
.cid-u6NF67YHUe .privacy {
  margin-top: 50px;
  color: #8e909b;
  text-align: left;
}
.cid-u6NF67YHUe .privacy p {
  padding: 10px;
  margin-bottom: 0;
}
.cid-u6NF67YHUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NF67YHUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6NAUU6RD4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6NAUU6RD4 .row {
  align-items: center;
  width: 100%;
}
.cid-u6NAUU6RD4 .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-u6NAUU6RD4 .title-text {
  width: 100%;
}
.cid-u6NAUU6RD4 .main-title {
  color: #727272;
}
.cid-u6NAUU6RD4 .main-subtitle {
  color: #727272;
}
.cid-u6NAUU6RD4 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u6NAUU6RD4 form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-u6NAUU6RD4 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-u6NAUU6RD4 form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-u6NAUU6RD4 form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-u6NAUU6RD4 form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-u6NAUU6RD4 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form select {
  color: #000000 !important;
}
.cid-u6NAUU6RD4 form textarea {
  height: 100px;
}
.cid-u6NAUU6RD4 form input,
.cid-u6NAUU6RD4 form textarea {
  background-color: transparent !important;
}
.cid-u6NAUU6RD4 form input:active,
.cid-u6NAUU6RD4 form textarea:active,
.cid-u6NAUU6RD4 form input:focus,
.cid-u6NAUU6RD4 form textarea:focus {
  border-color: #ff6666 !important;
}
.cid-u6NAUU6RD4 form input:active::-webkit-input-placeholder,
.cid-u6NAUU6RD4 form textarea:active::-webkit-input-placeholder,
.cid-u6NAUU6RD4 form input:focus::-webkit-input-placeholder,
.cid-u6NAUU6RD4 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form input:active::-moz-placeholder,
.cid-u6NAUU6RD4 form textarea:active::-moz-placeholder,
.cid-u6NAUU6RD4 form input:focus::-moz-placeholder,
.cid-u6NAUU6RD4 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form input:active:-moz-placeholder,
.cid-u6NAUU6RD4 form textarea:active:-moz-placeholder,
.cid-u6NAUU6RD4 form input:focus:-moz-placeholder,
.cid-u6NAUU6RD4 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form input:active:-ms-input-placeholder,
.cid-u6NAUU6RD4 form textarea:active:-ms-input-placeholder,
.cid-u6NAUU6RD4 form input:focus:-ms-input-placeholder,
.cid-u6NAUU6RD4 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-u6NAUU6RD4 form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-u6NAUU6RD4 form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-u6NAUU6RD4 form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-u6NAUU6RD4 form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-u6NAUU6RD4 form .form-check-input:focus,
.cid-u6NAUU6RD4 form .form-check-input:hover {
  border-color: #ff6666 !important;
}
.cid-u6NAUU6RD4 form .form-check-input:checked {
  border-color: #ff6666 !important;
  background-color: #ff6666 !important;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u73NUxLFxf {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/unadjustednonraw-thumb-19c-1024x768.jpg");
}
.cid-u73NUxLFxf .mbr-overlay {
  background-color: #353535;
  opacity: 0.1;
}
.cid-u73NUxLFxf .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-u73NUxLFxf .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-u73NUxLFxf .media-content {
  padding-left: 2rem;
}
.cid-u73NUxLFxf textarea {
  min-height: 150px;
}
.cid-u73NUxLFxf .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-u73NUxLFxf .form-control,
.cid-u73NUxLFxf .field-input {
  padding: 1rem;
  background-color: #fafafa !important;
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  color: #353535 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-u73NUxLFxf .form-control:hover,
.cid-u73NUxLFxf .field-input:hover,
.cid-u73NUxLFxf .form-control:focus,
.cid-u73NUxLFxf .field-input:focus {
  background-color: #ffe885 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-u73NUxLFxf .form-control:hover input::-webkit-input-placeholder,
.cid-u73NUxLFxf .field-input:hover input::-webkit-input-placeholder,
.cid-u73NUxLFxf .form-control:focus input::-webkit-input-placeholder,
.cid-u73NUxLFxf .field-input:focus input::-webkit-input-placeholder,
.cid-u73NUxLFxf .form-control:hover textarea::-webkit-input-placeholder,
.cid-u73NUxLFxf .field-input:hover textarea::-webkit-input-placeholder,
.cid-u73NUxLFxf .form-control:focus textarea::-webkit-input-placeholder,
.cid-u73NUxLFxf .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-u73NUxLFxf .form-control:hover input:-moz-placeholder,
.cid-u73NUxLFxf .field-input:hover input:-moz-placeholder,
.cid-u73NUxLFxf .form-control:focus input:-moz-placeholder,
.cid-u73NUxLFxf .field-input:focus input:-moz-placeholder,
.cid-u73NUxLFxf .form-control:hover textarea:-moz-placeholder,
.cid-u73NUxLFxf .field-input:hover textarea:-moz-placeholder,
.cid-u73NUxLFxf .form-control:focus textarea:-moz-placeholder,
.cid-u73NUxLFxf .field-input:focus textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-u73NUxLFxf input::-webkit-input-placeholder,
.cid-u73NUxLFxf textarea::-webkit-input-placeholder {
  color: #ff9966 !important;
}
.cid-u73NUxLFxf input:-moz-placeholder,
.cid-u73NUxLFxf textarea:-moz-placeholder {
  color: #ff9966 !important;
}
.cid-u73NUxLFxf .jq-number__spin:hover,
.cid-u73NUxLFxf .jq-number__spin:focus {
  background-color: #ffe885 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-u73NUxLFxf .jq-number__spin {
  background-color: #fafafa !important;
  border-color: #bbbbbb !important;
  color: #353535 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u73NUxLFxf .jq-selectbox li,
.cid-u73NUxLFxf .jq-selectbox li {
  background-color: #fafafa !important;
  color: #000000 !important;
}
.cid-u73NUxLFxf .jq-selectbox li:hover,
.cid-u73NUxLFxf .jq-selectbox li.selected {
  background-color: #ffe885 !important;
  color: #000000 !important;
}
.cid-u73NUxLFxf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u73NUxLFxf .jq-number__spin.minus:hover:after,
.cid-u73NUxLFxf .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa !important;
  border-bottom-color: #fafafa !important;
}
.cid-u73NUxLFxf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u73NUxLFxf .jq-number__spin.minus:after,
.cid-u73NUxLFxf .jq-number__spin.plus:after {
  border-top-color: #ffe885 !important;
  border-bottom-color: #ffe885 !important;
}
.cid-u73NUxLFxf input::-webkit-clear-button {
  display: none;
}
.cid-u73NUxLFxf input::-webkit-inner-spin-button {
  display: none;
}
.cid-u73NUxLFxf input::-webkit-outer-spin-button {
  display: none;
}
.cid-u73NUxLFxf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u73NUxLFxf .mbr-text,
.cid-u73NUxLFxf .mbr-section-btn {
  color: #ffffff;
}
.cid-u73NUxLFxf .text2,
.cid-u73NUxLFxf .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u73NUxLFxf .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-u73NUxLFxf H3 {
  color: #ffffff;
}
.cid-u73NUxLFxf H1 {
  color: #ffffff;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6NuI6zV8v {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u6NuI6zV8v .container {
    max-width: 1400px;
  }
}
.cid-u6NuI6zV8v .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u6NuI6zV8v .card-wrapper {
  margin-top: 3rem;
}
.cid-u6NuI6zV8v .row {
  justify-content: center;
}
.cid-u6Na8leLRZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u6Na8leLRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Na8leLRZ .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-u6Na8leLRZ .container {
    padding: 0 15px;
  }
}
.cid-u6Na8leLRZ .row {
  justify-content: center;
}
.cid-u6Na8leLRZ .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-u6Na8leLRZ .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6Na8leLRZ .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-u6Na8leLRZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6Na8leLRZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #47b5ed;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u6Na8leLRZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-u6Na8leLRZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u6Na8leLRZ .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-u6Na8leLRZ .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-u6Na8leLRZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6Or6ILlyJ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6Or6ILlyJ .section-head {
  margin-bottom: 80px;
}
.cid-u6Or6ILlyJ .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-u6Or6ILlyJ .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-u6Or6ILlyJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-u6Or6ILlyJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6Or6ILlyJ .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-u6Or6ILlyJ .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-u6Or6ILlyJ .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-u6Or6ILlyJ .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-u6Or6ILlyJ .panel-body,
.cid-u6Or6ILlyJ .card-header {
  padding: 8px 0 15px;
}
.cid-u6Or6ILlyJ .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-u6OrxonHQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6OrxonHQV .section-head {
  margin-bottom: 80px;
}
.cid-u6OrxonHQV .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-u6OrxonHQV .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-u6OrxonHQV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-u6OrxonHQV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6OrxonHQV .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-u6OrxonHQV .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-u6OrxonHQV .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-u6OrxonHQV .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-u6OrxonHQV .panel-body,
.cid-u6OrxonHQV .card-header {
  padding: 8px 0 15px;
}
.cid-u6OrxonHQV .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-u6OttYIJIy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-u6OttYIJIy .section-head {
  margin-bottom: 80px;
}
.cid-u6OttYIJIy .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-u6OttYIJIy .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-u6OttYIJIy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-u6OttYIJIy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6OttYIJIy .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-u6OttYIJIy .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-u6OttYIJIy .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-u6OttYIJIy .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-u6OttYIJIy .panel-body,
.cid-u6OttYIJIy .card-header {
  padding: 8px 0 15px;
}
.cid-u6OttYIJIy .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-u1Udh4gbmG {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-u1Udh4gbmG .nav-tabs .nav-item.open .nav-link:focus,
.cid-u1Udh4gbmG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u1Udh4gbmG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u1Udh4gbmG .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-u1Udh4gbmG .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-u1Udh4gbmG .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-u1Udh4gbmG .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-u1Udh4gbmG .nav-link,
.cid-u1Udh4gbmG .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-u1Udh4gbmG .nav-tabs .nav-link.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.cid-u1Udh4gbmG H4 {
  text-align: center;
}
.cid-u1Udh4gbmG H3 {
  text-align: left;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
.cid-ubZGMsFsX1 {
  background-image: url("../../../assets/images/unadjustednonraw-thumb-783-800x520.jpg");
}
.cid-ubZGMsFsX1 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ubZGMsFsX1 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ubZGMsFsX1 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ubZGMsFsX1 .mbr-text {
  color: #ffffff;
}
.cid-ubZGMsFsX1 .card {
  padding-bottom: 1.5rem;
}
.cid-ubZGMsFsX1 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubZGMsFsX1 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ubZGMsFsX1 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-u1Ohz3JE94 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubZS8HtOqI {
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-ubZS8HtOqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZS8HtOqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZS8HtOqI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ubZS8HtOqI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubZS8HtOqI .container {
    padding: 0;
  }
}
.cid-ubZS8HtOqI .title-wrapper {
  padding: 0 16px;
}
.cid-ubZS8HtOqI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZS8HtOqI .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-ubZS8HtOqI .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ubZS8HtOqI .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-ubZS8HtOqI .mbr-section-title {
  color: #ffffff;
}
.cid-ubZS8HtOqI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ubZS8HtOqI .mbr-section-title,
.cid-ubZS8HtOqI .mbr-section-btn {
  text-align: center;
}
.cid-ubZP6uQFlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #095d85;
}
@media (min-width: 992px) {
  .cid-ubZP6uQFlE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubZP6uQFlE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubZP6uQFlE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubZP6uQFlE .mbr-text {
  color: #ffffff;
}
.cid-u1OtC58w2y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1OtC58w2y .title_block {
  margin-bottom: 80px;
}
.cid-u1OtC58w2y .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6666;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u1OtC58w2y .mbr-section-title,
.cid-u1OtC58w2y .card-title {
  color: #ff6666;
}
.cid-u1OtC58w2y .card-title {
  margin-bottom: 22px;
}
.cid-u1OtC58w2y .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-u1OtC58w2y .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u1OtC58w2y .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1OtC58w2y .btn_link:hover {
  cursor: pointer;
}
.cid-u1OtC58w2y .btn_link:hover a {
  color: #ff6666 !important;
}
.cid-u1OtC58w2y .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u1OtC58w2y .item-img {
  margin-bottom: 40px;
}
.cid-u1OtC58w2y img,
.cid-u1OtC58w2y .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-u1OtC58w2y .item:focus,
.cid-u1OtC58w2y span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-u1OtC58w2y .title_block {
    margin-bottom: 40px;
  }
  .cid-u1OtC58w2y .card-title,
  .cid-u1OtC58w2y .card-text {
    margin-bottom: 16px;
  }
  .cid-u1OtC58w2y .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-u1OtE2P2kv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1OtE2P2kv img {
  border-radius: 0px;
}
.cid-u1OtE2P2kv .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u1OtE2P2kv .date {
  text-transform: uppercase;
  color: #ff6666;
  text-align: left;
  padding-top: 1rem;
}
.cid-u1OtE2P2kv .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u1OtE2P2kv .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u1OtE2P2kv .right {
  display: flex;
  flex-direction: column;
}
.cid-u1OtE2P2kv .mbr-section-btn {
  border: 2px solid #ff6666;
  width: auto;
}
.cid-u1OtE2P2kv .mbr-section-btn:hover {
  background-color: #ff6666;
  border: 2px solid #ff6666;
}
.cid-u1OtE2P2kv .card-heading {
  padding-top: 0;
}
.cid-u1OtE2P2kv .mbr-text {
  padding-top: 10px;
}
.cid-u1U2jXhX5B {
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/mbr-1-1920x1566.png");
}
.cid-u1U2jXhX5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1U2jXhX5B .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-u1U2jXhX5B .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1U2jXhX5B .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u1U2jXhX5B .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-u1U2jXhX5B .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-u1U2jXhX5B .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-u1U2jXhX5B .image-wrapper {
    margin: 0;
  }
}
.cid-u1U2jXhX5B .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-u1U2jXhX5B .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-u1U2jXhX5B .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-u1U2jXhX5B .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-u1U2jXhX5B .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-u1U2jXhX5B .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-u1U2jXhX5B .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-u1U2jXhX5B .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-u1U2jXhX5B .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-u1U2jXhX5B .mbr-section-title {
  color: #000000;
}
.cid-u1U2jXhX5B .mbr-text {
  color: #000000;
}
.cid-u1U2jXhX5B .card-title {
  color: #000000;
  text-align: center;
}
.cid-u1U2jXhX5B .mbr-section-title,
.cid-u1U2jXhX5B .mbr-section-btn {
  color: #353535;
}
.cid-u25V2Rkx90 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u25V2Rkx90 nav.navbar {
  position: fixed;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-u25V2Rkx90 .dropdown-menu .dropdown-item:hover {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover,
.cid-u25V2Rkx90 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-u25V2Rkx90 .dropdown-item:hover span {
  color: white;
}
.cid-u25V2Rkx90 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u25V2Rkx90 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u25V2Rkx90 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u25V2Rkx90 .nav-link {
  position: relative;
}
.cid-u25V2Rkx90 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .container {
    flex-wrap: nowrap;
  }
}
.cid-u25V2Rkx90 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u25V2Rkx90 .navbar-nav {
  padding: 5px !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .dropdown-menu,
.cid-u25V2Rkx90 .navbar.opened {
  background: #fafafa !important;
}
.cid-u25V2Rkx90 .nav-item:focus,
.cid-u25V2Rkx90 .nav-link:focus {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u25V2Rkx90 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u25V2Rkx90 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u25V2Rkx90 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u25V2Rkx90 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
  padding: 0 !important;
  border: none !important;
}
.cid-u25V2Rkx90 .navbar.opened {
  transition: all 0.3s;
}
.cid-u25V2Rkx90 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-u25V2Rkx90 .navbar .navbar-logo img {
  width: auto;
}
.cid-u25V2Rkx90 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar.collapsed {
  justify-content: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u25V2Rkx90 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u25V2Rkx90 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u25V2Rkx90 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u25V2Rkx90 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u25V2Rkx90 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u25V2Rkx90 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u25V2Rkx90 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u25V2Rkx90 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u25V2Rkx90 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u25V2Rkx90 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u25V2Rkx90 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u25V2Rkx90 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u25V2Rkx90 .dropdown-item.active,
.cid-u25V2Rkx90 .dropdown-item:active {
  background-color: transparent;
}
.cid-u25V2Rkx90 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u25V2Rkx90 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-u25V2Rkx90 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u25V2Rkx90 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u25V2Rkx90 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u25V2Rkx90 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u25V2Rkx90 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f8dc9;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u25V2Rkx90 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u25V2Rkx90 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u25V2Rkx90 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u25V2Rkx90 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u25V2Rkx90 .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-u25V2Rkx90 .navbar {
    height: 70px;
  }
  .cid-u25V2Rkx90 .navbar.opened {
    height: auto;
  }
  .cid-u25V2Rkx90 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u25V2Rkx90 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #e9e9e9;
}
.cid-u25V2Rkx90 .mbr-section-title {
  color: #232323;
  max-width: 50%;
  margin-right: 20px;
}
.cid-u25V2Rkx90 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-u25V2Rkx90 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-u25V2Rkx90 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-u25V2Rkx90 .container {
    overflow: hidden;
  }
  .cid-u25V2Rkx90 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-u25V2Rkx90 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-u25V2Rkx90 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-u25V2Rkx90 .navbar-nav {
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-u25V2Rkx90 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u25V2Rkx90 .container {
    padding: 25px 15px !important;
  }
  .cid-u25V2Rkx90 .container-head {
    padding: 10px !important;
  }
  .cid-u25V2Rkx90 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-u25V2Rkx90 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-u25V2Rkx90 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-u25V2Rkx90 .underline-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cid-u6Isy4jjKT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f8dc9;
}
.cid-u6Isy4jjKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Isy4jjKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Isy4jjKT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .container {
    padding: 0 16px;
  }
}
.cid-u6Isy4jjKT .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6Isy4jjKT .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Isy4jjKT .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6Isy4jjKT .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6Isy4jjKT .list-wrapper .mbr-card-title {
  margin-bottom: 8px;
}
.cid-u6Isy4jjKT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6Isy4jjKT .list-wrapper .list .item-wrap {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-u6Isy4jjKT .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6Isy4jjKT .mbr-section-title {
  color: #ffffff;
}
.cid-u6Isy4jjKT .copyright {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-card-title {
  color: #f4f4f4;
}
.cid-u6Isy4jjKT .list {
  color: #ffffff;
}
.cid-u6Isy4jjKT .mbr-section-title,
.cid-u6Isy4jjKT .title-wrapper,
.cid-u6Isy4jjKT .social-wrapper {
  color: #e43f3f;
}
