.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto-Light';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Roboto-Light';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Roboto-Light';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto-Light';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Roboto-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fff8d9 !important;
}
.bg-success {
  background-color: #19a1db !important;
}
.bg-info {
  background-color: #0a3d62 !important;
}
.bg-warning {
  background-color: #c1d7e0 !important;
}
.bg-danger {
  background-color: #3a6f8f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff8d9 !important;
  border-color: #fff8d9 !important;
  color: #d9b100 !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: #826a00 !important;
  background-color: #ffe882 !important;
  border-color: #ffe882 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #d9b100 !important;
  background-color: #ffe882 !important;
  border-color: #ffe882 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0a3d62 !important;
  border-color: #0a3d62 !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: #020c13 !important;
  border-color: #020c13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #020c13 !important;
  border-color: #020c13 !important;
}
.btn-success,
.btn-success:active {
  background-color: #19a1db !important;
  border-color: #19a1db !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: #10688d !important;
  border-color: #10688d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #10688d !important;
  border-color: #10688d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1d7e0 !important;
  border-color: #c1d7e0 !important;
  color: #365c6c !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: #87b2c3 !important;
  border-color: #87b2c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #365c6c !important;
  background-color: #87b2c3 !important;
  border-color: #87b2c3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3a6f8f !important;
  border-color: #3a6f8f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #213f51 !important;
  border-color: #213f51 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #213f51 !important;
  border-color: #213f51 !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: #fff8d9;
  color: #fff8d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe882 !important;
  background-color: transparent!important;
  border-color: #ffe882 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #d9b100 !important;
  background-color: #fff8d9 !important;
  border-color: #fff8d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0a3d62;
  color: #0a3d62;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #020c13 !important;
  background-color: transparent!important;
  border-color: #020c13 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0a3d62 !important;
  border-color: #0a3d62 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #19a1db;
  color: #19a1db;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #10688d !important;
  background-color: transparent!important;
  border-color: #10688d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #19a1db !important;
  border-color: #19a1db !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c1d7e0;
  color: #c1d7e0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #87b2c3 !important;
  background-color: transparent!important;
  border-color: #87b2c3 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #365c6c !important;
  background-color: #c1d7e0 !important;
  border-color: #c1d7e0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3a6f8f;
  color: #3a6f8f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #213f51 !important;
  background-color: transparent!important;
  border-color: #213f51 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6f8f !important;
  border-color: #3a6f8f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #fff8d9 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #19a1db !important;
}
.text-info {
  color: #0a3d62 !important;
}
.text-warning {
  color: #c1d7e0 !important;
}
.text-danger {
  color: #3a6f8f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe573 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0f5e7f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #010305 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7dabbe !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1d3746 !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: #fff8d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0a3d62;
}
.alert-warning {
  background-color: #c1d7e0;
}
.alert-danger {
  background-color: #3a6f8f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff8d9;
  border-color: #fff8d9;
  color: #f3c600;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff8d9;
}
.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: #c7eaf9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1685d6;
}
.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: #7eaecb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto-Light';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #fff8d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto-Light';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #fff8d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff8d9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff8d9;
}
.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: #fff8d9;
  border-bottom-color: #fff8d9;
}
.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: #fff8d9 !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: #ffffff !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='%23fff8d9' %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-ulwzy6H1Yg {
  background-image: url("../../../assets/images/fondo-index-01-min.jpg");
}
.cid-ulwzy6H1Yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwzy6H1Yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwzy6H1Yg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulwzy6H1Yg .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-ukO2IbOzlE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c1d7e0;
}
.cid-ukO2IbOzlE img,
.cid-ukO2IbOzlE .item-img {
  width: 100%;
}
.cid-ukO2IbOzlE .item:focus,
.cid-ukO2IbOzlE span:focus {
  outline: none;
}
.cid-ukO2IbOzlE .item-wrapper {
  position: relative;
}
.cid-ukO2IbOzlE .slide-content {
  position: relative;
  border-radius: 15px;
  background: #0a3d62;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukO2IbOzlE .slide-content .item-content {
    padding: 0.5rem 0.5rem 0;
  }
  .cid-ukO2IbOzlE .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukO2IbOzlE .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukO2IbOzlE .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukO2IbOzlE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukO2IbOzlE .mbr-section-title {
  color: #0a3d62;
}
.cid-ukO2IbOzlE .mbr-text,
.cid-ukO2IbOzlE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-ukO2IbOzlE .item-title {
  text-align: left;
  color: #fff8d9;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-ukO2IbOzlE .item-subtitle {
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-ukO2IbOzlE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ukO2IbOzlE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukO2IbOzlE .embla__button--next,
.cid-ukO2IbOzlE .embla__button--prev {
  display: flex;
}
.cid-ukO2IbOzlE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukO2IbOzlE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukO2IbOzlE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukO2IbOzlE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukO2IbOzlE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukO2IbOzlE .embla__button {
    top: auto;
  }
}
.cid-ukO2IbOzlE .embla {
  position: relative;
  width: 100%;
}
.cid-ukO2IbOzlE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukO2IbOzlE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukO2IbOzlE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukO2IbOzlE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukO2IbOzlE .mbr-section-subtitle {
  color: #0a3d62;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukNS7Oe0YJ {
  padding-top: 4rem;
  padding-bottom: 36rem;
  background-image: url("../../../assets/images/sombra-curva-rp-index-02-min.jpg");
}
.cid-ukNS7Oe0YJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukNS7Oe0YJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ukNS7Oe0YJ .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukNS7Oe0YJ .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 992px) {
  .cid-ukNS7Oe0YJ .card-wrapper {
    padding: 0.05rem;
  }
}
.cid-ukNS7Oe0YJ .mbr-text,
.cid-ukNS7Oe0YJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ukNS7Oe0YJ .card-title,
.cid-ukNS7Oe0YJ .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uhdA3XqwOg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #c1d7e0;
}
.cid-uhdA3XqwOg .mbr-section-subtitle {
  color: #0a3d62;
  text-align: center;
}
.cid-uhdA3XqwOg .mbr-section-title {
  color: #0a3d62;
  text-align: center;
}
.cid-uhdAW92ZCQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c1d7e0;
}
.cid-uhdAW92ZCQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uhdAW92ZCQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uhdAW92ZCQ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #19a1db;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uhdAW92ZCQ .mbr-text {
  color: #0a3d62;
}
.cid-uhdDHeQm3O {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a3d62;
}
.cid-uhdDHeQm3O .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhdDHeQm3O .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-uhdHYSORKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a3d62;
}
.cid-uhdHYSORKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdHYSORKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdHYSORKy .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uhdHYSORKy .item {
    margin-bottom: 4rem;
  }
}
.cid-uhdHYSORKy .item:last-child .icon-box:before {
  display: none;
}
.cid-uhdHYSORKy .item.last .icon-box:before {
  display: none;
}
.cid-uhdHYSORKy .icon-box {
  background: #19a1db;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uhdHYSORKy .icon-box {
    margin-right: 1rem;
  }
}
.cid-uhdHYSORKy .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #19a1db;
  transform: translate(-50%, 0);
}
.cid-uhdHYSORKy span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhdHYSORKy .card {
    margin-bottom: 2rem;
  }
  .cid-uhdHYSORKy .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uhdHYSORKy .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uhdHYSORKy .icon-box::before {
    top: 114%;
  }
}
.cid-uhdHYSORKy .icon-title {
  color: #fff8d9;
}
.cid-uhdHYSORKy .icon-text {
  color: #ffffff;
}
.cid-uhz80VNSY5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-uhz80VNSY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhz80VNSY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhz80VNSY5 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uhz80VNSY5 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uhz80VNSY5 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uhz80VNSY5 .wrapper {
  padding: 30px 0;
}
.cid-uhz80VNSY5 .mbr-section-title {
  color: #fafafa;
}
.cid-uhz80VNSY5 .mbr-text,
.cid-uhz80VNSY5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhz80VNSY5 H3 {
  color: #bbbbbb;
}
.cid-uh8oZOs5XC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uh8oZOs5XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh8oZOs5XC .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-uh8oZOs5XC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh8oZOs5XC .row {
  flex-direction: row-reverse;
}
.cid-uh8oZOs5XC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uh8oZOs5XC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uh8oZOs5XC .mbr-section-title {
  color: #fff8d9;
}
.cid-uh8oZOs5XC .mbr-text {
  color: #ffffff;
}
.cid-uh8oZOs5XC .mbr-description {
  color: #0a3d62;
}
.cid-usHpw4CTVN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-usHpw4CTVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHpw4CTVN .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-usHpw4CTVN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usHpw4CTVN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usHpw4CTVN .text-wrapper {
    padding: 2rem;
  }
}
.cid-usHpw4CTVN .mbr-section-title {
  color: #fff8d9;
}
.cid-usHpw4CTVN .mbr-text {
  color: #ffffff;
}
.cid-uhvpwh2bRN {
  padding-top: 10rem;
  padding-bottom: 33rem;
  background-image: url("../../../assets/images/whatsapp-image-2024-06-24-at-18.30.25.jpeg");
}
.cid-uhvpwh2bRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhvpwh2bRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhvpwh2bRN .card-wrapper {
  background: linear-gradient(to bottom, rgba(250, 245, 227, 0.95), rgba(187, 187, 187, 0.7));
  border-radius: 9px;
  border: 1px solid #0a3d62;
}
@media (max-width: 767px) {
  .cid-uhvpwh2bRN .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhvpwh2bRN .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 992px) {
  .cid-uhvpwh2bRN .card-wrapper {
    padding: 0.05rem;
  }
}
.cid-uhvpwh2bRN .mbr-text,
.cid-uhvpwh2bRN .mbr-section-btn {
  color: #0a3d62;
}
.cid-uhvpwh2bRN .card-title,
.cid-uhvpwh2bRN .card-box {
  text-align: center;
  color: #0a3d62;
}
.cid-uh5Rx6URH6 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #c1d7e0;
}
.cid-uh5Rx6URH6 img,
.cid-uh5Rx6URH6 .item-img {
  width: 100%;
}
.cid-uh5Rx6URH6 .item:focus,
.cid-uh5Rx6URH6 span:focus {
  outline: none;
}
.cid-uh5Rx6URH6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uh5Rx6URH6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #b0d4e3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uh5Rx6URH6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5Rx6URH6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uh5Rx6URH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uh5Rx6URH6 .mbr-section-title {
  color: #0a3d62;
}
.cid-uh5Rx6URH6 .mbr-section-subtitle {
  color: #0a3d62;
}
.cid-uhyEGCgq9E {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c1d7e0;
}
.cid-uhyEGCgq9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyEGCgq9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyEGCgq9E .mbr-section-title {
  color: #0a3d62;
}
.cid-uhyEGCgq9E .mbr-section-subtitle {
  color: #0a3d62;
}
.cid-uhyEHeDKiy {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #c1d7e0;
}
.cid-uhyEHeDKiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyEHeDKiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyEHeDKiy .img-wrapper {
  text-align: center;
}
.cid-uhyEHeDKiy img {
  margin: auto;
  width: 220px;
  padding-bottom: 0.1rem;
}
.cid-uhyEHeDKiy .row {
  align-items: flex-start;
}
.cid-uhyEHeDKiy .card-wrapper {
  border-radius: 4px;
  background: #5b5b5b;
}
@media (max-width: 992px) {
  .cid-uhyEHeDKiy .card-wrapper {
    margin-bottom: 0.2rem;
  }
}
@media (min-width: 768px) {
  .cid-uhyEHeDKiy .card-wrapper {
    padding: 0.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhyEHeDKiy .card-wrapper {
    padding: 0.2rem;
  }
}
.cid-uhBjbGHH6A {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #c1d7e0;
}
.cid-uieD5kUb2Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #3a6f8f;
}
.cid-uieD5kUb2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uieD5kUb2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uieD5kUb2Q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uieD5kUb2Q .team-card:hover {
  transform: translateY(-10px);
}
.cid-uieD5kUb2Q .card-wrap {
  background: #3a6f8f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uieD5kUb2Q .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uieD5kUb2Q .card-wrap .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uieD5kUb2Q .card-wrap .image-wrap img {
  max-width: 40%;
}
@media (min-width: 768px) {
  .cid-uieD5kUb2Q .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uieD5kUb2Q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uieD5kUb2Q .social-row {
  text-align: center;
}
.cid-uieD5kUb2Q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #19a1db;
  transition: all 0.3s;
}
.cid-uieD5kUb2Q .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #19a1db;
  font-size: 1.5rem;
}
.cid-uieD5kUb2Q .social-row .soc-item:hover {
  background-color: #19a1db;
}
.cid-uieD5kUb2Q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhBiOyfInW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #3a6f8f;
}
.cid-uhBiOyfInW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhBiOyfInW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uhBiOyfInW .row {
    flex-direction: column-reverse;
  }
  .cid-uhBiOyfInW .row .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhBiOyfInW .google-map {
  height: 100%;
  position: relative;
}
.cid-uhBiOyfInW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhBiOyfInW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhBiOyfInW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhBiOyfInW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhBiOyfInW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uhBiOyfInW .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-uhBiOyfInW .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uhBiOyfInW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhBiOyfInW .card-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-uhBiOyfInW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff8d9;
}
.cid-uhBiOyfInW .mbr-section-title {
  color: #ffffff;
}
.cid-uhBiOyfInW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhBiOyfInW .card-title {
  color: #0a3d62;
}
.cid-uhBiOyfInW P {
  color: #0a3d62;
}
.cid-uhBiOyfInW .small-text {
  font-size: 0.8rem;
  color: #334052;
}
.cid-uhBiOyfInW .bold-text {
  font-weight: bold;
}
.cid-uhBqPH08cW {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-ugTjxV2DL2 #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #c1d7e0;
}
.cid-ugTjxV2DL2 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
}
.cid-ugTjxV2DL2 .spinner {
  position: relative;
  margin: 0px 0px 0px -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.cid-ugTjxV2DL2 .spinner > div {
  background-color: #295692;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: dentaura-stretchdelay 1.2s infinite ease-in-out;
  animation: dentaura-stretchdelay 1.2s infinite ease-in-out;
}
.cid-ugTjxV2DL2 .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.cid-ugTjxV2DL2 .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.cid-ugTjxV2DL2 .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.cid-ugTjxV2DL2 .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes dentaura-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes dentaura-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-ukSfLGVTFi {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ukSfLGVTFi .mbr-section-subtitle {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSfLGVTFi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukSfLGVTFi .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSsn4nFOm {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0a3d62;
}
.cid-ukSsn4nFOm .container {
  backdrop-filter: blur(10px);
  border: 0.2rem solid white;
  padding: 15px;
  border-radius: 0.5rem;
  background-color: #c1d7e0;
}
.cid-ukSsn4nFOm .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ukSsn4nFOm .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ukSsn4nFOm .text-content {
  padding-right: 1.5rem;
}
.cid-ukSsn4nFOm .mbr-text,
.cid-ukSsn4nFOm .mbr-section-btn {
  color: #767676;
}
.cid-ukSsn4nFOm .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSsn4nFOm .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ukSsn4nFOm .counter-container ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-ukSsn4nFOm .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ukSsn4nFOm .main-row {
    margin: 0;
  }
  .cid-ukSsn4nFOm .mbr-section-title,
  .cid-ukSsn4nFOm .mbr-text,
  .cid-ukSsn4nFOm .list,
  .cid-ukSsn4nFOm .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ukSsn4nFOm .text-content {
    padding: 0;
  }
}
.cid-ukSsn4nFOm .mbr-section-title {
  color: #0a3d62;
}
.cid-ukSsn4nFOm .list {
  color: #0a3d62;
}
.cid-ukSsn4nFOm .list UL {
  text-align: left;
}
.cid-uhAyWJBoem {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uhAyWJBoem .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhAyWJBoem .mbr-text {
  color: #fff8d9;
}
.cid-ukSt4fdUc2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSt4fdUc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSt4fdUc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSt4fdUc2 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSt4fdUc2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSt4fdUc2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSt4fdUc2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSt4fdUc2 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSt4fdUc2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSt4fdUc2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSt4fdUc2 .mbr-text,
.cid-ukSt4fdUc2 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-uhAzUMAl49 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-uhAzUMAl49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAzUMAl49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAzUMAl49 .item {
  padding-bottom: 2rem;
}
.cid-uhAzUMAl49 .item-wrapper {
  position: relative;
}
.cid-uhAzUMAl49 .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-uhAzUMAl49 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhAzUMAl49 .carousel-control,
.cid-uhAzUMAl49 .close {
  background: #1b1b1b;
}
.cid-uhAzUMAl49 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhAzUMAl49 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhAzUMAl49 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhAzUMAl49 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhAzUMAl49 .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-uhAzUMAl49 .close::before {
  content: '\e91a';
}
.cid-uhAzUMAl49 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhAzUMAl49 .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-uhAzUMAl49 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhAzUMAl49 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhAzUMAl49 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhAzUMAl49 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhAzUMAl49 .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-uhAzUMAl49 .carousel-indicators li.active,
.cid-uhAzUMAl49 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhAzUMAl49 .carousel-indicators li::after,
.cid-uhAzUMAl49 .carousel-indicators li::before {
  content: none;
}
.cid-uhAzUMAl49 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhAzUMAl49 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAzUMAl49 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAzUMAl49 .carousel-indicators {
    display: none;
  }
}
.cid-uhAzUMAl49 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhAzUMAl49 .carousel-inner > .active {
  display: block;
}
.cid-uhAzUMAl49 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhAzUMAl49 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhAzUMAl49 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhAzUMAl49 .carousel-control,
  .cid-uhAzUMAl49 .carousel-indicators,
  .cid-uhAzUMAl49 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhAzUMAl49 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhAzUMAl49 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhAzUMAl49 .carousel-indicators .active,
.cid-uhAzUMAl49 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhAzUMAl49 .carousel-indicators .active {
  background: #fff;
}
.cid-uhAzUMAl49 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhAzUMAl49 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhAzUMAl49 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhAzUMAl49 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhAzUMAl49 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhAzUMAl49 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhAzUMAl49 .carousel {
  width: 100%;
}
.cid-uhAzUMAl49 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhAzUMAl49 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhAzUMAl49 .modal.fade .modal-dialog,
.cid-uhAzUMAl49 .modal.in .modal-dialog {
  transform: none;
}
.cid-uhAzUMAl49 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhAzUMAl49 H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-uhANSB38Cb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uhANSB38Cb .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhANSB38Cb .mbr-text {
  color: #fff8d9;
}
.cid-ukSthXIu3X {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSthXIu3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSthXIu3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSthXIu3X .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSthXIu3X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSthXIu3X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSthXIu3X .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSthXIu3X .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSthXIu3X .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSthXIu3X .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSthXIu3X .mbr-text,
.cid-ukSthXIu3X .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-uhANY1upza {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-uhANY1upza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhANY1upza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhANY1upza .item {
  padding-bottom: 2rem;
}
.cid-uhANY1upza .item-wrapper {
  position: relative;
}
.cid-uhANY1upza .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-uhANY1upza .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhANY1upza .carousel-control,
.cid-uhANY1upza .close {
  background: #1b1b1b;
}
.cid-uhANY1upza .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhANY1upza .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhANY1upza .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhANY1upza .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhANY1upza .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-uhANY1upza .close::before {
  content: '\e91a';
}
.cid-uhANY1upza .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhANY1upza .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-uhANY1upza .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhANY1upza .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhANY1upza .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhANY1upza .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhANY1upza .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-uhANY1upza .carousel-indicators li.active,
.cid-uhANY1upza .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhANY1upza .carousel-indicators li::after,
.cid-uhANY1upza .carousel-indicators li::before {
  content: none;
}
.cid-uhANY1upza .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhANY1upza .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhANY1upza .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhANY1upza .carousel-indicators {
    display: none;
  }
}
.cid-uhANY1upza .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhANY1upza .carousel-inner > .active {
  display: block;
}
.cid-uhANY1upza .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhANY1upza .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhANY1upza .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhANY1upza .carousel-control,
  .cid-uhANY1upza .carousel-indicators,
  .cid-uhANY1upza .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhANY1upza .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhANY1upza .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhANY1upza .carousel-indicators .active,
.cid-uhANY1upza .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhANY1upza .carousel-indicators .active {
  background: #fff;
}
.cid-uhANY1upza .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhANY1upza .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhANY1upza .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhANY1upza .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhANY1upza .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhANY1upza .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhANY1upza .carousel {
  width: 100%;
}
.cid-uhANY1upza .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhANY1upza .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhANY1upza .modal.fade .modal-dialog,
.cid-uhANY1upza .modal.in .modal-dialog {
  transform: none;
}
.cid-uhANY1upza .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhANY1upza H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-uhAZLJx3TR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uhAZLJx3TR .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhAZLJx3TR .mbr-text {
  color: #fff8d9;
}
.cid-ukStScZO2o {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukStScZO2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukStScZO2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukStScZO2o .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukStScZO2o .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukStScZO2o .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukStScZO2o .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukStScZO2o .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukStScZO2o .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukStScZO2o .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukStScZO2o .mbr-text,
.cid-ukStScZO2o .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-uhAZN71LIs {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-uhAZN71LIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhAZN71LIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhAZN71LIs .item {
  padding-bottom: 2rem;
}
.cid-uhAZN71LIs .item-wrapper {
  position: relative;
}
.cid-uhAZN71LIs .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-uhAZN71LIs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhAZN71LIs .carousel-control,
.cid-uhAZN71LIs .close {
  background: #1b1b1b;
}
.cid-uhAZN71LIs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhAZN71LIs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhAZN71LIs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhAZN71LIs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhAZN71LIs .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-uhAZN71LIs .close::before {
  content: '\e91a';
}
.cid-uhAZN71LIs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhAZN71LIs .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-uhAZN71LIs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhAZN71LIs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhAZN71LIs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhAZN71LIs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhAZN71LIs .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-uhAZN71LIs .carousel-indicators li.active,
.cid-uhAZN71LIs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhAZN71LIs .carousel-indicators li::after,
.cid-uhAZN71LIs .carousel-indicators li::before {
  content: none;
}
.cid-uhAZN71LIs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhAZN71LIs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhAZN71LIs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhAZN71LIs .carousel-indicators {
    display: none;
  }
}
.cid-uhAZN71LIs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhAZN71LIs .carousel-inner > .active {
  display: block;
}
.cid-uhAZN71LIs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhAZN71LIs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhAZN71LIs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhAZN71LIs .carousel-control,
  .cid-uhAZN71LIs .carousel-indicators,
  .cid-uhAZN71LIs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhAZN71LIs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhAZN71LIs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhAZN71LIs .carousel-indicators .active,
.cid-uhAZN71LIs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhAZN71LIs .carousel-indicators .active {
  background: #fff;
}
.cid-uhAZN71LIs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhAZN71LIs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhAZN71LIs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhAZN71LIs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhAZN71LIs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhAZN71LIs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhAZN71LIs .carousel {
  width: 100%;
}
.cid-uhAZN71LIs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhAZN71LIs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhAZN71LIs .modal.fade .modal-dialog,
.cid-uhAZN71LIs .modal.in .modal-dialog {
  transform: none;
}
.cid-uhAZN71LIs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhAZN71LIs H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-uhS7YMD8kl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uhS7YMD8kl .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhS7YMD8kl .mbr-text {
  color: #fff8d9;
}
.cid-ukSujavZoZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSujavZoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSujavZoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSujavZoZ .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSujavZoZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSujavZoZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSujavZoZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSujavZoZ .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSujavZoZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSujavZoZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSujavZoZ .mbr-text,
.cid-ukSujavZoZ .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ui49X5jREA {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ui49X5jREA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui49X5jREA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui49X5jREA .item {
  padding-bottom: 2rem;
}
.cid-ui49X5jREA .item-wrapper {
  position: relative;
}
.cid-ui49X5jREA .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-ui49X5jREA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ui49X5jREA .carousel-control,
.cid-ui49X5jREA .close {
  background: #1b1b1b;
}
.cid-ui49X5jREA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ui49X5jREA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ui49X5jREA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ui49X5jREA .carousel-control-next span {
  margin-left: 5px;
}
.cid-ui49X5jREA .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-ui49X5jREA .close::before {
  content: '\e91a';
}
.cid-ui49X5jREA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ui49X5jREA .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-ui49X5jREA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui49X5jREA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui49X5jREA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ui49X5jREA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ui49X5jREA .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-ui49X5jREA .carousel-indicators li.active,
.cid-ui49X5jREA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ui49X5jREA .carousel-indicators li::after,
.cid-ui49X5jREA .carousel-indicators li::before {
  content: none;
}
.cid-ui49X5jREA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ui49X5jREA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ui49X5jREA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ui49X5jREA .carousel-indicators {
    display: none;
  }
}
.cid-ui49X5jREA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ui49X5jREA .carousel-inner > .active {
  display: block;
}
.cid-ui49X5jREA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui49X5jREA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ui49X5jREA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ui49X5jREA .carousel-control,
  .cid-ui49X5jREA .carousel-indicators,
  .cid-ui49X5jREA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ui49X5jREA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ui49X5jREA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ui49X5jREA .carousel-indicators .active,
.cid-ui49X5jREA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ui49X5jREA .carousel-indicators .active {
  background: #fff;
}
.cid-ui49X5jREA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ui49X5jREA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ui49X5jREA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui49X5jREA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ui49X5jREA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ui49X5jREA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ui49X5jREA .carousel {
  width: 100%;
}
.cid-ui49X5jREA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ui49X5jREA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ui49X5jREA .modal.fade .modal-dialog,
.cid-ui49X5jREA .modal.in .modal-dialog {
  transform: none;
}
.cid-ui49X5jREA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ui49X5jREA H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujsJns8FnN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujsJns8FnN .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujsJns8FnN .mbr-text {
  color: #fff8d9;
}
.cid-ukSuLqgAx6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSuLqgAx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSuLqgAx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSuLqgAx6 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSuLqgAx6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSuLqgAx6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSuLqgAx6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSuLqgAx6 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSuLqgAx6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSuLqgAx6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSuLqgAx6 .mbr-text,
.cid-ukSuLqgAx6 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujsNdI9TD4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a3d62;
}
.cid-ujsNdI9TD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsNdI9TD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsNdI9TD4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujsNdI9TD4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujsNdI9TD4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujsNdI9TD4 P {
  color: #fff8d9;
}
.cid-ujsNjzO3Km {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujsNjzO3Km .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsNjzO3Km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsNjzO3Km .item {
  padding-bottom: 2rem;
}
.cid-ujsNjzO3Km .item-wrapper {
  position: relative;
}
.cid-ujsNjzO3Km .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-ujsNjzO3Km .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujsNjzO3Km .carousel-control,
.cid-ujsNjzO3Km .close {
  background: #1b1b1b;
}
.cid-ujsNjzO3Km .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujsNjzO3Km .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujsNjzO3Km .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujsNjzO3Km .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujsNjzO3Km .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-ujsNjzO3Km .close::before {
  content: '\e91a';
}
.cid-ujsNjzO3Km .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujsNjzO3Km .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-ujsNjzO3Km .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujsNjzO3Km .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujsNjzO3Km .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujsNjzO3Km .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujsNjzO3Km .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-ujsNjzO3Km .carousel-indicators li.active,
.cid-ujsNjzO3Km .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujsNjzO3Km .carousel-indicators li::after,
.cid-ujsNjzO3Km .carousel-indicators li::before {
  content: none;
}
.cid-ujsNjzO3Km .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujsNjzO3Km .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujsNjzO3Km .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujsNjzO3Km .carousel-indicators {
    display: none;
  }
}
.cid-ujsNjzO3Km .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujsNjzO3Km .carousel-inner > .active {
  display: block;
}
.cid-ujsNjzO3Km .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujsNjzO3Km .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujsNjzO3Km .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujsNjzO3Km .carousel-control,
  .cid-ujsNjzO3Km .carousel-indicators,
  .cid-ujsNjzO3Km .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujsNjzO3Km .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujsNjzO3Km .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujsNjzO3Km .carousel-indicators .active,
.cid-ujsNjzO3Km .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujsNjzO3Km .carousel-indicators .active {
  background: #fff;
}
.cid-ujsNjzO3Km .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujsNjzO3Km .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujsNjzO3Km .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujsNjzO3Km .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujsNjzO3Km .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujsNjzO3Km .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujsNjzO3Km .carousel {
  width: 100%;
}
.cid-ujsNjzO3Km .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujsNjzO3Km .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujsNjzO3Km .modal.fade .modal-dialog,
.cid-ujsNjzO3Km .modal.in .modal-dialog {
  transform: none;
}
.cid-ujsNjzO3Km .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujsNjzO3Km H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ui4lpCIgFY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ui4lpCIgFY .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ui4lpCIgFY .mbr-text {
  color: #fff8d9;
}
.cid-ukSvmlWVeN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSvmlWVeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSvmlWVeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSvmlWVeN .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSvmlWVeN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSvmlWVeN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSvmlWVeN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSvmlWVeN .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSvmlWVeN .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSvmlWVeN .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSvmlWVeN .mbr-text,
.cid-ukSvmlWVeN .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ui4n4bcaoO {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ui4n4bcaoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4n4bcaoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4n4bcaoO .item {
  padding-bottom: 2rem;
}
.cid-ui4n4bcaoO .item-wrapper {
  position: relative;
}
.cid-ui4n4bcaoO .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-ui4n4bcaoO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ui4n4bcaoO .carousel-control,
.cid-ui4n4bcaoO .close {
  background: #1b1b1b;
}
.cid-ui4n4bcaoO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ui4n4bcaoO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ui4n4bcaoO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ui4n4bcaoO .carousel-control-next span {
  margin-left: 5px;
}
.cid-ui4n4bcaoO .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-ui4n4bcaoO .close::before {
  content: '\e91a';
}
.cid-ui4n4bcaoO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ui4n4bcaoO .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-ui4n4bcaoO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui4n4bcaoO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui4n4bcaoO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ui4n4bcaoO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ui4n4bcaoO .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-ui4n4bcaoO .carousel-indicators li.active,
.cid-ui4n4bcaoO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ui4n4bcaoO .carousel-indicators li::after,
.cid-ui4n4bcaoO .carousel-indicators li::before {
  content: none;
}
.cid-ui4n4bcaoO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ui4n4bcaoO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ui4n4bcaoO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ui4n4bcaoO .carousel-indicators {
    display: none;
  }
}
.cid-ui4n4bcaoO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ui4n4bcaoO .carousel-inner > .active {
  display: block;
}
.cid-ui4n4bcaoO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui4n4bcaoO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ui4n4bcaoO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ui4n4bcaoO .carousel-control,
  .cid-ui4n4bcaoO .carousel-indicators,
  .cid-ui4n4bcaoO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ui4n4bcaoO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ui4n4bcaoO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ui4n4bcaoO .carousel-indicators .active,
.cid-ui4n4bcaoO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ui4n4bcaoO .carousel-indicators .active {
  background: #fff;
}
.cid-ui4n4bcaoO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ui4n4bcaoO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ui4n4bcaoO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui4n4bcaoO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ui4n4bcaoO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ui4n4bcaoO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ui4n4bcaoO .carousel {
  width: 100%;
}
.cid-ui4n4bcaoO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ui4n4bcaoO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ui4n4bcaoO .modal.fade .modal-dialog,
.cid-ui4n4bcaoO .modal.in .modal-dialog {
  transform: none;
}
.cid-ui4n4bcaoO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ui4n4bcaoO H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-uiel0pGHYK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uiel0pGHYK .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiel0pGHYK .mbr-text {
  color: #fff8d9;
}
.cid-ukSvBjqoZh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSvBjqoZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSvBjqoZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSvBjqoZh .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSvBjqoZh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSvBjqoZh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSvBjqoZh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSvBjqoZh .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSvBjqoZh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSvBjqoZh .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSvBjqoZh .mbr-text,
.cid-ukSvBjqoZh .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujtAcNUGku {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujtAcNUGku .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtAcNUGku .mbr-text {
  color: #fff8d9;
}
.cid-ukSvPyPSEf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSvPyPSEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSvPyPSEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSvPyPSEf .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSvPyPSEf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSvPyPSEf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSvPyPSEf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSvPyPSEf .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSvPyPSEf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSvPyPSEf .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSvPyPSEf .mbr-text,
.cid-ukSvPyPSEf .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujtIw3mBwy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0a3d62;
}
.cid-ujtIw3mBwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujtIw3mBwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujtIw3mBwy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujtIw3mBwy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujtIw3mBwy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujtIw3mBwy P {
  color: #fff8d9;
}
.cid-ujtXxjjWOo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujtXxjjWOo .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtXxjjWOo .mbr-text {
  color: #fff8d9;
}
.cid-ujtIMqN5XT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0a3d62;
}
.cid-ujtIMqN5XT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujtIMqN5XT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujtIMqN5XT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujtIMqN5XT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujtIMqN5XT .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujtIMqN5XT P {
  color: #fff8d9;
}
.cid-ujtJ9U2fhE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a3d62;
}
.cid-ujtJ9U2fhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujtJ9U2fhE .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-ujtJ9U2fhE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtJ9U2fhE .row {
  flex-direction: row-reverse;
}
.cid-ujtJ9U2fhE img {
  width: 100%;
}
.cid-ujtJ9U2fhE .mbr-description {
  color: #fff8d9;
}
.cid-ujtOnYoKoh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujtOnYoKoh .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtOnYoKoh .mbr-text {
  color: #fff8d9;
}
.cid-ukSw3BWDLf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSw3BWDLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSw3BWDLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSw3BWDLf .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSw3BWDLf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSw3BWDLf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSw3BWDLf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSw3BWDLf .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSw3BWDLf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSw3BWDLf .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSw3BWDLf .mbr-text,
.cid-ukSw3BWDLf .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujtOqeklf8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a3d62;
}
.cid-ujtOqeklf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujtOqeklf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujtOqeklf8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujtOqeklf8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujtOqeklf8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujtOqeklf8 P {
  color: #fff8d9;
}
.cid-uhSahwRR1a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uhBqPH08cW {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-uhLfqGOjHc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3a6f8f;
}
.cid-uhLfqGOjHc .showAlerts {
  display: block !important;
}
.cid-uhLfqGOjHc .rowflexrev {
  display: -webkit-flex;
}
.cid-uhLfqGOjHc .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uhLfqGOjHc .title {
  margin-bottom: 2rem;
}
.cid-uhLfqGOjHc .mbr-section-subtitle {
  color: #fff8d9;
}
.cid-uhLfqGOjHc textarea.form-control {
  min-height: 188px;
}
.cid-uhLfqGOjHc LABEL {
  color: #232323;
  display: initial;
}
.cid-uhLfqGOjHc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uhLfqGOjHc .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uhLfqGOjHc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uhLfqGOjHc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uhLfqGOjHc .alert {
  margin-bottom: 0;
}
.cid-uhLfqGOjHc .alert-success {
  background-color: #70c770;
}
.cid-uhLfqGOjHc .alert-danger {
  background-color: #ff4a52;
}
.cid-uhLfqGOjHc .btn {
  display: inline-flex;
}
.cid-uhLfqGOjHc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uhLfqGOjHc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uhLfqGOjHc input,
.cid-uhLfqGOjHc option,
.cid-uhLfqGOjHc textarea {
  color: #000000;
}
.cid-uhLfqGOjHc H2 {
  color: #fff8d9;
}
.cid-uhStLpdPf4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #3a6f8f;
}
.cid-uhStLpdPf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhStLpdPf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhStLpdPf4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhStLpdPf4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhStLpdPf4 .card-wrap {
  background: #3a6f8f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhStLpdPf4 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uhStLpdPf4 .card-wrap .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhStLpdPf4 .card-wrap .image-wrap img {
  max-width: 40%;
}
@media (min-width: 768px) {
  .cid-uhStLpdPf4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhStLpdPf4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uhStLpdPf4 .social-row {
  text-align: center;
}
.cid-uhStLpdPf4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #19a1db;
  transition: all 0.3s;
}
.cid-uhStLpdPf4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #19a1db;
  font-size: 1.5rem;
}
.cid-uhStLpdPf4 .social-row .soc-item:hover {
  background-color: #19a1db;
}
.cid-uhStLpdPf4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ulwFMml3aI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #3a6f8f;
}
.cid-ulwFMml3aI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwFMml3aI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ulwFMml3aI .row {
    flex-direction: column-reverse;
  }
  .cid-ulwFMml3aI .row .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulwFMml3aI .google-map {
  height: 100%;
  position: relative;
}
.cid-ulwFMml3aI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulwFMml3aI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulwFMml3aI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulwFMml3aI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulwFMml3aI .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ulwFMml3aI .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-ulwFMml3aI .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ulwFMml3aI .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulwFMml3aI .card-wrapper {
    padding: 1rem 1rem;
  }
}
.cid-ulwFMml3aI .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff8d9;
}
.cid-ulwFMml3aI .mbr-section-title {
  color: #ffffff;
}
.cid-ulwFMml3aI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwFMml3aI .card-title {
  color: #0a3d62;
}
.cid-ulwFMml3aI P {
  color: #0a3d62;
}
.cid-ulwFMml3aI .small-text {
  font-size: 0.8rem;
  color: #334052;
}
.cid-ulwFMml3aI .bold-text {
  font-weight: bold;
}
.cid-uhBqPH08cW {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-ukSRhTrE4G {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ukSRhTrE4G .mbr-section-subtitle {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSRhTrE4G .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukSRhTrE4G .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSQKXFT87 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0a3d62;
}
.cid-ukSQKXFT87 .container {
  backdrop-filter: blur(10px);
  border: 0.2rem solid white;
  padding: 15px;
  border-radius: 0.5rem;
  background-color: #c1d7e0;
}
.cid-ukSQKXFT87 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ukSQKXFT87 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ukSQKXFT87 .text-content {
  padding-right: 1.5rem;
}
.cid-ukSQKXFT87 .mbr-text,
.cid-ukSQKXFT87 .mbr-section-btn {
  color: #767676;
}
.cid-ukSQKXFT87 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSQKXFT87 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ukSQKXFT87 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-ukSQKXFT87 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ukSQKXFT87 .main-row {
    margin: 0;
  }
  .cid-ukSQKXFT87 .mbr-section-title,
  .cid-ukSQKXFT87 .mbr-text,
  .cid-ukSQKXFT87 .list,
  .cid-ukSQKXFT87 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ukSQKXFT87 .text-content {
    padding: 0;
  }
}
.cid-ukSQKXFT87 .mbr-section-title {
  color: #0a3d62;
}
.cid-ukSQKXFT87 .list {
  color: #0a3d62;
}
.cid-ukSQKXFT87 .list UL {
  text-align: left;
}
.cid-uidTUD1Nij {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uidTUD1Nij .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uidTUD1Nij .mbr-text {
  color: #fff8d9;
}
.cid-ukT6WNnveW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukT6WNnveW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukT6WNnveW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukT6WNnveW .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukT6WNnveW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukT6WNnveW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukT6WNnveW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukT6WNnveW .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukT6WNnveW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukT6WNnveW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukT6WNnveW .mbr-text,
.cid-ukT6WNnveW .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-uidTUDnsDU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-uidTUDnsDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uidTUDnsDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uidTUDnsDU .item {
  padding-bottom: 2rem;
}
.cid-uidTUDnsDU .item-wrapper {
  position: relative;
}
.cid-uidTUDnsDU .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-uidTUDnsDU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uidTUDnsDU .carousel-control,
.cid-uidTUDnsDU .close {
  background: #1b1b1b;
}
.cid-uidTUDnsDU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uidTUDnsDU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uidTUDnsDU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uidTUDnsDU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uidTUDnsDU .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-uidTUDnsDU .close::before {
  content: '\e91a';
}
.cid-uidTUDnsDU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uidTUDnsDU .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-uidTUDnsDU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uidTUDnsDU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uidTUDnsDU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uidTUDnsDU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uidTUDnsDU .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-uidTUDnsDU .carousel-indicators li.active,
.cid-uidTUDnsDU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uidTUDnsDU .carousel-indicators li::after,
.cid-uidTUDnsDU .carousel-indicators li::before {
  content: none;
}
.cid-uidTUDnsDU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uidTUDnsDU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uidTUDnsDU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uidTUDnsDU .carousel-indicators {
    display: none;
  }
}
.cid-uidTUDnsDU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uidTUDnsDU .carousel-inner > .active {
  display: block;
}
.cid-uidTUDnsDU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uidTUDnsDU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uidTUDnsDU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uidTUDnsDU .carousel-control,
  .cid-uidTUDnsDU .carousel-indicators,
  .cid-uidTUDnsDU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uidTUDnsDU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uidTUDnsDU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uidTUDnsDU .carousel-indicators .active,
.cid-uidTUDnsDU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uidTUDnsDU .carousel-indicators .active {
  background: #fff;
}
.cid-uidTUDnsDU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uidTUDnsDU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uidTUDnsDU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uidTUDnsDU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uidTUDnsDU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uidTUDnsDU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uidTUDnsDU .carousel {
  width: 100%;
}
.cid-uidTUDnsDU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uidTUDnsDU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uidTUDnsDU .modal.fade .modal-dialog,
.cid-uidTUDnsDU .modal.in .modal-dialog {
  transform: none;
}
.cid-uidTUDnsDU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uidTUDnsDU H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-uidTUGTrlz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uidTUHMy7B {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-ukSSOx2C20 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ukSSOx2C20 .mbr-section-subtitle {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSSOx2C20 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukSSOx2C20 .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSSNGgaS9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0a3d62;
}
.cid-ukSSNGgaS9 .container {
  backdrop-filter: blur(10px);
  border: 0.2rem solid white;
  padding: 15px;
  border-radius: 0.5rem;
  background-color: #c1d7e0;
}
.cid-ukSSNGgaS9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ukSSNGgaS9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ukSSNGgaS9 .text-content {
  padding-right: 1.5rem;
}
.cid-ukSSNGgaS9 .mbr-text,
.cid-ukSSNGgaS9 .mbr-section-btn {
  color: #767676;
}
.cid-ukSSNGgaS9 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSSNGgaS9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ukSSNGgaS9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-ukSSNGgaS9 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ukSSNGgaS9 .main-row {
    margin: 0;
  }
  .cid-ukSSNGgaS9 .mbr-section-title,
  .cid-ukSSNGgaS9 .mbr-text,
  .cid-ukSSNGgaS9 .list,
  .cid-ukSSNGgaS9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ukSSNGgaS9 .text-content {
    padding: 0;
  }
}
.cid-ukSSNGgaS9 .mbr-section-title {
  color: #0a3d62;
}
.cid-ukSSNGgaS9 .list {
  color: #0a3d62;
}
.cid-ukSSNGgaS9 .list UL {
  text-align: left;
}
.cid-uieiMFIzN6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uieiMFIzN6 .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uieiMFIzN6 .mbr-text {
  color: #fff8d9;
}
.cid-uieiMFRT1s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a3d62;
}
.cid-uieiMFRT1s .content-wrapper {
  background: #c1d7e0;
}
@media (max-width: 991px) {
  .cid-uieiMFRT1s .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uieiMFRT1s .content-wrapper {
    padding: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uieiMFRT1s .content-wrapper {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uieiMFRT1s .content-wrapper {
    padding: 2rem 2rem;
  }
  .cid-uieiMFRT1s .content-wrapper .text-wrapper {
    padding-left: 0.5rem;
  }
}
.cid-uieiMFRT1s .image-wrapper {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  object-fit: cover;
  border-radius: 5%;
  background: #c1d7e0;
  box-shadow: -5px -5px 10px #9c9c9c, 5px 5px 10px #ffffff;
}
.cid-uieiMFRT1s .image-wrapper img {
  background-blend-mode: overlay;
  padding: 10px;
}
.cid-uieiMFRT1s .card-title {
  color: #0a3d62;
}
.cid-uieiMFRT1s .mbr-text,
.cid-uieiMFRT1s .mbr-section-btn {
  color: #0a3d62;
}
.cid-uieiMGs9xe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uieiMHhqQg {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-uqOrcGqBQ4 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #c1d7e0;
}
.cid-uqOrcGqBQ4 .mbr-section-subtitle {
  color: #0a3d62;
  text-align: center;
}
.cid-uqOrcGqBQ4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqOrcGqBQ4 .mbr-section-title {
  color: #0a3d62;
  text-align: center;
}
.cid-usf0KM4R5I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c1d7e0;
}
.cid-usf0KM4R5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-usf0KM4R5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usf0KM4R5I .row {
  flex-direction: row-reverse;
}
.cid-usf0KM4R5I .video-wrapper iframe {
  width: 100%;
}
.cid-usf0KM4R5I .mbr-section-title,
.cid-usf0KM4R5I .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usf0KM4R5I .text-wrapper {
    padding: 2rem;
  }
}
.cid-usf0KM4R5I .mbr-section-subtitle {
  color: #0a3d62;
}
.cid-uqOqSHlV0X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1d7e0;
}
.cid-uqOqSHlV0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOqSHlV0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOqSHlV0X .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uqOqSHlV0X .card-wrapper {
  background-color: #bbbbbb;
  border-radius: 4px;
}
.cid-uqOqSHlV0X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uqOqSHlV0X .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uqOqSHlV0X .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uqOqSHlV0X .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uqOqSHlV0X .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOqSHlV0X .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uqOqSHlV0X .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOqSHlV0X .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uqOqSHlV0X .card-title {
  color: #0a3d62;
}
.cid-uqOqSHlV0X .card-subtitle {
  color: #19a1db;
}
.cid-ujaA64jFRk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #c1d7e0;
}
.cid-ujaA64jFRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujaA64jFRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujaA64jFRk .google-map {
  height: 550px;
  position: relative;
}
.cid-ujaA64jFRk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ujaA64jFRk .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujaA64jFRk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujaA64jFRk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujaA64jFRk .mbr-section-title {
  color: #0a3d62;
}
.cid-ujaA64jFRk .mbr-section-subtitle {
  text-align: left;
  color: #0a3d62;
}
.cid-ujaA6Ei79x {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #c1d7e0;
}
.cid-ujaA6Ei79x .item:focus,
.cid-ujaA6Ei79x span:focus {
  outline: none;
}
.cid-ujaA6Ei79x .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-ujaA6Ei79x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujaA6Ei79x .item-wrapper .item-content {
    padding: 0.2rem 0.2rem 0;
  }
  .cid-ujaA6Ei79x .item-wrapper .item-footer {
    padding: 0 0.3rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .cid-ujaA6Ei79x .item-wrapper .item-content {
    padding: 0.2rem 0.2rem 0;
  }
  .cid-ujaA6Ei79x .item-wrapper .item-footer {
    padding: 0 0.2rem 0.2rem;
  }
}
.cid-ujaA6Ei79x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujaA6Ei79x .mbr-section-title {
  color: #0a3d62;
}
.cid-ujaA6Ei79x .mbr-text,
.cid-ujaA6Ei79x .mbr-section-btn {
  text-align: left;
}
.cid-ujaA6Ei79x .item-title {
  text-align: left;
  color: #0a3d62;
}
.cid-ujaA6Ei79x .item-subtitle {
  text-align: left;
  color: #0a3d62;
}
.cid-ujaA6Ei79x .btn {
  padding: 0.5rem 0.2rem;
  font-size: 0.875rem;
  height: auto;
}
.cid-ujaA6Ei79x .item-btn {
  padding: 0.4rem 0.4rem;
  font-size: 0.8rem;
  height: auto;
}
.cid-ujaA6Ei79x .mbr-section-subtitle {
  color: #0a3d62;
}
.cid-ujbbcQuYAt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #c1d7e0;
}
.cid-uhBqPH08cW {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-ujbbrqYJcj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujbbrqYJcj .mbr-section-subtitle {
  color: #fff8d9;
  text-align: center;
}
.cid-ujbbrqYJcj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujbbrqYJcj .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-ukLKBNlby4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0a3d62;
}
.cid-ukLKBNlby4 .container {
  backdrop-filter: blur(10px);
  border: 0.2rem solid white;
  padding: 15px;
  border-radius: 0.5rem;
  background-color: #c1d7e0;
}
.cid-ukLKBNlby4 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ukLKBNlby4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ukLKBNlby4 .text-content {
  padding-right: 1.5rem;
}
.cid-ukLKBNlby4 .mbr-text,
.cid-ukLKBNlby4 .mbr-section-btn {
  color: #767676;
}
.cid-ukLKBNlby4 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukLKBNlby4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ukLKBNlby4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-ukLKBNlby4 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ukLKBNlby4 .main-row {
    margin: 0;
  }
  .cid-ukLKBNlby4 .mbr-section-title,
  .cid-ukLKBNlby4 .mbr-text,
  .cid-ukLKBNlby4 .list,
  .cid-ukLKBNlby4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ukLKBNlby4 .text-content {
    padding: 0;
  }
}
.cid-ukLKBNlby4 .mbr-section-title {
  color: #0a3d62;
}
.cid-ukLKBNlby4 .list {
  color: #0a3d62;
}
.cid-ukLKBNlby4 .list UL {
  text-align: left;
}
.cid-ukLLmeOfdb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1d7e0;
}
.cid-ukLLmeOfdb hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 1px;
}
.cid-ujbWWCgSOD {
  background-image: url("../../../assets/images/pexels-tomfisk-12201831.jpg");
}
.cid-ujbWWCgSOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujbWWCgSOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujbWWCgSOD .card-wrapper {
  background: linear-gradient(to bottom, rgba(250, 245, 227, 0.95), rgba(187, 187, 187, 0.7));
  border-radius: 9px;
  border: 1px solid #0a3d62;
}
@media (max-width: 767px) {
  .cid-ujbWWCgSOD .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujbWWCgSOD .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 992px) {
  .cid-ujbWWCgSOD .card-wrapper {
    padding: 0.05rem;
  }
}
.cid-ujbWWCgSOD .mbr-text,
.cid-ujbWWCgSOD .mbr-section-btn {
  color: #0a3d62;
}
.cid-ujbWWCgSOD .card-title,
.cid-ujbWWCgSOD .card-box {
  text-align: center;
  color: #0a3d62;
}
.cid-ujclw6Aena {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1d7e0;
}
.cid-ujclw6Aena hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 1px;
}
.cid-ujcIUrwh4B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujcIUrwh4B .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujcIUrwh4B .mbr-text {
  color: #fff8d9;
}
.cid-ukRdSSoU02 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukRdSSoU02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRdSSoU02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRdSSoU02 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukRdSSoU02 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRdSSoU02 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukRdSSoU02 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukRdSSoU02 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukRdSSoU02 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukRdSSoU02 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukRdSSoU02 .mbr-text,
.cid-ukRdSSoU02 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujcIVfSsRE {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujcIVfSsRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujcIVfSsRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujcIVfSsRE .item {
  padding-bottom: 2rem;
}
.cid-ujcIVfSsRE .item-wrapper {
  position: relative;
}
.cid-ujcIVfSsRE .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-ujcIVfSsRE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujcIVfSsRE .carousel-control,
.cid-ujcIVfSsRE .close {
  background: #1b1b1b;
}
.cid-ujcIVfSsRE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujcIVfSsRE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujcIVfSsRE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujcIVfSsRE .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujcIVfSsRE .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-ujcIVfSsRE .close::before {
  content: '\e91a';
}
.cid-ujcIVfSsRE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujcIVfSsRE .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-ujcIVfSsRE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujcIVfSsRE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujcIVfSsRE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujcIVfSsRE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujcIVfSsRE .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-ujcIVfSsRE .carousel-indicators li.active,
.cid-ujcIVfSsRE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujcIVfSsRE .carousel-indicators li::after,
.cid-ujcIVfSsRE .carousel-indicators li::before {
  content: none;
}
.cid-ujcIVfSsRE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujcIVfSsRE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujcIVfSsRE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujcIVfSsRE .carousel-indicators {
    display: none;
  }
}
.cid-ujcIVfSsRE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujcIVfSsRE .carousel-inner > .active {
  display: block;
}
.cid-ujcIVfSsRE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujcIVfSsRE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujcIVfSsRE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujcIVfSsRE .carousel-control,
  .cid-ujcIVfSsRE .carousel-indicators,
  .cid-ujcIVfSsRE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujcIVfSsRE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujcIVfSsRE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujcIVfSsRE .carousel-indicators .active,
