body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8fbeea !important;
}
.bg-success {
  background-color: #6c8cb4 !important;
}
.bg-info {
  background-color: #49597d !important;
}
.bg-warning {
  background-color: #c6cdd4 !important;
}
.bg-danger {
  background-color: #c6cdd4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8fbeea !important;
  border-color: #8fbeea !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: #4694dc !important;
  border-color: #4694dc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4694dc !important;
  border-color: #4694dc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c1a736 !important;
  border-color: #c1a736 !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: #7d6c23 !important;
  border-color: #7d6c23 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7d6c23 !important;
  border-color: #7d6c23 !important;
}
.btn-info,
.btn-info:active {
  background-color: #49597d !important;
  border-color: #49597d !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: #293246 !important;
  border-color: #293246 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #293246 !important;
  border-color: #293246 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6c8cb4 !important;
  border-color: #6c8cb4 !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: #446185 !important;
  border-color: #446185 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #446185 !important;
  border-color: #446185 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c6cdd4 !important;
  border-color: #c6cdd4 !important;
  color: #434e58 !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: #ffffff !important;
  background-color: #95a2af !important;
  border-color: #95a2af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #434e58 !important;
  background-color: #95a2af !important;
  border-color: #95a2af !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c6cdd4 !important;
  border-color: #c6cdd4 !important;
  color: #434e58 !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: #95a2af !important;
  border-color: #95a2af !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #434e58 !important;
  background-color: #95a2af !important;
  border-color: #95a2af !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: #8fbeea;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4694dc !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: #8fbeea !important;
  border-color: #8fbeea !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c1a736;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7d6c23 !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: #c1a736 !important;
  border-color: #c1a736 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #49597d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #293246 !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: #49597d !important;
  border-color: #49597d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c8cb4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #446185 !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: #6c8cb4 !important;
  border-color: #6c8cb4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c6cdd4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #95a2af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #434e58 !important;
  background-color: #c6cdd4 !important;
  border-color: #c6cdd4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c6cdd4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #95a2af !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #434e58 !important;
  background-color: #c6cdd4 !important;
  border-color: #c6cdd4 !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: #8fbeea !important;
}
.text-secondary {
  color: #c1a736 !important;
}
.text-success {
  color: #6c8cb4 !important;
}
.text-info {
  color: #49597d !important;
}
.text-warning {
  color: #c6cdd4 !important;
}
.text-danger {
  color: #c6cdd4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #398cda !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #716220 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f5a7b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #232b3d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8c9aa8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8c9aa8 !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: #8fbeea;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #49597d;
}
.alert-warning {
  background-color: #c6cdd4;
}
.alert-danger {
  background-color: #c6cdd4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8fbeea;
  border-color: #8fbeea;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8fbeea;
}
.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: #c0cedf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8b99bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8fbeea !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #8fbeea;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8fbeea;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8fbeea;
}
.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: #8fbeea;
  border-bottom-color: #8fbeea;
}
.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: #8fbeea !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: #c1a736 !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='%238fbeea' %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-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAVppaTUMR {
  background-color: #8fbeea;
}
.cid-tAVppaTUMR .mbr-text b,
.cid-tAVppaTUMR .mbr-text strong {
  color: #ffffff;
  font-size: 1.3em;
}
.cid-tAVppaTUMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAVppaTUMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAVppaTUMR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAVppaTUMR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-tAVppaTUMR .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tAVppaTUMR .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAVoWOUjTa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAVoWOUjTa .mbr-text b,
.cid-tAVoWOUjTa .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tAVoWOUjTa .mbr-section-title {
  color: #49597d;
}
.cid-tAVoWOUjTa .mbr-section-subtitle {
  color: #49597d;
}
.cid-tB0KYgmJJB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB0KYgmJJB .mbr-section-title {
  color: #49597d;
}
.cid-tBjlmydgWY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tBjlmydgWY .carousel {
    min-height: 500px;
  }
  .cid-tBjlmydgWY .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBjlmydgWY .carousel {
    min-height: 325px;
  }
  .cid-tBjlmydgWY .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tBjlmydgWY .carousel {
    min-height: 275px;
  }
  .cid-tBjlmydgWY .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tBjlmydgWY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tBjlmydgWY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tBjlmydgWY .carousel,
