body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.02rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.27rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.27rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #f25515 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f25515 !important;
  border-color: #f25515 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #b13a0a !important;
  border-color: #b13a0a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b13a0a !important;
  border-color: #b13a0a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #993208;
  color: #993208;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #f25515;
  border-color: #f25515;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f25515 !important;
  border-color: #f25515 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #f25515 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #993208 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #f25515;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde1d6;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cabin', sans-serif;
  font-size: 1.27rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.27rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0087ab;
  border-bottom-color: #0087ab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0087ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a1c44 !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%;
}
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='%230087ab' %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;
}
.cid-rJRZ4N83kd .modal-body .close {
  background: #1b1b1b;
}
.cid-rJRZ4N83kd .modal-body .close span {
  font-style: normal;
}
.cid-rJRZ4N83kd .carousel-inner > .active,
.cid-rJRZ4N83kd .carousel-inner > .next,
.cid-rJRZ4N83kd .carousel-inner > .prev {
  display: table;
}
.cid-rJRZ4N83kd .carousel-control .icon-next,
.cid-rJRZ4N83kd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rJRZ4N83kd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJRZ4N83kd .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rJRZ4N83kd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rJRZ4N83kd .boxed-slider > div {
  position: relative;
}
.cid-rJRZ4N83kd .container img {
  width: 100%;
}
.cid-rJRZ4N83kd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rJRZ4N83kd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rJRZ4N83kd .mbr-table-cell {
  padding: 0;
}
.cid-rJRZ4N83kd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rJRZ4N83kd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rJRZ4N83kd .mbr-overlay {
  z-index: 1;
}
.cid-rJRZ4N83kd .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rJRZ4N83kd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rJRZ4N83kd .carousel-item .container {
    width: 100%;
  }
}
.cid-rJRZ4N83kd .carousel-item-next.carousel-item-left,
.cid-rJRZ4N83kd .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rJRZ4N83kd .active.carousel-item-right,
.cid-rJRZ4N83kd .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rJRZ4N83kd .active.carousel-item-left,
.cid-rJRZ4N83kd .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rJRZ4N83kd .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rJRZ4N83kd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators li.active,
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators li::after,
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rJRZ4N83kd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rJRZ4N83kd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rJRZ4N83kd .mbr-slider > .container img {
  width: 100%;
}
.cid-rJRZ4N83kd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rJRZ4N83kd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rJRZ4N83kd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rJRZ4N83kd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rJRZ4N83kd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rJRZ4N83kd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rJRZ4N83kd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rJRZ4N83kd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rJRZ4N83kd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rJRZ4N83kd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rJRZ4N83kd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rJRZ4N83kd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rJRZ4N83kd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rJS4fJbqrS {
  background-color: #deeaf4;
  overflow: hidden;
}
.cid-rJS4fJbqrS H1 {
  color: #232323;
}
.cid-rJS4fJbqrS .mbr-text,
.cid-rJS4fJbqrS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rJS4fJbqrS .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  border-radius: 10px;
}
.cid-rJS4fJbqrS .relative {
  position: relative;
}
.cid-rJS4fJbqrS .card-img {
  width: 100%;
}
.cid-ton5NpL3fr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0087ab;
}
.cid-ton5NpL3fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ton5NpL3fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ton5NpL3fr .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-ton5NpL3fr .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ton5NpL3fr .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ton5NpL3fr .wrapper {
  padding: 30px 0;
}
.cid-ton5NpL3fr .mbr-section-title {
  color: #fafafa;
}
.cid-ton5NpL3fr .mbr-text,
.cid-ton5NpL3fr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rJScmvkBTo {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #0a1c44;
}
.cid-rJScmvkBTo .container-fluid {
  padding: 0;
}
.cid-rJScmvkBTo img {
  width: 100%;
}
.cid-rJScmvkBTo .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rJScmvkBTo .content {
    padding: 3rem;
  }
}
.cid-rJScmvkBTo .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rJScmvkBTo .img-col {
  padding: 0;
  margin: auto;
}
.cid-sDVhkCE2F0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #deeaf4;
}
.cid-sDVhkCE2F0 .mbr-overlay {
  z-index: 1;
}
.cid-sDVhkCE2F0 .carousel,
.cid-sDVhkCE2F0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDVhkCE2F0 .item-wrapper {
  width: 100%;
}
.cid-sDVhkCE2F0 .carousel-caption {
  bottom: 40px;
}
.cid-sDVhkCE2F0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDVhkCE2F0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDVhkCE2F0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDVhkCE2F0 .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sDVhkCE2F0 span {
  font-size: 50px;
}
.cid-sDVhkCE2F0 .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sDVhkCE2F0 .mobi-mbri-arrow-next:hover {
  color: #0087ab;
}
.cid-sDVhkCE2F0 .mobi-mbri-arrow-prev:hover {
  color: #0087ab;
}
.cid-sDVhkCE2F0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sDVhkCE2F0 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sDVhkCE2F0 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sDVhkCE2F0 .carousel-fade .active.carousel-item-left,
.cid-sDVhkCE2F0 .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sDVhkCE2F0 .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sDVhkCE2F0 .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-rJSErlL1vz {
  display: flex;
  background-image: url("../../../assets/images/web-designer-pune-background-1900x1008.webp");
}
.cid-rJSErlL1vz .mbr-overlay {
  background: #188ef4;
  background: linear-gradient(90deg, #188ef4, #adcde9);
}
.cid-rJSErlL1vz .mbr-section-title {
  margin: 0;
}
.cid-rJSErlL1vz .mbr-text {
  color: #efefef;
}
.cid-rJSErlL1vz .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rJSErlL1vz .card-img {
  text-align: left;
}
.cid-rJSErlL1vz .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rJSErlL1vz .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rJSErlL1vz .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJSErlL1vz .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rJSErlL1vz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rJSErlL1vz .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rJSErlL1vz .card-box .mbr-text {
  color: #000000;
}
.cid-rJSErlL1vz .title-cont,
.cid-rJSErlL1vz .mbr-section-title {
  color: #0a1c44;
}
.cid-rJSJCAnk5f {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rJSJCAnk5f svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rJSJCAnk5f .mbr-text,
.cid-rJSJCAnk5f .mbr-section-btn {
  color: #000000;
}
.cid-rJSJCAnk5f #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rJSJCAnk5f #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rJSJCAnk5f H1 {
  color: #0a1c44;
}
.cid-rJSJCAnk5f img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
}
.cid-rJSJCAnk5f .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rJSJCAnk5f .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rJSJCAnk5f img {
    left: 0px;
    width: 100%;
  }
}
.cid-ton835PRRy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ton835PRRy img,
.cid-ton835PRRy .item-img {
  width: 100%;
}
.cid-ton835PRRy .item:focus,
.cid-ton835PRRy span:focus {
  outline: none;
}
.cid-ton835PRRy .item-wrapper {
  position: relative;
}
.cid-ton835PRRy .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ton835PRRy .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ton835PRRy .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-ton835PRRy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ton835PRRy .mbr-section-title {
  color: #232323;
}
.cid-ton835PRRy .mbr-text,
.cid-ton835PRRy .mbr-section-btn {
  text-align: left;
}
.cid-ton835PRRy .item-title {
  text-align: left;
}
.cid-ton835PRRy .item-subtitle {
  text-align: left;
}
.cid-ton835PRRy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ton835PRRy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ton835PRRy .embla__button--next,
.cid-ton835PRRy .embla__button--prev {
  display: flex;
}
.cid-ton835PRRy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ton835PRRy .embla__button {
    display: none;
  }
}
.cid-ton835PRRy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ton835PRRy .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ton835PRRy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ton835PRRy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ton835PRRy .embla__button {
    top: auto;
  }
}
.cid-ton835PRRy .embla {
  position: relative;
  width: 100%;
}
.cid-ton835PRRy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ton835PRRy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ton835PRRy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ton835PRRy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-scK5S2e627 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-scK5S2e627 .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-scK5S2e627 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-scK5S2e627 .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-scK5S2e627 .card-img {
  overflow: hidden;
  position: relative;
}
.cid-scK5S2e627 .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 0px;
}
.cid-scK5S2e627 .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-scK5S2e627 .card-title {
    padding: 10px 15px;
  }
}
.cid-rJWNalppuo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0a1c44;
}
.cid-rJWNalppuo img {
  width: 100%;
}
.cid-rJWNalppuo p {
  line-height: 1.6;
}
.cid-rJWNalppuo .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJWNalppuo .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rJWNalppuo .mbr-text,
.cid-rJWNalppuo .mbr-section-btn {
  color: #f5f7fa;
  text-align: left;
}
.cid-rJWNalppuo .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rJWNalppuo .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #dfcb16;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rJWNalppuo .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rJWNalppuo .mbr-section-title,
.cid-rJWNalppuo .line-wrap {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rJWNalppuo .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rJWOGAgG0g {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rJWOGAgG0g .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rJWOGAgG0g .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rJWOGAgG0g .text-content {
  padding-right: 1.5rem;
}
.cid-rJWOGAgG0g .mbr-text,
.cid-rJWOGAgG0g .mbr-section-btn {
  color: #767676;
}
.cid-rJWOGAgG0g .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(239, 239, 239, 0.3);
  box-shadow: 0px 0px 30px rgba(239, 239, 239, 0.3);
  border-radius: .25rem;
}
.cid-rJWOGAgG0g .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rJWOGAgG0g .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rJWOGAgG0g .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rJWOGAgG0g .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rJWOGAgG0g .main-row {
    margin: 0;
  }
  .cid-rJWOGAgG0g .mbr-section-title,
  .cid-rJWOGAgG0g .mbr-text,
  .cid-rJWOGAgG0g .list,
  .cid-rJWOGAgG0g .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rJWOGAgG0g .text-content {
    padding: 0;
  }
}
.cid-rJWSlsCohP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJWSlsCohP .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJWSlsCohP .card-box {
  width: 100%;
}
.cid-rJWSlsCohP .card-img {
  padding: 1rem;
  border: 2px solid #000000;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rJWSlsCohP .card-img span {
  color: #f25515;
  font-size: 3rem;
}
.cid-rJWSlsCohP .mbr-text {
  color: #767676;
}
.cid-rJWSlsCohP p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-rJWSlsCohP .card {
    margin-bottom: 2rem;
  }
}
.cid-rJWSlsCohP .card-title,
.cid-rJWSlsCohP .card-img {
  color: #000000;
  text-align: center;
}
.cid-rJWSlsCohP .mbr-section-title {
  text-align: center;
}
.cid-rJWSlsCohP .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rJWSlsCohP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rJWSlsCohP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f25515;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rJWSlsCohP .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-rJWSlsCohP .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #dfcb16;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-rJWSlsCohP .mbr-section-title,
.cid-rJWSlsCohP .line-wrap {
  text-align: center;
}
.cid-rJWSlsCohP .mbr-text,
.cid-rJWSlsCohP .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-rK2QPCEARN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ptdf-postgraduate-scholarship-program-for-msc-and-phd-2019-2020-973x615.webp");
}
.cid-rK2QPCEARN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rK2QPCEARN .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rK2QPCEARN .carousel-item .wrap-img {
  text-align: center;
}
.cid-rK2QPCEARN .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rK2QPCEARN .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rK2QPCEARN .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-rK2QPCEARN .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-rK2QPCEARN .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-rK2QPCEARN .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-rK2QPCEARN .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rK2QPCEARN .carousel-control:hover {
  background-color: #0087ab;
}
@media (max-width: 767px) {
  .cid-rK2QPCEARN .carousel-control {
    display: none;
  }
  .cid-rK2QPCEARN .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rK2QPCEARN .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-rK2QPCEARN .cloneditem-1,
.cid-rK2QPCEARN .cloneditem-2,
.cid-rK2QPCEARN .cloneditem-3,
.cid-rK2QPCEARN .cloneditem-4,
.cid-rK2QPCEARN .cloneditem-5 {
  display: none;
}
.cid-rK2QPCEARN .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rK2QPCEARN .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides2 .cloneditem-1,
  .cid-rK2QPCEARN .carousel-inner.slides2 .cloneditem-2,
  .cid-rK2QPCEARN .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides3 .cloneditem-1,
  .cid-rK2QPCEARN .carousel-inner.slides3 .cloneditem-2,
  .cid-rK2QPCEARN .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides4 .cloneditem-1,
  .cid-rK2QPCEARN .carousel-inner.slides4 .cloneditem-2,
  .cid-rK2QPCEARN .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides5 .cloneditem-1,
  .cid-rK2QPCEARN .carousel-inner.slides5 .cloneditem-2,
  .cid-rK2QPCEARN .carousel-inner.slides5 .cloneditem-3,
  .cid-rK2QPCEARN .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rK2QPCEARN .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rK2QPCEARN .carousel-inner.slides6 .cloneditem-1,
  .cid-rK2QPCEARN .carousel-inner.slides6 .cloneditem-2,
  .cid-rK2QPCEARN .carousel-inner.slides6 .cloneditem-3,
  .cid-rK2QPCEARN .carousel-inner.slides6 .cloneditem-4,
  .cid-rK2QPCEARN .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rK2QPCEARN .mbr-section-title {
  margin: 0;
}
.cid-rK2QPCEARN .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rK2QPCEARN .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rK2QPCEARN .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rK2QPCEARN .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rK2QPCEARN .carousel-control-prev {
    left: 15px !important;
  }
  .cid-rK2QPCEARN .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-rK2QPCEARN .carousel-control-next {
    right: 15px !important;
  }
  .cid-rK2QPCEARN .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-rJWUHEE3Vu {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #0a1c44;
}
.cid-rJWUHEE3Vu .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rJWUHEE3Vu .container {
  max-width: 1500px;
}
.cid-rJWUHEE3Vu .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rJWUHEE3Vu .container {
    padding: 0 4rem;
  }
}
.cid-rJWUHEE3Vu .mbr-text,
.cid-rJWUHEE3Vu .mbr-section-btn {
  color: #efeeee;
}
.cid-rJWUHEE3Vu .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rJWUHEE3Vu .btn .mbr-iconfont {
  order: 2;
}
.cid-rJWUHEE3Vu .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rJWUHEE3Vu .align-left {
    text-align: center;
  }
  .cid-rJWUHEE3Vu .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-rK3lZW92gl {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-rK3lZW92gl .mbr-section-title {
  text-align: center;
}
.cid-rK3lZW92gl .mbr-text,
.cid-rK3lZW92gl .mbr-section-btn {
  text-align: center;
}
.cid-sha28CqtA9 {
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
  background-color: #eaeff9;
}
.cid-sha28CqtA9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sha28CqtA9 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sha28CqtA9 .collapsed {
  border: none;
}
.cid-sha28CqtA9 .panel-body {
  padding-top: 0.5rem;
}
.cid-sha28CqtA9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sha28CqtA9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #0087ab;
  padding: 0;
}
.cid-sha28CqtA9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sha28CqtA9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sha28CqtA9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sha28CqtA9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sha28CqtA9 .panel-text {
  color: #000000;
}
.cid-sha28CqtA9 H4 {
  color: #efefef;
  text-transform: uppercase;
}
.cid-tooWjY4fGR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #eaeff9;
}
.cid-tooWjY4fGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tooWjY4fGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tooWjY4fGR .row {
    flex-direction: column-reverse;
  }
}
.cid-tooWjY4fGR .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tooWjY4fGR .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tooWjY4fGR .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tooWjY4fGR .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e43f3f;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tooWjY4fGR .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #0087ab !important;
}
.cid-tooWjY4fGR .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tooWjY4fGR .list-wrapper {
  margin-left: 160px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tooWjY4fGR .list-wrapper {
    margin: 0 30px;
    padding-top: 12px;
  }
}
.cid-tooWjY4fGR .list-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tooWjY4fGR .list-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tooWjY4fGR .list-wrapper .mbr-list {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}
.cid-tooWjY4fGR .list-wrapper .mbr-list li {
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.cid-tooWjY4fGR .list-wrapper .mbr-list li:hover::before {
  width: 0;
}
.cid-tooWjY4fGR .list-wrapper .mbr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0087ab;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tooWjY4fGR .list-wrapper .mbr-list li {
    width: fit-content;
  }
}
.cid-tooWjY4fGR .text-wrapper {
  margin: 0 160px 0 100px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tooWjY4fGR .text-wrapper {
    margin: 0 30px 20px;
    padding-top: 12px;
  }
}
.cid-tooWjY4fGR .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tooWjY4fGR .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tooWjY4fGR .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tooWjY4fGR .mbr-section-title {
  color: #000000;
}
.cid-tooWjY4fGR .mbr-text {
  color: #000000;
}
.cid-tooWjY4fGR .mbr-list {
  color: #0a1c44;
}
.cid-rK3q8QHSiw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rK3q8QHSiw .container-fluid {
  padding: 0;
}
.cid-rK3q8QHSiw img {
  width: 100%;
}
.cid-rK3q8QHSiw .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rK3q8QHSiw .content {
    padding: 3rem;
  }
}
.cid-rK3q8QHSiw .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rK3q8QHSiw .img-col {
  padding: 0;
  margin: auto;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK3dHUo7RU {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-rK3f8fsA80 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rK3f8fsA80 .mbr-text,
.cid-rK3f8fsA80 .mbr-section-btn {
  color: #767676;
}
.cid-rK3f8fsA80 p {
  z-index: 2;
  position: relative;
}
.cid-rK3f8fsA80 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rK3f8fsA80 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rK3f8fsA80 .ico1 {
  font-size: 2rem;
}
.cid-rK3f8fsA80 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rK3f8fsA80 H3 {
  color: #149dcc;
}
.cid-rK3eYgRCqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rK3eYgRCqs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rK3eYgRCqs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rK3eYgRCqs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rK3eYgRCqs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rK3eYgRCqs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rK3eYgRCqs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rK3eYgRCqs .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rK3eYgRCqs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rK3eYgRCqs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK33G5KaXj {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rK33G5KaXj .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rK33G5KaXj .text-block {
  position: relative;
  z-index: 0;
}
.cid-rK33G5KaXj .box {
  width: 25%;
  height: 40%;
  background: #0087ab;
  position: absolute;
  top: 4%;
}
.cid-rK33G5KaXj .box {
  left: 20%;
}
.cid-rK33G5KaXj .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rK33G5KaXj .mbr-section-text,
.cid-rK33G5KaXj .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-rK33G5KaXj .text-box {
    display: none;
  }
  .cid-rK33G5KaXj .mbr-section-title,
  .cid-rK33G5KaXj .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rK33G5KaXj .box {
    display: none;
  }
  .cid-rK33G5KaXj .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rK33G5KaXj .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rK33G5KaXj .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rK33G5KaXj .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-rK33G5KaXj .mbr-section-title {
  text-align: left;
}
.cid-rKOEv3A9lG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKOEv3A9lG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rKOEv3A9lG .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #000000;
}
.cid-rKOEv3A9lG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rKOEv3A9lG .inner-container {
    width: 100% !important;
  }
}
.cid-rKOEv3A9lG .section-text DIV {
  text-align: left;
}
.cid-rLpJVvKBkx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #282124;
}
.cid-rLpJVvKBkx .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rLpJVvKBkx .container {
  max-width: 1500px;
}
.cid-rLpJVvKBkx .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rLpJVvKBkx .container {
    padding: 0 4rem;
  }
}
.cid-rLpJVvKBkx .mbr-text,
.cid-rLpJVvKBkx .mbr-section-btn {
  color: #efeeee;
}
.cid-rLpJVvKBkx .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rLpJVvKBkx .btn .mbr-iconfont {
  order: 2;
}
.cid-rLpJVvKBkx .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rLpJVvKBkx .align-left {
    text-align: center;
  }
  .cid-rLpJVvKBkx .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK3r89CPvo {
  background-image: url("../../../assets/images/o-cap-and-gown-facebook-1536x1023.webp");
}
.cid-rK3rOrnWB5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rK3rOrnWB5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rK3rOrnWB5 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rK3rOrnWB5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rK3rOrnWB5 .inner-container {
    width: 100% !important;
  }
}
.cid-rK3sbDtznv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rK3sbDtznv .container-fluid {
  padding: 0;
}
.cid-rK3sbDtznv img {
  width: 100%;
}
.cid-rK3sbDtznv .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rK3sbDtznv .content {
    padding: 3rem;
  }
}
.cid-rK3sbDtznv .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rK3sbDtznv .img-col {
  padding: 0;
  margin: auto;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK3wlPPWHP {
  background-image: url("../../../assets/images/training-2-1200x480.webp");
}
.cid-rK4DUbwecC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rK4DUbwecC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rK4DUbwecC .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rK4DUbwecC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rK4DUbwecC .inner-container {
    width: 100% !important;
  }
}
.cid-rK4EIlvIp1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK3syG16UL {
  background-image: url("../../../assets/images/ptdf-postgraduate-scholarship-program-for-msc-and-phd-2019-2020-973x615.webp");
}
.cid-rK3tyGdaHs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rK3tyGdaHs .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rK3tyGdaHs .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rK3tyGdaHs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rK3tyGdaHs .inner-container {
    width: 100% !important;
  }
}
.cid-rK3tyGdaHs .section-text DIV {
  text-align: left;
}
.cid-rK3syKuq3F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rK3syKuq3F .container-fluid {
  padding: 0;
}
.cid-rK3syKuq3F img {
  width: 100%;
}
.cid-rK3syKuq3F .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rK3syKuq3F .content {
    padding: 3rem;
  }
}
.cid-rK3syKuq3F .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rK3syKuq3F .img-col {
  padding: 0;
  margin: auto;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-rK4JZu0ved {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/lagos-1200x900.webp");
}
.cid-rK4JZu0ved .mbr-section-title {
  text-align: center;
}
.cid-rK4JZu0ved .mbr-text,
.cid-rK4JZu0ved .mbr-section-btn {
  text-align: center;
}
.cid-sRtD7jUTbo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRtD7jUTbo .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  display: flex;
}
.cid-sRtD7jUTbo .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sRtD7jUTbo p {
  line-height: 1.5;
}
.cid-sRtD7jUTbo .card-img img {
  border-radius: 3px;
}
.cid-sRtD7jUTbo .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sRtD7jUTbo .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sRtD7jUTbo .mail,
.cid-sRtD7jUTbo .phone,
.cid-sRtD7jUTbo .mbr-iconfont {
  display: inline-block;
}
.cid-sRtD7jUTbo .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sRtD7jUTbo h3 {
  margin: 0;
}
.cid-sRtD7jUTbo .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sRtD7jUTbo .card-box {
  padding-left: 1rem;
  width: 70%;
}
.cid-sRtD7jUTbo .mbr-section-title,
.cid-sRtD7jUTbo .line-wrap {
  text-align: center;
}
.cid-sRtD7jUTbo .phone {
  color: #000000;
  text-align: left;
}
.cid-sRtD7jUTbo .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sRtD7jUTbo .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-sRtEuKikAk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRtEuKikAk .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  display: flex;
}
.cid-sRtEuKikAk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sRtEuKikAk p {
  line-height: 1.5;
}
.cid-sRtEuKikAk .card-img img {
  border-radius: 3px;
}
.cid-sRtEuKikAk .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sRtEuKikAk .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-sRtEuKikAk .mail,
.cid-sRtEuKikAk .phone,
.cid-sRtEuKikAk .mbr-iconfont {
  display: inline-block;
}
.cid-sRtEuKikAk .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-sRtEuKikAk h3 {
  margin: 0;
}
.cid-sRtEuKikAk .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-sRtEuKikAk .card-box {
  padding-left: 1rem;
  width: 70%;
}
.cid-sRtEuKikAk .mbr-section-title,
.cid-sRtEuKikAk .line-wrap {
  text-align: center;
}
.cid-sRtEuKikAk .phone {
  color: #000000;
  text-align: left;
}
.cid-sRtEuKikAk .mail {
  color: #0087ab;
  text-align: left;
}
.cid-sRtEuKikAk .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-t5Vco2IRcW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5Vco2IRcW .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  display: flex;
}
.cid-t5Vco2IRcW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t5Vco2IRcW p {
  line-height: 1.5;
}
.cid-t5Vco2IRcW .card-img img {
  border-radius: 3px;
}
.cid-t5Vco2IRcW .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t5Vco2IRcW .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-t5Vco2IRcW .mail,
.cid-t5Vco2IRcW .phone,
.cid-t5Vco2IRcW .mbr-iconfont {
  display: inline-block;
}
.cid-t5Vco2IRcW .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-t5Vco2IRcW h3 {
  margin: 0;
}
.cid-t5Vco2IRcW .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-t5Vco2IRcW .card-box {
  padding-left: 1rem;
  width: 70%;
}
.cid-t5Vco2IRcW .mbr-section-title,
.cid-t5Vco2IRcW .line-wrap {
  text-align: center;
}
.cid-t5Vco2IRcW .phone {
  color: #000000;
  text-align: left;
}
.cid-t5Vco2IRcW .mail {
  color: #0087ab;
  text-align: left;
}
.cid-t5Vco2IRcW .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-sQZWr7edR0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sQZWr7edR0 img {
  width: 100%;
}
.cid-sQZWr7edR0 p {
  line-height: 1.6;
}
.cid-sQZWr7edR0 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQZWr7edR0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sQZWr7edR0 .mbr-text,
.cid-sQZWr7edR0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-sQZWr7edR0 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sQZWr7edR0 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sQZWr7edR0 .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sQZWr7edR0 .mbr-section-title,
.cid-sQZWr7edR0 .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sQZWr7edR0 .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rK4SmmJdhn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rK4SmmJdhn .container-fluid {
  padding: 0;
}
.cid-rK4SmmJdhn img {
  width: 100%;
}
.cid-rK4SmmJdhn .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rK4SmmJdhn .content {
    padding: 3rem;
  }
}
.cid-rK4SmmJdhn .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rK4SmmJdhn .img-col {
  padding: 0;
  margin: auto;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK4TRr2pzy {
  background-color: #dfcb16;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK4UsnhBah {
  background-image: url("../../../assets/images/mbr-10-1920x1280.webp");
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-tYIcCG1sT5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-tYIcCG1sT5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tYIcCG1sT5 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tYIcCG1sT5 .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-tYIcCG1sT5 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tYIcCG1sT5 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tYIcCG1sT5 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tYIcCG1sT5 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tYIcCG1sT5 .content-box {
  display: flex;
}
.cid-tYIcCG1sT5 .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYIcCG1sT5 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tYIcCG1sT5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tYIcCG1sT5 .rev,
.cid-tYIcCG1sT5 .mbr-iconfont {
  display: inline-block;
}
.cid-tYIcCG1sT5 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tYIcCG1sT5 .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tYIcCG1sT5 .card-box {
  padding: 1rem;
}
.cid-tYIcCG1sT5 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tYIcCG1sT5 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tYIcCG1sT5 .mbr-section-title,
.cid-tYIcCG1sT5 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tYIcCG1sT5 .rev {
  text-align: left;
}
.cid-tYIcCG1sT5 .card-text,
.cid-tYIcCG1sT5 .mbr-section-btn,
.cid-tYIcCG1sT5 .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tYIcCG1sT5 .rev i {
  color: #0a1c44;
}
.cid-tYIcCG1sT5 .date {
  text-align: center;
  color: #ffffff;
}
.cid-tYIcCG1sT5 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tYIcCG1sT5 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tYIcCG1sT5 .img-hover {
    opacity: 0.5;
  }
  .cid-tYIcCG1sT5 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tYIjUAukxS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tYIjUAukxS img {
  width: 100%;
}
.cid-tYIjUAukxS p {
  line-height: 1.6;
}
.cid-tYIjUAukxS .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYIjUAukxS .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tYIjUAukxS .mbr-text,
.cid-tYIjUAukxS .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-tYIjUAukxS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tYIjUAukxS .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-tYIjUAukxS .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-tYIjUAukxS .mbr-section-title,
.cid-tYIjUAukxS .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tYIjUAukxS .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rK4VMnS1HX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1271.webp");
}
.cid-rK4VMnS1HX .mbr-section-title {
  text-align: center;
}
.cid-rK4VMnS1HX .mbr-text,
.cid-rK4VMnS1HX .mbr-section-btn {
  text-align: center;
}
.cid-rKIXum8Ezz {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rKIXum8Ezz .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKIXum8Ezz .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rKIXum8Ezz .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rKIXum8Ezz .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-rKIXum8Ezz .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rKIXum8Ezz .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rKIXum8Ezz .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-rKIXum8Ezz .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-rKIXum8Ezz .card .card-box .card-title,
  .cid-rKIXum8Ezz .card .card-box .mbr-text,
  .cid-rKIXum8Ezz .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-rKIXum8Ezz .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rKIXum8Ezz .card .card-img {
    text-align: right !important;
  }
}
.cid-rKIXum8Ezz .mbr-text,
.cid-rKIXum8Ezz .link {
  color: #000000;
}
.cid-rKJ0vh8jff {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3c98b1;
}
.cid-rKJ0vh8jff .mbr-overlay {
  background: linear-gradient(90deg, #4284df, #6441a5);
}
.cid-rKJ0vh8jff h2,
.cid-rKJ0vh8jff h3,
.cid-rKJ0vh8jff h4,
.cid-rKJ0vh8jff p {
  color: #ffffff;
}
.cid-rKJ0vh8jff .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rKJ0vh8jff .text-block {
  border-bottom: 1px solid #767676;
}
.cid-rKJ0vh8jff .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKJ0vh8jff .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rKJ0vh8jff .form-control:focus,
.cid-rKJ0vh8jff .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rKJ0vh8jff .form-group {
  margin-bottom: 1rem;
}
.cid-rKJ0vh8jff input::-webkit-input-placeholder,
.cid-rKJ0vh8jff textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rKJ0vh8jff input:-moz-placeholder,
.cid-rKJ0vh8jff textarea:-moz-placeholder {
  color: #656565;
}
.cid-rKJ0vh8jff .jq-selectbox li,
.cid-rKJ0vh8jff .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKJ0vh8jff .jq-selectbox li:hover,
.cid-rKJ0vh8jff .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rKJ0vh8jff .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKJ0vh8jff .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rKJ0vh8jff .mbr-text {
  color: #767676;
}
.cid-rKJ0vh8jff a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rKJ0vh8jff .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rKJ0vh8jff .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rKJ0vh8jff textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rKJ0vh8jff h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rKJ0vh8jff .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rKJ0vh8jff .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rKJ0vh8jff .google-map {
    padding-bottom: 2rem;
  }
}
.cid-rKJ0vh8jff LABEL {
  color: #ffffff;
}
.cid-rK4XPpxCsd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rK4XPpxCsd .container-fluid {
  padding: 0;
}
.cid-rK4XPpxCsd img {
  width: 100%;
}
.cid-rK4XPpxCsd .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rK4XPpxCsd .content {
    padding: 3rem;
  }
}
.cid-rK4XPpxCsd .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rK4XPpxCsd .img-col {
  padding: 0;
  margin: auto;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rKbQkqAU4F {
  background-image: url("../../../assets/images/banner-foreign-gau-1-1200x500.webp");
}
.cid-rKbR9DfJxe {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #efefef, #cccccc);
}
.cid-rKbR9DfJxe .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rKbR9DfJxe .mbr-text,
.cid-rKbR9DfJxe .mbr-section-btn {
  color: #030303;
}
.cid-rKbX7H54GY {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rKbX7H54GY .image-block {
  margin: auto;
}
.cid-rKbX7H54GY figcaption {
  position: relative;
}
.cid-rKbX7H54GY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rKbX7H54GY .image-block {
    width: 100% !important;
  }
}
.cid-rKbXcFwxmK {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rKbXcFwxmK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rKbXcFwxmK .video-block {
    width: 100% !important;
  }
}
.cid-rKbXeOGGc3 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rKbXeOGGc3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rKbXeOGGc3 .video-block {
    width: 100% !important;
  }
}
.cid-rKbXiia5P2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rKbXiia5P2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rKbXiia5P2 .container-table {
  margin: 0 auto;
}
.cid-rKbXiia5P2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rKbXiia5P2 .dataTables_wrapper {
  display: block;
}
.cid-rKbXiia5P2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rKbXiia5P2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rKbXiia5P2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rKbXiia5P2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rKbXiia5P2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rKbXiia5P2 table td {
  border-top: 1px solid #cccccc;
}
.cid-rKbXiia5P2 table.table {
  background: #ffffff;
}
.cid-rKbXiia5P2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rKbXiia5P2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rKbXiia5P2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rKbXiia5P2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rKbXiia5P2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rKbXiia5P2 .dataTables_filter {
    text-align: center;
  }
  .cid-rKbXiia5P2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rKbXsLofRr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rKbY9LGrGw {
  background: #ffffff;
}
.cid-rKbY9LGrGw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rKbY9LGrGw .mbr-figure {
  margin: 0 auto;
}
.cid-rKbY9LGrGw figcaption {
  position: relative;
}
.cid-rKbY9LGrGw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rKbY9LGrGw .image-block {
    width: 100% !important;
  }
}
.cid-rKbYlX4TZn {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #f5f7fa, #ffffff);
}
.cid-rKbYlX4TZn .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rKbYlX4TZn .mbr-text,
.cid-rKbYlX4TZn .mbr-section-btn {
  color: #030303;
}
.cid-rKbYxscf7R {
  background: #149dcc;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-rKbYxscf7R .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rKbYxscf7R .video-block {
    width: 100% !important;
  }
}
.cid-rKbYzJrxWR {
  background: #149dcc;
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #149dcc);
}
.cid-rKbYzJrxWR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rKbYzJrxWR .video-block {
    width: 100% !important;
  }
}
.cid-rKbYCIIQvs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rKbYCIIQvs .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-rKbYCIIQvs .container-table {
  margin: 0 auto;
}
.cid-rKbYCIIQvs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rKbYCIIQvs .dataTables_wrapper {
  display: block;
}
.cid-rKbYCIIQvs .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rKbYCIIQvs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rKbYCIIQvs table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rKbYCIIQvs table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rKbYCIIQvs table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rKbYCIIQvs table td {
  border-top: 1px solid #cccccc;
}
.cid-rKbYCIIQvs table.table {
  background: #ffffff;
}
.cid-rKbYCIIQvs .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rKbYCIIQvs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rKbYCIIQvs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rKbYCIIQvs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rKbYCIIQvs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rKbYCIIQvs .dataTables_filter {
    text-align: center;
  }
  .cid-rKbYCIIQvs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rKbYCIIQvs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rKbYCIIQvs .body-item {
  text-align: left;
}
.cid-rKbYBdq0mF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
.cid-rKbYBdq0mF .mbr-section-subtitle {
  color: #767676;
}
.cid-rKbYBdq0mF .btn {
  margin: 0 0 .5rem 0;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rKwhQCcIF8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-rKwhQCcIF8 .mbr-section-title {
  text-align: center;
}
.cid-rKwhQCcIF8 .mbr-text,
.cid-rKwhQCcIF8 .mbr-section-btn {
  text-align: center;
}
.cid-rKwiOzkHtK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKwiOzkHtK .mbr-section-title {
  margin: 0;
}
.cid-rKwiOzkHtK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKwiOzkHtK .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rKwiOzkHtK .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKwiOzkHtK .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rKwiOzkHtK .team-item .item-image {
  position: relative !important;
}
.cid-rKwiOzkHtK .team-item .item-image img {
  width: 100%;
}
.cid-rKwiOzkHtK .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-rKwiOzkHtK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rKwiOzkHtK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rKwiOzkHtK .team-item .item-caption {
  background: #efefef;
}
.cid-rKwiOzkHtK .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rKwiOzkHtK .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rKwiOzkHtK .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rKwiOzkHtK .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-rKwiOzkHtK .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rKwiOzkHtK .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rKwiOzkHtK .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rKwiOzkHtK .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rKwiOzkHtK .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rKwiOzkHtK .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rKwiOzkHtK .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rKOCaGWoPc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKOCaGWoPc .mbr-section-title {
  margin: 0;
}
.cid-rKOCaGWoPc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKOCaGWoPc .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rKOCaGWoPc .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKOCaGWoPc .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rKOCaGWoPc .team-item .item-image {
  position: relative !important;
}
.cid-rKOCaGWoPc .team-item .item-image img {
  width: 100%;
}
.cid-rKOCaGWoPc .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-rKOCaGWoPc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rKOCaGWoPc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rKOCaGWoPc .team-item .item-caption {
  background: #efefef;
}
.cid-rKOCaGWoPc .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rKOCaGWoPc .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rKOCaGWoPc .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rKOCaGWoPc .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-rKOCaGWoPc .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOCaGWoPc .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOCaGWoPc .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOCaGWoPc .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOCaGWoPc .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOCaGWoPc .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOCaGWoPc .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rKOKFoA4HN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKOKFoA4HN .mbr-section-title {
  margin: 0;
}
.cid-rKOKFoA4HN .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKOKFoA4HN .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rKOKFoA4HN .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rKOKFoA4HN .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rKOKFoA4HN .team-item .item-image {
  position: relative !important;
}
.cid-rKOKFoA4HN .team-item .item-image img {
  width: 100%;
}
.cid-rKOKFoA4HN .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-rKOKFoA4HN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rKOKFoA4HN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rKOKFoA4HN .team-item .item-caption {
  background: #efefef;
}
.cid-rKOKFoA4HN .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rKOKFoA4HN .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rKOKFoA4HN .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rKOKFoA4HN .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-rKOKFoA4HN .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOKFoA4HN .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOKFoA4HN .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOKFoA4HN .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOKFoA4HN .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOKFoA4HN .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rKOKFoA4HN .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-tA9UW2gou0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA9UW2gou0 .mbr-section-title {
  margin: 0;
}
.cid-tA9UW2gou0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tA9UW2gou0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-tA9UW2gou0 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tA9UW2gou0 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-tA9UW2gou0 .team-item .item-image {
  position: relative !important;
}
.cid-tA9UW2gou0 .team-item .item-image img {
  width: 100%;
}
.cid-tA9UW2gou0 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  pointer-events: none;
}
.cid-tA9UW2gou0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tA9UW2gou0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tA9UW2gou0 .team-item .item-caption {
  background: #efefef;
}
.cid-tA9UW2gou0 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-tA9UW2gou0 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tA9UW2gou0 .item-social li a span {
  border-radius: 50%;
  background-color: #767676;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-tA9UW2gou0 .item-social li a span:hover {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-tA9UW2gou0 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-tA9UW2gou0 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-tA9UW2gou0 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-tA9UW2gou0 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-tA9UW2gou0 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-tA9UW2gou0 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-tA9UW2gou0 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rKEc57Xmwa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-rKEc57Xmwa .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-rKEc57Xmwa .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rKEc57Xmwa .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rKEc57Xmwa .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-rKEc57Xmwa .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-rKEc57Xmwa .card-box {
  padding: 1rem;
}
.cid-rKEc57Xmwa .mbr-section-title,
.cid-rKEc57Xmwa .line-wrap {
  text-align: center;
}
.cid-rKEc57Xmwa .card-box > p,
.cid-rKEc57Xmwa .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rKEduIiEYB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-rKEduIiEYB .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-rKEduIiEYB .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rKEduIiEYB .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rKEduIiEYB .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-rKEduIiEYB .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-rKEduIiEYB .card-box {
  padding: 1rem;
}
.cid-rKEduIiEYB .mbr-section-title,
.cid-rKEduIiEYB .line-wrap {
  text-align: center;
}
.cid-rKEduIiEYB .card-box > p,
.cid-rKEduIiEYB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-s1xkqmphYU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-s1xkqmphYU .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-s1xkqmphYU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s1xkqmphYU .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s1xkqmphYU .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-s1xkqmphYU .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-s1xkqmphYU .card-box {
  padding: 1rem;
}
.cid-s1xkqmphYU .mbr-section-title,
.cid-s1xkqmphYU .line-wrap {
  text-align: center;
}
.cid-s1xkqmphYU .card-box > p,
.cid-s1xkqmphYU .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-spoc7L1yiw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-spoc7L1yiw .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-spoc7L1yiw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spoc7L1yiw .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spoc7L1yiw .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-spoc7L1yiw .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-spoc7L1yiw .card-box {
  padding: 1rem;
}
.cid-spoc7L1yiw .mbr-section-title,
.cid-spoc7L1yiw .line-wrap {
  text-align: center;
}
.cid-spoc7L1yiw .card-box > p,
.cid-spoc7L1yiw .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u2ybaEEpcl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-u2ybaEEpcl .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-u2ybaEEpcl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u2ybaEEpcl .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-u2ybaEEpcl .card-title {
  color: #0087ab;
  margin: 0;
  text-align: left;
}
.cid-u2ybaEEpcl .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-u2ybaEEpcl .card-box {
  padding: 1rem;
}
.cid-u2ybaEEpcl .mbr-section-title,
.cid-u2ybaEEpcl .line-wrap {
  text-align: center;
}
.cid-u2ybaEEpcl .card-box > p,
.cid-u2ybaEEpcl .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-rM4vCYWmdJ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-rM4vCYWmdJ .mbr-section-title {
  text-align: center;
}
.cid-rM4vCYWmdJ .mbr-text,
.cid-rM4vCYWmdJ .mbr-section-btn {
  text-align: center;
}
.cid-rLK5GIr7Xu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLK5GIr7Xu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLK5GIr7Xu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLK5GIr7Xu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLK5GIr7Xu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLK5GIr7Xu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rLK5GIr7Xu .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter ul {
  display: block;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter li.active .btn,
.cid-rLK5GIr7Xu .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-rLK5GIr7Xu .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-rLK5GIr7Xu .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-rLK5GIr7Xu .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-rLK5GIr7Xu .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-rLK5GIr7Xu .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rLK5GIr7Xu .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rLK5GIr7Xu .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rLK5GIr7Xu .icon-focus:before {
  content: '\e95e';
}
.cid-rLK5GIr7Xu .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-rLK5GIr7Xu .mbr-section-title {
  margin: 0;
}
.cid-rLK5GIr7Xu .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rLK5GIr7Xu .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rLK5GIr7Xu .mbr-section-title,
.cid-rLK5GIr7Xu .underline {
  text-align: left;
}
.cid-rM93adRYBS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-rM93adRYBS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rM93adRYBS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rM93adRYBS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rM93adRYBS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rM93adRYBS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rM93adRYBS .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rM93adRYBS .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rM93adRYBS .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-rM93adRYBS .mbr-gallery-filter ul {
  display: block;
}
.cid-rM93adRYBS .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rM93adRYBS .mbr-gallery-filter li.active .btn,
.cid-rM93adRYBS .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-rM93adRYBS .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-rM93adRYBS .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-rM93adRYBS .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-rM93adRYBS .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-rM93adRYBS .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-rM93adRYBS .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-rM93adRYBS .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rM93adRYBS .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rM93adRYBS .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rM93adRYBS .icon-focus:before {
  content: '\e95e';
}
.cid-rM93adRYBS .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-rM93adRYBS .mbr-section-title {
  margin: 0;
}
.cid-rM93adRYBS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rM93adRYBS .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rM93adRYBS .mbr-section-title,
.cid-rM93adRYBS .underline {
  text-align: center;
}
.cid-rMrIiuRBAv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
.cid-rMrIiuRBAv .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rMrIiuRBAv .container {
  max-width: 1500px;
}
.cid-rMrIiuRBAv .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rMrIiuRBAv .container {
    padding: 0 4rem;
  }
}
.cid-rMrIiuRBAv .mbr-text,
.cid-rMrIiuRBAv .mbr-section-btn {
  color: #efeeee;
}
.cid-rMrIiuRBAv .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rMrIiuRBAv .btn .mbr-iconfont {
  order: 2;
}
.cid-rMrIiuRBAv .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rMrIiuRBAv .align-left {
    text-align: center;
  }
  .cid-rMrIiuRBAv .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-u2i56d7CNN {
  background-color: #ffffff;
}
.cid-u2i56d7CNN img {
  width: 100%;
}
.cid-u2i56d7CNN p {
  line-height: 1.6;
}
.cid-u2i56d7CNN .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2i56d7CNN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2i56d7CNN .mbr-text,
.cid-u2i56d7CNN .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-u2i56d7CNN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u2i56d7CNN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u2i56d7CNN .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u2i56d7CNN .mbr-section-title,
.cid-u2i56d7CNN .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u2i56d7CNN .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u2i9NcTkuw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-u2i9NcTkuw .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u2i9NcTkuw .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-u2i9NcTkuw .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #0087ab;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-u2i9NcTkuw .link:hover:before {
  background: #efefef;
}
.cid-u2i9NcTkuw .mbr-section-title {
  color: #000000;
}
.cid-u2i9NcTkuw .mbr-text,
.cid-u2i9NcTkuw .mbr-section-btn {
  color: #000000;
}
.cid-u2i9NcTkuw .link,
.cid-u2i9NcTkuw .link-wrap {
  color: #000000;
}
.cid-u2i9NcTkuw .mbr-title {
  color: #000000;
}
.cid-u2ictOkHaG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ictOkHaG .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u2ictOkHaG .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-u2ictOkHaG .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #0087ab;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-u2ictOkHaG .link:hover:before {
  background: #efefef;
}
.cid-u2ictOkHaG .mbr-section-title {
  color: #000000;
}
.cid-u2ictOkHaG .mbr-text,
.cid-u2ictOkHaG .mbr-section-btn {
  color: #000000;
}
.cid-u2ictOkHaG .link,
.cid-u2ictOkHaG .link-wrap {
  color: #000000;
}
.cid-u2ictOkHaG .mbr-title {
  color: #232323;
}
.cid-u2ictOkHaG P {
  color: #000000;
}
.cid-u2nkRKLiBl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u2nkRKLiBl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2nkRKLiBl .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ffffff;
}
.cid-u2nkRKLiBl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u2nkRKLiBl .inner-container {
    width: 100% !important;
  }
}
.cid-sjaDoCGZKT .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sjaDoCGZKT .navbar-fixed-top {
  padding-top: 0;
}
.cid-sjaDoCGZKT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sjaDoCGZKT .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sjaDoCGZKT .dropdown-item {
  padding: 0;
}
.cid-sjaDoCGZKT .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-sjaDoCGZKT .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sjaDoCGZKT .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjaDoCGZKT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sjaDoCGZKT a {
  font-style: normal;
}
.cid-sjaDoCGZKT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sjaDoCGZKT .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sjaDoCGZKT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-sjaDoCGZKT .content-text {
  margin-bottom: 0;
}
.cid-sjaDoCGZKT .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sjaDoCGZKT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sjaDoCGZKT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sjaDoCGZKT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sjaDoCGZKT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sjaDoCGZKT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sjaDoCGZKT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sjaDoCGZKT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sjaDoCGZKT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjaDoCGZKT .nav-dropdown .link {
  font-weight: 400;
}
.cid-sjaDoCGZKT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sjaDoCGZKT .content-right-side {
  text-align: center;
}
.cid-sjaDoCGZKT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sjaDoCGZKT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sjaDoCGZKT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sjaDoCGZKT .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sjaDoCGZKT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjaDoCGZKT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sjaDoCGZKT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sjaDoCGZKT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sjaDoCGZKT .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sjaDoCGZKT .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sjaDoCGZKT .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sjaDoCGZKT .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sjaDoCGZKT .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sjaDoCGZKT .navbar {
    display: block;
    padding: 0;
  }
  .cid-sjaDoCGZKT .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sjaDoCGZKT .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sjaDoCGZKT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sjaDoCGZKT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sjaDoCGZKT .navbar-toggler {
    display: none;
  }
  .cid-sjaDoCGZKT .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjaDoCGZKT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sjaDoCGZKT .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjaDoCGZKT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sjaDoCGZKT .menu-logo {
  margin-right: auto;
}
.cid-sjaDoCGZKT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjaDoCGZKT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sjaDoCGZKT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sjaDoCGZKT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sjaDoCGZKT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sjaDoCGZKT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sjaDoCGZKT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sjaDoCGZKT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjaDoCGZKT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjaDoCGZKT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjaDoCGZKT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sjaDoCGZKT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjaDoCGZKT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjaDoCGZKT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sjaDoCGZKT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sjaDoCGZKT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sjaDoCGZKT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sjaDoCGZKT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sjaDoCGZKT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sjaDoCGZKT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjaDoCGZKT button.navbar-toggler:focus {
  outline: none;
}
.cid-sjaDoCGZKT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sjaDoCGZKT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjaDoCGZKT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjaDoCGZKT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjaDoCGZKT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjaDoCGZKT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjaDoCGZKT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjaDoCGZKT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjaDoCGZKT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjaDoCGZKT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjaDoCGZKT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjaDoCGZKT .collapsed .btn {
  display: flex;
}
.cid-sjaDoCGZKT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjaDoCGZKT .collapsed .navbar-collapse.collapsing,
.cid-sjaDoCGZKT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjaDoCGZKT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjaDoCGZKT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sjaDoCGZKT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjaDoCGZKT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjaDoCGZKT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjaDoCGZKT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sjaDoCGZKT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjaDoCGZKT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sjaDoCGZKT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sjaDoCGZKT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjaDoCGZKT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sjaDoCGZKT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjaDoCGZKT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sjaDoCGZKT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjaDoCGZKT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sjaDoCGZKT .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sjaDoCGZKT .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sjaDoCGZKT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjaDoCGZKT .navbar-collapse.collapsing,
  .cid-sjaDoCGZKT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjaDoCGZKT .navbar-collapse.collapsing .navbar-nav,
  .cid-sjaDoCGZKT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjaDoCGZKT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjaDoCGZKT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjaDoCGZKT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjaDoCGZKT .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sjaDoCGZKT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjaDoCGZKT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjaDoCGZKT .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sjaDoCGZKT img {
    height: 3.8rem !important;
  }
  .cid-sjaDoCGZKT .btn {
    display: flex;
  }
  .cid-sjaDoCGZKT button.navbar-toggler {
    display: block;
  }
  .cid-sjaDoCGZKT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sjaDoCGZKT .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sjaDoCGZKT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sjaDoCGZKT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjaDoCGZKT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjaDoCGZKT .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sjaDoCGZKT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sjaDoCGZKT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sjaDoCGZKT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sjaDoCGZKT .nav-link:focus {
  outline: none;
}
.cid-sjaDoCGZKT .navbar-toggler {
  position: relative;
}
.cid-sjaDoCGZKT .dropdown-item.active,
.cid-sjaDoCGZKT .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-sk52bspR8G {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/best-time-to-send-an-email-2000x1333.webp");
}
.cid-sk52bspR8G .mbr-section-title {
  text-align: center;
}
.cid-sk52bspR8G .mbr-text,
.cid-sk52bspR8G .mbr-section-btn {
  text-align: center;
}
.cid-sk5cV08mhr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sk5cV08mhr img {
  width: 100%;
}
.cid-sk5cV08mhr p {
  line-height: 1.6;
}
.cid-sk5cV08mhr .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sk5cV08mhr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sk5cV08mhr .mbr-text,
.cid-sk5cV08mhr .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-sk5cV08mhr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sk5cV08mhr .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sk5cV08mhr .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sk5cV08mhr .mbr-section-title,
.cid-sk5cV08mhr .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sk5cV08mhr .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-sk52bvq1n4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sk52bvq1n4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sk52bvq1n4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sk52bvq1n4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sk52bvq1n4 .dropdown-item {
  padding: 0;
}
.cid-sk52bvq1n4 .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-sk52bvq1n4 .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sk52bvq1n4 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sk52bvq1n4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sk52bvq1n4 a {
  font-style: normal;
}
.cid-sk52bvq1n4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sk52bvq1n4 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sk52bvq1n4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-sk52bvq1n4 .content-text {
  margin-bottom: 0;
}
.cid-sk52bvq1n4 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sk52bvq1n4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sk52bvq1n4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sk52bvq1n4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sk52bvq1n4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sk52bvq1n4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sk52bvq1n4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sk52bvq1n4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sk52bvq1n4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sk52bvq1n4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sk52bvq1n4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sk52bvq1n4 .content-right-side {
  text-align: center;
}
.cid-sk52bvq1n4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sk52bvq1n4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sk52bvq1n4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sk52bvq1n4 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sk52bvq1n4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sk52bvq1n4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sk52bvq1n4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sk52bvq1n4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sk52bvq1n4 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sk52bvq1n4 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sk52bvq1n4 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sk52bvq1n4 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sk52bvq1n4 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sk52bvq1n4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sk52bvq1n4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sk52bvq1n4 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sk52bvq1n4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sk52bvq1n4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sk52bvq1n4 .navbar-toggler {
    display: none;
  }
  .cid-sk52bvq1n4 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sk52bvq1n4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sk52bvq1n4 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sk52bvq1n4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sk52bvq1n4 .menu-logo {
  margin-right: auto;
}
.cid-sk52bvq1n4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sk52bvq1n4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sk52bvq1n4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sk52bvq1n4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sk52bvq1n4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sk52bvq1n4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sk52bvq1n4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sk52bvq1n4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sk52bvq1n4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sk52bvq1n4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sk52bvq1n4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sk52bvq1n4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sk52bvq1n4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sk52bvq1n4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sk52bvq1n4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sk52bvq1n4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sk52bvq1n4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sk52bvq1n4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sk52bvq1n4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sk52bvq1n4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sk52bvq1n4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sk52bvq1n4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sk52bvq1n4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sk52bvq1n4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk52bvq1n4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk52bvq1n4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sk52bvq1n4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk52bvq1n4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sk52bvq1n4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sk52bvq1n4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk52bvq1n4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sk52bvq1n4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sk52bvq1n4 .collapsed .btn {
  display: flex;
}
.cid-sk52bvq1n4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sk52bvq1n4 .collapsed .navbar-collapse.collapsing,
.cid-sk52bvq1n4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sk52bvq1n4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sk52bvq1n4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sk52bvq1n4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sk52bvq1n4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sk52bvq1n4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sk52bvq1n4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sk52bvq1n4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sk52bvq1n4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sk52bvq1n4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sk52bvq1n4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sk52bvq1n4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sk52bvq1n4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sk52bvq1n4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sk52bvq1n4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sk52bvq1n4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sk52bvq1n4 .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sk52bvq1n4 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sk52bvq1n4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sk52bvq1n4 .navbar-collapse.collapsing,
  .cid-sk52bvq1n4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sk52bvq1n4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sk52bvq1n4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sk52bvq1n4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sk52bvq1n4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sk52bvq1n4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sk52bvq1n4 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sk52bvq1n4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sk52bvq1n4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sk52bvq1n4 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sk52bvq1n4 img {
    height: 3.8rem !important;
  }
  .cid-sk52bvq1n4 .btn {
    display: flex;
  }
  .cid-sk52bvq1n4 button.navbar-toggler {
    display: block;
  }
  .cid-sk52bvq1n4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sk52bvq1n4 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sk52bvq1n4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sk52bvq1n4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sk52bvq1n4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sk52bvq1n4 .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sk52bvq1n4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sk52bvq1n4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sk52bvq1n4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sk52bvq1n4 .nav-link:focus {
  outline: none;
}
.cid-sk52bvq1n4 .navbar-toggler {
  position: relative;
}
.cid-sk52bvq1n4 .dropdown-item.active,
.cid-sk52bvq1n4 .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-sD8zQxYWRd {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD8zQxYWRd img {
  width: 100%;
}
.cid-sD8zQxYWRd p {
  line-height: 1.6;
}
.cid-sD8zQxYWRd .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD8zQxYWRd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD8zQxYWRd .mbr-text,
.cid-sD8zQxYWRd .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-sD8zQxYWRd .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sD8zQxYWRd .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sD8zQxYWRd .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sD8zQxYWRd .mbr-section-title,
.cid-sD8zQxYWRd .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sD8zQxYWRd .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-sD94DXbIXM {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-sD94DXbIXM .carousel {
  width: 100%;
}
.cid-sD94DXbIXM .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sD94DXbIXM .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sD94DXbIXM .mbr-overlay {
  z-index: 1;
}
.cid-sD94DXbIXM .carousel-caption {
  bottom: 100px;
}
.cid-sD94DXbIXM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sD94DXbIXM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sD94DXbIXM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sD94DXbIXM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sD94DXbIXM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sD94DXbIXM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sD94DXbIXM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sD94DXbIXM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD94DXbIXM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sD94DXbIXM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sD94DXbIXM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sD94DXbIXM .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  bottom: 0;
}
.cid-sD94DXbIXM .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0087ab;
}
.cid-sD94DXbIXM .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #0087ab;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sD94DXbIXM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sD94DXbIXM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sD94DXbIXM .carousel-indicators {
    display: none !important;
  }
}
.cid-sD94DXbIXM ol {
  margin: 50px;
}
.cid-sD94DXbIXM .middle {
  position: absolute;
  bottom: 400%;
  width: 100%;
  z-index: 10;
}
.cid-sD94DXbIXM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sD94DXbIXM .mbr-section-text {
  color: #232323;
  text-align: right;
}
.cid-sD94DXbIXM .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-sD94DXbIXM .carousel-fade .active.carousel-item-left,
.cid-sD94DXbIXM .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sD94DXbIXM .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sD94DXbIXM .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sD95Fdus9V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0087ab;
}
.cid-sD95Fdus9V .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-sD95Fdus9V .mbr-text,
.cid-sD95Fdus9V .mbr-section-btn {
  text-align: left;
}
.cid-sD9exsNTaa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sD9exsNTaa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sD9exsNTaa input,
.cid-sD9exsNTaa textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-sD9exsNTaa img {
  width: 90%;
  border-radius: 8px;
}
.cid-sD9exsNTaa .title {
  margin-bottom: 1rem;
}
.cid-sD9exsNTaa p {
  line-height: 1.6;
}
.cid-sD9exsNTaa .btn {
  padding: 0.6rem 3rem!important;
}
.cid-sD9exsNTaa textarea {
  min-height: 160px;
}
.cid-sD9exsNTaa .form-control,
.cid-sD9exsNTaa .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sD9exsNTaa .form-control:hover,
.cid-sD9exsNTaa .field-input:hover,
.cid-sD9exsNTaa .form-control:focus,
.cid-sD9exsNTaa .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sD9exsNTaa input::-webkit-input-placeholder,
.cid-sD9exsNTaa textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sD9exsNTaa input:-moz-placeholder,
.cid-sD9exsNTaa textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sD9exsNTaa .jq-selectbox li,
.cid-sD9exsNTaa .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sD9exsNTaa .jq-selectbox li:hover,
.cid-sD9exsNTaa .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sD9exsNTaa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sD9exsNTaa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sD9exsNTaa H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sD9exsNTaa img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sD9exsNTaa .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sD9exsNTaa H2 {
  color: #57468b;
}
.cid-sD9exsNTaa H3 {
  color: #57468b;
}
.cid-sD9exsNTaa .mbr-text {
  color: #716c80;
}
.cid-sD9wwRmMIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-sD9wwRmMIx .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sD9wwRmMIx .container-fluid {
  padding: 0;
}
.cid-sD9wwRmMIx img {
  width: 100%;
}
.cid-sD9wwRmMIx .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-sD9wwRmMIx .content {
    padding: 3rem;
  }
}
.cid-sD9wwRmMIx .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sD9wwRmMIx .img-col {
  padding: 0;
  margin: auto;
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
.cid-shifkpZPoA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shifkpZPoA .navbar-fixed-top {
  padding-top: 0;
}
.cid-shifkpZPoA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-shifkpZPoA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shifkpZPoA .dropdown-item {
  padding: 0;
}
.cid-shifkpZPoA .dropdown-menu {
  border: 0px solid lightgray;
  background: #3c98b1 !important;
}
.cid-shifkpZPoA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shifkpZPoA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3c98b1;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shifkpZPoA a {
  font-style: normal;
}
.cid-shifkpZPoA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shifkpZPoA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-shifkpZPoA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-shifkpZPoA .content-text {
  margin-bottom: 0;
}
.cid-shifkpZPoA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shifkpZPoA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shifkpZPoA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shifkpZPoA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-shifkpZPoA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-shifkpZPoA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shifkpZPoA .nav-dropdown .link {
  font-weight: 400;
}
.cid-shifkpZPoA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shifkpZPoA .content-right-side {
  text-align: center;
}
.cid-shifkpZPoA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shifkpZPoA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shifkpZPoA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-shifkpZPoA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-shifkpZPoA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-shifkpZPoA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shifkpZPoA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shifkpZPoA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-shifkpZPoA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-shifkpZPoA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-shifkpZPoA .navbar {
    display: block;
    padding: 0;
  }
  .cid-shifkpZPoA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shifkpZPoA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-shifkpZPoA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shifkpZPoA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-shifkpZPoA .navbar-toggler {
    display: none;
  }
  .cid-shifkpZPoA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shifkpZPoA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shifkpZPoA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shifkpZPoA .menu-logo {
  margin-right: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-shifkpZPoA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shifkpZPoA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-shifkpZPoA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shifkpZPoA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shifkpZPoA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shifkpZPoA .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-shifkpZPoA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shifkpZPoA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shifkpZPoA button.navbar-toggler:focus {
  outline: none;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shifkpZPoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shifkpZPoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shifkpZPoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shifkpZPoA .collapsed .btn {
  display: flex;
}
.cid-shifkpZPoA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing,
.cid-shifkpZPoA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-shifkpZPoA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shifkpZPoA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shifkpZPoA .collapsed button.navbar-toggler {
  display: block;
}
.cid-shifkpZPoA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shifkpZPoA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shifkpZPoA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shifkpZPoA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shifkpZPoA .collapsed .dropdown .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shifkpZPoA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shifkpZPoA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing,
  .cid-shifkpZPoA .navbar-collapse.show {
    display: block !important;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-shifkpZPoA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shifkpZPoA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shifkpZPoA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-shifkpZPoA img {
    height: 3.8rem !important;
  }
  .cid-shifkpZPoA .btn {
    display: flex;
  }
  .cid-shifkpZPoA button.navbar-toggler {
    display: block;
  }
  .cid-shifkpZPoA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shifkpZPoA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shifkpZPoA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shifkpZPoA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shifkpZPoA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shifkpZPoA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shifkpZPoA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shifkpZPoA .nav-link:focus {
  outline: none;
}
.cid-shifkpZPoA .navbar-toggler {
  position: relative;
}
.cid-shifkpZPoA .dropdown-item.active,
.cid-shifkpZPoA .dropdown-item:active {
  background: #3c98b1;
  color: initial;
}
.cid-ton4fFEzY0 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ton4fFEzY0 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ton4fFEzY0 .carousel {
    min-height: 1000px;
  }
  .cid-ton4fFEzY0 .carousel img {
    max-height: 1000px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ton4fFEzY0 .carousel {
    min-height: 650px;
  }
  .cid-ton4fFEzY0 .carousel img {
    max-height: 650px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ton4fFEzY0 .carousel {
    min-height: 550px;
  }
  .cid-ton4fFEzY0 .carousel img {
    max-height: 550px;
    object-fit: contain;
  }
  .cid-ton4fFEzY0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ton4fFEzY0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ton4fFEzY0 .carousel,
.cid-ton4fFEzY0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ton4fFEzY0 .item-wrapper {
  width: 100%;
}
.cid-ton4fFEzY0 .carousel-caption {
  bottom: 40px;
}
.cid-ton4fFEzY0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ton4fFEzY0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ton4fFEzY0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ton4fFEzY0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ton4fFEzY0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ton4fFEzY0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ton4fFEzY0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ton4fFEzY0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ton4fFEzY0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ton4fFEzY0 .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-ton4fFEzY0 .carousel-indicators li.active,
.cid-ton4fFEzY0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ton4fFEzY0 .carousel-indicators li::after,
.cid-ton4fFEzY0 .carousel-indicators li::before {
  content: none;
}
.cid-ton4fFEzY0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ton4fFEzY0 .carousel-indicators {
    display: none !important;
  }
}
.cid-toneXs7Dya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f91af;
  overflow: hidden;
}