.cid-ujcIVfSsRE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujcIVfSsRE .carousel-indicators .active {
  background: #fff;
}
.cid-ujcIVfSsRE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujcIVfSsRE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujcIVfSsRE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujcIVfSsRE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujcIVfSsRE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujcIVfSsRE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujcIVfSsRE .carousel {
  width: 100%;
}
.cid-ujcIVfSsRE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujcIVfSsRE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujcIVfSsRE .modal.fade .modal-dialog,
.cid-ujcIVfSsRE .modal.in .modal-dialog {
  transform: none;
}
.cid-ujcIVfSsRE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujcIVfSsRE H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-uju3QP1rSf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-uju3QP1rSf .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uju3QP1rSf .mbr-text {
  color: #fff8d9;
}
.cid-ukShqwKsd2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukShqwKsd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukShqwKsd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukShqwKsd2 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukShqwKsd2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukShqwKsd2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukShqwKsd2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukShqwKsd2 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukShqwKsd2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukShqwKsd2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukShqwKsd2 .mbr-text,
.cid-ukShqwKsd2 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujudfdJlJJ {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujudfdJlJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujudfdJlJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujudfdJlJJ .item {
  padding-bottom: 2rem;
}
.cid-ujudfdJlJJ .item-wrapper {
  position: relative;
}
.cid-ujudfdJlJJ .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-ujudfdJlJJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujudfdJlJJ .carousel-control,
.cid-ujudfdJlJJ .close {
  background: #1b1b1b;
}
.cid-ujudfdJlJJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujudfdJlJJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujudfdJlJJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujudfdJlJJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujudfdJlJJ .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-ujudfdJlJJ .close::before {
  content: '\e91a';
}
.cid-ujudfdJlJJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujudfdJlJJ .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-ujudfdJlJJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujudfdJlJJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujudfdJlJJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujudfdJlJJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujudfdJlJJ .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-ujudfdJlJJ .carousel-indicators li.active,
.cid-ujudfdJlJJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujudfdJlJJ .carousel-indicators li::after,
.cid-ujudfdJlJJ .carousel-indicators li::before {
  content: none;
}
.cid-ujudfdJlJJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujudfdJlJJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujudfdJlJJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujudfdJlJJ .carousel-indicators {
    display: none;
  }
}
.cid-ujudfdJlJJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujudfdJlJJ .carousel-inner > .active {
  display: block;
}
.cid-ujudfdJlJJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujudfdJlJJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujudfdJlJJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujudfdJlJJ .carousel-control,
  .cid-ujudfdJlJJ .carousel-indicators,
  .cid-ujudfdJlJJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujudfdJlJJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujudfdJlJJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujudfdJlJJ .carousel-indicators .active,