.cid-tBjlmydgWY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBjlmydgWY .item-wrapper {
  width: 100%;
}
.cid-tBjlmydgWY .carousel-caption {
  bottom: 40px;
}
.cid-tBjlmydgWY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tBjlmydgWY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tBjlmydgWY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tBjlmydgWY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tBjlmydgWY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tBjlmydgWY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBjlmydgWY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBjlmydgWY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBjlmydgWY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tBjlmydgWY .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-tBjlmydgWY .carousel-indicators li.active,
.cid-tBjlmydgWY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBjlmydgWY .carousel-indicators li::after,
.cid-tBjlmydgWY .carousel-indicators li::before {
  content: none;
}
.cid-tBjlmydgWY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBjlmydgWY .carousel-indicators {
    display: none !important;
  }
}
.cid-tB3pWifBu3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB3pWifBu3 .mbr-text {
  color: #6d7174;
}
.cid-tB0LYsLtQs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBj91CZvrF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-tBj91CZvrF .col-md-6 {
    width: 100%;
  }
}
.cid-tBj91CZvrF h2,
.cid-tBj91CZvrF h4,
.cid-tBj91CZvrF p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-tBj91CZvrF .text-elements {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-tBj91CZvrF .text-elements {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-tBj91CZvrF .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-tBj91CZvrF .mbr-text {
  margin-top: 14px;
}
.cid-tBj91CZvrF .link-wrap {
  padding-top: 25px;
}
.cid-tBj91CZvrF .link {
  font-weight: 600;
  position: relative;
}
.cid-tBj91CZvrF .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tBj91CZvrF .progress-wrap {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cid-tBj91CZvrF .progress-wrap {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .cid-tBj91CZvrF .progress-wrap {
    padding-left: 74px;
  }
}
.cid-tBj91CZvrF .card {
  width: 191px;
  max-width: 191px;
  margin-right: 40px;
  margin-bottom: 25px;
}
.cid-tBj91CZvrF .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  max-width: 200px;
  max-height: 200px;
  margin-left: 20px;
  margin-bottom: 26px;
}
.cid-tBj91CZvrF .card .circle-wrap svg .circle-active {
  stroke: #8fbeea;
}
.cid-tBj91CZvrF .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-tBj91CZvrF .card-wrapper {
  justify-content: center;
}
.cid-tBj91CZvrF .card-title {
  margin-bottom: 0.625rem;
}
.cid-tBj91CZvrF .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 143.06 !important;
}
.cid-tBj91CZvrF .card1 .circle-wrap .circle-text::before {
  content: "54";
}
.cid-tBj91CZvrF .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 15.55 !important;
}
.cid-tBj91CZvrF .card2 .circle-wrap .circle-text::before {
  content: "95";
}
.cid-tBj91CZvrF .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-tBj91CZvrF .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-tBj91CZvrF .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-tBj91CZvrF .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-tBj91CZvrF .circle-text {
  color: #8fbeea;
}
.cid-tBj91CZvrF .card-title,
.cid-tBj91CZvrF .iconfont-wrapper {
  color: #6d7174;
}
.cid-tB3hLGkT6d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB3hLGkT6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB3hLGkT6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB3hLGkT6d .card-wrapper {
  background: #8fbeea;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-tB3hLGkT6d .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tB3hLGkT6d .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tB3hLGkT6d .card-wrapper {
    padding: 2rem;
  }
}
.cid-tB3hLGkT6d .mbr-text,
.cid-tB3hLGkT6d .mbr-section-btn {
  color: #ffffff;
}
.cid-tB3hLGkT6d .card-title,
.cid-tB3hLGkT6d .card-box {
  text-align: left;
}
.cid-tAVCx9Z4rg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAVCx9Z4rg .mbr-section-subtitle {
  color: #49597d;
}
.cid-tAVCAzfU0x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAVCAzfU0x .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tAVCAzfU0x .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tAVCAzfU0x .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tAVCAzfU0x .mbr-text UL {
  text-align: left;
}
.cid-tB4tEUZKuE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB4tJ4IZTm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tB4tJ4IZTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB4tJ4IZTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB4tJ4IZTm .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tB4tJ4IZTm .timeline-element {
  position: relative;
}
.cid-tB4tJ4IZTm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB4tJ4IZTm .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-tB4tJ4IZTm .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(86%);
}
@media (max-width: 767px) {
  .cid-tB4tJ4IZTm .iconBackground {
    left: 15px !important;
  }
  .cid-tB4tJ4IZTm .separline:before {
    left: 15px !important;
  }
}
.cid-tB4tJ4IZTm .mbr-section-title,
.cid-tB4tJ4IZTm .mbr-section-subtitle {
  text-align: center;
}
.cid-tB4tJ4IZTm .time-line-date-content {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tB4tJ4IZTm .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-tB4tJ4IZTm .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tB4tJ4IZTm .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-tB4tJ4IZTm .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-tB4tJ4IZTm .timeline-text-content {
  margin-left: 2rem;
}
.cid-tB4tJ4IZTm .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tB4tJ4IZTm .mbr-timeline-date {
  text-align: right;
}
.cid-tAVCxLqccA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB0N56oSYT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB0N56oSYT .mbr-section-title {
  color: #49597d;
}
.cid-tAWXDJfnDv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAWXDJfnDv img,
.cid-tAWXDJfnDv .item-img {
  width: 100%;
}
.cid-tAWXDJfnDv .item:focus,
.cid-tAWXDJfnDv span:focus {
  outline: none;
}
.cid-tAWXDJfnDv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAWXDJfnDv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAWXDJfnDv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tAWXDJfnDv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAWXDJfnDv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tAWXDJfnDv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tAWXDJfnDv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tAWXDJfnDv .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tAWXDJfnDv .mbr-text,
.cid-tAWXDJfnDv .mbr-section-btn {
  text-align: left;
}
.cid-tAWXDJfnDv .item-title {
  text-align: left;
}
.cid-tAWXDJfnDv .item-subtitle {
  text-align: left;
}
.cid-tBeOSPNtdg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBeOSPNtdg .mbr-section-subtitle {
  color: #49597d;
}
.cid-tBeOSPNtdg .mbr-section-title {
  color: #49597d;
}
.cid-tBeOSPNtdg .mbr-text b,
.cid-tBeOSPNtdg .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeOTxg8ji {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBeOTxg8ji .mbr-section-subtitle {
  color: #49597d;
}
.cid-tBeOTxg8ji .mbr-section-title {
  color: #49597d;
}
.cid-tBeOTxg8ji .mbr-text b,
.cid-tBeOTxg8ji .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeP6P0NiC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBeP6P0NiC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBeP6P0NiC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBeP6P0NiC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBeP6P0NiC .mbr-text UL {
  text-align: left;
}
.cid-tBeP7RPKOT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBeP7RPKOT .mbr-section-subtitle {
  color: #49597d;
}
.cid-tBeP7RPKOT .mbr-section-title {
  color: #49597d;
}
.cid-tBeP7RPKOT .mbr-text b,
.cid-tBeP7RPKOT .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBprZDRSxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBprZDRSxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBprZDRSxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBprZDRSxF .card-wrapper {
  background: #8fbeea;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-tBprZDRSxF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBprZDRSxF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBprZDRSxF .card-wrapper {
    padding: 2rem;
  }
}
.cid-tBprZDRSxF .mbr-text,
.cid-tBprZDRSxF .mbr-section-btn {
  color: #ffffff;
}
.cid-tBprZDRSxF .card-title,
.cid-tBprZDRSxF .card-box {
  text-align: left;
}
.cid-tBps2A2CLp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBps2A2CLp .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBps2A2CLp .mbr-section-title {
  color: #49597d;
}
.cid-tBps2A2CLp .mbr-text b,
.cid-tBps2A2CLp .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAXe5IsO4p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8fbeea;
}
.cid-tAXe5IsO4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAXe5IsO4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAXe5IsO4p .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAXe5IsO4p .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-tAXe5IsO4p .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tAXe5IsO4p .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBa8AHw31M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBa8AHw31M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBa8AHw31M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBa8AHw31M .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tBa8AHw31M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBa8AHw31M .row {
  flex-direction: row-reverse;
}
.cid-tBa8AHw31M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBa8AHw31M .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBa8AHw31M .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBa8AHw31M .text-wrapper {
  padding-top: 6rem;
}
.cid-tBolUihXTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBolUihXTn .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBolUihXTn .mbr-section-title {
  color: #49597d;
}
.cid-tBolUihXTn .mbr-text b,
.cid-tBolUihXTn .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBomkPWFgU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBomkPWFgU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBomkPWFgU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBomkPWFgU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBomkPWFgU .mbr-text UL {
  text-align: left;
}
.cid-tBomkPWFgU .mbr-text b,
.cid-tBomkPWFgU .mbr-text strong {
  color: #49597d;
}
.cid-tBomkPWFgU .mbr-text {
  color: #6d7174;
}
.cid-tBom2BtQ7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBom2BtQ7Y .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBom2BtQ7Y .mbr-section-title {
  color: #49597d;
}
.cid-tBom2BtQ7Y .mbr-text b,
.cid-tBom2BtQ7Y .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBomlIwZba {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBomlIwZba .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBomlIwZba .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBomlIwZba .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBomlIwZba .mbr-text UL {
  text-align: left;
}
.cid-tBomlIwZba .mbr-text b,
.cid-tBomlIwZba .mbr-text strong {
  color: #49597d;
}
.cid-tBomlIwZba .mbr-text {
  color: #6d7174;
}
.cid-tBongR2X2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBongR2X2c .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBongR2X2c .mbr-section-title {
  color: #49597d;
}
.cid-tBongR2X2c .mbr-text b,
.cid-tBongR2X2c .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBom4nvpIh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBom4nvpIh .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBom4nvpIh .mbr-section-title {
  color: #49597d;
}
.cid-tBom4nvpIh .mbr-text b,
.cid-tBom4nvpIh .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBonpTWLoL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBonpTWLoL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tBonpTWLoL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tBonpTWLoL .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tBonpTWLoL .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBonX2rvnn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBonX2rvnn .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBonX2rvnn .mbr-section-title {
  color: #49597d;
}
.cid-tBonX2rvnn .mbr-text b,
.cid-tBonX2rvnn .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBonTqUE4m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBonTqUE4m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBonTqUE4m .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBonTqUE4m .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBonXDllFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBonXDllFz .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBonXDllFz .mbr-section-title {
  color: #49597d;
}
.cid-tBonXDllFz .mbr-text b,
.cid-tBonXDllFz .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBonSPkZPo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBonSPkZPo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBonSPkZPo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBonSPkZPo .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tAXtF8Zi2d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAXC1dzahw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAXC1dzahw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAXC1dzahw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAXC1dzahw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAXC1dzahw .row {
  flex-direction: row-reverse;
}
.cid-tAXC1dzahw img {
  width: 100%;
}
.cid-tAXC1dzahw .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tB2a6xgnIz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB2a6xgnIz table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB2a6xgnIz table thead tr {
  border: none !important;
}
.cid-tB2a6xgnIz table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB2a6xgnIz table tr td {
  border-color: #c6cdd4;
}
.cid-tB2a6xgnIz table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB2a6xgnIz table td b,
.cid-tB2a6xgnIz table td strong {
  color: #49597d;
}
.cid-tB2a6xgnIz tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB2a6xgnIz table th,
  .cid-tB2a6xgnIz table td {
    padding: .75rem;
  }
}
.cid-tB2a6xgnIz .body-item {
  text-align: left;
}
.cid-tB2a6xgnIz .mbr-text {
  color: #6d7174;
  text-align: left;
}
.cid-tB2a6xgnIz .head-item {
  color: #232323;
}
.cid-tB2a6xgnIz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB2a6xgnIz .table .table-heads .head-item {
  color: #49597d;
}
.cid-tB1IprkzZu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tB1IprkzZu .row {
    padding: 0 12px;
  }
}
.cid-tB1IprkzZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1IprkzZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1IprkzZu .title-wrapper {
  margin-bottom: 25px;
}
.cid-tB1IprkzZu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1IprkzZu .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tB1IprkzZu .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #49597d;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tB1IprkzZu .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-tB1IprkzZu .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #49597d;
}
.cid-tB1IprkzZu .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #c6cdd4;
}
.cid-tB1IprkzZu .nav.nav-tabs .nav-item .nav-link:focus span {
  color: #49597d;
}
.cid-tB1IprkzZu .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #c6cdd4;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tB1IprkzZu .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-tB1IprkzZu .tab-pane .mbr-text {
  margin: 0;
}
.cid-tB1IprkzZu .mbr-section-title {
  color: #ee2947;
}
.cid-tB1IprkzZu .mbr-text {
  color: #000000;
}
.cid-tB3inZW0Kj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB3inZW0Kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB3inZW0Kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB3inZW0Kj .card-wrapper {
  background: #8fbeea;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-tB3inZW0Kj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tB3inZW0Kj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tB3inZW0Kj .card-wrapper {
    padding: 2rem;
  }
}
.cid-tB3inZW0Kj .mbr-text,
.cid-tB3inZW0Kj .mbr-section-btn {
  color: #ffffff;
}
.cid-tB3inZW0Kj .card-title,
.cid-tB3inZW0Kj .card-box {
  text-align: left;
}
.cid-tBonYrujtZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBonYrujtZ .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBonYrujtZ .mbr-section-title {
  color: #49597d;
}
.cid-tBonYrujtZ .mbr-text b,
.cid-tBonYrujtZ .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB1JWmOsuT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tB1JWmOsuT .row {
    padding: 0 12px;
  }
}
.cid-tB1JWmOsuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1JWmOsuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1JWmOsuT .title-wrapper {
  margin-bottom: 25px;
}
.cid-tB1JWmOsuT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB1JWmOsuT .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tB1JWmOsuT .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #49597d;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tB1JWmOsuT .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-tB1JWmOsuT .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #49597d;
}
.cid-tB1JWmOsuT .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #c6cdd4;
}
.cid-tB1JWmOsuT .nav.nav-tabs .nav-item .nav-link:focus span {
  color: #49597d;
}
.cid-tB1JWmOsuT .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #c6cdd4;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tB1JWmOsuT .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-tB1JWmOsuT .tab-pane .mbr-text {
  margin: 0;
}
.cid-tB1JWmOsuT .mbr-section-title {
  color: #ee2947;
}
.cid-tB1JWmOsuT .mbr-text {
  color: #000000;
}
.cid-tBooSY6otM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBooSY6otM .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBooSY6otM .mbr-section-title {
  color: #49597d;
}
.cid-tBooSY6otM .mbr-text b,
.cid-tBooSY6otM .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAXcCWG20Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8fbeea;
}
.cid-tAXcCWG20Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAXcCWG20Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAXcCWG20Z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAXcCWG20Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-tAXcCWG20Z .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tAXcCWG20Z .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAXtV3tklS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBopeJ6OVi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBopeJ6OVi .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBopeJ6OVi .mbr-section-title {
  color: #49597d;
}
.cid-tBopeJ6OVi .mbr-text b,
.cid-tBopeJ6OVi .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBopj1Xh0S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBopj1Xh0S .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBopj1Xh0S .mbr-section-title {
  color: #49597d;
}
.cid-tBopj1Xh0S .mbr-text b,
.cid-tBopj1Xh0S .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeIcNCU6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBeIcNCU6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeIcNCU6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeIcNCU6K .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tBeIcNCU6K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBeIcNCU6K .row {
  flex-direction: row-reverse;
}
.cid-tBeIcNCU6K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBeIcNCU6K .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBeIcNCU6K .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBeIcNCU6K .text-wrapper {
  padding-top: 6rem;
}
.cid-tBopZgF4Te {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBopZgF4Te .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBopZgF4Te .mbr-section-title {
  color: #49597d;
}
.cid-tBopZgF4Te .mbr-text b,
.cid-tBopZgF4Te .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBfphYJ3dq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBfphYJ3dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBfphYJ3dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBfphYJ3dq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBfphYJ3dq .row {
  flex-direction: row-reverse;
}
.cid-tBfphYJ3dq img {
  width: 100%;
}
.cid-tBfphYJ3dq .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBoq18oQJL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoq18oQJL .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoq18oQJL .mbr-section-title {
  color: #49597d;
}
.cid-tBoq18oQJL .mbr-text b,
.cid-tBoq18oQJL .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoq3PIvzC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBoq3PIvzC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoq3PIvzC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoq3PIvzC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoq3PIvzC .mbr-text UL {
  text-align: left;
}
.cid-tBoq4YtfnG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoq4YtfnG .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoq4YtfnG .mbr-section-title {
  color: #49597d;
}
.cid-tBoq4YtfnG .mbr-text b,
.cid-tBoq4YtfnG .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoq6DO2EV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoq6DO2EV .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoq6DO2EV .mbr-section-title {
  color: #49597d;
}
.cid-tBoq6DO2EV .mbr-text b,
.cid-tBoq6DO2EV .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB1V7wkD4c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1V7wkD4c table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB1V7wkD4c table thead tr {
  border: none !important;
}
.cid-tB1V7wkD4c table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB1V7wkD4c table tr td {
  border-color: #c6cdd4;
}
.cid-tB1V7wkD4c table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB1V7wkD4c table td b,
.cid-tB1V7wkD4c table td strong {
  color: #49597d;
}
.cid-tB1V7wkD4c tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB1V7wkD4c table th,
  .cid-tB1V7wkD4c table td {
    padding: .75rem;
  }
}
.cid-tB1V7wkD4c .body-item {
  text-align: left;
}
.cid-tB1V7wkD4c .mbr-text {
  color: #6d7174;
  text-align: left;
}
.cid-tB1V7wkD4c .head-item {
  color: #232323;
}
.cid-tB1V7wkD4c .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB1V7wkD4c .table .table-heads .head-item {
  color: #49597d;
}
.cid-tBoqVyA9rQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoqVyA9rQ .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoqVyA9rQ .mbr-section-title {
  color: #49597d;
}
.cid-tBoqVyA9rQ .mbr-text b,
.cid-tBoqVyA9rQ .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB23KP6R6Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB23KP6R6Z table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB23KP6R6Z table thead tr {
  border: none !important;
}
.cid-tB23KP6R6Z table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB23KP6R6Z table tr td {
  border-color: #c6cdd4;
}
.cid-tB23KP6R6Z table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB23KP6R6Z table td b,
.cid-tB23KP6R6Z table td strong {
  color: #49597d;
}
.cid-tB23KP6R6Z tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB23KP6R6Z table th,
  .cid-tB23KP6R6Z table td {
    padding: .75rem;
  }
}
.cid-tB23KP6R6Z .body-item {
  text-align: left;
}
.cid-tB23KP6R6Z .mbr-text {
  color: #6d7174;
  text-align: left;
}
.cid-tB23KP6R6Z .head-item {
  color: #232323;
}
.cid-tB23KP6R6Z .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB23KP6R6Z .table .table-heads .head-item {
  color: #49597d;
}
.cid-tBorgmllAt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBorgmllAt .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBorgmllAt .mbr-section-title {
  color: #49597d;
}
.cid-tBorgmllAt .mbr-text b,
.cid-tBorgmllAt .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBorgmllAt .formula {
  margin-left: 4rem;
  color: #6d7174;
  text-indent: -4rem;
}
.cid-tBoziAHVSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoziAHVSj .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoziAHVSj .mbr-section-title {
  color: #49597d;
}
.cid-tBoziAHVSj .mbr-text b,
.cid-tBoziAHVSj .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoziAHVSj .mbr-text {
  color: #6d7174;
}
.cid-tBorhyezG9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBorhyezG9 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBorhyezG9 .mbr-section-title {
  color: #49597d;
}
.cid-tBorhyezG9 .mbr-text b,
.cid-tBorhyezG9 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoFETjYnu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBoFETjYnu .row {
    padding: 0 12px;
  }
}
.cid-tBoFETjYnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoFETjYnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoFETjYnu .title-wrapper {
  margin-bottom: 25px;
}
.cid-tBoFETjYnu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBoFETjYnu .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tBoFETjYnu .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #49597d;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tBoFETjYnu .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-tBoFETjYnu .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #49597d;
}
.cid-tBoFETjYnu .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #c6cdd4;
}
.cid-tBoFETjYnu .nav.nav-tabs .nav-item .nav-link:focus span {
  color: #49597d;
}
.cid-tBoFETjYnu .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #c6cdd4;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tBoFETjYnu .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-tBoFETjYnu .tab-pane .mbr-text {
  margin: 0;
}
.cid-tBoFETjYnu .mbr-section-title {
  color: #49597d;
}
.cid-tBoFETjYnu .mbr-text {
  color: #6d7174;
}
.cid-tBowqmS5GM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBowqmS5GM .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBowqmS5GM .mbr-section-title {
  color: #49597d;
}
.cid-tBowqmS5GM .mbr-text b,
.cid-tBowqmS5GM .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBf117Sf0p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBf117Sf0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBf117Sf0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBf117Sf0p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBf117Sf0p .row {
  flex-direction: row-reverse;
}
.cid-tBf117Sf0p img {
  width: 100%;
}
.cid-tBf117Sf0p .mbr-description {
  color: #6d7174;
  text-align: center;
}
.cid-tBowpMGFAz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBowpMGFAz .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBowpMGFAz .mbr-section-title {
  color: #49597d;
}
.cid-tBowpMGFAz .mbr-text b,
.cid-tBowpMGFAz .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoySTptfX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoySTptfX .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoySTptfX .mbr-section-title {
  color: #49597d;
}
.cid-tBoySTptfX .mbr-text b,
.cid-tBoySTptfX .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBozwkHrJ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBozwkHrJ0 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBozwkHrJ0 .mbr-section-title {
  color: #49597d;
}
.cid-tBozwkHrJ0 .mbr-text b,
.cid-tBozwkHrJ0 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBozwkHrJ0 .mbr-text {
  color: #6d7174;
}
.cid-tBozg5Sxif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBozg5Sxif .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBozg5Sxif .mbr-section-title {
  color: #49597d;
}
.cid-tBozg5Sxif .mbr-text b,
.cid-tBozg5Sxif .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBedyeZLiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBedyeZLiW table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tBedyeZLiW table thead tr {
  border: none !important;
}
.cid-tBedyeZLiW table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tBedyeZLiW table tr td {
  border-color: #c6cdd4;
}
.cid-tBedyeZLiW table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tBedyeZLiW table td b,
.cid-tBedyeZLiW table td strong {
  color: #49597d;
}
.cid-tBedyeZLiW tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tBedyeZLiW table th,
  .cid-tBedyeZLiW table td {
    padding: .75rem;
  }
}
.cid-tBedyeZLiW .body-item {
  text-align: left;
}
.cid-tBedyeZLiW .mbr-text {
  color: #000000;
}
.cid-tBedyeZLiW .head-item {
  color: #232323;
}
.cid-tBedyeZLiW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tBedyeZLiW .table .table-heads .head-item {
  color: #49597d;
}
.cid-tBedyeZLiW P {
  color: #000000;
  text-align: left;
}
.cid-tBedyeZLiW .mbr-section-subtitle {
  text-align: left;
  color: #6d7174;
}
.cid-tBedyeZLiW .text-wrapper {
  padding-top: 6rem;
}
.cid-tB23LDba11 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB23LDba11 table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB23LDba11 table thead tr {
  border: none !important;
}
.cid-tB23LDba11 table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB23LDba11 table tr td {
  border-color: #c6cdd4;
}
.cid-tB23LDba11 table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB23LDba11 table td b,
.cid-tB23LDba11 table td strong {
  color: #49597d;
}
.cid-tB23LDba11 tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB23LDba11 table th,
  .cid-tB23LDba11 table td {
    padding: .75rem;
  }
}
.cid-tB23LDba11 .body-item {
  text-align: left;
}
.cid-tB23LDba11 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tB23LDba11 .head-item {
  color: #232323;
}
.cid-tB23LDba11 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB23LDba11 .table .table-heads .head-item {
  color: #49597d;
}
.cid-tB23LDba11 P {
  color: #000000;
  text-align: left;
}
.cid-tB23LDba11 .text-wrapper {
  padding-top: 6rem;
}
.cid-tB23LDba11 .mbr-section-subtitle {
  text-align: left;
  color: #6d7174;
}
.cid-tBoC3wyCQn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoC3wyCQn .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoC3wyCQn .mbr-section-title {
  color: #49597d;
}
.cid-tBoC3wyCQn .mbr-text b,
.cid-tBoC3wyCQn .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeNJjU4Sz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBeNJjU4Sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeNJjU4Sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBeNJjU4Sz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBeNJjU4Sz .row {
  flex-direction: row-reverse;
}
.cid-tBeNJjU4Sz img {
  width: 100%;
}
.cid-tBeNJjU4Sz .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBoCm7xv9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoCm7xv9a .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoCm7xv9a .mbr-section-title {
  color: #49597d;
}
.cid-tBoCm7xv9a .mbr-text b,
.cid-tBoCm7xv9a .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoCzjsUyR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoCzjsUyR .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoCzjsUyR .mbr-section-title {
  color: #49597d;
}
.cid-tBoyrufJmf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBoyrufJmf .row {
    padding: 0 12px;
  }
}
.cid-tBoyrufJmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoyrufJmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoyrufJmf .title-wrapper {
  margin-bottom: 25px;
}
.cid-tBoyrufJmf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBoyrufJmf .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tBoyrufJmf .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #49597d;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tBoyrufJmf .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-tBoyrufJmf .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #49597d;
}
.cid-tBoyrufJmf .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #c6cdd4;
}
.cid-tBoyrufJmf .nav.nav-tabs .nav-item .nav-link:focus span {
  color: #49597d;
}
.cid-tBoyrufJmf .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #c6cdd4;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tBoyrufJmf .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-tBoyrufJmf .tab-pane .mbr-text {
  margin: 0;
}
.cid-tBoyrufJmf .mbr-section-title {
  color: #49597d;
}
.cid-tBoyrufJmf .mbr-text {
  color: #6d7174;
}
.cid-tBoHrpKUfM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoHrpKUfM .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoHrpKUfM .mbr-section-title {
  color: #49597d;
}
.cid-tBoHrpKUfM .mbr-text b,
.cid-tBoHrpKUfM .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBf0soVb7o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBf0soVb7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBf0soVb7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBf0soVb7o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBf0soVb7o .row {
  flex-direction: row-reverse;
}
.cid-tBf0soVb7o img {
  width: 100%;
}
.cid-tBf0soVb7o .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBoyjuWl63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoyjuWl63 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoyjuWl63 .mbr-section-title {
  color: #49597d;
}
.cid-tBoyjuWl63 .mbr-text b,
.cid-tBoyjuWl63 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlmdiBmlw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlmdiBmlw .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBlmdiBmlw .mbr-section-title {
  color: #49597d;
}
.cid-tBlmdiBmlw .mbr-text b,
.cid-tBlmdiBmlw .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoylnq5hK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoylnq5hK .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoylnq5hK .mbr-section-title {
  color: #49597d;
}
.cid-tBoylnq5hK .mbr-text b,
.cid-tBoylnq5hK .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlps5kw5Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlps5kw5Q .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBlps5kw5Q .mbr-section-title {
  color: #49597d;
}
.cid-tBlps5kw5Q .mbr-text b,
.cid-tBlps5kw5Q .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlmyyKmqU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBlmyyKmqU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBlmyyKmqU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBlmyyKmqU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBlmyyKmqU .mbr-text UL {
  text-align: left;
}
.cid-tBlmyyKmqU .mbr-text b,
.cid-tBlmyyKmqU .mbr-text strong {
  color: #49597d;
}
.cid-tBoInnbR8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoInnbR8v .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoInnbR8v .mbr-section-title {
  color: #49597d;
}
.cid-tBoInnbR8v .mbr-text b,
.cid-tBoInnbR8v .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlpKBPmmh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBlpKBPmmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlpKBPmmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBlpKBPmmh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBlpKBPmmh .row {
  flex-direction: row-reverse;
}
.cid-tBlpKBPmmh img {
  width: 100%;
}
.cid-tBlpKBPmmh .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBlBSwPnR2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlBSwPnR2 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBlBSwPnR2 .mbr-section-title {
  color: #49597d;
}
.cid-tBlBSwPnR2 .mbr-text b,
.cid-tBlBSwPnR2 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlzWuGK06 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlzWuGK06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlzWuGK06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBlzWuGK06 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tBlzWuGK06 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBlzWuGK06 .row {
  flex-direction: row-reverse;
}
.cid-tBlzWuGK06 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBlzWuGK06 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBlzWuGK06 .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBlzWuGK06 .text-wrapper {
  padding-top: 1rem;
}
.cid-tBlzWuGK06 .mbr-text b,
.cid-tBlzWuGK06 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoIQwaBtD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoIQwaBtD .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoIQwaBtD .mbr-section-title {
  color: #49597d;
}
.cid-tBoIQwaBtD .mbr-text b,
.cid-tBoIQwaBtD .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoJ8eb5dM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoJ8eb5dM .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoJ8eb5dM .mbr-section-title {
  color: #49597d;
}
.cid-tBoJ8eb5dM .mbr-text b,
.cid-tBoJ8eb5dM .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoJb1Fr5W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoJb1Fr5W .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tBoJb1Fr5W .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tBoJb1Fr5W .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tBoJb1Fr5W .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoJcuQLAE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoJcuQLAE .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoJcuQLAE .mbr-section-title {
  color: #49597d;
}
.cid-tBoJcuQLAE .mbr-text b,
.cid-tBoJcuQLAE .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlwGVSoB7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlwGVSoB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlwGVSoB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBlwGVSoB7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBlwGVSoB7 .row {
  flex-direction: row-reverse;
}
.cid-tBlwGVSoB7 img {
  width: 100%;
}
.cid-tBlwGVSoB7 .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBoJWYXATE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoJWYXATE .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoJWYXATE .mbr-section-title {
  color: #49597d;
}
.cid-tBoJWYXATE .mbr-text b,
.cid-tBoJWYXATE .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlmzrvQq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlmzrvQq1 .mbr-section-subtitle {
  color: #49597d;
}
.cid-tBlmzrvQq1 .mbr-section-title {
  color: #49597d;
}
.cid-tBlmzrvQq1 .mbr-text b,
.cid-tBlmzrvQq1 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBpy5j7IEh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBpy5j7IEh img,
.cid-tBpy5j7IEh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBpy5j7IEh .item:focus,
.cid-tBpy5j7IEh span:focus {
  outline: none;
}
.cid-tBpy5j7IEh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tBpy5j7IEh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBpy5j7IEh .item {
  padding: 0;
  margin: 0;
}
.cid-tBpy5j7IEh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBpy5j7IEh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBpy5j7IEh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tBpy5j7IEh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBpy5j7IEh .mbr-section-title {
  color: #232323;
}
.cid-tBpyzCkfxa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBpyzCkfxa .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBpyzCkfxa .mbr-section-title {
  color: #49597d;
}
.cid-tBpyzCkfxa .mbr-text b,
.cid-tBpyzCkfxa .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBpyzCkfxa .mbr-text {
  color: #6d7174;
}
.cid-tBoKiSUKJD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoKiSUKJD .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoKiSUKJD .mbr-section-title {
  color: #49597d;
}
.cid-tBoKiSUKJD .mbr-text b,
.cid-tBoKiSUKJD .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoKwTwZSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoKwTwZSt .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoKwTwZSt .mbr-section-title {
  color: #49597d;
}
.cid-tBoKwTwZSt .mbr-text b,
.cid-tBoKwTwZSt .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoKwTwZSt .mbr-text {
  color: #6d7174;
}
.cid-tBoKMfdOwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoKMfdOwy .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoKMfdOwy .mbr-section-title {
  color: #49597d;
}
.cid-tBoKMfdOwy .mbr-text b,
.cid-tBoKMfdOwy .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoKOYmBRO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoKOYmBRO .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tBoKOYmBRO .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tBoKOYmBRO .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tBoKOYmBRO .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoKNXBi1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoKNXBi1s .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoKNXBi1s .mbr-section-title {
  color: #49597d;
}
.cid-tBoKNXBi1s .mbr-text b,
.cid-tBoKNXBi1s .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB1n4jlKs9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB1n4jlKs9 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tB1n4jlKs9 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tB1n4jlKs9 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tB1n4jlKs9 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoLibPNZo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoLibPNZo .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoLibPNZo .mbr-section-title {
  color: #49597d;
}
.cid-tBoLibPNZo .mbr-text b,
.cid-tBoLibPNZo .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB1nZiMXfB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB1nZiMXfB .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tB1nZiMXfB .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tB1nZiMXfB .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tB1nZiMXfB .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoLiXtCOj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoLiXtCOj .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoLiXtCOj .mbr-section-title {
  color: #49597d;
}
.cid-tBoLiXtCOj .mbr-text b,
.cid-tBoLiXtCOj .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB1nYFw3bq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB1nYFw3bq .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tB1nYFw3bq .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tB1nYFw3bq .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tB1nYFw3bq .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoLTxdW0N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoLTxdW0N .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoLTxdW0N .mbr-section-title {
  color: #49597d;
}
.cid-tBoLTxdW0N .mbr-text b,
.cid-tBoLTxdW0N .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoLRUbcSg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoLRUbcSg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoLRUbcSg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoLRUbcSg .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoLRUbcSg .mbr-text UL {
  text-align: left;
}
.cid-tBoLRUbcSg .mbr-text b,
.cid-tBoLRUbcSg .mbr-text strong {
  color: #49597d;
}
.cid-tBoLUItClh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoLUItClh .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoLUItClh .mbr-section-title {
  color: #49597d;
}
.cid-tBoLUItClh .mbr-text b,
.cid-tBoLUItClh .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoLVxI40N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoLVxI40N .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoLVxI40N .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoLVxI40N .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoLVxI40N .mbr-text UL {
  text-align: left;
}
.cid-tBoLVxI40N .mbr-text b,
.cid-tBoLVxI40N .mbr-text strong {
  color: #49597d;
}
.cid-tBoLW605RH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoLW605RH .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoLW605RH .mbr-section-title {
  color: #49597d;
}
.cid-tBoLW605RH .mbr-text b,
.cid-tBoLW605RH .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoLWDVCf9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoLWDVCf9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoLWDVCf9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoLWDVCf9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoLWDVCf9 .mbr-text UL {
  text-align: left;
}
.cid-tBoLWDVCf9 .mbr-text b,
.cid-tBoLWDVCf9 .mbr-text strong {
  color: #49597d;
}
.cid-tBoLYxf40H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoLYxf40H .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoLYxf40H .mbr-section-title {
  color: #49597d;
}
.cid-tBoLYxf40H .mbr-text b,
.cid-tBoLYxf40H .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoLZeaWCK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoLZeaWCK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoLZeaWCK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoLZeaWCK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoLZeaWCK .mbr-text UL {
  text-align: left;
}
.cid-tBoLZeaWCK .mbr-text b,
.cid-tBoLZeaWCK .mbr-text strong {
  color: #49597d;
}
.cid-tBoM0lltpc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoM0lltpc .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoM0lltpc .mbr-section-title {
  color: #49597d;
}
.cid-tBoM0lltpc .mbr-text b,
.cid-tBoM0lltpc .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoN7wvzpY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoN7wvzpY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoN7wvzpY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoN7wvzpY .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoN7wvzpY .mbr-text UL {
  text-align: left;
}
.cid-tBoN7wvzpY .mbr-text b,
.cid-tBoN7wvzpY .mbr-text strong {
  color: #49597d;
}
.cid-tBoN8zLcBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoN8zLcBj .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoN8zLcBj .mbr-section-title {
  color: #49597d;
}
.cid-tBoN8zLcBj .mbr-text b,
.cid-tBoN8zLcBj .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoM10cWCm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoM10cWCm .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoM10cWCm .mbr-section-title {
  color: #49597d;
}
.cid-tBoM10cWCm .mbr-text b,
.cid-tBoM10cWCm .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBlKu1kQHi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlKu1kQHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBlKu1kQHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBlKu1kQHi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBlKu1kQHi .row {
  flex-direction: row-reverse;
}
.cid-tBlKu1kQHi img {
  width: 100%;
}
.cid-tBlKu1kQHi .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBlKwhCIIA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBlKwhCIIA .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBlKwhCIIA .mbr-section-title {
  color: #49597d;
}
.cid-tBlKwhCIIA .mbr-text b,
.cid-tBlKwhCIIA .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBpo6s5xn2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBpo6s5xn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpo6s5xn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpo6s5xn2 .card-wrapper {
  background: #8fbeea;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-tBpo6s5xn2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBpo6s5xn2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBpo6s5xn2 .card-wrapper {
    padding: 2rem;
  }
}
.cid-tBpo6s5xn2 .mbr-text,
.cid-tBpo6s5xn2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tBpo6s5xn2 .card-title,
.cid-tBpo6s5xn2 .card-box {
  text-align: left;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAX4EFeHjg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAX4EFeHjg nav.navbar {
  position: fixed;
}
.cid-tAX4EFeHjg .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-tAX4EFeHjg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAX4EFeHjg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAX4EFeHjg .dropdown-item:hover,
.cid-tAX4EFeHjg .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAX4EFeHjg .dropdown-item:hover span {
  color: white;
}
.cid-tAX4EFeHjg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAX4EFeHjg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAX4EFeHjg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAX4EFeHjg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAX4EFeHjg .nav-link {
  position: relative;
}
.cid-tAX4EFeHjg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAX4EFeHjg .container {
    flex-wrap: nowrap;
  }
}
.cid-tAX4EFeHjg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAX4EFeHjg .dropdown-menu,
.cid-tAX4EFeHjg .navbar.opened {
  background: #ffffff !important;
}
.cid-tAX4EFeHjg .nav-item:focus,
.cid-tAX4EFeHjg .nav-link:focus {
  outline: none;
}
.cid-tAX4EFeHjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAX4EFeHjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAX4EFeHjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAX4EFeHjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAX4EFeHjg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAX4EFeHjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAX4EFeHjg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAX4EFeHjg .navbar.opened {
  transition: all 0.3s;
}
.cid-tAX4EFeHjg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAX4EFeHjg .navbar .navbar-logo img {
  width: auto;
}
.cid-tAX4EFeHjg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAX4EFeHjg .navbar.collapsed {
  justify-content: center;
}
.cid-tAX4EFeHjg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAX4EFeHjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAX4EFeHjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAX4EFeHjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAX4EFeHjg .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-tAX4EFeHjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAX4EFeHjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAX4EFeHjg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAX4EFeHjg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAX4EFeHjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAX4EFeHjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAX4EFeHjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAX4EFeHjg .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-tAX4EFeHjg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAX4EFeHjg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAX4EFeHjg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAX4EFeHjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAX4EFeHjg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAX4EFeHjg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAX4EFeHjg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAX4EFeHjg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAX4EFeHjg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAX4EFeHjg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAX4EFeHjg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAX4EFeHjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAX4EFeHjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAX4EFeHjg .dropdown-item.active,
.cid-tAX4EFeHjg .dropdown-item:active {
  background-color: transparent;
}
.cid-tAX4EFeHjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAX4EFeHjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAX4EFeHjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAX4EFeHjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAX4EFeHjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAX4EFeHjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAX4EFeHjg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAX4EFeHjg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAX4EFeHjg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAX4EFeHjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAX4EFeHjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAX4EFeHjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAX4EFeHjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAX4EFeHjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAX4EFeHjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAX4EFeHjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAX4EFeHjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAX4EFeHjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAX4EFeHjg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAX4EFeHjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAX4EFeHjg .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-tAX4EFeHjg .navbar {
    height: 70px;
  }
  .cid-tAX4EFeHjg .navbar.opened {
    height: auto;
  }
  .cid-tAX4EFeHjg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAX57XXN4C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8fbeea;
}
.cid-tAX57XXN4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAX57XXN4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAX57XXN4C .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAX57XXN4C .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-tAX57XXN4C .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tAX57XXN4C .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB4uk6EsiV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB4uk6EsiV .mbr-text b,
.cid-tB4uk6EsiV .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tAX4EJ0tjh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAX4EJ0tjh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tAX4EJ0tjh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tAX4EJ0tjh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tAX4EJ0tjh .mbr-text UL {
  text-align: left;
}
.cid-tBohu08tiC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBohu08tiC .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBohu08tiC .mbr-section-title {
  color: #49597d;
}
.cid-tBohu08tiC .mbr-text b,
.cid-tBohu08tiC .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tAX4EKCrMb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAX4EKCrMb .mbr-text {
  color: #49597d;
}
.cid-tAX4EKVH9i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAX4EKVH9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAX4EKVH9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAX4EKVH9i .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tAX4EKVH9i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAX4EKVH9i .row {
  flex-direction: row-reverse;
}
.cid-tAX4EKVH9i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAX4EKVH9i .text-wrapper {
    padding: 2rem;
  }
}
.cid-tAX4EKVH9i .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tAX4EKVH9i .text-wrapper {
  padding-top: 6rem;
}
.cid-tB2LqgiFrK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tB2LqgiFrK .row {
    padding: 0 12px;
  }
}
.cid-tB2LqgiFrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB2LqgiFrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB2LqgiFrK .title-wrapper {
  margin-bottom: 25px;
}
.cid-tB2LqgiFrK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB2LqgiFrK .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-tB2LqgiFrK .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #49597d;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-tB2LqgiFrK .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-tB2LqgiFrK .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #49597d;
}
.cid-tB2LqgiFrK .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #c6cdd4;
}
.cid-tB2LqgiFrK .nav.nav-tabs .nav-item .nav-link:focus span {
  color: #49597d;
}
.cid-tB2LqgiFrK .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #c6cdd4;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tB2LqgiFrK .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-tB2LqgiFrK .tab-pane .mbr-text {
  margin: 0;
}
.cid-tB2LqgiFrK .mbr-section-title {
  color: #49597d;
}
.cid-tB2LqgiFrK .mbr-text {
  color: #000000;
}
.cid-tB9LDvbiLA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9LDvbiLA .mbr-section-subtitle {
  color: #49597d;
}
.cid-tB9LDvbiLA .mbr-section-title {
  color: #49597d;
}
.cid-tB9LDvbiLA .mbr-text b,
.cid-tB9LDvbiLA .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB9LLH2YP1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB9LLH2YP1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tB9LLH2YP1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tB9LLH2YP1 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tB9LLH2YP1 .mbr-text UL {
  text-align: left;
}
.cid-tAXnDYEHNh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAXnDYEHNh .carousel {
    min-height: 600px;
  }
  .cid-tAXnDYEHNh .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAXnDYEHNh .carousel {
    min-height: 390px;
  }
  .cid-tAXnDYEHNh .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAXnDYEHNh .carousel {
    min-height: 330px;
  }
  .cid-tAXnDYEHNh .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tAXnDYEHNh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAXnDYEHNh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAXnDYEHNh .carousel,
.cid-tAXnDYEHNh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAXnDYEHNh .item-wrapper {
  width: 100%;
}
.cid-tAXnDYEHNh .carousel-caption {
  bottom: 40px;
}
.cid-tAXnDYEHNh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAXnDYEHNh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAXnDYEHNh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAXnDYEHNh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAXnDYEHNh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAXnDYEHNh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAXnDYEHNh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAXnDYEHNh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAXnDYEHNh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAXnDYEHNh .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-tAXnDYEHNh .carousel-indicators li.active,
.cid-tAXnDYEHNh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAXnDYEHNh .carousel-indicators li::after,
.cid-tAXnDYEHNh .carousel-indicators li::before {
  content: none;
}
.cid-tAXnDYEHNh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAXnDYEHNh .carousel-indicators {
    display: none !important;
  }
}
.cid-tAXnDYEHNh P {
  color: #000000;
}
.cid-tAXnDYEHNh H5 {
  color: #000000;
}
.cid-tB9M6PRkmo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9M6PRkmo .mbr-section-subtitle {
  color: #49597d;
}
.cid-tB9M6PRkmo .mbr-section-title {
  color: #49597d;
}
.cid-tB9M6PRkmo .mbr-text b,
.cid-tB9M6PRkmo .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB9M5gFG02 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tB9M5gFG02 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tB9M5gFG02 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tB9M5gFG02 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tB9M5gFG02 .mbr-text UL {
  text-align: left;
}
.cid-tB9M5gFG02 .mbr-text b,
.cid-tB9M5gFG02 .mbr-text strong {
  color: #49597d;
}
.cid-tB39k5M3rT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB39k5M3rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB39k5M3rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tB39k5M3rT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB39k5M3rT .row {
  flex-direction: row-reverse;
}
.cid-tB39k5M3rT img {
  width: 100%;
}
.cid-tB39k5M3rT .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tB9GjlaeCh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9GjlaeCh .mbr-section-subtitle {
  color: #49597d;
}
.cid-tB9GjlaeCh .mbr-section-title {
  color: #49597d;
}
.cid-tB9GjlaeCh .mbr-text b,
.cid-tB9GjlaeCh .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBokRIXeuP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBokRIXeuP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBokRIXeuP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBokRIXeuP .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBokRIXeuP .mbr-text UL {
  text-align: left;
}
.cid-tBokRIXeuP .mbr-text b,
.cid-tBokRIXeuP .mbr-text strong {
  color: #49597d;
}
.cid-tB9N7zw3D6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9N7zw3D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9N7zw3D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tB9N7zw3D6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB9N7zw3D6 .row {
  flex-direction: row-reverse;
}
.cid-tB9N7zw3D6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tB9N7zw3D6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tB9N7zw3D6 .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tB9N8f4RLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9N8f4RLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9N8f4RLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tB9N8f4RLM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB9N8f4RLM .row {
  flex-direction: row-reverse;
}
.cid-tB9N8f4RLM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tB9N8f4RLM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tB9N8f4RLM .mbr-description {
  color: #6d7174;
  text-align: left;
}
.cid-tBolkDT2YH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBolkDT2YH .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBolkDT2YH .mbr-section-title {
  color: #49597d;
}
.cid-tBolkDT2YH .mbr-text b,
.cid-tBolkDT2YH .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB29s2Qk1B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB29s2Qk1B table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB29s2Qk1B table thead tr {
  border: none !important;
}
.cid-tB29s2Qk1B table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB29s2Qk1B table tr td {
  border-color: #c6cdd4;
}
.cid-tB29s2Qk1B table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB29s2Qk1B table td b,
.cid-tB29s2Qk1B table td strong {
  color: #49597d;
}
.cid-tB29s2Qk1B tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB29s2Qk1B table th,
  .cid-tB29s2Qk1B table td {
    padding: .75rem;
  }
}
.cid-tB29s2Qk1B .body-item {
  text-align: left;
}
.cid-tB29s2Qk1B .mbr-text {
  color: #6d7174;
  text-align: left;
}
.cid-tB29s2Qk1B .head-item {
  color: #232323;
}
.cid-tB29s2Qk1B .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB29s2Qk1B .table .table-heads .head-item {
  color: #49597d;
}
.cid-tBolvYR7zW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBolvYR7zW .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBolvYR7zW .mbr-section-title {
  color: #49597d;
}
.cid-tBolvYR7zW .mbr-text b,
.cid-tBolvYR7zW .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAX4LFlBIc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAX4LFlBIc nav.navbar {
  position: fixed;
}
.cid-tAX4LFlBIc .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-tAX4LFlBIc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAX4LFlBIc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAX4LFlBIc .dropdown-item:hover,
.cid-tAX4LFlBIc .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAX4LFlBIc .dropdown-item:hover span {
  color: white;
}
.cid-tAX4LFlBIc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAX4LFlBIc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAX4LFlBIc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAX4LFlBIc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAX4LFlBIc .nav-link {
  position: relative;
}
.cid-tAX4LFlBIc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAX4LFlBIc .container {
    flex-wrap: nowrap;
  }
}
.cid-tAX4LFlBIc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAX4LFlBIc .dropdown-menu,
.cid-tAX4LFlBIc .navbar.opened {
  background: #ffffff !important;
}
.cid-tAX4LFlBIc .nav-item:focus,
.cid-tAX4LFlBIc .nav-link:focus {
  outline: none;
}
.cid-tAX4LFlBIc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAX4LFlBIc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAX4LFlBIc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAX4LFlBIc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAX4LFlBIc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAX4LFlBIc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAX4LFlBIc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAX4LFlBIc .navbar.opened {
  transition: all 0.3s;
}
.cid-tAX4LFlBIc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAX4LFlBIc .navbar .navbar-logo img {
  width: auto;
}
.cid-tAX4LFlBIc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAX4LFlBIc .navbar.collapsed {
  justify-content: center;
}
.cid-tAX4LFlBIc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAX4LFlBIc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAX4LFlBIc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAX4LFlBIc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAX4LFlBIc .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-tAX4LFlBIc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAX4LFlBIc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAX4LFlBIc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAX4LFlBIc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAX4LFlBIc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAX4LFlBIc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAX4LFlBIc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAX4LFlBIc .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-tAX4LFlBIc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAX4LFlBIc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAX4LFlBIc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAX4LFlBIc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAX4LFlBIc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAX4LFlBIc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAX4LFlBIc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAX4LFlBIc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAX4LFlBIc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAX4LFlBIc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAX4LFlBIc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAX4LFlBIc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAX4LFlBIc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAX4LFlBIc .dropdown-item.active,
.cid-tAX4LFlBIc .dropdown-item:active {
  background-color: transparent;
}
.cid-tAX4LFlBIc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAX4LFlBIc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAX4LFlBIc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAX4LFlBIc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAX4LFlBIc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAX4LFlBIc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAX4LFlBIc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAX4LFlBIc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAX4LFlBIc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAX4LFlBIc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAX4LFlBIc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAX4LFlBIc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAX4LFlBIc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAX4LFlBIc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAX4LFlBIc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAX4LFlBIc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAX4LFlBIc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAX4LFlBIc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAX4LFlBIc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAX4LFlBIc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAX4LFlBIc .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-tAX4LFlBIc .navbar {
    height: 70px;
  }
  .cid-tAX4LFlBIc .navbar.opened {
    height: auto;
  }
  .cid-tAX4LFlBIc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAX5J6kqnC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8fbeea;
}
.cid-tAX5J6kqnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAX5J6kqnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tAX5J6kqnC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAX5J6kqnC .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-tAX5J6kqnC .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tAX5J6kqnC .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAX5J6kqnC .mbr-text a {
  color: #ffffff !important;
}
.cid-tBBNmRSxez {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBBNmRSxez .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBBNmRSxez .mbr-section-title {
  color: #49597d;
}
.cid-tBBNmRSxez .mbr-text b,
.cid-tBBNmRSxez .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tAX4LINAcI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAX4LINAcI .mbr-section-subtitle {
  color: #49597d;
}
.cid-tAX4LINAcI .mbr-section-title {
  color: #49597d;
}
.cid-tB9yLPzNM6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB9yLPzNM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB9yLPzNM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB9yLPzNM6 .item {
  padding-bottom: 2rem;
}
.cid-tB9yLPzNM6 .item-wrapper {
  position: relative;
}
.cid-tB9yLPzNM6 .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-tB9yLPzNM6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tB9yLPzNM6 .carousel-control,
.cid-tB9yLPzNM6 .close {
  background: #1b1b1b;
}
.cid-tB9yLPzNM6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tB9yLPzNM6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tB9yLPzNM6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tB9yLPzNM6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tB9yLPzNM6 .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-tB9yLPzNM6 .close::before {
  content: '\e91a';
}
.cid-tB9yLPzNM6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tB9yLPzNM6 .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-tB9yLPzNM6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tB9yLPzNM6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tB9yLPzNM6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tB9yLPzNM6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tB9yLPzNM6 .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-tB9yLPzNM6 .carousel-indicators li.active,
.cid-tB9yLPzNM6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tB9yLPzNM6 .carousel-indicators li::after,
.cid-tB9yLPzNM6 .carousel-indicators li::before {
  content: none;
}
.cid-tB9yLPzNM6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tB9yLPzNM6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tB9yLPzNM6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tB9yLPzNM6 .carousel-indicators {
    display: none;
  }
}
.cid-tB9yLPzNM6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tB9yLPzNM6 .carousel-inner > .active {
  display: block;
}
.cid-tB9yLPzNM6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tB9yLPzNM6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tB9yLPzNM6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tB9yLPzNM6 .carousel-control,
  .cid-tB9yLPzNM6 .carousel-indicators,
  .cid-tB9yLPzNM6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tB9yLPzNM6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tB9yLPzNM6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tB9yLPzNM6 .carousel-indicators .active,