.cid-ujudfdJlJJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujudfdJlJJ .carousel-indicators .active {
  background: #fff;
}
.cid-ujudfdJlJJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujudfdJlJJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujudfdJlJJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujudfdJlJJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujudfdJlJJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujudfdJlJJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujudfdJlJJ .carousel {
  width: 100%;
}
.cid-ujudfdJlJJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujudfdJlJJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujudfdJlJJ .modal.fade .modal-dialog,
.cid-ujudfdJlJJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ujudfdJlJJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujudfdJlJJ H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujcLQ0GZ1m {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujcLQ0GZ1m .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujcLQ0GZ1m .mbr-text {
  color: #fff8d9;
}
.cid-ukSiK3vkCL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSiK3vkCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSiK3vkCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSiK3vkCL .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSiK3vkCL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSiK3vkCL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSiK3vkCL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSiK3vkCL .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSiK3vkCL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSiK3vkCL .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSiK3vkCL .mbr-text,
.cid-ukSiK3vkCL .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujc0woSgOr {
  padding-top: 13rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/pexels-goumbik-296283.jpg");
}
.cid-ujc0woSgOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujc0woSgOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujc0woSgOr .card-wrapper {
  background: linear-gradient(to bottom, rgba(250, 245, 227, 0.95), rgba(187, 187, 187, 0.7));
  border-radius: 9px;
  border: 1px solid #0a3d62;
}
@media (max-width: 767px) {
  .cid-ujc0woSgOr .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujc0woSgOr .card-wrapper {
    padding: 0.05rem;
  }
}
@media (min-width: 992px) {
  .cid-ujc0woSgOr .card-wrapper {
    padding: 0.05rem;
  }
}
.cid-ujc0woSgOr .mbr-text,
.cid-ujc0woSgOr .mbr-section-btn {
  color: #0a3d62;
}
.cid-ujc0woSgOr .card-title,
.cid-ujc0woSgOr .card-box {
  text-align: center;
  color: #0a3d62;
}
.cid-ujcIVR2eh3 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujcIVR2eh3 .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujcIVR2eh3 .mbr-text {
  color: #fff8d9;
}
.cid-ukSjv43orB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSjv43orB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSjv43orB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSjv43orB .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSjv43orB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSjv43orB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSjv43orB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSjv43orB .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSjv43orB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSjv43orB .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSjv43orB .mbr-text,
.cid-ukSjv43orB .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujcIWZYOYj {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujcIWZYOYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujcIWZYOYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujcIWZYOYj .item {
  padding-bottom: 2rem;
}
.cid-ujcIWZYOYj .item-wrapper {
  position: relative;
}
.cid-ujcIWZYOYj .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-ujcIWZYOYj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujcIWZYOYj .carousel-control,
.cid-ujcIWZYOYj .close {
  background: #1b1b1b;
}
.cid-ujcIWZYOYj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujcIWZYOYj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujcIWZYOYj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujcIWZYOYj .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujcIWZYOYj .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-ujcIWZYOYj .close::before {
  content: '\e91a';
}
.cid-ujcIWZYOYj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujcIWZYOYj .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-ujcIWZYOYj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujcIWZYOYj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujcIWZYOYj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujcIWZYOYj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujcIWZYOYj .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-ujcIWZYOYj .carousel-indicators li.active,
.cid-ujcIWZYOYj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujcIWZYOYj .carousel-indicators li::after,
.cid-ujcIWZYOYj .carousel-indicators li::before {
  content: none;
}
.cid-ujcIWZYOYj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujcIWZYOYj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujcIWZYOYj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujcIWZYOYj .carousel-indicators {
    display: none;
  }
}
.cid-ujcIWZYOYj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujcIWZYOYj .carousel-inner > .active {
  display: block;
}
.cid-ujcIWZYOYj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujcIWZYOYj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujcIWZYOYj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujcIWZYOYj .carousel-control,
  .cid-ujcIWZYOYj .carousel-indicators,
  .cid-ujcIWZYOYj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujcIWZYOYj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujcIWZYOYj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujcIWZYOYj .carousel-indicators .active,
.cid-ujcIWZYOYj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujcIWZYOYj .carousel-indicators .active {
  background: #fff;
}
.cid-ujcIWZYOYj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujcIWZYOYj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujcIWZYOYj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujcIWZYOYj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujcIWZYOYj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujcIWZYOYj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujcIWZYOYj .carousel {
  width: 100%;
}
.cid-ujcIWZYOYj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujcIWZYOYj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujcIWZYOYj .modal.fade .modal-dialog,
.cid-ujcIWZYOYj .modal.in .modal-dialog {
  transform: none;
}
.cid-ujcIWZYOYj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujcIWZYOYj H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujbbrrmkF3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujbbrrmkF3 .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujbbrrmkF3 .mbr-text {
  color: #fff8d9;
}
.cid-ukSjNKNwz8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSjNKNwz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSjNKNwz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSjNKNwz8 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSjNKNwz8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSjNKNwz8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSjNKNwz8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSjNKNwz8 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSjNKNwz8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSjNKNwz8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSjNKNwz8 .mbr-text,
.cid-ukSjNKNwz8 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujcKWV3alf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a3d62;
}
.cid-ujcKWV3alf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujcKWV3alf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujcKWV3alf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujcKWV3alf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujcKWV3alf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujcKWV3alf P {
  color: #fff8d9;
}
.cid-ujhBi0eSHa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujhBi0eSHa .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujhBi0eSHa .mbr-text {
  color: #fff8d9;
}
.cid-ukSk480bt7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSk480bt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSk480bt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSk480bt7 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSk480bt7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSk480bt7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSk480bt7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSk480bt7 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSk480bt7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSk480bt7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSk480bt7 .mbr-text,
.cid-ukSk480bt7 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ukT8f1BFTC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-ukT8f1BFTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukT8f1BFTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukT8f1BFTC .item {
  padding-bottom: 2rem;
}
.cid-ukT8f1BFTC .item-wrapper {
  position: relative;
}
.cid-ukT8f1BFTC .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-ukT8f1BFTC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ukT8f1BFTC .carousel-control,
.cid-ukT8f1BFTC .close {
  background: #1b1b1b;
}
.cid-ukT8f1BFTC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ukT8f1BFTC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ukT8f1BFTC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ukT8f1BFTC .carousel-control-next span {
  margin-left: 5px;
}
.cid-ukT8f1BFTC .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-ukT8f1BFTC .close::before {
  content: '\e91a';
}
.cid-ukT8f1BFTC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukT8f1BFTC .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-ukT8f1BFTC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukT8f1BFTC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukT8f1BFTC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukT8f1BFTC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ukT8f1BFTC .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-ukT8f1BFTC .carousel-indicators li.active,
.cid-ukT8f1BFTC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukT8f1BFTC .carousel-indicators li::after,
.cid-ukT8f1BFTC .carousel-indicators li::before {
  content: none;
}
.cid-ukT8f1BFTC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukT8f1BFTC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukT8f1BFTC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukT8f1BFTC .carousel-indicators {
    display: none;
  }
}
.cid-ukT8f1BFTC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukT8f1BFTC .carousel-inner > .active {
  display: block;
}
.cid-ukT8f1BFTC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukT8f1BFTC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukT8f1BFTC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ukT8f1BFTC .carousel-control,
  .cid-ukT8f1BFTC .carousel-indicators,
  .cid-ukT8f1BFTC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ukT8f1BFTC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ukT8f1BFTC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukT8f1BFTC .carousel-indicators .active,