.cid-tB9yLPzNM6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tB9yLPzNM6 .carousel-indicators .active {
  background: #fff;
}
.cid-tB9yLPzNM6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tB9yLPzNM6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tB9yLPzNM6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tB9yLPzNM6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tB9yLPzNM6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tB9yLPzNM6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tB9yLPzNM6 .carousel {
  width: 100%;
}
.cid-tB9yLPzNM6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tB9yLPzNM6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tB9yLPzNM6 .modal.fade .modal-dialog,
.cid-tB9yLPzNM6 .modal.in .modal-dialog {
  transform: none;
}
.cid-tB9yLPzNM6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tB9yLPzNM6 H6 {
  text-align: left;
  color: #6d7174;
}
.cid-tB9yLPzNM6 DIV {
  text-align: left;
}
.cid-tButNYMDZJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-tButNYMDZJ .col-md-6 {
    width: 100%;
  }
}
.cid-tButNYMDZJ h2,
.cid-tButNYMDZJ h4,
.cid-tButNYMDZJ p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-tButNYMDZJ .text-elements {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-tButNYMDZJ .text-elements {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-tButNYMDZJ .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-tButNYMDZJ .mbr-text {
  margin-top: 14px;
}
.cid-tButNYMDZJ .link-wrap {
  padding-top: 25px;
}
.cid-tButNYMDZJ .link {
  font-weight: 600;
  position: relative;
}
.cid-tButNYMDZJ .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tButNYMDZJ .progress-wrap {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cid-tButNYMDZJ .progress-wrap {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .cid-tButNYMDZJ .progress-wrap {
    padding-left: 74px;
  }
}
.cid-tButNYMDZJ .card {
  width: 191px;
  max-width: 191px;
  margin-right: 40px;
  margin-bottom: 25px;
}
.cid-tButNYMDZJ .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  max-width: 200px;
  max-height: 200px;
  margin-left: 20px;
  margin-bottom: 26px;
}
.cid-tButNYMDZJ .card .circle-wrap svg .circle-active {
  stroke: #8fbeea;
}
.cid-tButNYMDZJ .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-tButNYMDZJ .card-wrapper {
  justify-content: center;
}
.cid-tButNYMDZJ .card-title {
  margin-bottom: 0.625rem;
}
.cid-tButNYMDZJ .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-tButNYMDZJ .card1 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-tButNYMDZJ .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 202.15 !important;
}
.cid-tButNYMDZJ .card2 .circle-wrap .circle-text::before {
  content: "35";
}
.cid-tButNYMDZJ .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-tButNYMDZJ .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-tButNYMDZJ .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-tButNYMDZJ .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-tButNYMDZJ .circle-text {
  color: #8fbeea;
}
.cid-tButNYMDZJ .card-title,
.cid-tButNYMDZJ .iconfont-wrapper {
  color: #6d7174;
}
.cid-tBoPss7vZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoPss7vZb .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoPss7vZb .mbr-section-title {
  color: #49597d;
}
.cid-tBoPss7vZb .mbr-text b,
.cid-tBoPss7vZb .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoPCo3XZg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoPCo3XZg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoPCo3XZg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoPCo3XZg .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoPM2XOaY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoPM2XOaY .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoPM2XOaY .mbr-section-title {
  color: #49597d;
}
.cid-tBoPM2XOaY .mbr-text b,
.cid-tBoPM2XOaY .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB8JiAmqD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB8JiAmqD9 table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB8JiAmqD9 table thead tr {
  border: none !important;
}
.cid-tB8JiAmqD9 table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB8JiAmqD9 table tr td {
  border-color: #c6cdd4;
}
.cid-tB8JiAmqD9 table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB8JiAmqD9 table td b,
.cid-tB8JiAmqD9 table td strong {
  color: #49597d;
}
.cid-tB8JiAmqD9 tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB8JiAmqD9 table th,
  .cid-tB8JiAmqD9 table td {
    padding: .75rem;
  }
}
.cid-tB8JiAmqD9 .body-item {
  text-align: left;
}
.cid-tB8JiAmqD9 .mbr-text {
  color: #000000;
}
.cid-tB8JiAmqD9 .head-item {
  color: #232323;
}
.cid-tB8JiAmqD9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB8JiAmqD9 .table .table-heads .head-item {
  color: #49597d;
}
.cid-tB8JiAmqD9 P {
  color: #000000;
  text-align: left;
}
.cid-tB8JiAmqD9 .mbr-section-subtitle {
  text-align: left;
  color: #6d7174;
}
.cid-tB8JiAmqD9 .text-wrapper {
  padding-top: 6rem;
}
.cid-tBpEL0UxD8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBpEL0UxD8 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBpEL0UxD8 .mbr-section-title {
  color: #49597d;
}
.cid-tBpEL0UxD8 .mbr-text b,
.cid-tBpEL0UxD8 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBpEM2Z70U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBpEM2Z70U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpEM2Z70U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpEM2Z70U .card-wrapper {
  background: #8fbeea;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-tBpEM2Z70U .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBpEM2Z70U .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBpEM2Z70U .card-wrapper {
    padding: 2rem;
  }
}
.cid-tBpEM2Z70U .mbr-text,
.cid-tBpEM2Z70U .mbr-section-btn {
  color: #ffffff;
}
.cid-tBpEM2Z70U .card-title,
.cid-tBpEM2Z70U .card-box {
  text-align: left;
}
.cid-tB91lLCyNw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB91lLCyNw .mbr-section-subtitle {
  color: #49597d;
}
.cid-tB91lLCyNw .mbr-section-title {
  color: #49597d;
}
.cid-tB920MSZdL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB920MSZdL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tB920MSZdL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tB920MSZdL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tB920MSZdL .mbr-text UL {
  text-align: left;
}
.cid-tB920MSZdL .mbr-text b,
.cid-tB920MSZdL .mbr-text strong {
  color: #49597d;
}
.cid-tBoQw8MpSk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoQw8MpSk .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoQw8MpSk .mbr-section-title {
  color: #49597d;
}
.cid-tBoQw8MpSk .mbr-text b,
.cid-tBoQw8MpSk .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoQ35jpwJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoQ35jpwJ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tBoQ35jpwJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tBoQ35jpwJ .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tBoQ35jpwJ .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoQ35jpwJ .mbr-text b,
.cid-tBoQ35jpwJ .mbr-text strong {
  color: #49597d;
}
.cid-tBoQwO8BmG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoQwO8BmG .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoQwO8BmG .mbr-section-title {
  color: #49597d;
}
.cid-tBoQwO8BmG .mbr-text b,
.cid-tBoQwO8BmG .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoPZpPJ2m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoPZpPJ2m .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tBoPZpPJ2m .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tBoPZpPJ2m .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tBoPZpPJ2m .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #c6cdd4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBoPOcldwP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoPOcldwP .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoPOcldwP .mbr-section-title {
  color: #49597d;
}
.cid-tBoPOcldwP .mbr-text b,
.cid-tBoPOcldwP .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tB27XDCo0p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB27XDCo0p table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tB27XDCo0p table thead tr {
  border: none !important;
}
.cid-tB27XDCo0p table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tB27XDCo0p table tr td {
  border-color: #c6cdd4;
}
.cid-tB27XDCo0p table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tB27XDCo0p table td b,
.cid-tB27XDCo0p table td strong {
  color: #49597d;
}
.cid-tB27XDCo0p tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tB27XDCo0p table th,
  .cid-tB27XDCo0p table td {
    padding: .75rem;
  }
}
.cid-tB27XDCo0p .body-item {
  text-align: left;
}
.cid-tB27XDCo0p .mbr-text {
  color: #000000;
}
.cid-tB27XDCo0p .head-item {
  color: #232323;
}
.cid-tB27XDCo0p .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tB27XDCo0p .table .table-heads .head-item {
  color: #49597d;
}
.cid-tB27XDCo0p .mbr-section-subtitle {
  color: #6d7174;
  text-align: left;
}
.cid-tB27XDCo0p .text-wrapper {
  padding-top: 6rem;
}
.cid-tB27XDCo0p .mbr-section-title,
.cid-tB27XDCo0p .head-item {
  color: #49597d;
}
.cid-tBoRAQvHuv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoRAQvHuv .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoRAQvHuv .mbr-section-title {
  color: #49597d;
}
.cid-tBoRAQvHuv .mbr-text b,
.cid-tBoRAQvHuv .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tAYcrNJtib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAYcrNJtib .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAYcrNJtib .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-tAYcrNJtib .row {
    padding: 0 13px;
  }
}
.cid-tAYcrNJtib .row {
  justify-content: center;
}
.cid-tAYcrNJtib .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tAYcrNJtib .tabs-wrapper {
    display: block;
  }
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #000000;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #8fbeea 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-tAYcrNJtib .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-tAYcrNJtib .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tAYcrNJtib .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-tAYcrNJtib .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tAYcrNJtib .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-tBphVZfabM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBphVZfabM .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBphVZfabM .mbr-section-title {
  color: #49597d;
}
.cid-tBphVZfabM .mbr-text b,
.cid-tBphVZfabM .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBphVZfabM .mbr-text {
  color: #6d7174;
}
.cid-tBoRHQ6soc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoRHQ6soc .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoRHQ6soc .mbr-section-title {
  color: #49597d;
}
.cid-tBoRHQ6soc .mbr-text b,
.cid-tBoRHQ6soc .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoRIu56CI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoRIu56CI .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoRIu56CI .mbr-section-title {
  color: #49597d;
}
.cid-tBoRIu56CI .mbr-text b,
.cid-tBoRIu56CI .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tAX4LLu7tL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAX4LLu7tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAX4LLu7tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAX4LLu7tL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #8fbeea;
  margin-left: 1rem;
}
.cid-tAX4LLu7tL .panel-group {
  border: none;
}
.cid-tAX4LLu7tL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tAX4LLu7tL .panel-body,
.cid-tAX4LLu7tL .card-header {
  padding: 1rem 0;
}
.cid-tAX4LLu7tL .panel-title-edit {
  color: #000000;
}
.cid-tAX4LLu7tL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tAX4LLu7tL td {
  font-family: 'Roboto';
}
.cid-tBoT4Ixa2r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoT4Ixa2r .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoT4Ixa2r .mbr-section-title {
  color: #49597d;
}
.cid-tBoT4Ixa2r .mbr-text b,
.cid-tBoT4Ixa2r .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBpIrUSB94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBpIrUSB94 table {
  width: "100%" !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tBpIrUSB94 table thead tr {
  border: none !important;
}
.cid-tBpIrUSB94 table th {
  padding: 0.9rem 1.6rem;
  text-align: left;
  border-color: #c6cdd4;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-tBpIrUSB94 table tr td {
  border-color: #c6cdd4;
}
.cid-tBpIrUSB94 table td {
  padding: 0.9rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-tBpIrUSB94 table td b,
.cid-tBpIrUSB94 table td strong {
  color: #49597d;
}
.cid-tBpIrUSB94 tr:hover {
  background-color: #8fbeea !important;
}
@media (max-width: 767px) {
  .cid-tBpIrUSB94 table th,
  .cid-tBpIrUSB94 table td {
    padding: .75rem;
  }
}
.cid-tBpIrUSB94 .body-item {
  text-align: left;
}
.cid-tBpIrUSB94 .mbr-text {
  color: #6d7174;
  text-align: left;
}
.cid-tBpIrUSB94 .head-item {
  color: #232323;
}
.cid-tBpIrUSB94 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-tBpIrUSB94 .table .table-heads .head-item {
  color: #49597d;
}
.cid-tBuzm6bOE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBuzm6bOE3 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBuzm6bOE3 .mbr-section-title {
  color: #49597d;
}
.cid-tBuzm6bOE3 .mbr-text b,
.cid-tBuzm6bOE3 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoT5mZ4AS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoT5mZ4AS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoT5mZ4AS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoT5mZ4AS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoT5mZ4AS .mbr-text UL {
  text-align: left;
}
.cid-tBoT5mZ4AS .mbr-text b,
.cid-tBoT5mZ4AS .mbr-text strong {
  color: #49597d;
}
.cid-tBoT73Ms8a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoT73Ms8a .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoT73Ms8a .mbr-section-title {
  color: #49597d;
}
.cid-tBoT73Ms8a .mbr-text b,
.cid-tBoT73Ms8a .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBoT8ApKba {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBoT8ApKba .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBoT8ApKba .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBoT8ApKba .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBoT8ApKba .mbr-text UL {
  text-align: left;
}
.cid-tBoT8ApKba .mbr-text b,
.cid-tBoT8ApKba .mbr-text strong {
  color: #49597d;
}
.cid-tBoT94r9S0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBoT94r9S0 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBoT94r9S0 .mbr-section-title {
  color: #49597d;
}
.cid-tBoT94r9S0 .mbr-text b,
.cid-tBoT94r9S0 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB6QoprwOd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8fbeea;
}
.cid-tB6QoprwOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6QoprwOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tB6QoprwOd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB6QoprwOd .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-tB6QoprwOd .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tB6QoprwOd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB6OECmhIq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tB6OECmhIq blockquote {
  border-color: #8fbeea;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 3rem;
}
.cid-tB6OECmhIq .mbr-text {
  text-indent: -2rem;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBd6lzePao {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8fbeea;
}
.cid-tBd6lzePao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBd6lzePao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBd6lzePao .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBd6lzePao .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBd6lzePao .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tBd6lzePao .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBd6tbXN5T {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBd6tbXN5T .mbr-section-subtitle {
  color: #49597d;
}
.cid-tBd6tbXN5T .mbr-section-title {
  color: #49597d;
}
.cid-tBd6tbXN5T .mbr-text {
  color: #49597d;
}
.cid-tBd6tI7uSa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBd6tI7uSa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBd6tI7uSa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBd6tI7uSa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fbeea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBd6tI7uSa .mbr-text UL {
  text-align: left;
}
.cid-tBd6tI7uSa .mbr-text b,
.cid-tBd6tI7uSa .mbr-text strong {
  color: #49597d;
}
.cid-tBBtO2ccoE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBBtO2ccoE .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBBtO2ccoE .mbr-section-title {
  color: #49597d;
}
.cid-tBBtO2ccoE .mbr-text b,
.cid-tBBtO2ccoE .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBBO2dh8M8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBBO2dh8M8 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBBO2dh8M8 .mbr-section-title {
  color: #49597d;
}
.cid-tBBO2dh8M8 .mbr-text b,
.cid-tBBO2dh8M8 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBBO2dh8M8 .mbr-text {
  color: #6d7174;
}
.cid-tBBO92T8D2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBBO92T8D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBBO92T8D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBBO92T8D2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBBO92T8D2 .row {
  flex-direction: row-reverse;
}
.cid-tBBO92T8D2 img {
  width: 100%;
}
.cid-tBBO92T8D2 .mbr-description {
  text-align: left;
  color: #6d7174;
}
.cid-tBBOcaOHmf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBBOcaOHmf .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBBOcaOHmf .mbr-section-title {
  color: #49597d;
}
.cid-tBBOcaOHmf .mbr-text b,
.cid-tBBOcaOHmf .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBBOa9l8Bc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBBOa9l8Bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBBOa9l8Bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBBOa9l8Bc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBBOa9l8Bc .row {
  flex-direction: row-reverse;
}
.cid-tBBOa9l8Bc img {
  width: 100%;
}
.cid-tBBOa9l8Bc .mbr-description {
  text-align: left;
  color: #6d7174;
}
.cid-tBBOd7IgK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBBOd7IgK6 .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBBOd7IgK6 .mbr-section-title {
  color: #49597d;
}
.cid-tBBOd7IgK6 .mbr-text b,
.cid-tBBOd7IgK6 .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBBOdII7sl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBBOdII7sl .mbr-section-subtitle {
  color: #49597d;
  margin-bottom: 0.5rem !important;
}
.cid-tBBOdII7sl .mbr-section-title {
  color: #49597d;
}
.cid-tBBOdII7sl .mbr-text b,
.cid-tBBOdII7sl .mbr-text strong {
  color: #c1a736;
  font-size: 1.3em;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
.cid-tAWVxeoGRQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAWVxeoGRQ nav.navbar {
  position: fixed;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAWVxeoGRQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAWVxeoGRQ .dropdown-item:hover,
.cid-tAWVxeoGRQ .dropdown-item:focus {
  background: #8fbeea !important;
  color: white !important;
}
.cid-tAWVxeoGRQ .dropdown-item:hover span {
  color: white;
}
.cid-tAWVxeoGRQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAWVxeoGRQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAWVxeoGRQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAWVxeoGRQ .nav-link {
  position: relative;
}
.cid-tAWVxeoGRQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAWVxeoGRQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tAWVxeoGRQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown-menu,
.cid-tAWVxeoGRQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tAWVxeoGRQ .nav-item:focus,
.cid-tAWVxeoGRQ .nav-link:focus {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAWVxeoGRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAWVxeoGRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAWVxeoGRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAWVxeoGRQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tAWVxeoGRQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAWVxeoGRQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tAWVxeoGRQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar.collapsed {
  justify-content: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAWVxeoGRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAWVxeoGRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAWVxeoGRQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAWVxeoGRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAWVxeoGRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAWVxeoGRQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAWVxeoGRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAWVxeoGRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAWVxeoGRQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAWVxeoGRQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAWVxeoGRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAWVxeoGRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAWVxeoGRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAWVxeoGRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAWVxeoGRQ .dropdown-item.active,
.cid-tAWVxeoGRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tAWVxeoGRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAWVxeoGRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAWVxeoGRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAWVxeoGRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAWVxeoGRQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAWVxeoGRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAWVxeoGRQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAWVxeoGRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAWVxeoGRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAWVxeoGRQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAWVxeoGRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAWVxeoGRQ .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-tAWVxeoGRQ .navbar {
    height: 70px;
  }
  .cid-tAWVxeoGRQ .navbar.opened {
    height: auto;
  }
  .cid-tAWVxeoGRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBvtw3LR47 {
  background-color: #ffffff;
}
.cid-tBvtw3LR47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBvtw3LR47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBvtw3LR47 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBvtw3LR47 .row {
  flex-direction: row-reverse;
}
.cid-tBvtw3LR47 img {
  width: 100%;
}
.cid-tBeyw9LjyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011e41;
}
.cid-tBeyw9LjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeyw9LjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeyw9LjyT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBeyw9LjyT .row {
    text-align: center;
  }
  .cid-tBeyw9LjyT .row > div {
    margin: auto;
  }
  .cid-tBeyw9LjyT .social-row {
    justify-content: center;
  }
}
.cid-tBeyw9LjyT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBeyw9LjyT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBeyw9LjyT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBeyw9LjyT .mbr-text {
  color: #bbbbbb;
}
.cid-tBeyw9LjyT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBeyw9LjyT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBeyw9LjyT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBeyw9LjyT .mbr-section-title {
  text-align: center;
}