.cid-ukT8f1BFTC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ukT8f1BFTC .carousel-indicators .active {
  background: #fff;
}
.cid-ukT8f1BFTC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ukT8f1BFTC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ukT8f1BFTC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ukT8f1BFTC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ukT8f1BFTC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ukT8f1BFTC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ukT8f1BFTC .carousel {
  width: 100%;
}
.cid-ukT8f1BFTC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ukT8f1BFTC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ukT8f1BFTC .modal.fade .modal-dialog,
.cid-ukT8f1BFTC .modal.in .modal-dialog {
  transform: none;
}
.cid-ukT8f1BFTC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ukT8f1BFTC H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujcM9Ndw3g {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujcM9Ndw3g .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujcM9Ndw3g .mbr-text {
  color: #fff8d9;
}
.cid-ukSkm6yY5x {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSkm6yY5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSkm6yY5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSkm6yY5x .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSkm6yY5x .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSkm6yY5x .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSkm6yY5x .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSkm6yY5x .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSkm6yY5x .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSkm6yY5x .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSkm6yY5x .mbr-text,
.cid-ukSkm6yY5x .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujbbrrLp28 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujbbrs8vch .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujbbrs8vch .display-2 {
  font-size: 2rem;
}
.cid-ujbbrs8vch .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ujbbrs8vch .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ujbbrs8vch .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ujbbrs8vch .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ujbbrs8vch.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujbbrs8vch.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujbbrs8vch.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujbbrs8vch.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujbbrs8vch.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ujbbrs8vch.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujbbrs8vch.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ujbbrs8vch.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ujbbrs8vch .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ujbbrs8vch .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ujbbrs8vch .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ujbbrs8vch .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ujbbrs8vch .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ujbbrs8vch .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujbbrs8vch.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujbbrs8vch .dropdown-menu {
    top: 0;
  }
  .cid-ujbbrs8vch .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujbbrs8vch .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujbbrs8vch .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ujbbrs8vch .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ujbbrs8vch ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujbbrs8vch .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ujbbrs8vch .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujbbrs8vch .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujbbrs8vch .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ujbbrs8vch .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ujbbrs8vch .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ujbbrs8vch .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ujbbrs8vch .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ujbbrs8vch .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ujbbrs8vch .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ujbbrs8vch .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ujbbrs8vch .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ujbbrs8vch .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ujbbrs8vch .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ujbbrs8vch .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ujbbrs8vch .navbar.opened {
  transition: all .3s;
}
.cid-ujbbrs8vch .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ujbbrs8vch .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujbbrs8vch .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ujbbrs8vch .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ujbbrs8vch .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ujbbrs8vch .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ujbbrs8vch .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ujbbrs8vch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujbbrs8vch .navbar-caption {
  padding-right: 1rem;
}
.cid-ujbbrs8vch .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .dropdown-menu,
  .cid-ujbbrs8vch .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .dropdown-menu,
  .cid-ujbbrs8vch .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ujbbrs8vch .nav-item:focus,
.cid-ujbbrs8vch .nav-link:focus {
  outline: none;
}
.cid-ujbbrs8vch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ujbbrs8vch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujbbrs8vch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ujbbrs8vch .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ujbbrs8vch .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ujbbrs8vch .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ujbbrs8vch .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ujbbrs8vch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujbbrs8vch .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ujbbrs8vch .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ujbbrs8vch .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ujbbrs8vch .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ujbbrs8vch .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ujbbrs8vch .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujbbrs8vch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujbbrs8vch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujbbrs8vch .dropdown-item.active,
.cid-ujbbrs8vch .dropdown-item:active {
  background-color: transparent;
}
.cid-ujbbrs8vch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ujbbrs8vch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujbbrs8vch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujbbrs8vch .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ujbbrs8vch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujbbrs8vch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujbbrs8vch ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujbbrs8vch .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrs8vch .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ujbbrs8vch button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujbbrs8vch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ujbbrs8vch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujbbrs8vch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujbbrs8vch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujbbrs8vch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujbbrs8vch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujbbrs8vch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujbbrs8vch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujbbrs8vch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujbbrs8vch .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ujbbrs8vch a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujbbrs8vch .navbar-brand span {
  display: inline-block;
}
.cid-ujbbrs8vch .navbar-brand a {
  font-weight: 300;
}
.cid-ujbbrs8vch .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ujbbrs8vch .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ujbbrs8vch .btn .mbr-iconfont,
.cid-ujbbrs8vch .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ujbbrs8vch .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ujbbrs8vch .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ujbbrs8vch .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ujbbrs8vch .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ujbbrs8vch img {
  width: auto;
}
.cid-ujbbrs8vch .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ujbbrs8vch .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ujbbrs8vch .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ujbbrs8vch a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ujbbrs8vch .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ujbbrs8vch .socicon {
  line-height: inherit;
}
.cid-ujbbrs8vch .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ujbbrsynGD {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-ujbbrsIY9M #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-ujbbrsIY9M #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-ujbbrsIY9M #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-ujbbrsIY9M #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-ujbbrsIY9M #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-ujbbrsIY9M #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-ujbbrsIY9M #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-ujbbrsIY9M .hidden {
  display: none;
}
.cid-ukSU4YyOO7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ukSU4YyOO7 .mbr-section-subtitle {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSU4YyOO7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukSU4YyOO7 .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSTrkTv6w {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0a3d62;
}
.cid-ukSTrkTv6w .container {
  backdrop-filter: blur(10px);
  border: 0.2rem solid white;
  padding: 15px;
  border-radius: 0.5rem;
  background-color: #c1d7e0;
}
.cid-ukSTrkTv6w .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-ukSTrkTv6w .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ukSTrkTv6w .text-content {
  padding-right: 1.5rem;
}
.cid-ukSTrkTv6w .mbr-text,
.cid-ukSTrkTv6w .mbr-section-btn {
  color: #767676;
}
.cid-ukSTrkTv6w .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  box-shadow: 0px 0px 30px rgba(51, 53, 58, 0.3);
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSTrkTv6w .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-ukSTrkTv6w .counter-container ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-ukSTrkTv6w .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ukSTrkTv6w .main-row {
    margin: 0;
  }
  .cid-ukSTrkTv6w .mbr-section-title,
  .cid-ukSTrkTv6w .mbr-text,
  .cid-ukSTrkTv6w .list,
  .cid-ukSTrkTv6w .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ukSTrkTv6w .text-content {
    padding: 0;
  }
}
.cid-ukSTrkTv6w .mbr-section-title {
  color: #0a3d62;
}
.cid-ukSTrkTv6w .list {
  color: #0a3d62;
}
.cid-ukSTrkTv6w .list UL {
  text-align: left;
}
.cid-ujmw622m8W {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #0a3d62;
}
.cid-ujmw622m8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujmw622m8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujmw622m8W .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujmw622m8W .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ujmw622m8W .mbr-section-title {
  color: #ffffff;
}
.cid-ujmiwW4rhk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujmiwW4rhk .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujmiwW4rhk .mbr-text {
  color: #fff8d9;
}
.cid-ukSVBSGZmC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSVBSGZmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSVBSGZmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSVBSGZmC .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSVBSGZmC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSVBSGZmC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSVBSGZmC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSVBSGZmC .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSVBSGZmC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSVBSGZmC .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSVBSGZmC .mbr-text,
.cid-ukSVBSGZmC .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujmiCvIWWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a3d62;
}
.cid-ujmiCvIWWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujmiCvIWWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujmiCvIWWQ .item {
  padding-bottom: 2rem;
}
.cid-ujmiCvIWWQ .item-wrapper {
  position: relative;
}
.cid-ujmiCvIWWQ .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-ujmiCvIWWQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujmiCvIWWQ .carousel-control,
.cid-ujmiCvIWWQ .close {
  background: #1b1b1b;
}
.cid-ujmiCvIWWQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujmiCvIWWQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujmiCvIWWQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujmiCvIWWQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujmiCvIWWQ .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-ujmiCvIWWQ .close::before {
  content: '\e91a';
}
.cid-ujmiCvIWWQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujmiCvIWWQ .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-ujmiCvIWWQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujmiCvIWWQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujmiCvIWWQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujmiCvIWWQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujmiCvIWWQ .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-ujmiCvIWWQ .carousel-indicators li.active,
.cid-ujmiCvIWWQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujmiCvIWWQ .carousel-indicators li::after,
.cid-ujmiCvIWWQ .carousel-indicators li::before {
  content: none;
}
.cid-ujmiCvIWWQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujmiCvIWWQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmiCvIWWQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmiCvIWWQ .carousel-indicators {
    display: none;
  }
}
.cid-ujmiCvIWWQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujmiCvIWWQ .carousel-inner > .active {
  display: block;
}
.cid-ujmiCvIWWQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujmiCvIWWQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujmiCvIWWQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujmiCvIWWQ .carousel-control,
  .cid-ujmiCvIWWQ .carousel-indicators,
  .cid-ujmiCvIWWQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujmiCvIWWQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujmiCvIWWQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujmiCvIWWQ .carousel-indicators .active,
.cid-ujmiCvIWWQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujmiCvIWWQ .carousel-indicators .active {
  background: #fff;
}
.cid-ujmiCvIWWQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujmiCvIWWQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujmiCvIWWQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujmiCvIWWQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujmiCvIWWQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujmiCvIWWQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujmiCvIWWQ .carousel {
  width: 100%;
}
.cid-ujmiCvIWWQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujmiCvIWWQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujmiCvIWWQ .modal.fade .modal-dialog,
.cid-ujmiCvIWWQ .modal.in .modal-dialog {
  transform: none;
}
.cid-ujmiCvIWWQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujmiCvIWWQ H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujmwU3jyi4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujmwU3jyi4 .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujmwU3jyi4 .mbr-text {
  color: #fff8d9;
}
.cid-ukSVUodRNG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSVUodRNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSVUodRNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSVUodRNG .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSVUodRNG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSVUodRNG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSVUodRNG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSVUodRNG .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSVUodRNG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSVUodRNG .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSVUodRNG .mbr-text,
.cid-ukSVUodRNG .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujmwZ03hgJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0a3d62;
}
.cid-ujmwZ03hgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujmwZ03hgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujmwZ03hgJ .item {
  padding-bottom: 2rem;
}
.cid-ujmwZ03hgJ .item-wrapper {
  position: relative;
}
.cid-ujmwZ03hgJ .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-ujmwZ03hgJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujmwZ03hgJ .carousel-control,
.cid-ujmwZ03hgJ .close {
  background: #1b1b1b;
}
.cid-ujmwZ03hgJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujmwZ03hgJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujmwZ03hgJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujmwZ03hgJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujmwZ03hgJ .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-ujmwZ03hgJ .close::before {
  content: '\e91a';
}
.cid-ujmwZ03hgJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujmwZ03hgJ .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-ujmwZ03hgJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujmwZ03hgJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujmwZ03hgJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujmwZ03hgJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujmwZ03hgJ .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-ujmwZ03hgJ .carousel-indicators li.active,
.cid-ujmwZ03hgJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujmwZ03hgJ .carousel-indicators li::after,
.cid-ujmwZ03hgJ .carousel-indicators li::before {
  content: none;
}
.cid-ujmwZ03hgJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujmwZ03hgJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujmwZ03hgJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmwZ03hgJ .carousel-indicators {
    display: none;
  }
}
.cid-ujmwZ03hgJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujmwZ03hgJ .carousel-inner > .active {
  display: block;
}
.cid-ujmwZ03hgJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujmwZ03hgJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujmwZ03hgJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujmwZ03hgJ .carousel-control,
  .cid-ujmwZ03hgJ .carousel-indicators,
  .cid-ujmwZ03hgJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujmwZ03hgJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujmwZ03hgJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujmwZ03hgJ .carousel-indicators .active,
.cid-ujmwZ03hgJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujmwZ03hgJ .carousel-indicators .active {
  background: #fff;
}
.cid-ujmwZ03hgJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujmwZ03hgJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujmwZ03hgJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujmwZ03hgJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujmwZ03hgJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujmwZ03hgJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujmwZ03hgJ .carousel {
  width: 100%;
}
.cid-ujmwZ03hgJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujmwZ03hgJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujmwZ03hgJ .modal.fade .modal-dialog,
.cid-ujmwZ03hgJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ujmwZ03hgJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujmwZ03hgJ H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujnwD56dUk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujnwD56dUk .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnwD56dUk .mbr-text {
  color: #fff8d9;
}
.cid-ukSWe3ahoz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSWe3ahoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSWe3ahoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSWe3ahoz .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSWe3ahoz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSWe3ahoz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSWe3ahoz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSWe3ahoz .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSWe3ahoz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSWe3ahoz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSWe3ahoz .mbr-text,
.cid-ukSWe3ahoz .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujnwEY81Z2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0a3d62;
}
.cid-ujnwEY81Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujnwEY81Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujnwEY81Z2 .item {
  padding-bottom: 2rem;
}
.cid-ujnwEY81Z2 .item-wrapper {
  position: relative;
}
.cid-ujnwEY81Z2 .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-ujnwEY81Z2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujnwEY81Z2 .carousel-control,
.cid-ujnwEY81Z2 .close {
  background: #1b1b1b;
}
.cid-ujnwEY81Z2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujnwEY81Z2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujnwEY81Z2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujnwEY81Z2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujnwEY81Z2 .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-ujnwEY81Z2 .close::before {
  content: '\e91a';
}
.cid-ujnwEY81Z2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujnwEY81Z2 .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-ujnwEY81Z2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujnwEY81Z2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujnwEY81Z2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujnwEY81Z2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujnwEY81Z2 .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-ujnwEY81Z2 .carousel-indicators li.active,
.cid-ujnwEY81Z2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujnwEY81Z2 .carousel-indicators li::after,
.cid-ujnwEY81Z2 .carousel-indicators li::before {
  content: none;
}
.cid-ujnwEY81Z2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujnwEY81Z2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujnwEY81Z2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujnwEY81Z2 .carousel-indicators {
    display: none;
  }
}
.cid-ujnwEY81Z2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujnwEY81Z2 .carousel-inner > .active {
  display: block;
}
.cid-ujnwEY81Z2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujnwEY81Z2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujnwEY81Z2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujnwEY81Z2 .carousel-control,
  .cid-ujnwEY81Z2 .carousel-indicators,
  .cid-ujnwEY81Z2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujnwEY81Z2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujnwEY81Z2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujnwEY81Z2 .carousel-indicators .active,
.cid-ujnwEY81Z2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujnwEY81Z2 .carousel-indicators .active {
  background: #fff;
}
.cid-ujnwEY81Z2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujnwEY81Z2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujnwEY81Z2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujnwEY81Z2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujnwEY81Z2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujnwEY81Z2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujnwEY81Z2 .carousel {
  width: 100%;
}
.cid-ujnwEY81Z2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujnwEY81Z2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujnwEY81Z2 .modal.fade .modal-dialog,
.cid-ujnwEY81Z2 .modal.in .modal-dialog {
  transform: none;
}
.cid-ujnwEY81Z2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujnwEY81Z2 H6 {
  text-align: center;
  color: #fff8d9;
}
.cid-ujnzOMGAXi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujnzOMGAXi .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnzOMGAXi .mbr-text {
  color: #fff8d9;
}
.cid-ukSWvALfyY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSWvALfyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSWvALfyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSWvALfyY .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSWvALfyY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSWvALfyY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSWvALfyY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSWvALfyY .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSWvALfyY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSWvALfyY .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSWvALfyY .mbr-text,
.cid-ukSWvALfyY .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujnB5xzY85 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a3d62;
}
.cid-ujnB5xzY85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujnB5xzY85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujnB5xzY85 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujnB5xzY85 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujnB5xzY85 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujnB5xzY85 P {
  color: #fff8d9;
}
.cid-ujnPW8Xl8M {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-ujnPW8Xl8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujnPW8Xl8M .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-ujnPW8Xl8M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujnPW8Xl8M .row {
  flex-direction: row-reverse;
}
.cid-ujnPW8Xl8M img {
  width: 100%;
}
.cid-ujnPW8Xl8M .mbr-description {
  color: #fff8d9;
}
.cid-ujnI3IDaiN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujnI3IDaiN .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnI3IDaiN .mbr-text {
  color: #fff8d9;
}
.cid-ukSWLMCjt0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSWLMCjt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSWLMCjt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSWLMCjt0 .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSWLMCjt0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSWLMCjt0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSWLMCjt0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSWLMCjt0 .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSWLMCjt0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSWLMCjt0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSWLMCjt0 .mbr-text,
.cid-ukSWLMCjt0 .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujnLWJHKky {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a3d62;
}
.cid-ujnLWJHKky .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujnLWJHKky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujnLWJHKky .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujnLWJHKky .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujnLWJHKky .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujnLWJHKky P {
  color: #fff8d9;
}
.cid-ujnU5P9iYA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ujnU5P9iYA .line {
  background-color: #fff8d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujnU5P9iYA .mbr-text {
  color: #fff8d9;
}
.cid-ukSWV9B5Fq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0a3d62;
}
.cid-ukSWV9B5Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukSWV9B5Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukSWV9B5Fq .content-wrapper {
  background: #c1d7e0;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukSWV9B5Fq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukSWV9B5Fq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukSWV9B5Fq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukSWV9B5Fq .content-wrapper {
    padding: 1rem 3rem;
  }
  .cid-ukSWV9B5Fq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ukSWV9B5Fq .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 0.2rem solid #ffffff;
}
.cid-ukSWV9B5Fq .mbr-text,
.cid-ukSWV9B5Fq .mbr-section-btn {
  color: #0a3d62;
  text-align: left;
}
.cid-ujnZKAVTe7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0a3d62;
}
.cid-ujnZKAVTe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujnZKAVTe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujnZKAVTe7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ujnZKAVTe7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ujnZKAVTe7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ujnZKAVTe7 P {
  color: #fff8d9;
}
.cid-ujo0oCA6fn {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujo0oCA6fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujo0oCA6fn .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-ujo0oCA6fn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujo0oCA6fn .row {
  flex-direction: row-reverse;
}
.cid-ujo0oCA6fn img {
  width: 100%;
}
.cid-ujo0oCA6fn .mbr-description {
  color: #fff8d9;
}
.cid-uhBqPH08cW {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-ugQ42YTuFX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugQ42YTuFX .display-2 {
  font-size: 2rem;
}
.cid-ugQ42YTuFX .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ugQ42YTuFX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ugQ42YTuFX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ugQ42YTuFX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ugQ42YTuFX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ugQ42YTuFX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugQ42YTuFX.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu {
    top: 0;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ugQ42YTuFX .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugQ42YTuFX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ugQ42YTuFX .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugQ42YTuFX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugQ42YTuFX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ugQ42YTuFX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ugQ42YTuFX .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ugQ42YTuFX .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ugQ42YTuFX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ugQ42YTuFX .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ugQ42YTuFX .navbar.opened {
  transition: all .3s;
}
.cid-ugQ42YTuFX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ugQ42YTuFX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugQ42YTuFX .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ugQ42YTuFX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ugQ42YTuFX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ugQ42YTuFX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ugQ42YTuFX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugQ42YTuFX .navbar-caption {
  padding-right: 1rem;
}
.cid-ugQ42YTuFX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown-menu,
  .cid-ugQ42YTuFX .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ugQ42YTuFX .nav-item:focus,
.cid-ugQ42YTuFX .nav-link:focus {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugQ42YTuFX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ugQ42YTuFX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ugQ42YTuFX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugQ42YTuFX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ugQ42YTuFX .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ugQ42YTuFX .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugQ42YTuFX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugQ42YTuFX .dropdown-item.active,
.cid-ugQ42YTuFX .dropdown-item:active {
  background-color: transparent;
}
.cid-ugQ42YTuFX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugQ42YTuFX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ugQ42YTuFX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugQ42YTuFX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugQ42YTuFX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugQ42YTuFX .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ugQ42YTuFX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugQ42YTuFX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugQ42YTuFX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugQ42YTuFX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ugQ42YTuFX a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugQ42YTuFX .navbar-brand span {
  display: inline-block;
}
.cid-ugQ42YTuFX .navbar-brand a {
  font-weight: 300;
}
.cid-ugQ42YTuFX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ugQ42YTuFX .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ugQ42YTuFX .btn .mbr-iconfont,
.cid-ugQ42YTuFX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ugQ42YTuFX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ugQ42YTuFX .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ugQ42YTuFX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ugQ42YTuFX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ugQ42YTuFX img {
  width: auto;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ugQ42YTuFX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ugQ42YTuFX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ugQ42YTuFX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ugQ42YTuFX .socicon {
  line-height: inherit;
}
.cid-ugQ42YTuFX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uienwtwPog #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uienwtwPog #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uienwtwPog #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uienwtwPog #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uienwtwPog #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uienwtwPog .hidden {
  display: none;
}
.cid-ukSdSvpjA2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0a3d62;
}
.cid-ukSdSvpjA2 .mbr-section-subtitle {
  color: #fff8d9;
  text-align: center;
}
.cid-ukSdSvpjA2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ukSdSvpjA2 .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-ukRpUVF0jS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a3d62;
}
.cid-ukRpUVF0jS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRpUVF0jS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRpUVF0jS .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukRpUVF0jS .timeline-element {
  position: relative;
}
.cid-ukRpUVF0jS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukRpUVF0jS .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-ukRpUVF0jS .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-ukRpUVF0jS .iconBackground {
    left: 15px !important;
  }
  .cid-ukRpUVF0jS .separline:before {
    left: 15px !important;
  }
}
.cid-ukRpUVF0jS .mbr-section-title,
.cid-ukRpUVF0jS .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ukRpUVF0jS .time-line-date-content {
    margin-left: 0.5rem;
  }
  .cid-ukRpUVF0jS .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-ukRpUVF0jS .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-ukRpUVF0jS .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-ukRpUVF0jS .timeline-text-content {
  margin-left: 2rem;
}
.cid-ukRpUVF0jS .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-ukRpUVF0jS .mbr-timeline-date {
  text-align: left;
  color: #fff8d9;
}
.cid-ukRpUVF0jS .mbr-timeline-text {
  color: #0a3d62;
}
.cid-ukRpUVF0jS .mbr-timeline-title {
  color: #ffffff;
  text-align: left;
}
.cid-ukRpUVF0jS .mbr-section-title {
  color: #ffffff;
}
.cid-ujupgPcUPQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-ujupgPnfD1 .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ujupgPnfD1 .display-2 {
  font-size: 2rem;
}
.cid-ujupgPnfD1 .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-ujupgPnfD1 .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ujupgPnfD1 .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-ujupgPnfD1 .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-ujupgPnfD1.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujupgPnfD1.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujupgPnfD1.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujupgPnfD1.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujupgPnfD1.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-ujupgPnfD1.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujupgPnfD1.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ujupgPnfD1.collapsed .icons-menu {
    margin: auto;
  }
  .cid-ujupgPnfD1 .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-ujupgPnfD1 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ujupgPnfD1 .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ujupgPnfD1 .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ujupgPnfD1 .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-ujupgPnfD1 .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujupgPnfD1.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujupgPnfD1 .dropdown-menu {
    top: 0;
  }
  .cid-ujupgPnfD1 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujupgPnfD1 .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujupgPnfD1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-ujupgPnfD1 .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-ujupgPnfD1 ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujupgPnfD1 .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-ujupgPnfD1 .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujupgPnfD1 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ujupgPnfD1 .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-ujupgPnfD1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-ujupgPnfD1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-ujupgPnfD1 .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-ujupgPnfD1 .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-ujupgPnfD1 .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-ujupgPnfD1 .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-ujupgPnfD1 .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-ujupgPnfD1 .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-ujupgPnfD1 .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-ujupgPnfD1 .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-ujupgPnfD1 .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-ujupgPnfD1 .navbar.opened {
  transition: all .3s;
}
.cid-ujupgPnfD1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-ujupgPnfD1 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ujupgPnfD1 .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ujupgPnfD1 .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-ujupgPnfD1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-ujupgPnfD1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-ujupgPnfD1 .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-ujupgPnfD1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ujupgPnfD1 .navbar-caption {
  padding-right: 1rem;
}
.cid-ujupgPnfD1 .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .dropdown-menu,
  .cid-ujupgPnfD1 .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .dropdown-menu,
  .cid-ujupgPnfD1 .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-ujupgPnfD1 .nav-item:focus,
.cid-ujupgPnfD1 .nav-link:focus {
  outline: none;
}
.cid-ujupgPnfD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-ujupgPnfD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ujupgPnfD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-ujupgPnfD1 .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-ujupgPnfD1 .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-ujupgPnfD1 .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-ujupgPnfD1 .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ujupgPnfD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujupgPnfD1 .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-ujupgPnfD1 .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-ujupgPnfD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-ujupgPnfD1 .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-ujupgPnfD1 .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-ujupgPnfD1 .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ujupgPnfD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujupgPnfD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujupgPnfD1 .dropdown-item.active,
.cid-ujupgPnfD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujupgPnfD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-ujupgPnfD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujupgPnfD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujupgPnfD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-ujupgPnfD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujupgPnfD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujupgPnfD1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujupgPnfD1 .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPnfD1 .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-ujupgPnfD1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujupgPnfD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-ujupgPnfD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ujupgPnfD1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ujupgPnfD1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ujupgPnfD1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ujupgPnfD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujupgPnfD1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ujupgPnfD1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ujupgPnfD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ujupgPnfD1 .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-ujupgPnfD1 a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujupgPnfD1 .navbar-brand span {
  display: inline-block;
}
.cid-ujupgPnfD1 .navbar-brand a {
  font-weight: 300;
}
.cid-ujupgPnfD1 .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-ujupgPnfD1 .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-ujupgPnfD1 .btn .mbr-iconfont,
.cid-ujupgPnfD1 .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-ujupgPnfD1 .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-ujupgPnfD1 .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-ujupgPnfD1 .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-ujupgPnfD1 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-ujupgPnfD1 img {
  width: auto;
}
.cid-ujupgPnfD1 .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-ujupgPnfD1 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ujupgPnfD1 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-ujupgPnfD1 a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-ujupgPnfD1 .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-ujupgPnfD1 .socicon {
  line-height: inherit;
}
.cid-ujupgPnfD1 .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-ujupgPNGFz {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-ujupgPZxDI #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-ujupgPZxDI #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-ujupgPZxDI #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-ujupgPZxDI #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-ujupgPZxDI #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-ujupgPZxDI #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-ujupgPZxDI #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-ujupgPZxDI .hidden {
  display: none;
}
.cid-uvpOtFB0ss {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0a3d62;
}
.cid-uvpOtFB0ss .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uvpOtFB0ss .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvpOtFB0ss .mbr-section-title {
  color: #fff8d9;
  text-align: center;
}
.cid-uvlhqn3Dxb .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvlhqn3Dxb .display-2 {
  font-size: 2rem;
}
.cid-uvlhqn3Dxb .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uvlhqn3Dxb .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uvlhqn3Dxb .dropdown-item:hover {
    color: #353535 !important;
    background: #cccccc !important;
  }
  .cid-uvlhqn3Dxb .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uvlhqn3Dxb.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvlhqn3Dxb.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvlhqn3Dxb.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvlhqn3Dxb.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvlhqn3Dxb.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uvlhqn3Dxb.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvlhqn3Dxb.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uvlhqn3Dxb.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uvlhqn3Dxb .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px !important;
    margin-top: 9px !important;
  }
  .cid-uvlhqn3Dxb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvlhqn3Dxb .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uvlhqn3Dxb .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvlhqn3Dxb .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uvlhqn3Dxb .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvlhqn3Dxb.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvlhqn3Dxb .dropdown-menu {
    top: 0;
  }
  .cid-uvlhqn3Dxb .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvlhqn3Dxb .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvlhqn3Dxb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uvlhqn3Dxb .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uvlhqn3Dxb ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvlhqn3Dxb .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(58, 111, 143, 0.95);
    text-align: center;
  }
  .cid-uvlhqn3Dxb .navbar-brand {
    min-height: 40px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvlhqn3Dxb .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvlhqn3Dxb .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvlhqn3Dxb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uvlhqn3Dxb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uvlhqn3Dxb .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uvlhqn3Dxb .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uvlhqn3Dxb .container {
  width: 100%;
  max-width: 1720px !important;
  display: flex;
  margin: auto;
}
.cid-uvlhqn3Dxb .navbar {
  min-height: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #3a6f8f !important;
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .navbar.navbar-short {
    background: #3a6f8f !important;
    min-height: 10px;
    margin-top: 9px !important;
  }
  .cid-uvlhqn3Dxb .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-uvlhqn3Dxb .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 2.5rem !important;
  }
  .cid-uvlhqn3Dxb .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-uvlhqn3Dxb .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #6e6e6e;
    background: #bbbbbb;
    border-bottom-width: 1px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uvlhqn3Dxb .navbar .dropdown-item:hover {
    color: #353535 !important;
    background: #a7a7a7 !important;
  }
}
.cid-uvlhqn3Dxb .navbar.opened {
  transition: all .3s;
}
.cid-uvlhqn3Dxb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uvlhqn3Dxb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uvlhqn3Dxb .nav-link:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-uvlhqn3Dxb .nav-link:hover:before {
  color: #b0d4e3 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uvlhqn3Dxb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uvlhqn3Dxb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .dropdown-menu {
    min-width: 5rem;
    padding-top: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uvlhqn3Dxb .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uvlhqn3Dxb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvlhqn3Dxb .navbar-caption {
  padding-right: 1rem;
}
.cid-uvlhqn3Dxb .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .dropdown-menu,
  .cid-uvlhqn3Dxb .navbar.opened {
    background: rgba(58, 111, 143, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .dropdown-menu,
  .cid-uvlhqn3Dxb .navbar.opened {
    background: #3a6f8f !important;
  }
}
.cid-uvlhqn3Dxb .nav-item:focus,
.cid-uvlhqn3Dxb .nav-link:focus {
  outline: none;
}
.cid-uvlhqn3Dxb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uvlhqn3Dxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvlhqn3Dxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uvlhqn3Dxb .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uvlhqn3Dxb .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uvlhqn3Dxb .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uvlhqn3Dxb .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uvlhqn3Dxb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvlhqn3Dxb .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uvlhqn3Dxb .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uvlhqn3Dxb .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(58, 111, 143, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uvlhqn3Dxb .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #353535 !important;
  background: #cccccc !important;
}
.cid-uvlhqn3Dxb .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-uvlhqn3Dxb .navbar-brand {
  min-height: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uvlhqn3Dxb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvlhqn3Dxb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvlhqn3Dxb .dropdown-item.active,
.cid-uvlhqn3Dxb .dropdown-item:active {
  background-color: transparent;
}
.cid-uvlhqn3Dxb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 300;
}
.cid-uvlhqn3Dxb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvlhqn3Dxb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvlhqn3Dxb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uvlhqn3Dxb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvlhqn3Dxb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvlhqn3Dxb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvlhqn3Dxb .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqn3Dxb .navbar-buttons {
    text-align: right;
    min-width: 290px;
    width: 290px;
  }
}
.cid-uvlhqn3Dxb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvlhqn3Dxb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uvlhqn3Dxb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvlhqn3Dxb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvlhqn3Dxb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvlhqn3Dxb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvlhqn3Dxb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvlhqn3Dxb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvlhqn3Dxb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvlhqn3Dxb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvlhqn3Dxb .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uvlhqn3Dxb a.nav-link {
  display: flex;
  font-weight: 300;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvlhqn3Dxb .navbar-brand span {
  display: inline-block;
}
.cid-uvlhqn3Dxb .navbar-brand a {
  font-weight: 300;
}
.cid-uvlhqn3Dxb .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #0a3d62;
}
.cid-uvlhqn3Dxb .btn-sm {
  white-space: nowrap;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  padding-left: 0.3rem;
  border-radius: 3px;
  font-weight: 300;
}
.cid-uvlhqn3Dxb .btn .mbr-iconfont,
.cid-uvlhqn3Dxb .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.1rem;
  padding-left: 0;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.cid-uvlhqn3Dxb .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #0a3d62;
  border-top-color: #0a3d62;
  background: #b0d4e3 !important;
  background: linear-gradient(to right, #b0d4e3, #fafafa, #fafafa, #b0d4e3) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 3px;
  color: #0a3d62;
}
.cid-uvlhqn3Dxb .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-uvlhqn3Dxb .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uvlhqn3Dxb .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uvlhqn3Dxb img {
  width: auto;
}
.cid-uvlhqn3Dxb .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uvlhqn3Dxb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvlhqn3Dxb .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uvlhqn3Dxb a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uvlhqn3Dxb .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uvlhqn3Dxb .socicon {
  line-height: inherit;
}
.cid-uvlhqn3Dxb .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uvpVMeqjmc {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-uvpVMeqjmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvpVMeqjmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvpVMeqjmc .content-wrapper {
  background: #c1d7e0;
}
@media (max-width: 991px) {
  .cid-uvpVMeqjmc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uvpVMeqjmc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvpVMeqjmc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvpVMeqjmc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvpVMeqjmc .content-wrapper {
    padding: 1rem 2rem;
  }
  .cid-uvpVMeqjmc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvpVMeqjmc .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border: 3px solid #3a6f8f;
}
.cid-uvpVMeqjmc .card-title {
  color: #0a3d62;
}
.cid-uvpVMeqjmc .mbr-text,
.cid-uvpVMeqjmc .mbr-section-btn {
  color: #0a3d62;
}
.cid-uxN9MR0on3 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0a3d62;
}
.cid-uxN9MR0on3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN9MR0on3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxN9MR0on3 .content-wrapper {
  background: #c1d7e0;
}
@media (max-width: 991px) {
  .cid-uxN9MR0on3 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uxN9MR0on3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxN9MR0on3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxN9MR0on3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxN9MR0on3 .content-wrapper {
    padding: 1rem 2rem;
  }
  .cid-uxN9MR0on3 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uxN9MR0on3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border: 3px solid #3a6f8f;
}
.cid-uxN9MR0on3 .card-title {
  color: #0a3d62;
}
.cid-uxN9MR0on3 .mbr-text,
.cid-uxN9MR0on3 .mbr-section-btn {
  color: #0a3d62;
}
.cid-uvqvXggsGj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0a3d62;
}
.cid-uvlhqnsV7p {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #3a6f8f;
  overflow: hidden;
}
.cid-uvlhqnCMpg #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(104, 104, 104, 0.8);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #c1d7e0;
  -webkit-box-shadow: 0 2px 8px -2px #353535;
  -moz-box-shadow: 0 2px 8px -2px #353535;
  box-shadow: 0 2px 8px -2px #353535;
}
@media (max-width: 768px) {
  .cid-uvlhqnCMpg #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 6px;
  }
}
@media (min-width: 769px) {
  .cid-uvlhqnCMpg #dentauraBttB {
    right: 100px;
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .cid-uvlhqnCMpg #dentauraBttB {
    right: 100px;
    bottom: 6px;
  }
}
.cid-uvlhqnCMpg #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-uvlhqnCMpg #dentauraBttB:hover {
  background-color: rgba(187, 187, 187, 0.85);
}
.cid-uvlhqnCMpg #dentauraBttB:hover span {
  border-bottom-color: #0a3055;
}
.cid-uvlhqnCMpg .hidden {
  display: none;
}
