body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Pangolin', handwriting;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #142c73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #142c73 !important;
  border-color: #142c73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #091332 !important;
  border-color: #091332 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #091332 !important;
  border-color: #091332 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #050b1c;
  color: #050b1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #142c73;
  border-color: #142c73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #142c73 !important;
  border-color: #142c73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #142c73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #050b1c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #142c73;
  border-color: #142c73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #142c73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2c58da;
}
.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: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Pangolin', handwriting;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #142c73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #142c73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #142c73 !important;
  background-color: #142c73 !important;
  border-color: #142c73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #142c73;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #142c73;
  border-bottom-color: #142c73;
}
.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: #142c73 !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: #5580ff !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='%23142c73' %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-rleLuPvnKO {
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #ffffff !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #57468b;
}
.cid-tehCSikyis {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tehCSikyis H1 {
  color: #57468b;
}
.cid-tehCSikyis .mbr-text,
.cid-tehCSikyis .mbr-section-btn {
  color: #716c80;
}
.cid-tehCSikyis H3 {
  color: #716c80;
}
.cid-tehzxDT2h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tehzxDT2h5 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tehzxDT2h5 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tehzxDT2h5 .box {
  width: 25%;
  height: 40%;
  background: #e1e8ff;
  position: absolute;
  top: 4%;
}
.cid-tehzxDT2h5 .box {
  left: 20%;
}
.cid-tehzxDT2h5 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tehzxDT2h5 .mbr-section-text,
.cid-tehzxDT2h5 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tehzxDT2h5 .text-box {
    display: none;
  }
  .cid-tehzxDT2h5 .mbr-section-title,
  .cid-tehzxDT2h5 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tehzxDT2h5 .box {
    display: none;
  }
  .cid-tehzxDT2h5 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tehzxDT2h5 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tehzxDT2h5 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tehzxDT2h5 .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-tehzxDT2h5 .mbr-section-title {
  text-align: left;
  color: #57468b;
}
.cid-tehDkNkFPz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tehDkNkFPz .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tehDkNkFPz .text-block {
  position: relative;
  z-index: 0;
}
.cid-tehDkNkFPz .box {
  width: 25%;
  height: 40%;
  background: #e1e8ff;
  position: absolute;
  top: 4%;
}
.cid-tehDkNkFPz .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tehDkNkFPz .box {
  right: 20%;
}
.cid-tehDkNkFPz .text-box {
  right: 0;
}
.cid-tehDkNkFPz .mbr-section-title,
.cid-tehDkNkFPz .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-tehDkNkFPz .text-box {
    display: none;
  }
  .cid-tehDkNkFPz .mbr-section-title,
  .cid-tehDkNkFPz .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tehDkNkFPz .box {
    display: none;
  }
  .cid-tehDkNkFPz .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tehDkNkFPz .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tehDkNkFPz .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tehDkNkFPz .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-tehDkNkFPz .mbr-section-title {
  color: #57468b;
  text-align: left;
}
.cid-tehEjxr4f8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tehEjxr4f8 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tehEjxr4f8 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tehEjxr4f8 .box {
  width: 25%;
  height: 40%;
  background: #e1e8ff;
  position: absolute;
  top: 4%;
}
.cid-tehEjxr4f8 .box {
  left: 20%;
}
.cid-tehEjxr4f8 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tehEjxr4f8 .mbr-section-text,
.cid-tehEjxr4f8 .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tehEjxr4f8 .text-box {
    display: none;
  }
  .cid-tehEjxr4f8 .mbr-section-title,
  .cid-tehEjxr4f8 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tehEjxr4f8 .box {
    display: none;
  }
  .cid-tehEjxr4f8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tehEjxr4f8 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tehEjxr4f8 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tehEjxr4f8 .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-tehEjxr4f8 .mbr-section-title {
  text-align: left;
  color: #57468b;
}
.cid-tehEQLW54u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tehEQLW54u .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-tehEQLW54u .text-block {
  position: relative;
  z-index: 0;
}
.cid-tehEQLW54u .box {
  width: 25%;
  height: 40%;
  background: #e1e8ff;
  position: absolute;
  top: 4%;
}
.cid-tehEQLW54u .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tehEQLW54u .box {
  right: 20%;
}
.cid-tehEQLW54u .text-box {
  right: 0;
}
.cid-tehEQLW54u .mbr-section-title,
.cid-tehEQLW54u .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-tehEQLW54u .text-box {
    display: none;
  }
  .cid-tehEQLW54u .mbr-section-title,
  .cid-tehEQLW54u .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tehEQLW54u .box {
    display: none;
  }
  .cid-tehEQLW54u .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tehEQLW54u .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tehEQLW54u .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tehEQLW54u .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-tehEQLW54u .mbr-section-title {
  color: #57468b;
  text-align: left;
}
.cid-tedh3npKNu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tedh3npKNu H1 {
  color: #57468b;
  text-align: left;
}
.cid-tedh3npKNu .mbr-text,
.cid-tedh3npKNu .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-tedh3npKNu img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-tedh3npKNu img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tedh3npKNu H3 {
  color: #716c80;
}
.cid-tdDnE7RcWV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tdDnE7RcWV .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tdDnE7RcWV h2,
.cid-tdDnE7RcWV h3,
.cid-tdDnE7RcWV h4,
.cid-tdDnE7RcWV p {
  color: #ffffff;
}
.cid-tdDnE7RcWV .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tdDnE7RcWV .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tdDnE7RcWV .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdDnE7RcWV .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-tdDnE7RcWV .form-control:focus,
.cid-tdDnE7RcWV .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tdDnE7RcWV .form-group {
  margin-bottom: 1rem;
}
.cid-tdDnE7RcWV input::-webkit-input-placeholder,
.cid-tdDnE7RcWV textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tdDnE7RcWV input:-moz-placeholder,
.cid-tdDnE7RcWV textarea:-moz-placeholder {
  color: #656565;
}
.cid-tdDnE7RcWV .jq-selectbox li,
.cid-tdDnE7RcWV .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tdDnE7RcWV .jq-selectbox li:hover,
.cid-tdDnE7RcWV .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tdDnE7RcWV .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tdDnE7RcWV .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tdDnE7RcWV .mbr-text {
  color: #767676;
}
.cid-tdDnE7RcWV a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tdDnE7RcWV .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tdDnE7RcWV .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tdDnE7RcWV textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tdDnE7RcWV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tdDnE7RcWV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tdDnE7RcWV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tdDnE7RcWV .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tdCUwCTyVw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tdCUwCTyVw .container {
  max-width: 1400px;
}
.cid-tdCUwCTyVw .card-img2 span {
  padding-top: 6px;
}
.cid-tdCUwCTyVw .soc-item a {
  padding-top: 5px;
}
.cid-tdCUwCTyVw .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdCUwCTyVw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdCUwCTyVw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdCUwCTyVw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdCUwCTyVw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tdCUwCTyVw #e2_shape {
  fill: #ffffff !important;
}
.cid-tdCUwCTyVw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdCUwCTyVw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdCUwCTyVw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdCUwCTyVw .card-img {
  width: auto;
}
.cid-tdCUwCTyVw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdCUwCTyVw .soc-item span {
  font-size: 1.4rem;
}
.cid-tdCUwCTyVw .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tdCUwCTyVw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tdCUwCTyVw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tdCUwCTyVw .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdCUwCTyVw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdCUwCTyVw img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdCUwCTyVw .item {
    justify-content: center;
  }
  .cid-tdCUwCTyVw .quote::after {
    left: 60px;
  }
}
.cid-tdCUwCTyVw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdCUwCTyVw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdCUwCTyVw .text1 {
  color: #ffffff;
}
.cid-tdCUwCTyVw .item-title {
  color: #ffffff;
}
.cid-tdCUwCTyVw H5 {
  color: #ffffff;
}
.cid-tdCUwCTyVw .theme {
  color: #ffffff;
}
.cid-tdCUwCTyVw .copyright > p {
  color: #ff3366;
}
.cid-tdCUwCTyVw .text2 {
  color: #ffffff;
}
.cid-tdCnh9YXVa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tdCnh9YXVa .nav-item,
.cid-tdCnh9YXVa .nav-link,
.cid-tdCnh9YXVa .navbar-caption {
  font-weight: normal;
}
.cid-tdCnh9YXVa .nav-item:focus,
.cid-tdCnh9YXVa .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tdCnh9YXVa .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tdCnh9YXVa .nav-item .nav-link {
    position: relative;
  }
  .cid-tdCnh9YXVa .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tdCnh9YXVa .nav-item:hover .nav-link:before,
  .cid-tdCnh9YXVa .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tdCnh9YXVa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tdCnh9YXVa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdCnh9YXVa .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tdCnh9YXVa .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tdCnh9YXVa .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdCnh9YXVa .dropdown .dropdown-menu .dropdown-item .soc-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-tdCnh9YXVa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tdCnh9YXVa .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tdCnh9YXVa .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tdCnh9YXVa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tdCnh9YXVa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdCnh9YXVa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdCnh9YXVa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdCnh9YXVa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdCnh9YXVa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdCnh9YXVa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdCnh9YXVa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdCnh9YXVa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdCnh9YXVa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdCnh9YXVa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdCnh9YXVa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdCnh9YXVa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdCnh9YXVa .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tdCnh9YXVa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdCnh9YXVa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdCnh9YXVa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdCnh9YXVa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdCnh9YXVa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdCnh9YXVa .dropdown-item.active,
.cid-tdCnh9YXVa .dropdown-item:active {
  background-color: transparent;
}
.cid-tdCnh9YXVa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdCnh9YXVa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdCnh9YXVa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdCnh9YXVa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tdCnh9YXVa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdCnh9YXVa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdCnh9YXVa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdCnh9YXVa .navbar-buttons {
  text-align: center;
}
.cid-tdCnh9YXVa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdCnh9YXVa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tdCnh9YXVa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdCnh9YXVa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdCnh9YXVa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdCnh9YXVa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdCnh9YXVa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdCnh9YXVa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdCnh9YXVa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdCnh9YXVa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdCnh9YXVa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tdCnh9YXVa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdCnh9YXVa .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tdCnh9YXVa .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tdCnh9YXVa .soc-item {
  margin: .5rem .3rem;
}
.cid-tdCnh9YXVa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdCnh9YXVa a.nav-link .mbr-iconfont-btn,
.cid-tdCnh9YXVa a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tdCnh9YXVa a.nav-link:hover .mbr-iconfont-btn,
.cid-tdCnh9YXVa a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tdCnh9YXVa a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdCnh9YXVa .navbar {
    height: 77px;
  }
  .cid-tdCnh9YXVa .navbar.opened {
    height: auto;
  }
  .cid-tdCnh9YXVa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te0daUOgxz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-te0daUOgxz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-te0daUOgxz #e2_shape {
  fill: #ffffff !important;
}
.cid-te0daUOgxz img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-te0daUOgxz img {
    width: 90%!important;
  }
}
.cid-te0daUOgxz H1 {
  color: #57468b;
}
.cid-te0daWxvVG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-te0daWxvVG H1 {
  color: #57468b;
}
.cid-te0daWxvVG .mbr-text,
.cid-te0daWxvVG .mbr-section-btn {
  color: #716c80;
}
.cid-te0daWxvVG H3 {
  color: #716c80;
}
.cid-tH3P9seyYy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tH3P9seyYy 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-tH3P9seyYy .mbr-text,
.cid-tH3P9seyYy .mbr-section-btn {
  color: #716c80;
}
.cid-tH3P9seyYy #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tH3P9seyYy #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tH3P9seyYy H1 {
  color: #57468b;
}
.cid-tH3P9seyYy img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tH3P9seyYy .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-tH3P9seyYy .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tH3P9seyYy img {
    width: 100%;
  }
}
.cid-tH3Peftcps {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3Peftcps .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3Peftcps .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tH3Peftcps .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tH3Peftcps .btn-primary-outline:active {
  color: gray;
}
.cid-tH3Peftcps .btn-primary-outline:hover {
  color: white;
}
.cid-tH3Peftcps div {
  overflow: hidden;
}
.cid-tH3Peftcps .btn-primary-outline.active {
  color: white;
}
.cid-tH3Peftcps .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3Peftcps .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3Peftcps .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3Peftcps .mbr-gallery-item {
  overflow: hidden;
}
.cid-tH3Peftcps .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tH3Peftcps .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tH3Peftcps .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tH3Peftcps .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3Peftcps .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3Peftcps .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tH3Peftcps .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3Peftcps .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-te0daXYvkj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-te0daXYvkj 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-te0daXYvkj .mbr-text,
.cid-te0daXYvkj .mbr-section-btn {
  color: #716c80;
}
.cid-te0daXYvkj #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-te0daXYvkj #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-te0daXYvkj H1 {
  color: #57468b;
}
.cid-te0daXYvkj img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-te0daXYvkj .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-te0daXYvkj .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-te0daXYvkj img {
    width: 100%;
  }
}
.cid-te0daZpx4r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te0daZpx4r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te0daZpx4r .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-te0daZpx4r .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-te0daZpx4r .btn-primary-outline:active {
  color: gray;
}
.cid-te0daZpx4r .btn-primary-outline:hover {
  color: white;
}
.cid-te0daZpx4r div {
  overflow: hidden;
}
.cid-te0daZpx4r .btn-primary-outline.active {
  color: white;
}
.cid-te0daZpx4r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te0daZpx4r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te0daZpx4r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te0daZpx4r .mbr-gallery-item {
  overflow: hidden;
}
.cid-te0daZpx4r .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-te0daZpx4r .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-te0daZpx4r .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-te0daZpx4r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-te0daZpx4r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te0daZpx4r .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-te0daZpx4r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te0daZpx4r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-te16QYYGo6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-te16QYYGo6 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-te16QYYGo6 .mbr-text,
.cid-te16QYYGo6 .mbr-section-btn {
  color: #716c80;
}
.cid-te16QYYGo6 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-te16QYYGo6 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-te16QYYGo6 H1 {
  color: #57468b;
}
.cid-te16QYYGo6 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-te16QYYGo6 .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-te16QYYGo6 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-te16QYYGo6 img {
    width: 100%;
  }
}
.cid-te16RAZ4X2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te16RAZ4X2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te16RAZ4X2 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-te16RAZ4X2 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-te16RAZ4X2 .btn-primary-outline:active {
  color: gray;
}
.cid-te16RAZ4X2 .btn-primary-outline:hover {
  color: white;
}
.cid-te16RAZ4X2 div {
  overflow: hidden;
}
.cid-te16RAZ4X2 .btn-primary-outline.active {
  color: white;
}
.cid-te16RAZ4X2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te16RAZ4X2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te16RAZ4X2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te16RAZ4X2 .mbr-gallery-item {
  overflow: hidden;
}
.cid-te16RAZ4X2 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-te16RAZ4X2 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-te16RAZ4X2 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-te16RAZ4X2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-te16RAZ4X2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te16RAZ4X2 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-te16RAZ4X2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te16RAZ4X2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBRjQlgPrs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBRjQlgPrs 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-tBRjQlgPrs .mbr-text,
.cid-tBRjQlgPrs .mbr-section-btn {
  color: #716c80;
}
.cid-tBRjQlgPrs #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBRjQlgPrs #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBRjQlgPrs H1 {
  color: #57468b;
}
.cid-tBRjQlgPrs img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBRjQlgPrs .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-tBRjQlgPrs .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBRjQlgPrs img {
    width: 100%;
  }
}
.cid-tBRjRd7jVG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBRjRd7jVG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBRjRd7jVG .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBRjRd7jVG .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBRjRd7jVG .btn-primary-outline:active {
  color: gray;
}
.cid-tBRjRd7jVG .btn-primary-outline:hover {
  color: white;
}
.cid-tBRjRd7jVG div {
  overflow: hidden;
}
.cid-tBRjRd7jVG .btn-primary-outline.active {
  color: white;
}
.cid-tBRjRd7jVG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBRjRd7jVG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBRjRd7jVG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBRjRd7jVG .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBRjRd7jVG .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBRjRd7jVG .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBRjRd7jVG .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBRjRd7jVG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBRjRd7jVG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBRjRd7jVG .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBRjRd7jVG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBRjRd7jVG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tehM53ML3S {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tehM53ML3S .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tehM53ML3S h2,
.cid-tehM53ML3S h3,
.cid-tehM53ML3S h4,
.cid-tehM53ML3S p {
  color: #ffffff;
}
.cid-tehM53ML3S .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tehM53ML3S .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tehM53ML3S .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tehM53ML3S .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-tehM53ML3S .form-control:focus,
.cid-tehM53ML3S .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tehM53ML3S .form-group {
  margin-bottom: 1rem;
}
.cid-tehM53ML3S input::-webkit-input-placeholder,
.cid-tehM53ML3S textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tehM53ML3S input:-moz-placeholder,
.cid-tehM53ML3S textarea:-moz-placeholder {
  color: #656565;
}
.cid-tehM53ML3S .jq-selectbox li,
.cid-tehM53ML3S .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehM53ML3S .jq-selectbox li:hover,
.cid-tehM53ML3S .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehM53ML3S .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehM53ML3S .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehM53ML3S .mbr-text {
  color: #767676;
}
.cid-tehM53ML3S a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tehM53ML3S .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tehM53ML3S .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tehM53ML3S textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tehM53ML3S h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tehM53ML3S .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tehM53ML3S .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tehM53ML3S .google-map {
    padding-bottom: 2rem;
  }
}
.cid-te0db2f8f4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-te0db2f8f4 .container {
  max-width: 1400px;
}
.cid-te0db2f8f4 .card-img2 span {
  padding-top: 6px;
}
.cid-te0db2f8f4 .soc-item a {
  padding-top: 5px;
}
.cid-te0db2f8f4 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-te0db2f8f4 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-te0db2f8f4 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-te0db2f8f4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-te0db2f8f4 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-te0db2f8f4 #e2_shape {
  fill: #ffffff !important;
}
.cid-te0db2f8f4 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-te0db2f8f4 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-te0db2f8f4 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-te0db2f8f4 .card-img {
  width: auto;
}
.cid-te0db2f8f4 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-te0db2f8f4 .soc-item span {
  font-size: 1.4rem;
}
.cid-te0db2f8f4 .soc-item:hover span {
  color: #142c73 !important;
}
.cid-te0db2f8f4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-te0db2f8f4 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-te0db2f8f4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-te0db2f8f4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-te0db2f8f4 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-te0db2f8f4 .item {
    justify-content: center;
  }
  .cid-te0db2f8f4 .quote::after {
    left: 60px;
  }
}
.cid-te0db2f8f4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-te0db2f8f4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-te0db2f8f4 .text1 {
  color: #ffffff;
}
.cid-te0db2f8f4 .item-title {
  color: #ffffff;
}
.cid-te0db2f8f4 H5 {
  color: #ffffff;
}
.cid-te0db2f8f4 .theme {
  color: #ffffff;
}
.cid-te0db2f8f4 .copyright > p {
  color: #ff3366;
}
.cid-te0db2f8f4 .text2 {
  color: #ffffff;
}
.cid-te0db49gyy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-te0db49gyy .nav-item,
.cid-te0db49gyy .nav-link,
.cid-te0db49gyy .navbar-caption {
  font-weight: normal;
}
.cid-te0db49gyy .nav-item:focus,
.cid-te0db49gyy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-te0db49gyy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-te0db49gyy .nav-item .nav-link {
    position: relative;
  }
  .cid-te0db49gyy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-te0db49gyy .nav-item:hover .nav-link:before,
  .cid-te0db49gyy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-te0db49gyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-te0db49gyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te0db49gyy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-te0db49gyy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-te0db49gyy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te0db49gyy .dropdown .dropdown-menu .dropdown-item .soc-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-te0db49gyy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-te0db49gyy .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-te0db49gyy .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-te0db49gyy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-te0db49gyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te0db49gyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te0db49gyy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-te0db49gyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te0db49gyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te0db49gyy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te0db49gyy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te0db49gyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te0db49gyy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te0db49gyy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te0db49gyy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te0db49gyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-te0db49gyy .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-te0db49gyy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te0db49gyy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te0db49gyy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te0db49gyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te0db49gyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te0db49gyy .dropdown-item.active,
.cid-te0db49gyy .dropdown-item:active {
  background-color: transparent;
}
.cid-te0db49gyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te0db49gyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te0db49gyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te0db49gyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-te0db49gyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te0db49gyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te0db49gyy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te0db49gyy .navbar-buttons {
  text-align: center;
}
.cid-te0db49gyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te0db49gyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-te0db49gyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te0db49gyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te0db49gyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te0db49gyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te0db49gyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te0db49gyy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te0db49gyy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te0db49gyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te0db49gyy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-te0db49gyy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te0db49gyy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-te0db49gyy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-te0db49gyy .soc-item {
  margin: .5rem .3rem;
}
.cid-te0db49gyy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te0db49gyy a.nav-link .mbr-iconfont-btn,
.cid-te0db49gyy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-te0db49gyy a.nav-link:hover .mbr-iconfont-btn,
.cid-te0db49gyy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-te0db49gyy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te0db49gyy .navbar {
    height: 77px;
  }
  .cid-te0db49gyy .navbar.opened {
    height: auto;
  }
  .cid-te0db49gyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdVGnatJno {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tdVGnatJno svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tdVGnatJno #e2_shape {
  fill: #ffffff !important;
}
.cid-tdVGnatJno img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tdVGnatJno img {
    width: 90%!important;
  }
}
.cid-tdVGnatJno H1 {
  color: #57468b;
}
.cid-tdVGYWz9yM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tdVGYWz9yM h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdVGYWz9yM .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-tdVGYWz9yM .mbr-section-title {
  letter-spacing: 0.1em;
  color: #57468b;
}
.cid-tdVGYWz9yM .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-tdVGYWz9yM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tdVGYWz9yM .panel-group {
  width: 100%;
}
.cid-tdVGYWz9yM .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tdVGYWz9yM .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-tdVGYWz9yM .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #b2b4d2;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tdVGYWz9yM .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tdVGYWz9yM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tdVGYWz9yM .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tdVGYWz9yM .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tdVGYWz9yM .card .panel-body {
  background: #ffffff;
}
.cid-tdVGYWz9yM .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdVGYWz9yM .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tdVGYWz9yM .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tdVGYWz9yM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tgh9FjThk9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgh9FjThk9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tgh9FjThk9 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tgh9FjThk9 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tgh9FjThk9 .btn-primary-outline:active {
  color: gray;
}
.cid-tgh9FjThk9 .btn-primary-outline:hover {
  color: white;
}
.cid-tgh9FjThk9 div {
  overflow: hidden;
}
.cid-tgh9FjThk9 .btn-primary-outline.active {
  color: white;
}
.cid-tgh9FjThk9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgh9FjThk9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgh9FjThk9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tgh9FjThk9 .mbr-gallery-item {
  overflow: hidden;
}
.cid-tgh9FjThk9 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tgh9FjThk9 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tgh9FjThk9 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tgh9FjThk9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tgh9FjThk9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tgh9FjThk9 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tgh9FjThk9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tgh9FjThk9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tehLYILSBq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tehLYILSBq .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tehLYILSBq h2,
.cid-tehLYILSBq h3,
.cid-tehLYILSBq h4,
.cid-tehLYILSBq p {
  color: #ffffff;
}
.cid-tehLYILSBq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tehLYILSBq .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tehLYILSBq .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tehLYILSBq .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-tehLYILSBq .form-control:focus,
.cid-tehLYILSBq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tehLYILSBq .form-group {
  margin-bottom: 1rem;
}
.cid-tehLYILSBq input::-webkit-input-placeholder,
.cid-tehLYILSBq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tehLYILSBq input:-moz-placeholder,
.cid-tehLYILSBq textarea:-moz-placeholder {
  color: #656565;
}
.cid-tehLYILSBq .jq-selectbox li,
.cid-tehLYILSBq .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehLYILSBq .jq-selectbox li:hover,
.cid-tehLYILSBq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehLYILSBq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehLYILSBq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehLYILSBq .mbr-text {
  color: #767676;
}
.cid-tehLYILSBq a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tehLYILSBq .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tehLYILSBq .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tehLYILSBq textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tehLYILSBq h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tehLYILSBq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tehLYILSBq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tehLYILSBq .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tdVGnhu9QE {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tdVGnhu9QE .container {
  max-width: 1400px;
}
.cid-tdVGnhu9QE .card-img2 span {
  padding-top: 6px;
}
.cid-tdVGnhu9QE .soc-item a {
  padding-top: 5px;
}
.cid-tdVGnhu9QE .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdVGnhu9QE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdVGnhu9QE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdVGnhu9QE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdVGnhu9QE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tdVGnhu9QE #e2_shape {
  fill: #ffffff !important;
}
.cid-tdVGnhu9QE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdVGnhu9QE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdVGnhu9QE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdVGnhu9QE .card-img {
  width: auto;
}
.cid-tdVGnhu9QE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdVGnhu9QE .soc-item span {
  font-size: 1.4rem;
}
.cid-tdVGnhu9QE .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tdVGnhu9QE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tdVGnhu9QE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tdVGnhu9QE .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdVGnhu9QE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdVGnhu9QE img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdVGnhu9QE .item {
    justify-content: center;
  }
  .cid-tdVGnhu9QE .quote::after {
    left: 60px;
  }
}
.cid-tdVGnhu9QE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdVGnhu9QE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdVGnhu9QE .text1 {
  color: #ffffff;
}
.cid-tdVGnhu9QE .item-title {
  color: #ffffff;
}
.cid-tdVGnhu9QE H5 {
  color: #ffffff;
}
.cid-tdVGnhu9QE .theme {
  color: #ffffff;
}
.cid-tdVGnhu9QE .copyright > p {
  color: #ff3366;
}
.cid-tdVGnhu9QE .text2 {
  color: #ffffff;
}
.cid-tdVGnjBJGR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tdVGnjBJGR .nav-item,
.cid-tdVGnjBJGR .nav-link,
.cid-tdVGnjBJGR .navbar-caption {
  font-weight: normal;
}
.cid-tdVGnjBJGR .nav-item:focus,
.cid-tdVGnjBJGR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tdVGnjBJGR .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tdVGnjBJGR .nav-item .nav-link {
    position: relative;
  }
  .cid-tdVGnjBJGR .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tdVGnjBJGR .nav-item:hover .nav-link:before,
  .cid-tdVGnjBJGR .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tdVGnjBJGR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tdVGnjBJGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdVGnjBJGR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tdVGnjBJGR .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tdVGnjBJGR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdVGnjBJGR .dropdown .dropdown-menu .dropdown-item .soc-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-tdVGnjBJGR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tdVGnjBJGR .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tdVGnjBJGR .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tdVGnjBJGR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tdVGnjBJGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdVGnjBJGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdVGnjBJGR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdVGnjBJGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdVGnjBJGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdVGnjBJGR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdVGnjBJGR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdVGnjBJGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdVGnjBJGR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdVGnjBJGR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdVGnjBJGR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdVGnjBJGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdVGnjBJGR .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tdVGnjBJGR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdVGnjBJGR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdVGnjBJGR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdVGnjBJGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdVGnjBJGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdVGnjBJGR .dropdown-item.active,
.cid-tdVGnjBJGR .dropdown-item:active {
  background-color: transparent;
}
.cid-tdVGnjBJGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdVGnjBJGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdVGnjBJGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdVGnjBJGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tdVGnjBJGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdVGnjBJGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdVGnjBJGR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdVGnjBJGR .navbar-buttons {
  text-align: center;
}
.cid-tdVGnjBJGR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdVGnjBJGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tdVGnjBJGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdVGnjBJGR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdVGnjBJGR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdVGnjBJGR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdVGnjBJGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdVGnjBJGR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdVGnjBJGR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdVGnjBJGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdVGnjBJGR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tdVGnjBJGR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdVGnjBJGR .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tdVGnjBJGR .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tdVGnjBJGR .soc-item {
  margin: .5rem .3rem;
}
.cid-tdVGnjBJGR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdVGnjBJGR a.nav-link .mbr-iconfont-btn,
.cid-tdVGnjBJGR a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tdVGnjBJGR a.nav-link:hover .mbr-iconfont-btn,
.cid-tdVGnjBJGR a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tdVGnjBJGR a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdVGnjBJGR .navbar {
    height: 77px;
  }
  .cid-tdVGnjBJGR .navbar.opened {
    height: auto;
  }
  .cid-tdVGnjBJGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdVDV43jX9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tdVDV43jX9 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tdVDV43jX9 #e2_shape {
  fill: #ffffff !important;
}
.cid-tdVDV43jX9 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tdVDV43jX9 img {
    width: 90%!important;
  }
}
.cid-tdVDV43jX9 H1 {
  color: #57468b;
}
.cid-tdVF3MnWqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdVF3MnWqs .container-fluid {
  padding: 0 2rem;
}
.cid-tdVF3MnWqs .underline .line {
  width: 80px;
  height: 4px;
  background-color: #4229f2;
  display: inline-block;
}
.cid-tdVF3MnWqs .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tdVF3MnWqs .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tdVF3MnWqs .time-line-date-content {
  margin-right: 2rem;
}
.cid-tdVF3MnWqs .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tdVF3MnWqs .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tdVF3MnWqs .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4229f2;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tdVF3MnWqs .separline:before,
.cid-tdVF3MnWqs .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4229f2;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tdVF3MnWqs .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4229f2;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tdVF3MnWqs .container-fluid {
    padding: 0 1rem;
  }
  .cid-tdVF3MnWqs .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tdVF3MnWqs .separline:before,
  .cid-tdVF3MnWqs .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tdVF3MnWqs .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tdVF3MnWqs .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tdVF3MnWqs .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tdVF3MnWqs .time-line-date-content p {
    float: left !important;
  }
  .cid-tdVF3MnWqs .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tdVF3MnWqs .mbr-section-title,
.cid-tdVF3MnWqs .underline {
  text-align: center;
}
.cid-tdVF3MnWqs .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tVFvJJg3JZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVFvJJg3JZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tVFvJJg3JZ H1 {
  color: #57468b;
}
.cid-tVFvJJg3JZ .mbr-text,
.cid-tVFvJJg3JZ .mbr-section-btn {
  color: #716c80;
}
.cid-tVFvJJg3JZ H3 {
  color: #716c80;
}
.cid-tVFvJJg3JZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tVFvJJg3JZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tVFvJJg3JZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tVFvJJg3JZ .link:hover {
  color: #142c73 !important;
}
.cid-tVFvJJg3JZ .link:hover .link-ico {
  color: #142c73 !important;
  padding-left: 10px;
}
.cid-tVFvJJg3JZ DIV {
  color: #57468b;
}
.cid-tVFvJJg3JZ .mbr-text,
.cid-tVFvJJg3JZ .media-content {
  color: #232323;
}
.cid-tehLVYrHKD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tehLVYrHKD .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tehLVYrHKD h2,
.cid-tehLVYrHKD h3,
.cid-tehLVYrHKD h4,
.cid-tehLVYrHKD p {
  color: #ffffff;
}
.cid-tehLVYrHKD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tehLVYrHKD .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tehLVYrHKD .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tehLVYrHKD .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-tehLVYrHKD .form-control:focus,
.cid-tehLVYrHKD .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tehLVYrHKD .form-group {
  margin-bottom: 1rem;
}
.cid-tehLVYrHKD input::-webkit-input-placeholder,
.cid-tehLVYrHKD textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tehLVYrHKD input:-moz-placeholder,
.cid-tehLVYrHKD textarea:-moz-placeholder {
  color: #656565;
}
.cid-tehLVYrHKD .jq-selectbox li,
.cid-tehLVYrHKD .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehLVYrHKD .jq-selectbox li:hover,
.cid-tehLVYrHKD .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehLVYrHKD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehLVYrHKD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehLVYrHKD .mbr-text {
  color: #767676;
}
.cid-tehLVYrHKD a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tehLVYrHKD .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tehLVYrHKD .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tehLVYrHKD textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tehLVYrHKD h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tehLVYrHKD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tehLVYrHKD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tehLVYrHKD .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tdVDVdUm0m {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tdVDVdUm0m .container {
  max-width: 1400px;
}
.cid-tdVDVdUm0m .card-img2 span {
  padding-top: 6px;
}
.cid-tdVDVdUm0m .soc-item a {
  padding-top: 5px;
}
.cid-tdVDVdUm0m .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tdVDVdUm0m .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tdVDVdUm0m .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tdVDVdUm0m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdVDVdUm0m svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tdVDVdUm0m #e2_shape {
  fill: #ffffff !important;
}
.cid-tdVDVdUm0m .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tdVDVdUm0m .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tdVDVdUm0m .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdVDVdUm0m .card-img {
  width: auto;
}
.cid-tdVDVdUm0m .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tdVDVdUm0m .soc-item span {
  font-size: 1.4rem;
}
.cid-tdVDVdUm0m .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tdVDVdUm0m .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tdVDVdUm0m .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tdVDVdUm0m .media-wrap {
  margin-bottom: 1rem;
}
.cid-tdVDVdUm0m .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdVDVdUm0m img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tdVDVdUm0m .item {
    justify-content: center;
  }
  .cid-tdVDVdUm0m .quote::after {
    left: 60px;
  }
}
.cid-tdVDVdUm0m .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tdVDVdUm0m .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdVDVdUm0m .text1 {
  color: #ffffff;
}
.cid-tdVDVdUm0m .item-title {
  color: #ffffff;
}
.cid-tdVDVdUm0m H5 {
  color: #ffffff;
}
.cid-tdVDVdUm0m .theme {
  color: #ffffff;
}
.cid-tdVDVdUm0m .copyright > p {
  color: #ff3366;
}
.cid-tdVDVdUm0m .text2 {
  color: #ffffff;
}
.cid-tdVDVgcQsc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tdVDVgcQsc .nav-item,
.cid-tdVDVgcQsc .nav-link,
.cid-tdVDVgcQsc .navbar-caption {
  font-weight: normal;
}
.cid-tdVDVgcQsc .nav-item:focus,
.cid-tdVDVgcQsc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tdVDVgcQsc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tdVDVgcQsc .nav-item .nav-link {
    position: relative;
  }
  .cid-tdVDVgcQsc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tdVDVgcQsc .nav-item:hover .nav-link:before,
  .cid-tdVDVgcQsc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tdVDVgcQsc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tdVDVgcQsc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdVDVgcQsc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tdVDVgcQsc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tdVDVgcQsc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdVDVgcQsc .dropdown .dropdown-menu .dropdown-item .soc-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-tdVDVgcQsc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tdVDVgcQsc .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tdVDVgcQsc .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tdVDVgcQsc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tdVDVgcQsc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdVDVgcQsc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdVDVgcQsc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tdVDVgcQsc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdVDVgcQsc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdVDVgcQsc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tdVDVgcQsc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdVDVgcQsc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdVDVgcQsc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdVDVgcQsc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tdVDVgcQsc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdVDVgcQsc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdVDVgcQsc .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tdVDVgcQsc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tdVDVgcQsc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tdVDVgcQsc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdVDVgcQsc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdVDVgcQsc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdVDVgcQsc .dropdown-item.active,
.cid-tdVDVgcQsc .dropdown-item:active {
  background-color: transparent;
}
.cid-tdVDVgcQsc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdVDVgcQsc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdVDVgcQsc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdVDVgcQsc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tdVDVgcQsc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdVDVgcQsc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdVDVgcQsc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tdVDVgcQsc .navbar-buttons {
  text-align: center;
}
.cid-tdVDVgcQsc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdVDVgcQsc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tdVDVgcQsc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdVDVgcQsc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdVDVgcQsc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdVDVgcQsc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdVDVgcQsc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdVDVgcQsc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdVDVgcQsc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdVDVgcQsc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdVDVgcQsc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tdVDVgcQsc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdVDVgcQsc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tdVDVgcQsc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tdVDVgcQsc .soc-item {
  margin: .5rem .3rem;
}
.cid-tdVDVgcQsc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdVDVgcQsc a.nav-link .mbr-iconfont-btn,
.cid-tdVDVgcQsc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tdVDVgcQsc a.nav-link:hover .mbr-iconfont-btn,
.cid-tdVDVgcQsc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tdVDVgcQsc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdVDVgcQsc .navbar {
    height: 77px;
  }
  .cid-tdVDVgcQsc .navbar.opened {
    height: auto;
  }
  .cid-tdVDVgcQsc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te1gexYe9O {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-te1gexYe9O svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-te1gexYe9O #e2_shape {
  fill: #ffffff !important;
}
.cid-te1gexYe9O img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-te1gexYe9O img {
    width: 90%!important;
  }
}
.cid-te1gexYe9O H1 {
  color: #57468b;
}
.cid-te1gezoHb6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-te1gezoHb6 H1 {
  color: #57468b;
}
.cid-te1gezoHb6 .mbr-text,
.cid-te1gezoHb6 .mbr-section-btn {
  color: #716c80;
}
.cid-te1gezoHb6 H3 {
  color: #716c80;
}
.cid-tsP9ugIPwB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tsP9ugIPwB .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-tsP9ugIPwB .mbr-section-subtitle,
.cid-tsP9ugIPwB .mbr-text,
.cid-tsP9ugIPwB .card-subtitle,
.cid-tsP9ugIPwB .card-underline {
  color: #767676;
}
.cid-tsP9ugIPwB .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-tsP9ugIPwB .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tsP9ugIPwB .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-tsP9ugIPwB .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-tsP9ugIPwB .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsP9ugIPwB .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tsP9ugIPwB .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsP9ugIPwB .wrapper {
    padding: 1rem;
  }
  .cid-tsP9ugIPwB .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-tsP9ugIPwB .card-subtitle,
.cid-tsP9ugIPwB .card-underline {
  color: #57468b;
}
.cid-tsP9ugIPwB .card-title {
  color: #57468b;
}
.cid-tH41CjkNFF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background31.jpg");
}
.cid-tH41CjkNFF .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-tH41CjkNFF .mbr-section-subtitle,
.cid-tH41CjkNFF .mbr-text,
.cid-tH41CjkNFF .card-subtitle,
.cid-tH41CjkNFF .card-underline {
  color: #767676;
}
.cid-tH41CjkNFF .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-tH41CjkNFF .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tH41CjkNFF .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-tH41CjkNFF .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-tH41CjkNFF .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tH41CjkNFF .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tH41CjkNFF .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tH41CjkNFF .wrapper {
    padding: 1rem;
  }
  .cid-tH41CjkNFF .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-tH41CjkNFF .card-subtitle,
.cid-tH41CjkNFF .card-underline {
  color: #57468b;
}
.cid-tH41CjkNFF .card-title {
  color: #57468b;
}
.cid-u7JTjE8h7a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background31-1.jpg");
}
.cid-u7JTjE8h7a .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-u7JTjE8h7a .mbr-section-subtitle,
.cid-u7JTjE8h7a .mbr-text,
.cid-u7JTjE8h7a .card-subtitle,
.cid-u7JTjE8h7a .card-underline {
  color: #767676;
}
.cid-u7JTjE8h7a .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-u7JTjE8h7a .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u7JTjE8h7a .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-u7JTjE8h7a .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-u7JTjE8h7a .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-u7JTjE8h7a .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u7JTjE8h7a .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7JTjE8h7a .wrapper {
    padding: 1rem;
  }
  .cid-u7JTjE8h7a .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-u7JTjE8h7a .card-subtitle,
.cid-u7JTjE8h7a .card-underline {
  color: #57468b;
}
.cid-u7JTjE8h7a .card-title {
  color: #57468b;
}
.cid-tVMq17I5TA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVMq17I5TA 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-tVMq17I5TA .mbr-text,
.cid-tVMq17I5TA .mbr-section-btn {
  color: #716c80;
}
.cid-tVMq17I5TA #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVMq17I5TA #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVMq17I5TA H1 {
  color: #57468b;
}
.cid-tVMq17I5TA img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVMq17I5TA .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-tVMq17I5TA .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVMq17I5TA img {
    width: 100%;
  }
}
.cid-tVMq1KfyIR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVMq1KfyIR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVMq1KfyIR .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVMq1KfyIR .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVMq1KfyIR .btn-primary-outline:active {
  color: gray;
}
.cid-tVMq1KfyIR .btn-primary-outline:hover {
  color: white;
}
.cid-tVMq1KfyIR div {
  overflow: hidden;
}
.cid-tVMq1KfyIR .btn-primary-outline.active {
  color: white;
}
.cid-tVMq1KfyIR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVMq1KfyIR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVMq1KfyIR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVMq1KfyIR .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVMq1KfyIR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVMq1KfyIR .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVMq1KfyIR .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVMq1KfyIR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVMq1KfyIR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVMq1KfyIR .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVMq1KfyIR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVMq1KfyIR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-te1geAqGHG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-te1geAqGHG 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-te1geAqGHG .mbr-text,
.cid-te1geAqGHG .mbr-section-btn {
  color: #716c80;
}
.cid-te1geAqGHG #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-te1geAqGHG #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-te1geAqGHG H1 {
  color: #57468b;
}
.cid-te1geAqGHG img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-te1geAqGHG .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-te1geAqGHG .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-te1geAqGHG img {
    width: 100%;
  }
}
.cid-te1geBnJJR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te1geBnJJR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te1geBnJJR .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-te1geBnJJR .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-te1geBnJJR .btn-primary-outline:active {
  color: gray;
}
.cid-te1geBnJJR .btn-primary-outline:hover {
  color: white;
}
.cid-te1geBnJJR div {
  overflow: hidden;
}
.cid-te1geBnJJR .btn-primary-outline.active {
  color: white;
}
.cid-te1geBnJJR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te1geBnJJR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te1geBnJJR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te1geBnJJR .mbr-gallery-item {
  overflow: hidden;
}
.cid-te1geBnJJR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-te1geBnJJR .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-te1geBnJJR .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-te1geBnJJR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-te1geBnJJR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te1geBnJJR .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-te1geBnJJR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te1geBnJJR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-te1geClUuu {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-te1geClUuu 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-te1geClUuu .mbr-text,
.cid-te1geClUuu .mbr-section-btn {
  color: #716c80;
}
.cid-te1geClUuu #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-te1geClUuu #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-te1geClUuu H1 {
  color: #57468b;
}
.cid-te1geClUuu img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-te1geClUuu .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-te1geClUuu .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-te1geClUuu img {
    width: 100%;
  }
}
.cid-te1geDj6RF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te1geDj6RF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te1geDj6RF .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-te1geDj6RF .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-te1geDj6RF .btn-primary-outline:active {
  color: gray;
}
.cid-te1geDj6RF .btn-primary-outline:hover {
  color: white;
}
.cid-te1geDj6RF div {
  overflow: hidden;
}
.cid-te1geDj6RF .btn-primary-outline.active {
  color: white;
}
.cid-te1geDj6RF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te1geDj6RF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te1geDj6RF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te1geDj6RF .mbr-gallery-item {
  overflow: hidden;
}
.cid-te1geDj6RF .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-te1geDj6RF .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-te1geDj6RF .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-te1geDj6RF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-te1geDj6RF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te1geDj6RF .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-te1geDj6RF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te1geDj6RF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tehMb5qNkN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tehMb5qNkN .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tehMb5qNkN h2,
.cid-tehMb5qNkN h3,
.cid-tehMb5qNkN h4,
.cid-tehMb5qNkN p {
  color: #ffffff;
}
.cid-tehMb5qNkN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tehMb5qNkN .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tehMb5qNkN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tehMb5qNkN .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-tehMb5qNkN .form-control:focus,
.cid-tehMb5qNkN .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tehMb5qNkN .form-group {
  margin-bottom: 1rem;
}
.cid-tehMb5qNkN input::-webkit-input-placeholder,
.cid-tehMb5qNkN textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tehMb5qNkN input:-moz-placeholder,
.cid-tehMb5qNkN textarea:-moz-placeholder {
  color: #656565;
}
.cid-tehMb5qNkN .jq-selectbox li,
.cid-tehMb5qNkN .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehMb5qNkN .jq-selectbox li:hover,
.cid-tehMb5qNkN .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehMb5qNkN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehMb5qNkN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehMb5qNkN .mbr-text {
  color: #767676;
}
.cid-tehMb5qNkN a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tehMb5qNkN .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tehMb5qNkN .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tehMb5qNkN textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tehMb5qNkN h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tehMb5qNkN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tehMb5qNkN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tehMb5qNkN .google-map {
    padding-bottom: 2rem;
  }
}
.cid-te1geFjG8e {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-te1geFjG8e .container {
  max-width: 1400px;
}
.cid-te1geFjG8e .card-img2 span {
  padding-top: 6px;
}
.cid-te1geFjG8e .soc-item a {
  padding-top: 5px;
}
.cid-te1geFjG8e .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-te1geFjG8e .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-te1geFjG8e .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-te1geFjG8e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-te1geFjG8e svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-te1geFjG8e #e2_shape {
  fill: #ffffff !important;
}
.cid-te1geFjG8e .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-te1geFjG8e .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-te1geFjG8e .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-te1geFjG8e .card-img {
  width: auto;
}
.cid-te1geFjG8e .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-te1geFjG8e .soc-item span {
  font-size: 1.4rem;
}
.cid-te1geFjG8e .soc-item:hover span {
  color: #142c73 !important;
}
.cid-te1geFjG8e .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-te1geFjG8e .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-te1geFjG8e .media-wrap {
  margin-bottom: 1rem;
}
.cid-te1geFjG8e .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-te1geFjG8e img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-te1geFjG8e .item {
    justify-content: center;
  }
  .cid-te1geFjG8e .quote::after {
    left: 60px;
  }
}
.cid-te1geFjG8e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-te1geFjG8e .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-te1geFjG8e .text1 {
  color: #ffffff;
}
.cid-te1geFjG8e .item-title {
  color: #ffffff;
}
.cid-te1geFjG8e H5 {
  color: #ffffff;
}
.cid-te1geFjG8e .theme {
  color: #ffffff;
}
.cid-te1geFjG8e .copyright > p {
  color: #ff3366;
}
.cid-te1geFjG8e .text2 {
  color: #ffffff;
}
.cid-te1geGJx14 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-te1geGJx14 .nav-item,
.cid-te1geGJx14 .nav-link,
.cid-te1geGJx14 .navbar-caption {
  font-weight: normal;
}
.cid-te1geGJx14 .nav-item:focus,
.cid-te1geGJx14 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-te1geGJx14 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-te1geGJx14 .nav-item .nav-link {
    position: relative;
  }
  .cid-te1geGJx14 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-te1geGJx14 .nav-item:hover .nav-link:before,
  .cid-te1geGJx14 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-te1geGJx14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-te1geGJx14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te1geGJx14 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-te1geGJx14 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-te1geGJx14 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te1geGJx14 .dropdown .dropdown-menu .dropdown-item .soc-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-te1geGJx14 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-te1geGJx14 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-te1geGJx14 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-te1geGJx14 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-te1geGJx14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te1geGJx14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te1geGJx14 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-te1geGJx14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te1geGJx14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te1geGJx14 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te1geGJx14 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te1geGJx14 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te1geGJx14 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te1geGJx14 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te1geGJx14 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te1geGJx14 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-te1geGJx14 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-te1geGJx14 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te1geGJx14 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te1geGJx14 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te1geGJx14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te1geGJx14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te1geGJx14 .dropdown-item.active,
.cid-te1geGJx14 .dropdown-item:active {
  background-color: transparent;
}
.cid-te1geGJx14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te1geGJx14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te1geGJx14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te1geGJx14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-te1geGJx14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te1geGJx14 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te1geGJx14 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te1geGJx14 .navbar-buttons {
  text-align: center;
}
.cid-te1geGJx14 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te1geGJx14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-te1geGJx14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te1geGJx14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te1geGJx14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te1geGJx14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te1geGJx14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te1geGJx14 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te1geGJx14 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te1geGJx14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te1geGJx14 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-te1geGJx14 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te1geGJx14 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-te1geGJx14 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-te1geGJx14 .soc-item {
  margin: .5rem .3rem;
}
.cid-te1geGJx14 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te1geGJx14 a.nav-link .mbr-iconfont-btn,
.cid-te1geGJx14 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-te1geGJx14 a.nav-link:hover .mbr-iconfont-btn,
.cid-te1geGJx14 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-te1geGJx14 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te1geGJx14 .navbar {
    height: 77px;
  }
  .cid-te1geGJx14 .navbar.opened {
    height: auto;
  }
  .cid-te1geGJx14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te1i1CcZno {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-te1i1CcZno svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-te1i1CcZno #e2_shape {
  fill: #ffffff !important;
}
.cid-te1i1CcZno img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-te1i1CcZno img {
    width: 90%!important;
  }
}
.cid-te1i1CcZno H1 {
  color: #57468b;
}
.cid-te1jCCUe9Z {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-te1jCCUe9Z .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-te1jCCUe9Z #e1_circle,
.cid-te1jCCUe9Z #e3_circle,
.cid-te1jCCUe9Z #e4_circle,
.cid-te1jCCUe9Z #e5_circle {
  fill: #e1e8ff !important;
}
.cid-te1jCCUe9Z #e6_circle {
  fill: #bfceff !important;
}
.cid-te1jCCUe9Z .mbr-text {
  color: #716c80;
}
.cid-te1jCCUe9Z h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-te1jCCUe9Z .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-te1jCCUe9Z .card-img .img1 {
  background-color: #bfceff;
}
.cid-te1jCCUe9Z .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
}
.cid-te1jCCUe9Z .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-te1jCCUe9Z .rev {
  animation: rev 4s linear infinite;
}
.cid-te1jCCUe9Z .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-te1jCCUe9Z .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-te1jCCUe9Z .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-te1jCCUe9Z .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-te1jCCUe9Z .card-title,
.cid-te1jCCUe9Z .card-img {
  color: #57468b;
}
.cid-te1jCCUe9Z img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-te1jCCUe9Z svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-te1jCCUe9Z img {
    margin-top: 1rem;
  }
  .cid-te1jCCUe9Z svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-te1jCCUe9Z .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-te1jCCUe9Z svg {
    bottom: -3rem !important;
  }
  .cid-te1jCCUe9Z .round1 {
    display: none;
  }
}
.cid-te1jCCUe9Z .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-te1wrHW3wT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-te1wrHW3wT H1 {
  color: #57468b;
}
.cid-te1wrHW3wT .mbr-text,
.cid-te1wrHW3wT .mbr-section-btn {
  color: #716c80;
}
.cid-te1wrHW3wT H3 {
  color: #716c80;
}
.cid-te1vLNvsVm {
  padding-top: 45px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-te1vLNvsVm a {
  text-align: center;
}
.cid-te1vLNvsVm p {
  color: #0a0a0a;
  text-align: center;
}
.cid-te1vLNvsVm span {
  font-size: 2rem;
}
.cid-te1vLNvsVm .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-te1vLNvsVm .socicon-twitter {
  color: #4da7de;
}
.cid-te1vLNvsVm .socicon-facebook {
  color: #3e5b98;
}
.cid-te1vLNvsVm .socicon-googleplus {
  color: #dd4b39;
}
.cid-te1vLNvsVm .socicon-instagram {
  color: #3f729b;
}
.cid-te1vLNvsVm .social-list a:focus {
  text-decoration: none;
}
.cid-te1vLNvsVm .text-copyright {
  width: 100%;
}
.cid-te1vLNvsVm .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-te1vLNvsVm .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-te1vLNvsVm .logo-footer {
  line-height: normal;
}
.cid-te1vLNvsVm .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te1vLNvsVm .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-te1vLNvsVm .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-te1vLNvsVm .media-container-row a {
  margin: 0 1rem;
}
.cid-te1vLNvsVm P {
  color: #57468b;
}
.cid-tehMevTtgC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tehMevTtgC .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tehMevTtgC h2,
.cid-tehMevTtgC h3,
.cid-tehMevTtgC h4,
.cid-tehMevTtgC p {
  color: #ffffff;
}
.cid-tehMevTtgC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tehMevTtgC .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tehMevTtgC .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tehMevTtgC .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-tehMevTtgC .form-control:focus,
.cid-tehMevTtgC .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tehMevTtgC .form-group {
  margin-bottom: 1rem;
}
.cid-tehMevTtgC input::-webkit-input-placeholder,
.cid-tehMevTtgC textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tehMevTtgC input:-moz-placeholder,
.cid-tehMevTtgC textarea:-moz-placeholder {
  color: #656565;
}
.cid-tehMevTtgC .jq-selectbox li,
.cid-tehMevTtgC .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehMevTtgC .jq-selectbox li:hover,
.cid-tehMevTtgC .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehMevTtgC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehMevTtgC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehMevTtgC .mbr-text {
  color: #767676;
}
.cid-tehMevTtgC a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tehMevTtgC .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tehMevTtgC .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tehMevTtgC textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tehMevTtgC h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tehMevTtgC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tehMevTtgC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tehMevTtgC .google-map {
    padding-bottom: 2rem;
  }
}
.cid-te1i1JsGJH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-te1i1JsGJH .container {
  max-width: 1400px;
}
.cid-te1i1JsGJH .card-img2 span {
  padding-top: 6px;
}
.cid-te1i1JsGJH .soc-item a {
  padding-top: 5px;
}
.cid-te1i1JsGJH .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-te1i1JsGJH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-te1i1JsGJH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-te1i1JsGJH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-te1i1JsGJH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-te1i1JsGJH #e2_shape {
  fill: #ffffff !important;
}
.cid-te1i1JsGJH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-te1i1JsGJH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-te1i1JsGJH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-te1i1JsGJH .card-img {
  width: auto;
}
.cid-te1i1JsGJH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-te1i1JsGJH .soc-item span {
  font-size: 1.4rem;
}
.cid-te1i1JsGJH .soc-item:hover span {
  color: #142c73 !important;
}
.cid-te1i1JsGJH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-te1i1JsGJH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-te1i1JsGJH .media-wrap {
  margin-bottom: 1rem;
}
.cid-te1i1JsGJH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-te1i1JsGJH img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-te1i1JsGJH .item {
    justify-content: center;
  }
  .cid-te1i1JsGJH .quote::after {
    left: 60px;
  }
}
.cid-te1i1JsGJH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-te1i1JsGJH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-te1i1JsGJH .text1 {
  color: #ffffff;
}
.cid-te1i1JsGJH .item-title {
  color: #ffffff;
}
.cid-te1i1JsGJH H5 {
  color: #ffffff;
}
.cid-te1i1JsGJH .theme {
  color: #ffffff;
}
.cid-te1i1JsGJH .copyright > p {
  color: #ff3366;
}
.cid-te1i1JsGJH .text2 {
  color: #ffffff;
}
.cid-te1i1KU0wO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-te1i1KU0wO .nav-item,
.cid-te1i1KU0wO .nav-link,
.cid-te1i1KU0wO .navbar-caption {
  font-weight: normal;
}
.cid-te1i1KU0wO .nav-item:focus,
.cid-te1i1KU0wO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-te1i1KU0wO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-te1i1KU0wO .nav-item .nav-link {
    position: relative;
  }
  .cid-te1i1KU0wO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-te1i1KU0wO .nav-item:hover .nav-link:before,
  .cid-te1i1KU0wO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-te1i1KU0wO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-te1i1KU0wO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te1i1KU0wO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-te1i1KU0wO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-te1i1KU0wO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te1i1KU0wO .dropdown .dropdown-menu .dropdown-item .soc-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-te1i1KU0wO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-te1i1KU0wO .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-te1i1KU0wO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-te1i1KU0wO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-te1i1KU0wO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te1i1KU0wO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te1i1KU0wO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-te1i1KU0wO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te1i1KU0wO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te1i1KU0wO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te1i1KU0wO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te1i1KU0wO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te1i1KU0wO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te1i1KU0wO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te1i1KU0wO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te1i1KU0wO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-te1i1KU0wO .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-te1i1KU0wO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te1i1KU0wO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te1i1KU0wO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te1i1KU0wO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te1i1KU0wO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te1i1KU0wO .dropdown-item.active,
.cid-te1i1KU0wO .dropdown-item:active {
  background-color: transparent;
}
.cid-te1i1KU0wO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te1i1KU0wO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te1i1KU0wO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te1i1KU0wO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-te1i1KU0wO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te1i1KU0wO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te1i1KU0wO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te1i1KU0wO .navbar-buttons {
  text-align: center;
}
.cid-te1i1KU0wO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te1i1KU0wO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-te1i1KU0wO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te1i1KU0wO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te1i1KU0wO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te1i1KU0wO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te1i1KU0wO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te1i1KU0wO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te1i1KU0wO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te1i1KU0wO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te1i1KU0wO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-te1i1KU0wO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te1i1KU0wO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-te1i1KU0wO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-te1i1KU0wO .soc-item {
  margin: .5rem .3rem;
}
.cid-te1i1KU0wO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te1i1KU0wO a.nav-link .mbr-iconfont-btn,
.cid-te1i1KU0wO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-te1i1KU0wO a.nav-link:hover .mbr-iconfont-btn,
.cid-te1i1KU0wO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-te1i1KU0wO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te1i1KU0wO .navbar {
    height: 77px;
  }
  .cid-te1i1KU0wO .navbar.opened {
    height: auto;
  }
  .cid-te1i1KU0wO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te05YaBKqh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-te05YaBKqh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-te05YaBKqh #e2_shape {
  fill: #ffffff !important;
}
.cid-te05YaBKqh img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-te05YaBKqh img {
    width: 90%!important;
  }
}
.cid-te05YaBKqh H1 {
  color: #57468b;
}
.cid-te07MRjxmk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-te07MRjxmk H1 {
  color: #57468b;
}
.cid-te07MRjxmk .mbr-text,
.cid-te07MRjxmk .mbr-section-btn {
  color: #716c80;
}
.cid-te07MRjxmk H3 {
  color: #716c80;
}
.cid-te075uXf6N {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-te075uXf6N 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-te075uXf6N .mbr-text,
.cid-te075uXf6N .mbr-section-btn {
  color: #716c80;
}
.cid-te075uXf6N #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-te075uXf6N #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-te075uXf6N H1 {
  color: #57468b;
}
.cid-te075uXf6N img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-te075uXf6N .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-te075uXf6N .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-te075uXf6N img {
    width: 100%;
  }
}
.cid-te0auMZXDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-te0auMZXDG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te0auMZXDG .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-te0auMZXDG .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-te0auMZXDG .btn-primary-outline:active {
  color: gray;
}
.cid-te0auMZXDG .btn-primary-outline:hover {
  color: white;
}
.cid-te0auMZXDG div {
  overflow: hidden;
}
.cid-te0auMZXDG .btn-primary-outline.active {
  color: white;
}
.cid-te0auMZXDG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te0auMZXDG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te0auMZXDG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te0auMZXDG .mbr-gallery-item {
  overflow: hidden;
}
.cid-te0auMZXDG .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-te0auMZXDG .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-te0auMZXDG .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-te0auMZXDG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-te0auMZXDG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te0auMZXDG .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-te0auMZXDG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te0auMZXDG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBFtfMLsuE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBFtfMLsuE 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-tBFtfMLsuE .mbr-text,
.cid-tBFtfMLsuE .mbr-section-btn {
  color: #716c80;
}
.cid-tBFtfMLsuE #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBFtfMLsuE #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBFtfMLsuE H1 {
  color: #57468b;
}
.cid-tBFtfMLsuE img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBFtfMLsuE .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-tBFtfMLsuE .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBFtfMLsuE img {
    width: 100%;
  }
}
.cid-tBFtgmSAv7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBFtgmSAv7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBFtgmSAv7 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBFtgmSAv7 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBFtgmSAv7 .btn-primary-outline:active {
  color: gray;
}
.cid-tBFtgmSAv7 .btn-primary-outline:hover {
  color: white;
}
.cid-tBFtgmSAv7 div {
  overflow: hidden;
}
.cid-tBFtgmSAv7 .btn-primary-outline.active {
  color: white;
}
.cid-tBFtgmSAv7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFtgmSAv7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBFtgmSAv7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBFtgmSAv7 .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBFtgmSAv7 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBFtgmSAv7 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBFtgmSAv7 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBFtgmSAv7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBFtgmSAv7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBFtgmSAv7 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBFtgmSAv7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBFtgmSAv7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVFoClCYzR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVFoClCYzR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVFoClCYzR .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVFoClCYzR .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVFoClCYzR .btn-primary-outline:active {
  color: gray;
}
.cid-tVFoClCYzR .btn-primary-outline:hover {
  color: white;
}
.cid-tVFoClCYzR div {
  overflow: hidden;
}
.cid-tVFoClCYzR .btn-primary-outline.active {
  color: white;
}
.cid-tVFoClCYzR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVFoClCYzR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVFoClCYzR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVFoClCYzR .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVFoClCYzR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVFoClCYzR .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVFoClCYzR .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVFoClCYzR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVFoClCYzR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVFoClCYzR .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVFoClCYzR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVFoClCYzR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tehM1G0o6r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tehM1G0o6r .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tehM1G0o6r h2,
.cid-tehM1G0o6r h3,
.cid-tehM1G0o6r h4,
.cid-tehM1G0o6r p {
  color: #ffffff;
}
.cid-tehM1G0o6r .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tehM1G0o6r .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tehM1G0o6r .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tehM1G0o6r .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-tehM1G0o6r .form-control:focus,
.cid-tehM1G0o6r .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tehM1G0o6r .form-group {
  margin-bottom: 1rem;
}
.cid-tehM1G0o6r input::-webkit-input-placeholder,
.cid-tehM1G0o6r textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tehM1G0o6r input:-moz-placeholder,
.cid-tehM1G0o6r textarea:-moz-placeholder {
  color: #656565;
}
.cid-tehM1G0o6r .jq-selectbox li,
.cid-tehM1G0o6r .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehM1G0o6r .jq-selectbox li:hover,
.cid-tehM1G0o6r .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tehM1G0o6r .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehM1G0o6r .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tehM1G0o6r .mbr-text {
  color: #767676;
}
.cid-tehM1G0o6r a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tehM1G0o6r .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tehM1G0o6r .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tehM1G0o6r textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tehM1G0o6r h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tehM1G0o6r .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tehM1G0o6r .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tehM1G0o6r .google-map {
    padding-bottom: 2rem;
  }
}
.cid-te05YcUDex {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-te05YcUDex .container {
  max-width: 1400px;
}
.cid-te05YcUDex .card-img2 span {
  padding-top: 6px;
}
.cid-te05YcUDex .soc-item a {
  padding-top: 5px;
}
.cid-te05YcUDex .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-te05YcUDex .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-te05YcUDex .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-te05YcUDex .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-te05YcUDex svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-te05YcUDex #e2_shape {
  fill: #ffffff !important;
}
.cid-te05YcUDex .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-te05YcUDex .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-te05YcUDex .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-te05YcUDex .card-img {
  width: auto;
}
.cid-te05YcUDex .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-te05YcUDex .soc-item span {
  font-size: 1.4rem;
}
.cid-te05YcUDex .soc-item:hover span {
  color: #142c73 !important;
}
.cid-te05YcUDex .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-te05YcUDex .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-te05YcUDex .media-wrap {
  margin-bottom: 1rem;
}
.cid-te05YcUDex .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-te05YcUDex img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-te05YcUDex .item {
    justify-content: center;
  }
  .cid-te05YcUDex .quote::after {
    left: 60px;
  }
}
.cid-te05YcUDex .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-te05YcUDex .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-te05YcUDex .text1 {
  color: #ffffff;
}
.cid-te05YcUDex .item-title {
  color: #ffffff;
}
.cid-te05YcUDex H5 {
  color: #ffffff;
}
.cid-te05YcUDex .theme {
  color: #ffffff;
}
.cid-te05YcUDex .copyright > p {
  color: #ff3366;
}
.cid-te05YcUDex .text2 {
  color: #ffffff;
}
.cid-te05YdSfaC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-te05YdSfaC .nav-item,
.cid-te05YdSfaC .nav-link,
.cid-te05YdSfaC .navbar-caption {
  font-weight: normal;
}
.cid-te05YdSfaC .nav-item:focus,
.cid-te05YdSfaC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-te05YdSfaC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-te05YdSfaC .nav-item .nav-link {
    position: relative;
  }
  .cid-te05YdSfaC .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-te05YdSfaC .nav-item:hover .nav-link:before,
  .cid-te05YdSfaC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-te05YdSfaC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-te05YdSfaC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te05YdSfaC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-te05YdSfaC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-te05YdSfaC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-te05YdSfaC .dropdown .dropdown-menu .dropdown-item .soc-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-te05YdSfaC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-te05YdSfaC .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-te05YdSfaC .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-te05YdSfaC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-te05YdSfaC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te05YdSfaC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te05YdSfaC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-te05YdSfaC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te05YdSfaC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te05YdSfaC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-te05YdSfaC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-te05YdSfaC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te05YdSfaC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te05YdSfaC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te05YdSfaC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-te05YdSfaC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-te05YdSfaC .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-te05YdSfaC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-te05YdSfaC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-te05YdSfaC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-te05YdSfaC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te05YdSfaC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te05YdSfaC .dropdown-item.active,
.cid-te05YdSfaC .dropdown-item:active {
  background-color: transparent;
}
.cid-te05YdSfaC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te05YdSfaC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te05YdSfaC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te05YdSfaC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-te05YdSfaC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te05YdSfaC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te05YdSfaC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-te05YdSfaC .navbar-buttons {
  text-align: center;
}
.cid-te05YdSfaC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-te05YdSfaC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-te05YdSfaC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te05YdSfaC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te05YdSfaC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te05YdSfaC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te05YdSfaC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te05YdSfaC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te05YdSfaC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te05YdSfaC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te05YdSfaC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-te05YdSfaC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te05YdSfaC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-te05YdSfaC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-te05YdSfaC .soc-item {
  margin: .5rem .3rem;
}
.cid-te05YdSfaC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te05YdSfaC a.nav-link .mbr-iconfont-btn,
.cid-te05YdSfaC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-te05YdSfaC a.nav-link:hover .mbr-iconfont-btn,
.cid-te05YdSfaC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-te05YdSfaC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-te05YdSfaC .navbar {
    height: 77px;
  }
  .cid-te05YdSfaC .navbar.opened {
    height: auto;
  }
  .cid-te05YdSfaC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt6WH39K9C {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tt6WH39K9C svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tt6WH39K9C #e2_shape {
  fill: #ffffff !important;
}
.cid-tt6WH39K9C img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tt6WH39K9C img {
    width: 90%!important;
  }
}
.cid-tt6WH39K9C H1 {
  color: #57468b;
}
.cid-tt6WH4iWLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tt6WH4iWLD H1 {
  color: #57468b;
}
.cid-tt6WH4iWLD .mbr-text,
.cid-tt6WH4iWLD .mbr-section-btn {
  color: #716c80;
}
.cid-tt6WH4iWLD H3 {
  color: #716c80;
}
.cid-tt6WH5luUv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tt6WH5luUv 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-tt6WH5luUv .mbr-text,
.cid-tt6WH5luUv .mbr-section-btn {
  color: #716c80;
}
.cid-tt6WH5luUv #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tt6WH5luUv #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tt6WH5luUv H1 {
  color: #57468b;
}
.cid-tt6WH5luUv img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tt6WH5luUv .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-tt6WH5luUv .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tt6WH5luUv img {
    width: 100%;
  }
}
.cid-tt6WH6ruvS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt6WH6ruvS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt6WH6ruvS .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tt6WH6ruvS .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tt6WH6ruvS .btn-primary-outline:active {
  color: gray;
}
.cid-tt6WH6ruvS .btn-primary-outline:hover {
  color: white;
}
.cid-tt6WH6ruvS div {
  overflow: hidden;
}
.cid-tt6WH6ruvS .btn-primary-outline.active {
  color: white;
}
.cid-tt6WH6ruvS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt6WH6ruvS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt6WH6ruvS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt6WH6ruvS .mbr-gallery-item {
  overflow: hidden;
}
.cid-tt6WH6ruvS .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tt6WH6ruvS .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tt6WH6ruvS .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tt6WH6ruvS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt6WH6ruvS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tt6WH6ruvS .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tt6WH6ruvS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tt6WH6ruvS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt6WH7zcqH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tt6WH7zcqH 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-tt6WH7zcqH .mbr-text,
.cid-tt6WH7zcqH .mbr-section-btn {
  color: #716c80;
}
.cid-tt6WH7zcqH #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tt6WH7zcqH #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tt6WH7zcqH H1 {
  color: #57468b;
}
.cid-tt6WH7zcqH img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tt6WH7zcqH .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-tt6WH7zcqH .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tt6WH7zcqH img {
    width: 100%;
  }
}
.cid-tt6WH8P5vV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt6WH8P5vV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt6WH8P5vV .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tt6WH8P5vV .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tt6WH8P5vV .btn-primary-outline:active {
  color: gray;
}
.cid-tt6WH8P5vV .btn-primary-outline:hover {
  color: white;
}
.cid-tt6WH8P5vV div {
  overflow: hidden;
}
.cid-tt6WH8P5vV .btn-primary-outline.active {
  color: white;
}
.cid-tt6WH8P5vV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt6WH8P5vV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt6WH8P5vV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt6WH8P5vV .mbr-gallery-item {
  overflow: hidden;
}
.cid-tt6WH8P5vV .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tt6WH8P5vV .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tt6WH8P5vV .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tt6WH8P5vV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt6WH8P5vV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tt6WH8P5vV .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tt6WH8P5vV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tt6WH8P5vV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt6WH9X3JJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tt6WH9X3JJ 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-tt6WH9X3JJ .mbr-text,
.cid-tt6WH9X3JJ .mbr-section-btn {
  color: #716c80;
}
.cid-tt6WH9X3JJ #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tt6WH9X3JJ #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tt6WH9X3JJ H1 {
  color: #57468b;
}
.cid-tt6WH9X3JJ img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tt6WH9X3JJ .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-tt6WH9X3JJ .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tt6WH9X3JJ img {
    width: 100%;
  }
}
.cid-tt6WHb3lhm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt6WHb3lhm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt6WHb3lhm .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tt6WHb3lhm .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tt6WHb3lhm .btn-primary-outline:active {
  color: gray;
}
.cid-tt6WHb3lhm .btn-primary-outline:hover {
  color: white;
}
.cid-tt6WHb3lhm div {
  overflow: hidden;
}
.cid-tt6WHb3lhm .btn-primary-outline.active {
  color: white;
}
.cid-tt6WHb3lhm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt6WHb3lhm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt6WHb3lhm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt6WHb3lhm .mbr-gallery-item {
  overflow: hidden;
}
.cid-tt6WHb3lhm .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tt6WHb3lhm .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tt6WHb3lhm .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tt6WHb3lhm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt6WHb3lhm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tt6WHb3lhm .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tt6WHb3lhm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tt6WHb3lhm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt6WHc9SUz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tt6WHc9SUz 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-tt6WHc9SUz .mbr-text,
.cid-tt6WHc9SUz .mbr-section-btn {
  color: #716c80;
}
.cid-tt6WHc9SUz #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tt6WHc9SUz #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tt6WHc9SUz H1 {
  color: #57468b;
}
.cid-tt6WHc9SUz img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tt6WHc9SUz .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-tt6WHc9SUz .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tt6WHc9SUz img {
    width: 100%;
  }
}
.cid-tt6WHc9SUz H3 {
  color: #232323;
}
.cid-tt6WHdlEcZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt6WHdlEcZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt6WHdlEcZ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tt6WHdlEcZ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tt6WHdlEcZ .btn-primary-outline:active {
  color: gray;
}
.cid-tt6WHdlEcZ .btn-primary-outline:hover {
  color: white;
}
.cid-tt6WHdlEcZ div {
  overflow: hidden;
}
.cid-tt6WHdlEcZ .btn-primary-outline.active {
  color: white;
}
.cid-tt6WHdlEcZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt6WHdlEcZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt6WHdlEcZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt6WHdlEcZ .mbr-gallery-item {
  overflow: hidden;
}
.cid-tt6WHdlEcZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tt6WHdlEcZ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tt6WHdlEcZ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tt6WHdlEcZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt6WHdlEcZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tt6WHdlEcZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tt6WHdlEcZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tt6WHdlEcZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt6WHew6Uv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tt6WHew6Uv 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-tt6WHew6Uv .mbr-text,
.cid-tt6WHew6Uv .mbr-section-btn {
  color: #716c80;
}
.cid-tt6WHew6Uv #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tt6WHew6Uv #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tt6WHew6Uv H1 {
  color: #57468b;
}
.cid-tt6WHew6Uv img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tt6WHew6Uv .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-tt6WHew6Uv .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tt6WHew6Uv img {
    width: 100%;
  }
}
.cid-tt6WHew6Uv H3 {
  color: #232323;
}
.cid-tt6WHg4DjY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tt6WHg4DjY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tt6WHg4DjY .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tt6WHg4DjY .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tt6WHg4DjY .btn-primary-outline:active {
  color: gray;
}
.cid-tt6WHg4DjY .btn-primary-outline:hover {
  color: white;
}
.cid-tt6WHg4DjY div {
  overflow: hidden;
}
.cid-tt6WHg4DjY .btn-primary-outline.active {
  color: white;
}
.cid-tt6WHg4DjY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt6WHg4DjY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt6WHg4DjY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tt6WHg4DjY .mbr-gallery-item {
  overflow: hidden;
}
.cid-tt6WHg4DjY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tt6WHg4DjY .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tt6WHg4DjY .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tt6WHg4DjY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tt6WHg4DjY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tt6WHg4DjY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tt6WHg4DjY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tt6WHg4DjY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tt6WHhnf4v {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tt6WHhnf4v .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tt6WHhnf4v h2,
.cid-tt6WHhnf4v h3,
.cid-tt6WHhnf4v h4,
.cid-tt6WHhnf4v p {
  color: #ffffff;
}
.cid-tt6WHhnf4v .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tt6WHhnf4v .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tt6WHhnf4v .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tt6WHhnf4v .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-tt6WHhnf4v .form-control:focus,
.cid-tt6WHhnf4v .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tt6WHhnf4v .form-group {
  margin-bottom: 1rem;
}
.cid-tt6WHhnf4v input::-webkit-input-placeholder,
.cid-tt6WHhnf4v textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tt6WHhnf4v input:-moz-placeholder,
.cid-tt6WHhnf4v textarea:-moz-placeholder {
  color: #656565;
}
.cid-tt6WHhnf4v .jq-selectbox li,
.cid-tt6WHhnf4v .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tt6WHhnf4v .jq-selectbox li:hover,
.cid-tt6WHhnf4v .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tt6WHhnf4v .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tt6WHhnf4v .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tt6WHhnf4v .mbr-text {
  color: #767676;
}
.cid-tt6WHhnf4v a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tt6WHhnf4v .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tt6WHhnf4v .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tt6WHhnf4v textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tt6WHhnf4v h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tt6WHhnf4v .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tt6WHhnf4v .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tt6WHhnf4v .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tt6WHiI0YE {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tt6WHiI0YE .container {
  max-width: 1400px;
}
.cid-tt6WHiI0YE .card-img2 span {
  padding-top: 6px;
}
.cid-tt6WHiI0YE .soc-item a {
  padding-top: 5px;
}
.cid-tt6WHiI0YE .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tt6WHiI0YE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tt6WHiI0YE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tt6WHiI0YE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt6WHiI0YE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tt6WHiI0YE #e2_shape {
  fill: #ffffff !important;
}
.cid-tt6WHiI0YE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tt6WHiI0YE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tt6WHiI0YE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tt6WHiI0YE .card-img {
  width: auto;
}
.cid-tt6WHiI0YE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tt6WHiI0YE .soc-item span {
  font-size: 1.4rem;
}
.cid-tt6WHiI0YE .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tt6WHiI0YE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tt6WHiI0YE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tt6WHiI0YE .media-wrap {
  margin-bottom: 1rem;
}
.cid-tt6WHiI0YE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tt6WHiI0YE img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tt6WHiI0YE .item {
    justify-content: center;
  }
  .cid-tt6WHiI0YE .quote::after {
    left: 60px;
  }
}
.cid-tt6WHiI0YE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tt6WHiI0YE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tt6WHiI0YE .text1 {
  color: #ffffff;
}
.cid-tt6WHiI0YE .item-title {
  color: #ffffff;
}
.cid-tt6WHiI0YE H5 {
  color: #ffffff;
}
.cid-tt6WHiI0YE .theme {
  color: #ffffff;
}
.cid-tt6WHiI0YE .copyright > p {
  color: #ff3366;
}
.cid-tt6WHiI0YE .text2 {
  color: #ffffff;
}
.cid-tt6WHktztB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tt6WHktztB .nav-item,
.cid-tt6WHktztB .nav-link,
.cid-tt6WHktztB .navbar-caption {
  font-weight: normal;
}
.cid-tt6WHktztB .nav-item:focus,
.cid-tt6WHktztB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tt6WHktztB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tt6WHktztB .nav-item .nav-link {
    position: relative;
  }
  .cid-tt6WHktztB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tt6WHktztB .nav-item:hover .nav-link:before,
  .cid-tt6WHktztB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tt6WHktztB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tt6WHktztB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt6WHktztB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tt6WHktztB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tt6WHktztB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tt6WHktztB .dropdown .dropdown-menu .dropdown-item .soc-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-tt6WHktztB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tt6WHktztB .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tt6WHktztB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tt6WHktztB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tt6WHktztB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt6WHktztB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt6WHktztB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tt6WHktztB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt6WHktztB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt6WHktztB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tt6WHktztB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tt6WHktztB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt6WHktztB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt6WHktztB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tt6WHktztB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tt6WHktztB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tt6WHktztB .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tt6WHktztB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tt6WHktztB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tt6WHktztB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt6WHktztB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt6WHktztB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt6WHktztB .dropdown-item.active,
.cid-tt6WHktztB .dropdown-item:active {
  background-color: transparent;
}
.cid-tt6WHktztB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt6WHktztB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt6WHktztB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt6WHktztB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tt6WHktztB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt6WHktztB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt6WHktztB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt6WHktztB .navbar-buttons {
  text-align: center;
}
.cid-tt6WHktztB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tt6WHktztB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tt6WHktztB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tt6WHktztB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tt6WHktztB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tt6WHktztB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tt6WHktztB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tt6WHktztB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tt6WHktztB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tt6WHktztB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tt6WHktztB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tt6WHktztB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tt6WHktztB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tt6WHktztB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tt6WHktztB .soc-item {
  margin: .5rem .3rem;
}
.cid-tt6WHktztB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tt6WHktztB a.nav-link .mbr-iconfont-btn,
.cid-tt6WHktztB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tt6WHktztB a.nav-link:hover .mbr-iconfont-btn,
.cid-tt6WHktztB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tt6WHktztB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt6WHktztB .navbar {
    height: 77px;
  }
  .cid-tt6WHktztB .navbar.opened {
    height: auto;
  }
  .cid-tt6WHktztB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBp6a3fzPh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tBp6a3fzPh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tBp6a3fzPh #e2_shape {
  fill: #ffffff !important;
}
.cid-tBp6a3fzPh img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tBp6a3fzPh img {
    width: 90%!important;
  }
}
.cid-tBp6a3fzPh H1 {
  color: #57468b;
}
.cid-tBp6a4rZmR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tBp6a4rZmR H1 {
  color: #57468b;
}
.cid-tBp6a4rZmR .mbr-text,
.cid-tBp6a4rZmR .mbr-section-btn {
  color: #716c80;
}
.cid-tBp6a4rZmR H3 {
  color: #716c80;
}
.cid-tBp6a7N9U4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBp6a7N9U4 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-tBp6a7N9U4 .mbr-text,
.cid-tBp6a7N9U4 .mbr-section-btn {
  color: #716c80;
}
.cid-tBp6a7N9U4 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBp6a7N9U4 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBp6a7N9U4 H1 {
  color: #57468b;
}
.cid-tBp6a7N9U4 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBp6a7N9U4 .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-tBp6a7N9U4 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBp6a7N9U4 img {
    width: 100%;
  }
}
.cid-tBp6a8SCkQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBp6a8SCkQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBp6a8SCkQ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBp6a8SCkQ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBp6a8SCkQ .btn-primary-outline:active {
  color: gray;
}
.cid-tBp6a8SCkQ .btn-primary-outline:hover {
  color: white;
}
.cid-tBp6a8SCkQ div {
  overflow: hidden;
}
.cid-tBp6a8SCkQ .btn-primary-outline.active {
  color: white;
}
.cid-tBp6a8SCkQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBp6a8SCkQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBp6a8SCkQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBp6a8SCkQ .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBp6a8SCkQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBp6a8SCkQ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBp6a8SCkQ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBp6a8SCkQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBp6a8SCkQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBp6a8SCkQ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBp6a8SCkQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBp6a8SCkQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBp6a9SBem {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBp6a9SBem 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-tBp6a9SBem .mbr-text,
.cid-tBp6a9SBem .mbr-section-btn {
  color: #716c80;
}
.cid-tBp6a9SBem #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBp6a9SBem #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBp6a9SBem H1 {
  color: #57468b;
}
.cid-tBp6a9SBem img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBp6a9SBem .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-tBp6a9SBem .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBp6a9SBem img {
    width: 100%;
  }
}
.cid-tBp6aaZdpA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBp6aaZdpA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBp6aaZdpA .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBp6aaZdpA .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBp6aaZdpA .btn-primary-outline:active {
  color: gray;
}
.cid-tBp6aaZdpA .btn-primary-outline:hover {
  color: white;
}
.cid-tBp6aaZdpA div {
  overflow: hidden;
}
.cid-tBp6aaZdpA .btn-primary-outline.active {
  color: white;
}
.cid-tBp6aaZdpA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBp6aaZdpA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBp6aaZdpA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBp6aaZdpA .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBp6aaZdpA .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBp6aaZdpA .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBp6aaZdpA .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBp6aaZdpA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBp6aaZdpA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBp6aaZdpA .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBp6aaZdpA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBp6aaZdpA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBp6ac292u {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBp6ac292u 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-tBp6ac292u .mbr-text,
.cid-tBp6ac292u .mbr-section-btn {
  color: #716c80;
}
.cid-tBp6ac292u #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBp6ac292u #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBp6ac292u H1 {
  color: #57468b;
}
.cid-tBp6ac292u img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBp6ac292u .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-tBp6ac292u .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBp6ac292u img {
    width: 100%;
  }
}
.cid-tBp6admcSL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBp6admcSL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBp6admcSL .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBp6admcSL .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBp6admcSL .btn-primary-outline:active {
  color: gray;
}
.cid-tBp6admcSL .btn-primary-outline:hover {
  color: white;
}
.cid-tBp6admcSL div {
  overflow: hidden;
}
.cid-tBp6admcSL .btn-primary-outline.active {
  color: white;
}
.cid-tBp6admcSL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBp6admcSL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBp6admcSL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBp6admcSL .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBp6admcSL .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBp6admcSL .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBp6admcSL .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBp6admcSL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBp6admcSL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBp6admcSL .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBp6admcSL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBp6admcSL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBp6aesdNS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBp6aesdNS 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-tBp6aesdNS .mbr-text,
.cid-tBp6aesdNS .mbr-section-btn {
  color: #716c80;
}
.cid-tBp6aesdNS #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBp6aesdNS #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBp6aesdNS H1 {
  color: #57468b;
}
.cid-tBp6aesdNS img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBp6aesdNS .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-tBp6aesdNS .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBp6aesdNS img {
    width: 100%;
  }
}
.cid-tBp6afJBfz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBp6afJBfz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBp6afJBfz .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBp6afJBfz .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBp6afJBfz .btn-primary-outline:active {
  color: gray;
}
.cid-tBp6afJBfz .btn-primary-outline:hover {
  color: white;
}
.cid-tBp6afJBfz div {
  overflow: hidden;
}
.cid-tBp6afJBfz .btn-primary-outline.active {
  color: white;
}
.cid-tBp6afJBfz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBp6afJBfz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBp6afJBfz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBp6afJBfz .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBp6afJBfz .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBp6afJBfz .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBp6afJBfz .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBp6afJBfz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBp6afJBfz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBp6afJBfz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBp6afJBfz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBp6afJBfz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBp6agUICK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBp6agUICK 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-tBp6agUICK .mbr-text,
.cid-tBp6agUICK .mbr-section-btn {
  color: #716c80;
}
.cid-tBp6agUICK #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBp6agUICK #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBp6agUICK H1 {
  color: #57468b;
}
.cid-tBp6agUICK img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBp6agUICK .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-tBp6agUICK .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBp6agUICK img {
    width: 100%;
  }
}
.cid-tBp6aifJaK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBp6aifJaK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBp6aifJaK .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBp6aifJaK .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBp6aifJaK .btn-primary-outline:active {
  color: gray;
}
.cid-tBp6aifJaK .btn-primary-outline:hover {
  color: white;
}
.cid-tBp6aifJaK div {
  overflow: hidden;
}
.cid-tBp6aifJaK .btn-primary-outline.active {
  color: white;
}
.cid-tBp6aifJaK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBp6aifJaK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBp6aifJaK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBp6aifJaK .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBp6aifJaK .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBp6aifJaK .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBp6aifJaK .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBp6aifJaK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBp6aifJaK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBp6aifJaK .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBp6aifJaK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBp6aifJaK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBp6ajAaQS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tBp6ajAaQS .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tBp6ajAaQS h2,
.cid-tBp6ajAaQS h3,
.cid-tBp6ajAaQS h4,
.cid-tBp6ajAaQS p {
  color: #ffffff;
}
.cid-tBp6ajAaQS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tBp6ajAaQS .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tBp6ajAaQS .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBp6ajAaQS .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-tBp6ajAaQS .form-control:focus,
.cid-tBp6ajAaQS .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tBp6ajAaQS .form-group {
  margin-bottom: 1rem;
}
.cid-tBp6ajAaQS input::-webkit-input-placeholder,
.cid-tBp6ajAaQS textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tBp6ajAaQS input:-moz-placeholder,
.cid-tBp6ajAaQS textarea:-moz-placeholder {
  color: #656565;
}
.cid-tBp6ajAaQS .jq-selectbox li,
.cid-tBp6ajAaQS .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBp6ajAaQS .jq-selectbox li:hover,
.cid-tBp6ajAaQS .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBp6ajAaQS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBp6ajAaQS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBp6ajAaQS .mbr-text {
  color: #767676;
}
.cid-tBp6ajAaQS a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tBp6ajAaQS .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBp6ajAaQS .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tBp6ajAaQS textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tBp6ajAaQS h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tBp6ajAaQS .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tBp6ajAaQS .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBp6ajAaQS .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tBp6alasRB {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tBp6alasRB .container {
  max-width: 1400px;
}
.cid-tBp6alasRB .card-img2 span {
  padding-top: 6px;
}
.cid-tBp6alasRB .soc-item a {
  padding-top: 5px;
}
.cid-tBp6alasRB .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tBp6alasRB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tBp6alasRB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tBp6alasRB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBp6alasRB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tBp6alasRB #e2_shape {
  fill: #ffffff !important;
}
.cid-tBp6alasRB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tBp6alasRB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tBp6alasRB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBp6alasRB .card-img {
  width: auto;
}
.cid-tBp6alasRB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tBp6alasRB .soc-item span {
  font-size: 1.4rem;
}
.cid-tBp6alasRB .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tBp6alasRB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tBp6alasRB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tBp6alasRB .media-wrap {
  margin-bottom: 1rem;
}
.cid-tBp6alasRB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tBp6alasRB img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tBp6alasRB .item {
    justify-content: center;
  }
  .cid-tBp6alasRB .quote::after {
    left: 60px;
  }
}
.cid-tBp6alasRB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tBp6alasRB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tBp6alasRB .text1 {
  color: #ffffff;
}
.cid-tBp6alasRB .item-title {
  color: #ffffff;
}
.cid-tBp6alasRB H5 {
  color: #ffffff;
}
.cid-tBp6alasRB .theme {
  color: #ffffff;
}
.cid-tBp6alasRB .copyright > p {
  color: #ff3366;
}
.cid-tBp6alasRB .text2 {
  color: #ffffff;
}
.cid-tBp6amO8BT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tBp6amO8BT .nav-item,
.cid-tBp6amO8BT .nav-link,
.cid-tBp6amO8BT .navbar-caption {
  font-weight: normal;
}
.cid-tBp6amO8BT .nav-item:focus,
.cid-tBp6amO8BT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBp6amO8BT .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tBp6amO8BT .nav-item .nav-link {
    position: relative;
  }
  .cid-tBp6amO8BT .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tBp6amO8BT .nav-item:hover .nav-link:before,
  .cid-tBp6amO8BT .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tBp6amO8BT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tBp6amO8BT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBp6amO8BT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tBp6amO8BT .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tBp6amO8BT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBp6amO8BT .dropdown .dropdown-menu .dropdown-item .soc-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-tBp6amO8BT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tBp6amO8BT .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tBp6amO8BT .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tBp6amO8BT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tBp6amO8BT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBp6amO8BT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBp6amO8BT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBp6amO8BT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBp6amO8BT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBp6amO8BT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBp6amO8BT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBp6amO8BT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBp6amO8BT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBp6amO8BT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBp6amO8BT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBp6amO8BT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBp6amO8BT .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tBp6amO8BT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBp6amO8BT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBp6amO8BT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBp6amO8BT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBp6amO8BT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBp6amO8BT .dropdown-item.active,
.cid-tBp6amO8BT .dropdown-item:active {
  background-color: transparent;
}
.cid-tBp6amO8BT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBp6amO8BT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBp6amO8BT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBp6amO8BT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tBp6amO8BT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBp6amO8BT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBp6amO8BT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBp6amO8BT .navbar-buttons {
  text-align: center;
}
.cid-tBp6amO8BT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBp6amO8BT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tBp6amO8BT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBp6amO8BT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBp6amO8BT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBp6amO8BT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBp6amO8BT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBp6amO8BT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBp6amO8BT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBp6amO8BT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBp6amO8BT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tBp6amO8BT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBp6amO8BT .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tBp6amO8BT .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tBp6amO8BT .soc-item {
  margin: .5rem .3rem;
}
.cid-tBp6amO8BT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBp6amO8BT a.nav-link .mbr-iconfont-btn,
.cid-tBp6amO8BT a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tBp6amO8BT a.nav-link:hover .mbr-iconfont-btn,
.cid-tBp6amO8BT a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tBp6amO8BT a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBp6amO8BT .navbar {
    height: 77px;
  }
  .cid-tBp6amO8BT .navbar.opened {
    height: auto;
  }
  .cid-tBp6amO8BT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBFG8xAuz1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tBFG8xAuz1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tBFG8xAuz1 #e2_shape {
  fill: #ffffff !important;
}
.cid-tBFG8xAuz1 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tBFG8xAuz1 img {
    width: 90%!important;
  }
}
.cid-tBFG8xAuz1 H1 {
  color: #57468b;
}
.cid-tBFG8yGAqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tBFG8yGAqs H1 {
  color: #57468b;
}
.cid-tBFG8yGAqs .mbr-text,
.cid-tBFG8yGAqs .mbr-section-btn {
  color: #716c80;
}
.cid-tBFG8yGAqs H3 {
  color: #716c80;
}
.cid-tBFG8BBKC4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tBFG8BBKC4 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-tBFG8BBKC4 .mbr-text,
.cid-tBFG8BBKC4 .mbr-section-btn {
  color: #716c80;
}
.cid-tBFG8BBKC4 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tBFG8BBKC4 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tBFG8BBKC4 H1 {
  color: #57468b;
}
.cid-tBFG8BBKC4 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tBFG8BBKC4 .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-tBFG8BBKC4 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tBFG8BBKC4 img {
    width: 100%;
  }
}
.cid-tBFG8CxzvI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBFG8CxzvI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBFG8CxzvI .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tBFG8CxzvI .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tBFG8CxzvI .btn-primary-outline:active {
  color: gray;
}
.cid-tBFG8CxzvI .btn-primary-outline:hover {
  color: white;
}
.cid-tBFG8CxzvI div {
  overflow: hidden;
}
.cid-tBFG8CxzvI .btn-primary-outline.active {
  color: white;
}
.cid-tBFG8CxzvI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG8CxzvI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBFG8CxzvI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBFG8CxzvI .mbr-gallery-item {
  overflow: hidden;
}
.cid-tBFG8CxzvI .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tBFG8CxzvI .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tBFG8CxzvI .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tBFG8CxzvI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBFG8CxzvI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBFG8CxzvI .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tBFG8CxzvI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBFG8CxzvI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBFG8JM6ve {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tBFG8JM6ve .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tBFG8JM6ve h2,
.cid-tBFG8JM6ve h3,
.cid-tBFG8JM6ve h4,
.cid-tBFG8JM6ve p {
  color: #ffffff;
}
.cid-tBFG8JM6ve .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tBFG8JM6ve .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tBFG8JM6ve .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBFG8JM6ve .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-tBFG8JM6ve .form-control:focus,
.cid-tBFG8JM6ve .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tBFG8JM6ve .form-group {
  margin-bottom: 1rem;
}
.cid-tBFG8JM6ve input::-webkit-input-placeholder,
.cid-tBFG8JM6ve textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tBFG8JM6ve input:-moz-placeholder,
.cid-tBFG8JM6ve textarea:-moz-placeholder {
  color: #656565;
}
.cid-tBFG8JM6ve .jq-selectbox li,
.cid-tBFG8JM6ve .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBFG8JM6ve .jq-selectbox li:hover,
.cid-tBFG8JM6ve .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tBFG8JM6ve .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBFG8JM6ve .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tBFG8JM6ve .mbr-text {
  color: #767676;
}
.cid-tBFG8JM6ve a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tBFG8JM6ve .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBFG8JM6ve .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tBFG8JM6ve textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tBFG8JM6ve h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tBFG8JM6ve .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tBFG8JM6ve .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBFG8JM6ve .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tBFG8KVVc2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tBFG8KVVc2 .container {
  max-width: 1400px;
}
.cid-tBFG8KVVc2 .card-img2 span {
  padding-top: 6px;
}
.cid-tBFG8KVVc2 .soc-item a {
  padding-top: 5px;
}
.cid-tBFG8KVVc2 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tBFG8KVVc2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tBFG8KVVc2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tBFG8KVVc2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBFG8KVVc2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tBFG8KVVc2 #e2_shape {
  fill: #ffffff !important;
}
.cid-tBFG8KVVc2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tBFG8KVVc2 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tBFG8KVVc2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBFG8KVVc2 .card-img {
  width: auto;
}
.cid-tBFG8KVVc2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tBFG8KVVc2 .soc-item span {
  font-size: 1.4rem;
}
.cid-tBFG8KVVc2 .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tBFG8KVVc2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tBFG8KVVc2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tBFG8KVVc2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tBFG8KVVc2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tBFG8KVVc2 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tBFG8KVVc2 .item {
    justify-content: center;
  }
  .cid-tBFG8KVVc2 .quote::after {
    left: 60px;
  }
}
.cid-tBFG8KVVc2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tBFG8KVVc2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tBFG8KVVc2 .text1 {
  color: #ffffff;
}
.cid-tBFG8KVVc2 .item-title {
  color: #ffffff;
}
.cid-tBFG8KVVc2 H5 {
  color: #ffffff;
}
.cid-tBFG8KVVc2 .theme {
  color: #ffffff;
}
.cid-tBFG8KVVc2 .copyright > p {
  color: #ff3366;
}
.cid-tBFG8KVVc2 .text2 {
  color: #ffffff;
}
.cid-tBFG8MqYNf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tBFG8MqYNf .nav-item,
.cid-tBFG8MqYNf .nav-link,
.cid-tBFG8MqYNf .navbar-caption {
  font-weight: normal;
}
.cid-tBFG8MqYNf .nav-item:focus,
.cid-tBFG8MqYNf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tBFG8MqYNf .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tBFG8MqYNf .nav-item .nav-link {
    position: relative;
  }
  .cid-tBFG8MqYNf .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tBFG8MqYNf .nav-item:hover .nav-link:before,
  .cid-tBFG8MqYNf .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tBFG8MqYNf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tBFG8MqYNf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBFG8MqYNf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tBFG8MqYNf .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tBFG8MqYNf .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBFG8MqYNf .dropdown .dropdown-menu .dropdown-item .soc-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-tBFG8MqYNf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tBFG8MqYNf .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tBFG8MqYNf .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tBFG8MqYNf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tBFG8MqYNf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBFG8MqYNf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBFG8MqYNf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBFG8MqYNf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBFG8MqYNf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBFG8MqYNf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBFG8MqYNf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBFG8MqYNf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBFG8MqYNf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBFG8MqYNf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBFG8MqYNf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBFG8MqYNf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBFG8MqYNf .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tBFG8MqYNf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBFG8MqYNf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBFG8MqYNf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBFG8MqYNf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBFG8MqYNf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBFG8MqYNf .dropdown-item.active,
.cid-tBFG8MqYNf .dropdown-item:active {
  background-color: transparent;
}
.cid-tBFG8MqYNf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBFG8MqYNf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBFG8MqYNf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBFG8MqYNf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tBFG8MqYNf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBFG8MqYNf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBFG8MqYNf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBFG8MqYNf .navbar-buttons {
  text-align: center;
}
.cid-tBFG8MqYNf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBFG8MqYNf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tBFG8MqYNf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBFG8MqYNf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFG8MqYNf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBFG8MqYNf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBFG8MqYNf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFG8MqYNf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBFG8MqYNf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBFG8MqYNf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBFG8MqYNf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tBFG8MqYNf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBFG8MqYNf .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tBFG8MqYNf .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tBFG8MqYNf .soc-item {
  margin: .5rem .3rem;
}
.cid-tBFG8MqYNf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBFG8MqYNf a.nav-link .mbr-iconfont-btn,
.cid-tBFG8MqYNf a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tBFG8MqYNf a.nav-link:hover .mbr-iconfont-btn,
.cid-tBFG8MqYNf a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tBFG8MqYNf a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBFG8MqYNf .navbar {
    height: 77px;
  }
  .cid-tBFG8MqYNf .navbar.opened {
    height: auto;
  }
  .cid-tBFG8MqYNf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH3Xg4kzRo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tH3Xg4kzRo svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tH3Xg4kzRo #e2_shape {
  fill: #ffffff !important;
}
.cid-tH3Xg4kzRo img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tH3Xg4kzRo img {
    width: 90%!important;
  }
}
.cid-tH3Xg4kzRo H1 {
  color: #57468b;
}
.cid-tH3Xg5BEqz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tH3Xg5BEqz H1 {
  color: #57468b;
}
.cid-tH3Xg5BEqz .mbr-text,
.cid-tH3Xg5BEqz .mbr-section-btn {
  color: #716c80;
}
.cid-tH3Xg5BEqz H3 {
  color: #716c80;
}
.cid-tH3Xg6IitY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tH3Xg6IitY 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-tH3Xg6IitY .mbr-text,
.cid-tH3Xg6IitY .mbr-section-btn {
  color: #716c80;
}
.cid-tH3Xg6IitY #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tH3Xg6IitY #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tH3Xg6IitY H1 {
  color: #57468b;
}
.cid-tH3Xg6IitY img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tH3Xg6IitY .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-tH3Xg6IitY .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tH3Xg6IitY img {
    width: 100%;
  }
}
.cid-tH3Xg7SqTa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3Xg7SqTa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3Xg7SqTa .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tH3Xg7SqTa .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tH3Xg7SqTa .btn-primary-outline:active {
  color: gray;
}
.cid-tH3Xg7SqTa .btn-primary-outline:hover {
  color: white;
}
.cid-tH3Xg7SqTa div {
  overflow: hidden;
}
.cid-tH3Xg7SqTa .btn-primary-outline.active {
  color: white;
}
.cid-tH3Xg7SqTa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3Xg7SqTa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3Xg7SqTa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3Xg7SqTa .mbr-gallery-item {
  overflow: hidden;
}
.cid-tH3Xg7SqTa .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tH3Xg7SqTa .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tH3Xg7SqTa .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tH3Xg7SqTa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3Xg7SqTa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3Xg7SqTa .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tH3Xg7SqTa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3Xg7SqTa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3Xg8YZwZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tH3Xg8YZwZ 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-tH3Xg8YZwZ .mbr-text,
.cid-tH3Xg8YZwZ .mbr-section-btn {
  color: #716c80;
}
.cid-tH3Xg8YZwZ #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tH3Xg8YZwZ #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tH3Xg8YZwZ H1 {
  color: #57468b;
}
.cid-tH3Xg8YZwZ img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tH3Xg8YZwZ .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-tH3Xg8YZwZ .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tH3Xg8YZwZ img {
    width: 100%;
  }
}
.cid-tH3XgabWOb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3XgabWOb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3XgabWOb .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tH3XgabWOb .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tH3XgabWOb .btn-primary-outline:active {
  color: gray;
}
.cid-tH3XgabWOb .btn-primary-outline:hover {
  color: white;
}
.cid-tH3XgabWOb div {
  overflow: hidden;
}
.cid-tH3XgabWOb .btn-primary-outline.active {
  color: white;
}
.cid-tH3XgabWOb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3XgabWOb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3XgabWOb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3XgabWOb .mbr-gallery-item {
  overflow: hidden;
}
.cid-tH3XgabWOb .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tH3XgabWOb .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tH3XgabWOb .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tH3XgabWOb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3XgabWOb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3XgabWOb .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tH3XgabWOb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3XgabWOb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3XgbriuA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tH3XgbriuA 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-tH3XgbriuA .mbr-text,
.cid-tH3XgbriuA .mbr-section-btn {
  color: #716c80;
}
.cid-tH3XgbriuA #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tH3XgbriuA #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tH3XgbriuA H1 {
  color: #57468b;
}
.cid-tH3XgbriuA img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tH3XgbriuA .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-tH3XgbriuA .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tH3XgbriuA img {
    width: 100%;
  }
}
.cid-tH3XgcGWtO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3XgcGWtO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3XgcGWtO .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tH3XgcGWtO .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tH3XgcGWtO .btn-primary-outline:active {
  color: gray;
}
.cid-tH3XgcGWtO .btn-primary-outline:hover {
  color: white;
}
.cid-tH3XgcGWtO div {
  overflow: hidden;
}
.cid-tH3XgcGWtO .btn-primary-outline.active {
  color: white;
}
.cid-tH3XgcGWtO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3XgcGWtO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3XgcGWtO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3XgcGWtO .mbr-gallery-item {
  overflow: hidden;
}
.cid-tH3XgcGWtO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tH3XgcGWtO .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tH3XgcGWtO .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tH3XgcGWtO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3XgcGWtO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3XgcGWtO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tH3XgcGWtO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3XgcGWtO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3XgdUBhs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tH3XgdUBhs 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-tH3XgdUBhs .mbr-text,
.cid-tH3XgdUBhs .mbr-section-btn {
  color: #716c80;
}
.cid-tH3XgdUBhs #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tH3XgdUBhs #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tH3XgdUBhs H1 {
  color: #57468b;
}
.cid-tH3XgdUBhs img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tH3XgdUBhs .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-tH3XgdUBhs .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tH3XgdUBhs img {
    width: 100%;
  }
}
.cid-tH3XgfdR5Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3XgfdR5Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3XgfdR5Y .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tH3XgfdR5Y .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tH3XgfdR5Y .btn-primary-outline:active {
  color: gray;
}
.cid-tH3XgfdR5Y .btn-primary-outline:hover {
  color: white;
}
.cid-tH3XgfdR5Y div {
  overflow: hidden;
}
.cid-tH3XgfdR5Y .btn-primary-outline.active {
  color: white;
}
.cid-tH3XgfdR5Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3XgfdR5Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3XgfdR5Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3XgfdR5Y .mbr-gallery-item {
  overflow: hidden;
}
.cid-tH3XgfdR5Y .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tH3XgfdR5Y .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tH3XgfdR5Y .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tH3XgfdR5Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3XgfdR5Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3XgfdR5Y .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tH3XgfdR5Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3XgfdR5Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3XggtrIf {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tH3XggtrIf 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-tH3XggtrIf .mbr-text,
.cid-tH3XggtrIf .mbr-section-btn {
  color: #716c80;
}
.cid-tH3XggtrIf #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tH3XggtrIf #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tH3XggtrIf H1 {
  color: #57468b;
}
.cid-tH3XggtrIf img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tH3XggtrIf .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-tH3XggtrIf .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tH3XggtrIf img {
    width: 100%;
  }
}
.cid-tH3XghMBy6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3XghMBy6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tH3XghMBy6 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tH3XghMBy6 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tH3XghMBy6 .btn-primary-outline:active {
  color: gray;
}
.cid-tH3XghMBy6 .btn-primary-outline:hover {
  color: white;
}
.cid-tH3XghMBy6 div {
  overflow: hidden;
}
.cid-tH3XghMBy6 .btn-primary-outline.active {
  color: white;
}
.cid-tH3XghMBy6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH3XghMBy6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH3XghMBy6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tH3XghMBy6 .mbr-gallery-item {
  overflow: hidden;
}
.cid-tH3XghMBy6 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tH3XghMBy6 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tH3XghMBy6 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tH3XghMBy6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tH3XghMBy6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tH3XghMBy6 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tH3XghMBy6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tH3XghMBy6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tH3Xgj1LRG {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tH3Xgj1LRG .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tH3Xgj1LRG h2,
.cid-tH3Xgj1LRG h3,
.cid-tH3Xgj1LRG h4,
.cid-tH3Xgj1LRG p {
  color: #ffffff;
}
.cid-tH3Xgj1LRG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tH3Xgj1LRG .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tH3Xgj1LRG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tH3Xgj1LRG .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-tH3Xgj1LRG .form-control:focus,
.cid-tH3Xgj1LRG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tH3Xgj1LRG .form-group {
  margin-bottom: 1rem;
}
.cid-tH3Xgj1LRG input::-webkit-input-placeholder,
.cid-tH3Xgj1LRG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tH3Xgj1LRG input:-moz-placeholder,
.cid-tH3Xgj1LRG textarea:-moz-placeholder {
  color: #656565;
}
.cid-tH3Xgj1LRG .jq-selectbox li,
.cid-tH3Xgj1LRG .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tH3Xgj1LRG .jq-selectbox li:hover,
.cid-tH3Xgj1LRG .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tH3Xgj1LRG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tH3Xgj1LRG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tH3Xgj1LRG .mbr-text {
  color: #767676;
}
.cid-tH3Xgj1LRG a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tH3Xgj1LRG .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tH3Xgj1LRG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tH3Xgj1LRG textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tH3Xgj1LRG h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tH3Xgj1LRG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tH3Xgj1LRG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tH3Xgj1LRG .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tH3XgkFjLA {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tH3XgkFjLA .container {
  max-width: 1400px;
}
.cid-tH3XgkFjLA .card-img2 span {
  padding-top: 6px;
}
.cid-tH3XgkFjLA .soc-item a {
  padding-top: 5px;
}
.cid-tH3XgkFjLA .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tH3XgkFjLA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tH3XgkFjLA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tH3XgkFjLA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tH3XgkFjLA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tH3XgkFjLA #e2_shape {
  fill: #ffffff !important;
}
.cid-tH3XgkFjLA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tH3XgkFjLA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tH3XgkFjLA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tH3XgkFjLA .card-img {
  width: auto;
}
.cid-tH3XgkFjLA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tH3XgkFjLA .soc-item span {
  font-size: 1.4rem;
}
.cid-tH3XgkFjLA .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tH3XgkFjLA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tH3XgkFjLA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tH3XgkFjLA .media-wrap {
  margin-bottom: 1rem;
}
.cid-tH3XgkFjLA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tH3XgkFjLA img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tH3XgkFjLA .item {
    justify-content: center;
  }
  .cid-tH3XgkFjLA .quote::after {
    left: 60px;
  }
}
.cid-tH3XgkFjLA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tH3XgkFjLA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH3XgkFjLA .text1 {
  color: #ffffff;
}
.cid-tH3XgkFjLA .item-title {
  color: #ffffff;
}
.cid-tH3XgkFjLA H5 {
  color: #ffffff;
}
.cid-tH3XgkFjLA .theme {
  color: #ffffff;
}
.cid-tH3XgkFjLA .copyright > p {
  color: #ff3366;
}
.cid-tH3XgkFjLA .text2 {
  color: #ffffff;
}
.cid-tH3XgmscFM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tH3XgmscFM .nav-item,
.cid-tH3XgmscFM .nav-link,
.cid-tH3XgmscFM .navbar-caption {
  font-weight: normal;
}
.cid-tH3XgmscFM .nav-item:focus,
.cid-tH3XgmscFM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tH3XgmscFM .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tH3XgmscFM .nav-item .nav-link {
    position: relative;
  }
  .cid-tH3XgmscFM .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tH3XgmscFM .nav-item:hover .nav-link:before,
  .cid-tH3XgmscFM .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tH3XgmscFM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tH3XgmscFM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH3XgmscFM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tH3XgmscFM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tH3XgmscFM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tH3XgmscFM .dropdown .dropdown-menu .dropdown-item .soc-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-tH3XgmscFM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tH3XgmscFM .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tH3XgmscFM .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tH3XgmscFM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tH3XgmscFM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH3XgmscFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH3XgmscFM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tH3XgmscFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH3XgmscFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH3XgmscFM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tH3XgmscFM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tH3XgmscFM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH3XgmscFM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH3XgmscFM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tH3XgmscFM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tH3XgmscFM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tH3XgmscFM .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tH3XgmscFM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tH3XgmscFM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tH3XgmscFM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tH3XgmscFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH3XgmscFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH3XgmscFM .dropdown-item.active,
.cid-tH3XgmscFM .dropdown-item:active {
  background-color: transparent;
}
.cid-tH3XgmscFM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH3XgmscFM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH3XgmscFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH3XgmscFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tH3XgmscFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH3XgmscFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH3XgmscFM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tH3XgmscFM .navbar-buttons {
  text-align: center;
}
.cid-tH3XgmscFM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tH3XgmscFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tH3XgmscFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tH3XgmscFM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tH3XgmscFM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tH3XgmscFM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tH3XgmscFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH3XgmscFM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tH3XgmscFM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tH3XgmscFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tH3XgmscFM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tH3XgmscFM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tH3XgmscFM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tH3XgmscFM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tH3XgmscFM .soc-item {
  margin: .5rem .3rem;
}
.cid-tH3XgmscFM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tH3XgmscFM a.nav-link .mbr-iconfont-btn,
.cid-tH3XgmscFM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tH3XgmscFM a.nav-link:hover .mbr-iconfont-btn,
.cid-tH3XgmscFM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tH3XgmscFM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH3XgmscFM .navbar {
    height: 77px;
  }
  .cid-tH3XgmscFM .navbar.opened {
    height: auto;
  }
  .cid-tH3XgmscFM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVEZ6I1UaH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tVEZ6I1UaH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tVEZ6I1UaH #e2_shape {
  fill: #ffffff !important;
}
.cid-tVEZ6I1UaH img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tVEZ6I1UaH img {
    width: 90%!important;
  }
}
.cid-tVEZ6I1UaH H1 {
  color: #57468b;
}
.cid-tVEZ6JsUIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tVEZ6JsUIY H1 {
  color: #57468b;
}
.cid-tVEZ6JsUIY .mbr-text,
.cid-tVEZ6JsUIY .mbr-section-btn {
  color: #232323;
}
.cid-tVEZ6JsUIY H3 {
  color: #232323;
}
.cid-tVEZ6KMNe1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVEZ6KMNe1 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-tVEZ6KMNe1 .mbr-text,
.cid-tVEZ6KMNe1 .mbr-section-btn {
  color: #716c80;
}
.cid-tVEZ6KMNe1 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVEZ6KMNe1 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVEZ6KMNe1 H1 {
  color: #57468b;
}
.cid-tVEZ6KMNe1 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVEZ6KMNe1 .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-tVEZ6KMNe1 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVEZ6KMNe1 img {
    width: 100%;
  }
}
.cid-tVEZ6M84kt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVEZ6M84kt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVEZ6M84kt .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVEZ6M84kt .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVEZ6M84kt .btn-primary-outline:active {
  color: gray;
}
.cid-tVEZ6M84kt .btn-primary-outline:hover {
  color: white;
}
.cid-tVEZ6M84kt div {
  overflow: hidden;
}
.cid-tVEZ6M84kt .btn-primary-outline.active {
  color: white;
}
.cid-tVEZ6M84kt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVEZ6M84kt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVEZ6M84kt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVEZ6M84kt .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVEZ6M84kt .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVEZ6M84kt .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVEZ6M84kt .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVEZ6M84kt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVEZ6M84kt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVEZ6M84kt .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVEZ6M84kt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVEZ6M84kt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVEZ6NUNOI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVEZ6NUNOI 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-tVEZ6NUNOI .mbr-text,
.cid-tVEZ6NUNOI .mbr-section-btn {
  color: #716c80;
}
.cid-tVEZ6NUNOI #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVEZ6NUNOI #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVEZ6NUNOI H1 {
  color: #57468b;
}
.cid-tVEZ6NUNOI img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVEZ6NUNOI .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-tVEZ6NUNOI .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVEZ6NUNOI img {
    width: 100%;
  }
}
.cid-tVEZ6PeAeR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVEZ6PeAeR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVEZ6PeAeR .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVEZ6PeAeR .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVEZ6PeAeR .btn-primary-outline:active {
  color: gray;
}
.cid-tVEZ6PeAeR .btn-primary-outline:hover {
  color: white;
}
.cid-tVEZ6PeAeR div {
  overflow: hidden;
}
.cid-tVEZ6PeAeR .btn-primary-outline.active {
  color: white;
}
.cid-tVEZ6PeAeR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVEZ6PeAeR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVEZ6PeAeR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVEZ6PeAeR .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVEZ6PeAeR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVEZ6PeAeR .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVEZ6PeAeR .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVEZ6PeAeR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVEZ6PeAeR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVEZ6PeAeR .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVEZ6PeAeR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVEZ6PeAeR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVFoaRXAkP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVFoaRXAkP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVFoaRXAkP .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVFoaRXAkP .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVFoaRXAkP .btn-primary-outline:active {
  color: gray;
}
.cid-tVFoaRXAkP .btn-primary-outline:hover {
  color: white;
}
.cid-tVFoaRXAkP div {
  overflow: hidden;
}
.cid-tVFoaRXAkP .btn-primary-outline.active {
  color: white;
}
.cid-tVFoaRXAkP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVFoaRXAkP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVFoaRXAkP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVFoaRXAkP .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVFoaRXAkP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVFoaRXAkP .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVFoaRXAkP .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVFoaRXAkP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVFoaRXAkP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVFoaRXAkP .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVFoaRXAkP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVFoaRXAkP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVEZ6QwwfP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVEZ6QwwfP 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-tVEZ6QwwfP .mbr-text,
.cid-tVEZ6QwwfP .mbr-section-btn {
  color: #716c80;
}
.cid-tVEZ6QwwfP #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVEZ6QwwfP #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVEZ6QwwfP H1 {
  color: #57468b;
}
.cid-tVEZ6QwwfP img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVEZ6QwwfP .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-tVEZ6QwwfP .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVEZ6QwwfP img {
    width: 100%;
  }
}
.cid-tVEZ6RVJD2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVEZ6RVJD2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVEZ6RVJD2 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVEZ6RVJD2 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVEZ6RVJD2 .btn-primary-outline:active {
  color: gray;
}
.cid-tVEZ6RVJD2 .btn-primary-outline:hover {
  color: white;
}
.cid-tVEZ6RVJD2 div {
  overflow: hidden;
}
.cid-tVEZ6RVJD2 .btn-primary-outline.active {
  color: white;
}
.cid-tVEZ6RVJD2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVEZ6RVJD2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVEZ6RVJD2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVEZ6RVJD2 .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVEZ6RVJD2 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVEZ6RVJD2 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVEZ6RVJD2 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVEZ6RVJD2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVEZ6RVJD2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVEZ6RVJD2 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVEZ6RVJD2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVEZ6RVJD2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVEZ6Tl7vw {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVEZ6Tl7vw 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-tVEZ6Tl7vw .mbr-text,
.cid-tVEZ6Tl7vw .mbr-section-btn {
  color: #716c80;
}
.cid-tVEZ6Tl7vw #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVEZ6Tl7vw #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVEZ6Tl7vw H1 {
  color: #57468b;
}
.cid-tVEZ6Tl7vw img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVEZ6Tl7vw .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-tVEZ6Tl7vw .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVEZ6Tl7vw img {
    width: 100%;
  }
}
.cid-tVEZ6UM9eX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVEZ6UM9eX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVEZ6UM9eX .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVEZ6UM9eX .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVEZ6UM9eX .btn-primary-outline:active {
  color: gray;
}
.cid-tVEZ6UM9eX .btn-primary-outline:hover {
  color: white;
}
.cid-tVEZ6UM9eX div {
  overflow: hidden;
}
.cid-tVEZ6UM9eX .btn-primary-outline.active {
  color: white;
}
.cid-tVEZ6UM9eX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVEZ6UM9eX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVEZ6UM9eX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVEZ6UM9eX .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVEZ6UM9eX .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVEZ6UM9eX .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVEZ6UM9eX .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVEZ6UM9eX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVEZ6UM9eX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVEZ6UM9eX .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVEZ6UM9eX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVEZ6UM9eX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVEZ6WibOx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tVEZ6WibOx .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVEZ6WibOx h2,
.cid-tVEZ6WibOx h3,
.cid-tVEZ6WibOx h4,
.cid-tVEZ6WibOx p {
  color: #ffffff;
}
.cid-tVEZ6WibOx .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVEZ6WibOx .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVEZ6WibOx .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVEZ6WibOx .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-tVEZ6WibOx .form-control:focus,
.cid-tVEZ6WibOx .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVEZ6WibOx .form-group {
  margin-bottom: 1rem;
}
.cid-tVEZ6WibOx input::-webkit-input-placeholder,
.cid-tVEZ6WibOx textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVEZ6WibOx input:-moz-placeholder,
.cid-tVEZ6WibOx textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVEZ6WibOx .jq-selectbox li,
.cid-tVEZ6WibOx .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVEZ6WibOx .jq-selectbox li:hover,
.cid-tVEZ6WibOx .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVEZ6WibOx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVEZ6WibOx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVEZ6WibOx .mbr-text {
  color: #767676;
}
.cid-tVEZ6WibOx a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVEZ6WibOx .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVEZ6WibOx .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVEZ6WibOx textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVEZ6WibOx h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVEZ6WibOx .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVEZ6WibOx .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVEZ6WibOx .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVEZ6XPKOQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tVEZ6XPKOQ .container {
  max-width: 1400px;
}
.cid-tVEZ6XPKOQ .card-img2 span {
  padding-top: 6px;
}
.cid-tVEZ6XPKOQ .soc-item a {
  padding-top: 5px;
}
.cid-tVEZ6XPKOQ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tVEZ6XPKOQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tVEZ6XPKOQ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tVEZ6XPKOQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tVEZ6XPKOQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tVEZ6XPKOQ #e2_shape {
  fill: #ffffff !important;
}
.cid-tVEZ6XPKOQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tVEZ6XPKOQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tVEZ6XPKOQ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVEZ6XPKOQ .card-img {
  width: auto;
}
.cid-tVEZ6XPKOQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tVEZ6XPKOQ .soc-item span {
  font-size: 1.4rem;
}
.cid-tVEZ6XPKOQ .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tVEZ6XPKOQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tVEZ6XPKOQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tVEZ6XPKOQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-tVEZ6XPKOQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVEZ6XPKOQ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tVEZ6XPKOQ .item {
    justify-content: center;
  }
  .cid-tVEZ6XPKOQ .quote::after {
    left: 60px;
  }
}
.cid-tVEZ6XPKOQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tVEZ6XPKOQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVEZ6XPKOQ .text1 {
  color: #ffffff;
}
.cid-tVEZ6XPKOQ .item-title {
  color: #ffffff;
}
.cid-tVEZ6XPKOQ H5 {
  color: #ffffff;
}
.cid-tVEZ6XPKOQ .theme {
  color: #ffffff;
}
.cid-tVEZ6XPKOQ .copyright > p {
  color: #ff3366;
}
.cid-tVEZ6XPKOQ .text2 {
  color: #ffffff;
}
.cid-tVEZ700QfT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tVEZ700QfT .nav-item,
.cid-tVEZ700QfT .nav-link,
.cid-tVEZ700QfT .navbar-caption {
  font-weight: normal;
}
.cid-tVEZ700QfT .nav-item:focus,
.cid-tVEZ700QfT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tVEZ700QfT .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tVEZ700QfT .nav-item .nav-link {
    position: relative;
  }
  .cid-tVEZ700QfT .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tVEZ700QfT .nav-item:hover .nav-link:before,
  .cid-tVEZ700QfT .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tVEZ700QfT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tVEZ700QfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVEZ700QfT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tVEZ700QfT .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tVEZ700QfT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVEZ700QfT .dropdown .dropdown-menu .dropdown-item .soc-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-tVEZ700QfT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tVEZ700QfT .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tVEZ700QfT .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tVEZ700QfT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tVEZ700QfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVEZ700QfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVEZ700QfT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVEZ700QfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVEZ700QfT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVEZ700QfT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVEZ700QfT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVEZ700QfT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVEZ700QfT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVEZ700QfT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVEZ700QfT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVEZ700QfT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVEZ700QfT .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tVEZ700QfT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVEZ700QfT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVEZ700QfT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVEZ700QfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVEZ700QfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVEZ700QfT .dropdown-item.active,
.cid-tVEZ700QfT .dropdown-item:active {
  background-color: transparent;
}
.cid-tVEZ700QfT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVEZ700QfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVEZ700QfT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVEZ700QfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tVEZ700QfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVEZ700QfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVEZ700QfT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVEZ700QfT .navbar-buttons {
  text-align: center;
}
.cid-tVEZ700QfT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVEZ700QfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVEZ700QfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVEZ700QfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVEZ700QfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVEZ700QfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVEZ700QfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVEZ700QfT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVEZ700QfT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVEZ700QfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVEZ700QfT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tVEZ700QfT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVEZ700QfT .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tVEZ700QfT .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tVEZ700QfT .soc-item {
  margin: .5rem .3rem;
}
.cid-tVEZ700QfT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVEZ700QfT a.nav-link .mbr-iconfont-btn,
.cid-tVEZ700QfT a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tVEZ700QfT a.nav-link:hover .mbr-iconfont-btn,
.cid-tVEZ700QfT a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tVEZ700QfT a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVEZ700QfT .navbar {
    height: 77px;
  }
  .cid-tVEZ700QfT .navbar.opened {
    height: auto;
  }
  .cid-tVEZ700QfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVF2TDSBtK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tVF2TDSBtK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tVF2TDSBtK #e2_shape {
  fill: #ffffff !important;
}
.cid-tVF2TDSBtK img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tVF2TDSBtK img {
    width: 90%!important;
  }
}
.cid-tVF2TDSBtK H1 {
  color: #57468b;
}
.cid-tVF2TFpayB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-tVF2TFpayB H1 {
  color: #57468b;
}
.cid-tVF2TFpayB .mbr-text,
.cid-tVF2TFpayB .mbr-section-btn {
  color: #716c80;
}
.cid-tVF2TFpayB H3 {
  color: #716c80;
}
.cid-tVF2TGGsSx {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVF2TGGsSx 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-tVF2TGGsSx .mbr-text,
.cid-tVF2TGGsSx .mbr-section-btn {
  color: #716c80;
}
.cid-tVF2TGGsSx #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVF2TGGsSx #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVF2TGGsSx H1 {
  color: #57468b;
}
.cid-tVF2TGGsSx img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVF2TGGsSx .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-tVF2TGGsSx .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVF2TGGsSx img {
    width: 100%;
  }
}
.cid-tVF2TI0wtQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVF2TI0wtQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVF2TI0wtQ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVF2TI0wtQ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVF2TI0wtQ .btn-primary-outline:active {
  color: gray;
}
.cid-tVF2TI0wtQ .btn-primary-outline:hover {
  color: white;
}
.cid-tVF2TI0wtQ div {
  overflow: hidden;
}
.cid-tVF2TI0wtQ .btn-primary-outline.active {
  color: white;
}
.cid-tVF2TI0wtQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVF2TI0wtQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVF2TI0wtQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVF2TI0wtQ .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVF2TI0wtQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVF2TI0wtQ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVF2TI0wtQ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVF2TI0wtQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVF2TI0wtQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVF2TI0wtQ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVF2TI0wtQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVF2TI0wtQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVF2TJgEj1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVF2TJgEj1 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-tVF2TJgEj1 .mbr-text,
.cid-tVF2TJgEj1 .mbr-section-btn {
  color: #716c80;
}
.cid-tVF2TJgEj1 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVF2TJgEj1 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVF2TJgEj1 H1 {
  color: #57468b;
}
.cid-tVF2TJgEj1 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVF2TJgEj1 .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-tVF2TJgEj1 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVF2TJgEj1 img {
    width: 100%;
  }
}
.cid-tVF2TKAozT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVF2TKAozT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVF2TKAozT .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVF2TKAozT .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVF2TKAozT .btn-primary-outline:active {
  color: gray;
}
.cid-tVF2TKAozT .btn-primary-outline:hover {
  color: white;
}
.cid-tVF2TKAozT div {
  overflow: hidden;
}
.cid-tVF2TKAozT .btn-primary-outline.active {
  color: white;
}
.cid-tVF2TKAozT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVF2TKAozT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVF2TKAozT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVF2TKAozT .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVF2TKAozT .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVF2TKAozT .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVF2TKAozT .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVF2TKAozT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVF2TKAozT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVF2TKAozT .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVF2TKAozT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVF2TKAozT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVF2TMgJ9G {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-tVF2TMgJ9G 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-tVF2TMgJ9G .mbr-text,
.cid-tVF2TMgJ9G .mbr-section-btn {
  color: #716c80;
}
.cid-tVF2TMgJ9G #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-tVF2TMgJ9G #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-tVF2TMgJ9G H1 {
  color: #57468b;
}
.cid-tVF2TMgJ9G img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tVF2TMgJ9G .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-tVF2TMgJ9G .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-tVF2TMgJ9G img {
    width: 100%;
  }
}
.cid-tVF2TNKJqk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVF2TNKJqk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVF2TNKJqk .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-tVF2TNKJqk .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-tVF2TNKJqk .btn-primary-outline:active {
  color: gray;
}
.cid-tVF2TNKJqk .btn-primary-outline:hover {
  color: white;
}
.cid-tVF2TNKJqk div {
  overflow: hidden;
}
.cid-tVF2TNKJqk .btn-primary-outline.active {
  color: white;
}
.cid-tVF2TNKJqk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVF2TNKJqk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVF2TNKJqk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVF2TNKJqk .mbr-gallery-item {
  overflow: hidden;
}
.cid-tVF2TNKJqk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tVF2TNKJqk .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-tVF2TNKJqk .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-tVF2TNKJqk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVF2TNKJqk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVF2TNKJqk .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tVF2TNKJqk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVF2TNKJqk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWnBRofSI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWnBRofSI 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-ucWnBRofSI .mbr-text,
.cid-ucWnBRofSI .mbr-section-btn {
  color: #716c80;
}
.cid-ucWnBRofSI #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWnBRofSI #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWnBRofSI H1 {
  color: #57468b;
}
.cid-ucWnBRofSI img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWnBRofSI .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-ucWnBRofSI .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWnBRofSI img {
    width: 100%;
  }
}
.cid-ucWnCrhT4j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWnCrhT4j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWnCrhT4j .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWnCrhT4j .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWnCrhT4j .btn-primary-outline:active {
  color: gray;
}
.cid-ucWnCrhT4j .btn-primary-outline:hover {
  color: white;
}
.cid-ucWnCrhT4j div {
  overflow: hidden;
}
.cid-ucWnCrhT4j .btn-primary-outline.active {
  color: white;
}
.cid-ucWnCrhT4j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWnCrhT4j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWnCrhT4j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWnCrhT4j .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWnCrhT4j .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWnCrhT4j .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWnCrhT4j .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWnCrhT4j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWnCrhT4j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWnCrhT4j .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWnCrhT4j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWnCrhT4j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWnD1QOQe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWnD1QOQe 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-ucWnD1QOQe .mbr-text,
.cid-ucWnD1QOQe .mbr-section-btn {
  color: #716c80;
}
.cid-ucWnD1QOQe #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWnD1QOQe #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWnD1QOQe H1 {
  color: #57468b;
}
.cid-ucWnD1QOQe img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWnD1QOQe .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-ucWnD1QOQe .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWnD1QOQe img {
    width: 100%;
  }
}
.cid-ucWnDz1gpP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWnDz1gpP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWnDz1gpP .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWnDz1gpP .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWnDz1gpP .btn-primary-outline:active {
  color: gray;
}
.cid-ucWnDz1gpP .btn-primary-outline:hover {
  color: white;
}
.cid-ucWnDz1gpP div {
  overflow: hidden;
}
.cid-ucWnDz1gpP .btn-primary-outline.active {
  color: white;
}
.cid-ucWnDz1gpP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWnDz1gpP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWnDz1gpP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWnDz1gpP .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWnDz1gpP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWnDz1gpP .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWnDz1gpP .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWnDz1gpP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWnDz1gpP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWnDz1gpP .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWnDz1gpP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWnDz1gpP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWnE8Mb96 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWnE8Mb96 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-ucWnE8Mb96 .mbr-text,
.cid-ucWnE8Mb96 .mbr-section-btn {
  color: #716c80;
}
.cid-ucWnE8Mb96 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWnE8Mb96 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWnE8Mb96 H1 {
  color: #57468b;
}
.cid-ucWnE8Mb96 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWnE8Mb96 .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-ucWnE8Mb96 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWnE8Mb96 img {
    width: 100%;
  }
}
.cid-ucWnEHsUKF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWnEHsUKF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWnEHsUKF .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWnEHsUKF .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWnEHsUKF .btn-primary-outline:active {
  color: gray;
}
.cid-ucWnEHsUKF .btn-primary-outline:hover {
  color: white;
}
.cid-ucWnEHsUKF div {
  overflow: hidden;
}
.cid-ucWnEHsUKF .btn-primary-outline.active {
  color: white;
}
.cid-ucWnEHsUKF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWnEHsUKF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWnEHsUKF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWnEHsUKF .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWnEHsUKF .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWnEHsUKF .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWnEHsUKF .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWnEHsUKF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWnEHsUKF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWnEHsUKF .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWnEHsUKF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWnEHsUKF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWnFgpqaZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWnFgpqaZ 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-ucWnFgpqaZ .mbr-text,
.cid-ucWnFgpqaZ .mbr-section-btn {
  color: #716c80;
}
.cid-ucWnFgpqaZ #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWnFgpqaZ #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWnFgpqaZ H1 {
  color: #57468b;
}
.cid-ucWnFgpqaZ img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWnFgpqaZ .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-ucWnFgpqaZ .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWnFgpqaZ img {
    width: 100%;
  }
}
.cid-ucWnFJqxte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWnFJqxte .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWnFJqxte .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWnFJqxte .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWnFJqxte .btn-primary-outline:active {
  color: gray;
}
.cid-ucWnFJqxte .btn-primary-outline:hover {
  color: white;
}
.cid-ucWnFJqxte div {
  overflow: hidden;
}
.cid-ucWnFJqxte .btn-primary-outline.active {
  color: white;
}
.cid-ucWnFJqxte .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWnFJqxte .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWnFJqxte .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWnFJqxte .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWnFJqxte .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWnFJqxte .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWnFJqxte .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWnFJqxte .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWnFJqxte .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWnFJqxte .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWnFJqxte .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWnFJqxte .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVF2TUKSDW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tVF2TUKSDW .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVF2TUKSDW h2,
.cid-tVF2TUKSDW h3,
.cid-tVF2TUKSDW h4,
.cid-tVF2TUKSDW p {
  color: #ffffff;
}
.cid-tVF2TUKSDW .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVF2TUKSDW .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVF2TUKSDW .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVF2TUKSDW .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-tVF2TUKSDW .form-control:focus,
.cid-tVF2TUKSDW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVF2TUKSDW .form-group {
  margin-bottom: 1rem;
}
.cid-tVF2TUKSDW input::-webkit-input-placeholder,
.cid-tVF2TUKSDW textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVF2TUKSDW input:-moz-placeholder,
.cid-tVF2TUKSDW textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVF2TUKSDW .jq-selectbox li,
.cid-tVF2TUKSDW .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVF2TUKSDW .jq-selectbox li:hover,
.cid-tVF2TUKSDW .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVF2TUKSDW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVF2TUKSDW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVF2TUKSDW .mbr-text {
  color: #767676;
}
.cid-tVF2TUKSDW a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVF2TUKSDW .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVF2TUKSDW .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVF2TUKSDW textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVF2TUKSDW h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVF2TUKSDW .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVF2TUKSDW .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVF2TUKSDW .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVF2TWq93G {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tVF2TWq93G .container {
  max-width: 1400px;
}
.cid-tVF2TWq93G .card-img2 span {
  padding-top: 6px;
}
.cid-tVF2TWq93G .soc-item a {
  padding-top: 5px;
}
.cid-tVF2TWq93G .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tVF2TWq93G .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tVF2TWq93G .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tVF2TWq93G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tVF2TWq93G svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tVF2TWq93G #e2_shape {
  fill: #ffffff !important;
}
.cid-tVF2TWq93G .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tVF2TWq93G .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tVF2TWq93G .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVF2TWq93G .card-img {
  width: auto;
}
.cid-tVF2TWq93G .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tVF2TWq93G .soc-item span {
  font-size: 1.4rem;
}
.cid-tVF2TWq93G .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tVF2TWq93G .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tVF2TWq93G .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tVF2TWq93G .media-wrap {
  margin-bottom: 1rem;
}
.cid-tVF2TWq93G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVF2TWq93G img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tVF2TWq93G .item {
    justify-content: center;
  }
  .cid-tVF2TWq93G .quote::after {
    left: 60px;
  }
}
.cid-tVF2TWq93G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tVF2TWq93G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVF2TWq93G .text1 {
  color: #ffffff;
}
.cid-tVF2TWq93G .item-title {
  color: #ffffff;
}
.cid-tVF2TWq93G H5 {
  color: #ffffff;
}
.cid-tVF2TWq93G .theme {
  color: #ffffff;
}
.cid-tVF2TWq93G .copyright > p {
  color: #ff3366;
}
.cid-tVF2TWq93G .text2 {
  color: #ffffff;
}
.cid-tVF2TYfDlg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tVF2TYfDlg .nav-item,
.cid-tVF2TYfDlg .nav-link,
.cid-tVF2TYfDlg .navbar-caption {
  font-weight: normal;
}
.cid-tVF2TYfDlg .nav-item:focus,
.cid-tVF2TYfDlg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tVF2TYfDlg .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tVF2TYfDlg .nav-item .nav-link {
    position: relative;
  }
  .cid-tVF2TYfDlg .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tVF2TYfDlg .nav-item:hover .nav-link:before,
  .cid-tVF2TYfDlg .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tVF2TYfDlg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tVF2TYfDlg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVF2TYfDlg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tVF2TYfDlg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tVF2TYfDlg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVF2TYfDlg .dropdown .dropdown-menu .dropdown-item .soc-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-tVF2TYfDlg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tVF2TYfDlg .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tVF2TYfDlg .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tVF2TYfDlg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tVF2TYfDlg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVF2TYfDlg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVF2TYfDlg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVF2TYfDlg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVF2TYfDlg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVF2TYfDlg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVF2TYfDlg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVF2TYfDlg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVF2TYfDlg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVF2TYfDlg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVF2TYfDlg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVF2TYfDlg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVF2TYfDlg .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tVF2TYfDlg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVF2TYfDlg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVF2TYfDlg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVF2TYfDlg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVF2TYfDlg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVF2TYfDlg .dropdown-item.active,
.cid-tVF2TYfDlg .dropdown-item:active {
  background-color: transparent;
}
.cid-tVF2TYfDlg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVF2TYfDlg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVF2TYfDlg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVF2TYfDlg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tVF2TYfDlg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVF2TYfDlg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVF2TYfDlg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVF2TYfDlg .navbar-buttons {
  text-align: center;
}
.cid-tVF2TYfDlg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVF2TYfDlg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVF2TYfDlg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVF2TYfDlg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVF2TYfDlg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVF2TYfDlg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVF2TYfDlg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVF2TYfDlg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVF2TYfDlg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVF2TYfDlg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVF2TYfDlg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tVF2TYfDlg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVF2TYfDlg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tVF2TYfDlg .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tVF2TYfDlg .soc-item {
  margin: .5rem .3rem;
}
.cid-tVF2TYfDlg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVF2TYfDlg a.nav-link .mbr-iconfont-btn,
.cid-tVF2TYfDlg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tVF2TYfDlg a.nav-link:hover .mbr-iconfont-btn,
.cid-tVF2TYfDlg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tVF2TYfDlg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVF2TYfDlg .navbar {
    height: 77px;
  }
  .cid-tVF2TYfDlg .navbar.opened {
    height: auto;
  }
  .cid-tVF2TYfDlg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVFukCQYD5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tVFukCQYD5 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tVFukCQYD5 #e2_shape {
  fill: #ffffff !important;
}
.cid-tVFukCQYD5 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tVFukCQYD5 img {
    width: 90%!important;
  }
}
.cid-tVFukCQYD5 H1 {
  color: #57468b;
}
.cid-tVFukELbx2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVFukELbx2 .container-fluid {
  padding: 0 2rem;
}
.cid-tVFukELbx2 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #4229f2;
  display: inline-block;
}
.cid-tVFukELbx2 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tVFukELbx2 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tVFukELbx2 .time-line-date-content {
  margin-right: 2rem;
}
.cid-tVFukELbx2 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tVFukELbx2 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tVFukELbx2 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4229f2;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tVFukELbx2 .separline:before,
.cid-tVFukELbx2 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4229f2;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tVFukELbx2 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4229f2;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tVFukELbx2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tVFukELbx2 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tVFukELbx2 .separline:before,
  .cid-tVFukELbx2 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tVFukELbx2 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tVFukELbx2 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tVFukELbx2 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tVFukELbx2 .time-line-date-content p {
    float: left !important;
  }
  .cid-tVFukELbx2 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tVFukELbx2 .mbr-section-title,
.cid-tVFukELbx2 .underline {
  text-align: center;
}
.cid-tVFukELbx2 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tVFukHWBIc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-tVFukHWBIc .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tVFukHWBIc h2,
.cid-tVFukHWBIc h3,
.cid-tVFukHWBIc h4,
.cid-tVFukHWBIc p {
  color: #ffffff;
}
.cid-tVFukHWBIc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tVFukHWBIc .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tVFukHWBIc .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFukHWBIc .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-tVFukHWBIc .form-control:focus,
.cid-tVFukHWBIc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tVFukHWBIc .form-group {
  margin-bottom: 1rem;
}
.cid-tVFukHWBIc input::-webkit-input-placeholder,
.cid-tVFukHWBIc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tVFukHWBIc input:-moz-placeholder,
.cid-tVFukHWBIc textarea:-moz-placeholder {
  color: #656565;
}
.cid-tVFukHWBIc .jq-selectbox li,
.cid-tVFukHWBIc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFukHWBIc .jq-selectbox li:hover,
.cid-tVFukHWBIc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tVFukHWBIc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFukHWBIc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tVFukHWBIc .mbr-text {
  color: #767676;
}
.cid-tVFukHWBIc a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tVFukHWBIc .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVFukHWBIc .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tVFukHWBIc textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tVFukHWBIc h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tVFukHWBIc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tVFukHWBIc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tVFukHWBIc .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tVFukJjV0L {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-tVFukJjV0L .container {
  max-width: 1400px;
}
.cid-tVFukJjV0L .card-img2 span {
  padding-top: 6px;
}
.cid-tVFukJjV0L .soc-item a {
  padding-top: 5px;
}
.cid-tVFukJjV0L .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tVFukJjV0L .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tVFukJjV0L .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tVFukJjV0L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tVFukJjV0L svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tVFukJjV0L #e2_shape {
  fill: #ffffff !important;
}
.cid-tVFukJjV0L .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tVFukJjV0L .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tVFukJjV0L .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVFukJjV0L .card-img {
  width: auto;
}
.cid-tVFukJjV0L .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tVFukJjV0L .soc-item span {
  font-size: 1.4rem;
}
.cid-tVFukJjV0L .soc-item:hover span {
  color: #142c73 !important;
}
.cid-tVFukJjV0L .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tVFukJjV0L .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tVFukJjV0L .media-wrap {
  margin-bottom: 1rem;
}
.cid-tVFukJjV0L .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVFukJjV0L img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tVFukJjV0L .item {
    justify-content: center;
  }
  .cid-tVFukJjV0L .quote::after {
    left: 60px;
  }
}
.cid-tVFukJjV0L .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tVFukJjV0L .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVFukJjV0L .text1 {
  color: #ffffff;
}
.cid-tVFukJjV0L .item-title {
  color: #ffffff;
}
.cid-tVFukJjV0L H5 {
  color: #ffffff;
}
.cid-tVFukJjV0L .theme {
  color: #ffffff;
}
.cid-tVFukJjV0L .copyright > p {
  color: #ff3366;
}
.cid-tVFukJjV0L .text2 {
  color: #ffffff;
}
.cid-tVFukL5qdT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tVFukL5qdT .nav-item,
.cid-tVFukL5qdT .nav-link,
.cid-tVFukL5qdT .navbar-caption {
  font-weight: normal;
}
.cid-tVFukL5qdT .nav-item:focus,
.cid-tVFukL5qdT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tVFukL5qdT .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tVFukL5qdT .nav-item .nav-link {
    position: relative;
  }
  .cid-tVFukL5qdT .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tVFukL5qdT .nav-item:hover .nav-link:before,
  .cid-tVFukL5qdT .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tVFukL5qdT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tVFukL5qdT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVFukL5qdT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tVFukL5qdT .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tVFukL5qdT .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVFukL5qdT .dropdown .dropdown-menu .dropdown-item .soc-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-tVFukL5qdT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tVFukL5qdT .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tVFukL5qdT .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tVFukL5qdT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tVFukL5qdT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVFukL5qdT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVFukL5qdT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVFukL5qdT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVFukL5qdT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVFukL5qdT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVFukL5qdT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVFukL5qdT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVFukL5qdT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVFukL5qdT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVFukL5qdT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVFukL5qdT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVFukL5qdT .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tVFukL5qdT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVFukL5qdT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVFukL5qdT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVFukL5qdT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVFukL5qdT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVFukL5qdT .dropdown-item.active,
.cid-tVFukL5qdT .dropdown-item:active {
  background-color: transparent;
}
.cid-tVFukL5qdT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVFukL5qdT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVFukL5qdT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVFukL5qdT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-tVFukL5qdT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVFukL5qdT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVFukL5qdT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVFukL5qdT .navbar-buttons {
  text-align: center;
}
.cid-tVFukL5qdT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVFukL5qdT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVFukL5qdT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVFukL5qdT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVFukL5qdT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVFukL5qdT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVFukL5qdT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVFukL5qdT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVFukL5qdT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVFukL5qdT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVFukL5qdT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tVFukL5qdT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFukL5qdT .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-tVFukL5qdT .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tVFukL5qdT .soc-item {
  margin: .5rem .3rem;
}
.cid-tVFukL5qdT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVFukL5qdT a.nav-link .mbr-iconfont-btn,
.cid-tVFukL5qdT a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tVFukL5qdT a.nav-link:hover .mbr-iconfont-btn,
.cid-tVFukL5qdT a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tVFukL5qdT a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVFukL5qdT .navbar {
    height: 77px;
  }
  .cid-tVFukL5qdT .navbar.opened {
    height: auto;
  }
  .cid-tVFukL5qdT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4m38k7STY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-u4m38k7STY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u4m38k7STY #e2_shape {
  fill: #ffffff !important;
}
.cid-u4m38k7STY img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u4m38k7STY img {
    width: 90%!important;
  }
}
.cid-u4m38k7STY H1 {
  color: #57468b;
}
.cid-u4m38kCS8i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-u4m38kCS8i H1 {
  color: #57468b;
}
.cid-u4m38kCS8i .mbr-text,
.cid-u4m38kCS8i .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38kCS8i H3 {
  color: #716c80;
}
.cid-u4m38kX6P7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38kX6P7 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-u4m38kX6P7 .mbr-text,
.cid-u4m38kX6P7 .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38kX6P7 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38kX6P7 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38kX6P7 H1 {
  color: #57468b;
}
.cid-u4m38kX6P7 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38kX6P7 .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-u4m38kX6P7 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38kX6P7 img {
    width: 100%;
  }
}
.cid-u4m38lk9GY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38lk9GY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38lk9GY .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38lk9GY .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38lk9GY .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38lk9GY .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38lk9GY div {
  overflow: hidden;
}
.cid-u4m38lk9GY .btn-primary-outline.active {
  color: white;
}
.cid-u4m38lk9GY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38lk9GY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38lk9GY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38lk9GY .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38lk9GY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38lk9GY .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38lk9GY .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38lk9GY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38lk9GY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38lk9GY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38lk9GY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38lk9GY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38lGgzG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38lGgzG 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-u4m38lGgzG .mbr-text,
.cid-u4m38lGgzG .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38lGgzG #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38lGgzG #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38lGgzG H1 {
  color: #57468b;
}
.cid-u4m38lGgzG img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38lGgzG .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-u4m38lGgzG .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38lGgzG img {
    width: 100%;
  }
}
.cid-u4m38m2B3r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38m2B3r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38m2B3r .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38m2B3r .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38m2B3r .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38m2B3r .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38m2B3r div {
  overflow: hidden;
}
.cid-u4m38m2B3r .btn-primary-outline.active {
  color: white;
}
.cid-u4m38m2B3r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38m2B3r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38m2B3r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38m2B3r .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38m2B3r .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38m2B3r .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38m2B3r .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38m2B3r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38m2B3r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38m2B3r .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38m2B3r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38m2B3r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38mp70c {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38mp70c 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-u4m38mp70c .mbr-text,
.cid-u4m38mp70c .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38mp70c #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38mp70c #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38mp70c H1 {
  color: #57468b;
}
.cid-u4m38mp70c img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38mp70c .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-u4m38mp70c .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38mp70c img {
    width: 100%;
  }
}
.cid-u4m38mMkMO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38mMkMO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38mMkMO .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38mMkMO .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38mMkMO .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38mMkMO .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38mMkMO div {
  overflow: hidden;
}
.cid-u4m38mMkMO .btn-primary-outline.active {
  color: white;
}
.cid-u4m38mMkMO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38mMkMO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38mMkMO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38mMkMO .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38mMkMO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38mMkMO .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38mMkMO .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38mMkMO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38mMkMO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38mMkMO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38mMkMO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38mMkMO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38n64J3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38n64J3 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-u4m38n64J3 .mbr-text,
.cid-u4m38n64J3 .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38n64J3 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38n64J3 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38n64J3 H1 {
  color: #57468b;
}
.cid-u4m38n64J3 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38n64J3 .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-u4m38n64J3 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38n64J3 img {
    width: 100%;
  }
}
.cid-u4m38nvpAD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38nvpAD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38nvpAD .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38nvpAD .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38nvpAD .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38nvpAD .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38nvpAD div {
  overflow: hidden;
}
.cid-u4m38nvpAD .btn-primary-outline.active {
  color: white;
}
.cid-u4m38nvpAD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38nvpAD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38nvpAD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38nvpAD .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38nvpAD .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38nvpAD .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38nvpAD .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38nvpAD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38nvpAD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38nvpAD .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38nvpAD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38nvpAD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38nSB9w {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38nSB9w 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-u4m38nSB9w .mbr-text,
.cid-u4m38nSB9w .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38nSB9w #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38nSB9w #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38nSB9w H1 {
  color: #57468b;
}
.cid-u4m38nSB9w img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38nSB9w .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-u4m38nSB9w .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38nSB9w img {
    width: 100%;
  }
}
.cid-u4m38oj1Cu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38oj1Cu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38oj1Cu .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38oj1Cu .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38oj1Cu .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38oj1Cu .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38oj1Cu div {
  overflow: hidden;
}
.cid-u4m38oj1Cu .btn-primary-outline.active {
  color: white;
}
.cid-u4m38oj1Cu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38oj1Cu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38oj1Cu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38oj1Cu .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38oj1Cu .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38oj1Cu .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38oj1Cu .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38oj1Cu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38oj1Cu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38oj1Cu .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38oj1Cu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38oj1Cu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38oEObY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38oEObY 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-u4m38oEObY .mbr-text,
.cid-u4m38oEObY .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38oEObY #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38oEObY #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38oEObY H1 {
  color: #57468b;
}
.cid-u4m38oEObY img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38oEObY .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-u4m38oEObY .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38oEObY img {
    width: 100%;
  }
}
.cid-u4m38p9TIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38p9TIY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38p9TIY .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38p9TIY .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38p9TIY .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38p9TIY .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38p9TIY div {
  overflow: hidden;
}
.cid-u4m38p9TIY .btn-primary-outline.active {
  color: white;
}
.cid-u4m38p9TIY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38p9TIY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38p9TIY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38p9TIY .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38p9TIY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38p9TIY .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38p9TIY .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38p9TIY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38p9TIY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38p9TIY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38p9TIY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38p9TIY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38puuuQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u4m38puuuQ 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-u4m38puuuQ .mbr-text,
.cid-u4m38puuuQ .mbr-section-btn {
  color: #716c80;
}
.cid-u4m38puuuQ #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u4m38puuuQ #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u4m38puuuQ H1 {
  color: #57468b;
}
.cid-u4m38puuuQ img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u4m38puuuQ .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-u4m38puuuQ .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u4m38puuuQ img {
    width: 100%;
  }
}
.cid-u4m38pVhyE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4m38pVhyE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4m38pVhyE .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u4m38pVhyE .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u4m38pVhyE .btn-primary-outline:active {
  color: gray;
}
.cid-u4m38pVhyE .btn-primary-outline:hover {
  color: white;
}
.cid-u4m38pVhyE div {
  overflow: hidden;
}
.cid-u4m38pVhyE .btn-primary-outline.active {
  color: white;
}
.cid-u4m38pVhyE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4m38pVhyE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4m38pVhyE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4m38pVhyE .mbr-gallery-item {
  overflow: hidden;
}
.cid-u4m38pVhyE .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u4m38pVhyE .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u4m38pVhyE .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u4m38pVhyE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4m38pVhyE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u4m38pVhyE .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u4m38pVhyE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u4m38pVhyE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u4m38qjeKW {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-u4m38qjeKW .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-u4m38qjeKW h2,
.cid-u4m38qjeKW h3,
.cid-u4m38qjeKW h4,
.cid-u4m38qjeKW p {
  color: #ffffff;
}
.cid-u4m38qjeKW .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u4m38qjeKW .text-block {
  border-bottom: 1px solid #767676;
}
.cid-u4m38qjeKW .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4m38qjeKW .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-u4m38qjeKW .form-control:focus,
.cid-u4m38qjeKW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u4m38qjeKW .form-group {
  margin-bottom: 1rem;
}
.cid-u4m38qjeKW input::-webkit-input-placeholder,
.cid-u4m38qjeKW textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u4m38qjeKW input:-moz-placeholder,
.cid-u4m38qjeKW textarea:-moz-placeholder {
  color: #656565;
}
.cid-u4m38qjeKW .jq-selectbox li,
.cid-u4m38qjeKW .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u4m38qjeKW .jq-selectbox li:hover,
.cid-u4m38qjeKW .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u4m38qjeKW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u4m38qjeKW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u4m38qjeKW .mbr-text {
  color: #767676;
}
.cid-u4m38qjeKW a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u4m38qjeKW .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4m38qjeKW .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u4m38qjeKW textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-u4m38qjeKW h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u4m38qjeKW .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u4m38qjeKW .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u4m38qjeKW .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u4m38qLbaG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-u4m38qLbaG .container {
  max-width: 1400px;
}
.cid-u4m38qLbaG .card-img2 span {
  padding-top: 6px;
}
.cid-u4m38qLbaG .soc-item a {
  padding-top: 5px;
}
.cid-u4m38qLbaG .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u4m38qLbaG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u4m38qLbaG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u4m38qLbaG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4m38qLbaG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u4m38qLbaG #e2_shape {
  fill: #ffffff !important;
}
.cid-u4m38qLbaG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u4m38qLbaG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u4m38qLbaG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4m38qLbaG .card-img {
  width: auto;
}
.cid-u4m38qLbaG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u4m38qLbaG .soc-item span {
  font-size: 1.4rem;
}
.cid-u4m38qLbaG .soc-item:hover span {
  color: #142c73 !important;
}
.cid-u4m38qLbaG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u4m38qLbaG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u4m38qLbaG .media-wrap {
  margin-bottom: 1rem;
}
.cid-u4m38qLbaG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u4m38qLbaG img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u4m38qLbaG .item {
    justify-content: center;
  }
  .cid-u4m38qLbaG .quote::after {
    left: 60px;
  }
}
.cid-u4m38qLbaG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u4m38qLbaG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4m38qLbaG .text1 {
  color: #ffffff;
}
.cid-u4m38qLbaG .item-title {
  color: #ffffff;
}
.cid-u4m38qLbaG H5 {
  color: #ffffff;
}
.cid-u4m38qLbaG .theme {
  color: #ffffff;
}
.cid-u4m38qLbaG .copyright > p {
  color: #ff3366;
}
.cid-u4m38qLbaG .text2 {
  color: #ffffff;
}
.cid-u4m38rqihu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-u4m38rqihu .nav-item,
.cid-u4m38rqihu .nav-link,
.cid-u4m38rqihu .navbar-caption {
  font-weight: normal;
}
.cid-u4m38rqihu .nav-item:focus,
.cid-u4m38rqihu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u4m38rqihu .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u4m38rqihu .nav-item .nav-link {
    position: relative;
  }
  .cid-u4m38rqihu .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u4m38rqihu .nav-item:hover .nav-link:before,
  .cid-u4m38rqihu .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u4m38rqihu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u4m38rqihu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4m38rqihu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u4m38rqihu .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u4m38rqihu .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4m38rqihu .dropdown .dropdown-menu .dropdown-item .soc-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-u4m38rqihu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-u4m38rqihu .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u4m38rqihu .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u4m38rqihu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u4m38rqihu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4m38rqihu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4m38rqihu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4m38rqihu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4m38rqihu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4m38rqihu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4m38rqihu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4m38rqihu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4m38rqihu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4m38rqihu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4m38rqihu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4m38rqihu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u4m38rqihu .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u4m38rqihu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4m38rqihu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4m38rqihu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4m38rqihu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4m38rqihu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4m38rqihu .dropdown-item.active,
.cid-u4m38rqihu .dropdown-item:active {
  background-color: transparent;
}
.cid-u4m38rqihu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4m38rqihu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4m38rqihu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4m38rqihu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-u4m38rqihu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4m38rqihu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4m38rqihu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4m38rqihu .navbar-buttons {
  text-align: center;
}
.cid-u4m38rqihu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4m38rqihu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u4m38rqihu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u4m38rqihu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u4m38rqihu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u4m38rqihu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u4m38rqihu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4m38rqihu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u4m38rqihu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u4m38rqihu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4m38rqihu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u4m38rqihu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4m38rqihu .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-u4m38rqihu .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u4m38rqihu .soc-item {
  margin: .5rem .3rem;
}
.cid-u4m38rqihu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4m38rqihu a.nav-link .mbr-iconfont-btn,
.cid-u4m38rqihu a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u4m38rqihu a.nav-link:hover .mbr-iconfont-btn,
.cid-u4m38rqihu a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u4m38rqihu a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4m38rqihu .navbar {
    height: 77px;
  }
  .cid-u4m38rqihu .navbar.opened {
    height: auto;
  }
  .cid-u4m38rqihu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7JUJRfviq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-u7JUJRfviq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u7JUJRfviq #e2_shape {
  fill: #ffffff !important;
}
.cid-u7JUJRfviq img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-u7JUJRfviq img {
    width: 90%!important;
  }
}
.cid-u7JUJRfviq H1 {
  color: #57468b;
}
.cid-u7JUJRSMye {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-u7JUJRSMye H1 {
  color: #57468b;
}
.cid-u7JUJRSMye .mbr-text,
.cid-u7JUJRSMye .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJRSMye H3 {
  color: #716c80;
}
.cid-u7JUJSg0rg {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJSg0rg 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-u7JUJSg0rg .mbr-text,
.cid-u7JUJSg0rg .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJSg0rg #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u7JUJSg0rg #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u7JUJSg0rg H1 {
  color: #57468b;
}
.cid-u7JUJSg0rg img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u7JUJSg0rg .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-u7JUJSg0rg .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u7JUJSg0rg img {
    width: 100%;
  }
}
.cid-u7JUJSIWmE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JUJSIWmE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7JUJSIWmE .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u7JUJSIWmE .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u7JUJSIWmE .btn-primary-outline:active {
  color: gray;
}
.cid-u7JUJSIWmE .btn-primary-outline:hover {
  color: white;
}
.cid-u7JUJSIWmE div {
  overflow: hidden;
}
.cid-u7JUJSIWmE .btn-primary-outline.active {
  color: white;
}
.cid-u7JUJSIWmE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7JUJSIWmE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7JUJSIWmE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7JUJSIWmE .mbr-gallery-item {
  overflow: hidden;
}
.cid-u7JUJSIWmE .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u7JUJSIWmE .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u7JUJSIWmE .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u7JUJSIWmE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7JUJSIWmE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7JUJSIWmE .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u7JUJSIWmE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7JUJSIWmE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u7JUJT76G3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJT76G3 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-u7JUJT76G3 .mbr-text,
.cid-u7JUJT76G3 .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJT76G3 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u7JUJT76G3 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u7JUJT76G3 H1 {
  color: #57468b;
}
.cid-u7JUJT76G3 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u7JUJT76G3 .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-u7JUJT76G3 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u7JUJT76G3 img {
    width: 100%;
  }
}
.cid-u7JUJTAToY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JUJTAToY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7JUJTAToY .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u7JUJTAToY .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u7JUJTAToY .btn-primary-outline:active {
  color: gray;
}
.cid-u7JUJTAToY .btn-primary-outline:hover {
  color: white;
}
.cid-u7JUJTAToY div {
  overflow: hidden;
}
.cid-u7JUJTAToY .btn-primary-outline.active {
  color: white;
}
.cid-u7JUJTAToY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7JUJTAToY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7JUJTAToY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7JUJTAToY .mbr-gallery-item {
  overflow: hidden;
}
.cid-u7JUJTAToY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u7JUJTAToY .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u7JUJTAToY .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u7JUJTAToY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7JUJTAToY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7JUJTAToY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u7JUJTAToY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7JUJTAToY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u7JUJU3TY2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJU3TY2 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-u7JUJU3TY2 .mbr-text,
.cid-u7JUJU3TY2 .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJU3TY2 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u7JUJU3TY2 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u7JUJU3TY2 H1 {
  color: #57468b;
}
.cid-u7JUJU3TY2 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u7JUJU3TY2 .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-u7JUJU3TY2 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u7JUJU3TY2 img {
    width: 100%;
  }
}
.cid-u7JUJUq8ZU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JUJUq8ZU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7JUJUq8ZU .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u7JUJUq8ZU .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u7JUJUq8ZU .btn-primary-outline:active {
  color: gray;
}
.cid-u7JUJUq8ZU .btn-primary-outline:hover {
  color: white;
}
.cid-u7JUJUq8ZU div {
  overflow: hidden;
}
.cid-u7JUJUq8ZU .btn-primary-outline.active {
  color: white;
}
.cid-u7JUJUq8ZU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7JUJUq8ZU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7JUJUq8ZU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7JUJUq8ZU .mbr-gallery-item {
  overflow: hidden;
}
.cid-u7JUJUq8ZU .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u7JUJUq8ZU .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u7JUJUq8ZU .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u7JUJUq8ZU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7JUJUq8ZU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7JUJUq8ZU .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u7JUJUq8ZU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7JUJUq8ZU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u7JUJUN85E {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJUN85E 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-u7JUJUN85E .mbr-text,
.cid-u7JUJUN85E .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJUN85E #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u7JUJUN85E #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u7JUJUN85E H1 {
  color: #57468b;
}
.cid-u7JUJUN85E img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u7JUJUN85E .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-u7JUJUN85E .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u7JUJUN85E img {
    width: 100%;
  }
}
.cid-u7JUJVctvy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JUJVctvy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7JUJVctvy .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u7JUJVctvy .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u7JUJVctvy .btn-primary-outline:active {
  color: gray;
}
.cid-u7JUJVctvy .btn-primary-outline:hover {
  color: white;
}
.cid-u7JUJVctvy div {
  overflow: hidden;
}
.cid-u7JUJVctvy .btn-primary-outline.active {
  color: white;
}
.cid-u7JUJVctvy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7JUJVctvy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7JUJVctvy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7JUJVctvy .mbr-gallery-item {
  overflow: hidden;
}
.cid-u7JUJVctvy .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u7JUJVctvy .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u7JUJVctvy .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u7JUJVctvy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7JUJVctvy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7JUJVctvy .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u7JUJVctvy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7JUJVctvy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u7JUJVzt8H {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJVzt8H 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-u7JUJVzt8H .mbr-text,
.cid-u7JUJVzt8H .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJVzt8H #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u7JUJVzt8H #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u7JUJVzt8H H1 {
  color: #57468b;
}
.cid-u7JUJVzt8H img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u7JUJVzt8H .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-u7JUJVzt8H .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u7JUJVzt8H img {
    width: 100%;
  }
}
.cid-u7JUJW3T9s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JUJW3T9s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7JUJW3T9s .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u7JUJW3T9s .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u7JUJW3T9s .btn-primary-outline:active {
  color: gray;
}
.cid-u7JUJW3T9s .btn-primary-outline:hover {
  color: white;
}
.cid-u7JUJW3T9s div {
  overflow: hidden;
}
.cid-u7JUJW3T9s .btn-primary-outline.active {
  color: white;
}
.cid-u7JUJW3T9s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7JUJW3T9s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7JUJW3T9s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7JUJW3T9s .mbr-gallery-item {
  overflow: hidden;
}
.cid-u7JUJW3T9s .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u7JUJW3T9s .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u7JUJW3T9s .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u7JUJW3T9s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7JUJW3T9s .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7JUJW3T9s .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u7JUJW3T9s .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7JUJW3T9s .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u7JUJX1FsV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJX1FsV 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-u7JUJX1FsV .mbr-text,
.cid-u7JUJX1FsV .mbr-section-btn {
  color: #716c80;
}
.cid-u7JUJX1FsV #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-u7JUJX1FsV #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-u7JUJX1FsV H1 {
  color: #57468b;
}
.cid-u7JUJX1FsV img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u7JUJX1FsV .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-u7JUJX1FsV .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-u7JUJX1FsV img {
    width: 100%;
  }
}
.cid-u7JUJXz573 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JUJXz573 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7JUJXz573 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u7JUJXz573 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u7JUJXz573 .btn-primary-outline:active {
  color: gray;
}
.cid-u7JUJXz573 .btn-primary-outline:hover {
  color: white;
}
.cid-u7JUJXz573 div {
  overflow: hidden;
}
.cid-u7JUJXz573 .btn-primary-outline.active {
  color: white;
}
.cid-u7JUJXz573 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7JUJXz573 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7JUJXz573 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7JUJXz573 .mbr-gallery-item {
  overflow: hidden;
}
.cid-u7JUJXz573 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u7JUJXz573 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u7JUJXz573 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u7JUJXz573 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7JUJXz573 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7JUJXz573 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-u7JUJXz573 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7JUJXz573 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u7JUJY2AUt {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-u7JUJY2AUt .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-u7JUJY2AUt h2,
.cid-u7JUJY2AUt h3,
.cid-u7JUJY2AUt h4,
.cid-u7JUJY2AUt p {
  color: #ffffff;
}
.cid-u7JUJY2AUt .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u7JUJY2AUt .text-block {
  border-bottom: 1px solid #767676;
}
.cid-u7JUJY2AUt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7JUJY2AUt .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-u7JUJY2AUt .form-control:focus,
.cid-u7JUJY2AUt .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u7JUJY2AUt .form-group {
  margin-bottom: 1rem;
}
.cid-u7JUJY2AUt input::-webkit-input-placeholder,
.cid-u7JUJY2AUt textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u7JUJY2AUt input:-moz-placeholder,
.cid-u7JUJY2AUt textarea:-moz-placeholder {
  color: #656565;
}
.cid-u7JUJY2AUt .jq-selectbox li,
.cid-u7JUJY2AUt .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u7JUJY2AUt .jq-selectbox li:hover,
.cid-u7JUJY2AUt .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u7JUJY2AUt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u7JUJY2AUt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u7JUJY2AUt .mbr-text {
  color: #767676;
}
.cid-u7JUJY2AUt a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u7JUJY2AUt .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7JUJY2AUt .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u7JUJY2AUt textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-u7JUJY2AUt h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u7JUJY2AUt .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u7JUJY2AUt .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u7JUJY2AUt .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u7JUJYCIrx {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-u7JUJYCIrx .container {
  max-width: 1400px;
}
.cid-u7JUJYCIrx .card-img2 span {
  padding-top: 6px;
}
.cid-u7JUJYCIrx .soc-item a {
  padding-top: 5px;
}
.cid-u7JUJYCIrx .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-u7JUJYCIrx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-u7JUJYCIrx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-u7JUJYCIrx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7JUJYCIrx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-u7JUJYCIrx #e2_shape {
  fill: #ffffff !important;
}
.cid-u7JUJYCIrx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-u7JUJYCIrx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-u7JUJYCIrx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7JUJYCIrx .card-img {
  width: auto;
}
.cid-u7JUJYCIrx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-u7JUJYCIrx .soc-item span {
  font-size: 1.4rem;
}
.cid-u7JUJYCIrx .soc-item:hover span {
  color: #142c73 !important;
}
.cid-u7JUJYCIrx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-u7JUJYCIrx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-u7JUJYCIrx .media-wrap {
  margin-bottom: 1rem;
}
.cid-u7JUJYCIrx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u7JUJYCIrx img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-u7JUJYCIrx .item {
    justify-content: center;
  }
  .cid-u7JUJYCIrx .quote::after {
    left: 60px;
  }
}
.cid-u7JUJYCIrx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-u7JUJYCIrx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7JUJYCIrx .text1 {
  color: #ffffff;
}
.cid-u7JUJYCIrx .item-title {
  color: #ffffff;
}
.cid-u7JUJYCIrx H5 {
  color: #ffffff;
}
.cid-u7JUJYCIrx .theme {
  color: #ffffff;
}
.cid-u7JUJYCIrx .copyright > p {
  color: #ff3366;
}
.cid-u7JUJYCIrx .text2 {
  color: #ffffff;
}
.cid-u7JUJZrtTr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-u7JUJZrtTr .nav-item,
.cid-u7JUJZrtTr .nav-link,
.cid-u7JUJZrtTr .navbar-caption {
  font-weight: normal;
}
.cid-u7JUJZrtTr .nav-item:focus,
.cid-u7JUJZrtTr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u7JUJZrtTr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u7JUJZrtTr .nav-item .nav-link {
    position: relative;
  }
  .cid-u7JUJZrtTr .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u7JUJZrtTr .nav-item:hover .nav-link:before,
  .cid-u7JUJZrtTr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u7JUJZrtTr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u7JUJZrtTr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7JUJZrtTr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u7JUJZrtTr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u7JUJZrtTr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u7JUJZrtTr .dropdown .dropdown-menu .dropdown-item .soc-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-u7JUJZrtTr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-u7JUJZrtTr .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-u7JUJZrtTr .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u7JUJZrtTr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u7JUJZrtTr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7JUJZrtTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7JUJZrtTr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u7JUJZrtTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7JUJZrtTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7JUJZrtTr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u7JUJZrtTr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7JUJZrtTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7JUJZrtTr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7JUJZrtTr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7JUJZrtTr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u7JUJZrtTr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7JUJZrtTr .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-u7JUJZrtTr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7JUJZrtTr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7JUJZrtTr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7JUJZrtTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7JUJZrtTr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7JUJZrtTr .dropdown-item.active,
.cid-u7JUJZrtTr .dropdown-item:active {
  background-color: transparent;
}
.cid-u7JUJZrtTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7JUJZrtTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7JUJZrtTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7JUJZrtTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-u7JUJZrtTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7JUJZrtTr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7JUJZrtTr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7JUJZrtTr .navbar-buttons {
  text-align: center;
}
.cid-u7JUJZrtTr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7JUJZrtTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u7JUJZrtTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7JUJZrtTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7JUJZrtTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7JUJZrtTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7JUJZrtTr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7JUJZrtTr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7JUJZrtTr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7JUJZrtTr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7JUJZrtTr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7JUJZrtTr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7JUJZrtTr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-u7JUJZrtTr .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u7JUJZrtTr .soc-item {
  margin: .5rem .3rem;
}
.cid-u7JUJZrtTr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u7JUJZrtTr a.nav-link .mbr-iconfont-btn,
.cid-u7JUJZrtTr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u7JUJZrtTr a.nav-link:hover .mbr-iconfont-btn,
.cid-u7JUJZrtTr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u7JUJZrtTr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7JUJZrtTr .navbar {
    height: 77px;
  }
  .cid-u7JUJZrtTr .navbar.opened {
    height: auto;
  }
  .cid-u7JUJZrtTr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWghiFSD4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-ucWghiFSD4 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ucWghiFSD4 #e2_shape {
  fill: #ffffff !important;
}
.cid-ucWghiFSD4 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-ucWghiFSD4 img {
    width: 90%!important;
  }
}
.cid-ucWghiFSD4 H1 {
  color: #57468b;
}
.cid-ucWghj8CIz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-ucWghj8CIz H1 {
  color: #57468b;
}
.cid-ucWghj8CIz .mbr-text,
.cid-ucWghj8CIz .mbr-section-btn {
  color: #716c80;
}
.cid-ucWghj8CIz H3 {
  color: #716c80;
}
.cid-ucWghk79GJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWghk79GJ 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-ucWghk79GJ .mbr-text,
.cid-ucWghk79GJ .mbr-section-btn {
  color: #716c80;
}
.cid-ucWghk79GJ #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWghk79GJ #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWghk79GJ H1 {
  color: #57468b;
}
.cid-ucWghk79GJ img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWghk79GJ .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-ucWghk79GJ .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWghk79GJ img {
    width: 100%;
  }
}
.cid-ucWghkrE39 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWghkrE39 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWghkrE39 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWghkrE39 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWghkrE39 .btn-primary-outline:active {
  color: gray;
}
.cid-ucWghkrE39 .btn-primary-outline:hover {
  color: white;
}
.cid-ucWghkrE39 div {
  overflow: hidden;
}
.cid-ucWghkrE39 .btn-primary-outline.active {
  color: white;
}
.cid-ucWghkrE39 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWghkrE39 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWghkrE39 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWghkrE39 .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWghkrE39 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWghkrE39 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWghkrE39 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWghkrE39 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWghkrE39 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWghkrE39 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWghkrE39 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWghkrE39 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWghkJK95 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWghkJK95 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-ucWghkJK95 .mbr-text,
.cid-ucWghkJK95 .mbr-section-btn {
  color: #716c80;
}
.cid-ucWghkJK95 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWghkJK95 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWghkJK95 H1 {
  color: #57468b;
}
.cid-ucWghkJK95 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWghkJK95 .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-ucWghkJK95 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWghkJK95 img {
    width: 100%;
  }
}
.cid-ucWghl4stl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWghl4stl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWghl4stl .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWghl4stl .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWghl4stl .btn-primary-outline:active {
  color: gray;
}
.cid-ucWghl4stl .btn-primary-outline:hover {
  color: white;
}
.cid-ucWghl4stl div {
  overflow: hidden;
}
.cid-ucWghl4stl .btn-primary-outline.active {
  color: white;
}
.cid-ucWghl4stl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWghl4stl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWghl4stl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWghl4stl .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWghl4stl .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWghl4stl .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWghl4stl .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWghl4stl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWghl4stl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWghl4stl .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWghl4stl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWghl4stl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWghlm2eE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-ucWghlm2eE 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-ucWghlm2eE .mbr-text,
.cid-ucWghlm2eE .mbr-section-btn {
  color: #716c80;
}
.cid-ucWghlm2eE #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-ucWghlm2eE #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-ucWghlm2eE H1 {
  color: #57468b;
}
.cid-ucWghlm2eE img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ucWghlm2eE .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-ucWghlm2eE .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-ucWghlm2eE img {
    width: 100%;
  }
}
.cid-ucWghlJsHA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucWghlJsHA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucWghlJsHA .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-ucWghlJsHA .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-ucWghlJsHA .btn-primary-outline:active {
  color: gray;
}
.cid-ucWghlJsHA .btn-primary-outline:hover {
  color: white;
}
.cid-ucWghlJsHA div {
  overflow: hidden;
}
.cid-ucWghlJsHA .btn-primary-outline.active {
  color: white;
}
.cid-ucWghlJsHA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucWghlJsHA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucWghlJsHA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucWghlJsHA .mbr-gallery-item {
  overflow: hidden;
}
.cid-ucWghlJsHA .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-ucWghlJsHA .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-ucWghlJsHA .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-ucWghlJsHA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ucWghlJsHA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ucWghlJsHA .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ucWghlJsHA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ucWghlJsHA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ucWghm6NhZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-ucWghm6NhZ .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-ucWghm6NhZ h2,
.cid-ucWghm6NhZ h3,
.cid-ucWghm6NhZ h4,
.cid-ucWghm6NhZ p {
  color: #ffffff;
}
.cid-ucWghm6NhZ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ucWghm6NhZ .text-block {
  border-bottom: 1px solid #767676;
}
.cid-ucWghm6NhZ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucWghm6NhZ .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-ucWghm6NhZ .form-control:focus,
.cid-ucWghm6NhZ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ucWghm6NhZ .form-group {
  margin-bottom: 1rem;
}
.cid-ucWghm6NhZ input::-webkit-input-placeholder,
.cid-ucWghm6NhZ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ucWghm6NhZ input:-moz-placeholder,
.cid-ucWghm6NhZ textarea:-moz-placeholder {
  color: #656565;
}
.cid-ucWghm6NhZ .jq-selectbox li,
.cid-ucWghm6NhZ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucWghm6NhZ .jq-selectbox li:hover,
.cid-ucWghm6NhZ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucWghm6NhZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucWghm6NhZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucWghm6NhZ .mbr-text {
  color: #767676;
}
.cid-ucWghm6NhZ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ucWghm6NhZ .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucWghm6NhZ .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ucWghm6NhZ textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-ucWghm6NhZ h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ucWghm6NhZ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ucWghm6NhZ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ucWghm6NhZ .google-map {
    padding-bottom: 2rem;
  }
}
.cid-ucWghmul5Y {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-ucWghmul5Y .container {
  max-width: 1400px;
}
.cid-ucWghmul5Y .card-img2 span {
  padding-top: 6px;
}
.cid-ucWghmul5Y .soc-item a {
  padding-top: 5px;
}
.cid-ucWghmul5Y .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ucWghmul5Y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-ucWghmul5Y .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-ucWghmul5Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucWghmul5Y svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-ucWghmul5Y #e2_shape {
  fill: #ffffff !important;
}
.cid-ucWghmul5Y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ucWghmul5Y .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-ucWghmul5Y .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucWghmul5Y .card-img {
  width: auto;
}
.cid-ucWghmul5Y .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ucWghmul5Y .soc-item span {
  font-size: 1.4rem;
}
.cid-ucWghmul5Y .soc-item:hover span {
  color: #142c73 !important;
}
.cid-ucWghmul5Y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ucWghmul5Y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ucWghmul5Y .media-wrap {
  margin-bottom: 1rem;
}
.cid-ucWghmul5Y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ucWghmul5Y img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ucWghmul5Y .item {
    justify-content: center;
  }
  .cid-ucWghmul5Y .quote::after {
    left: 60px;
  }
}
.cid-ucWghmul5Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ucWghmul5Y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucWghmul5Y .text1 {
  color: #ffffff;
}
.cid-ucWghmul5Y .item-title {
  color: #ffffff;
}
.cid-ucWghmul5Y H5 {
  color: #ffffff;
}
.cid-ucWghmul5Y .theme {
  color: #ffffff;
}
.cid-ucWghmul5Y .copyright > p {
  color: #ff3366;
}
.cid-ucWghmul5Y .text2 {
  color: #ffffff;
}
.cid-ucWghn3I20 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-ucWghn3I20 .nav-item,
.cid-ucWghn3I20 .nav-link,
.cid-ucWghn3I20 .navbar-caption {
  font-weight: normal;
}
.cid-ucWghn3I20 .nav-item:focus,
.cid-ucWghn3I20 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucWghn3I20 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ucWghn3I20 .nav-item .nav-link {
    position: relative;
  }
  .cid-ucWghn3I20 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ucWghn3I20 .nav-item:hover .nav-link:before,
  .cid-ucWghn3I20 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ucWghn3I20 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ucWghn3I20 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucWghn3I20 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ucWghn3I20 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ucWghn3I20 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucWghn3I20 .dropdown .dropdown-menu .dropdown-item .soc-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-ucWghn3I20 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-ucWghn3I20 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-ucWghn3I20 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ucWghn3I20 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ucWghn3I20 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucWghn3I20 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucWghn3I20 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucWghn3I20 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucWghn3I20 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucWghn3I20 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ucWghn3I20 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucWghn3I20 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucWghn3I20 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucWghn3I20 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucWghn3I20 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucWghn3I20 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucWghn3I20 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-ucWghn3I20 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucWghn3I20 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucWghn3I20 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucWghn3I20 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucWghn3I20 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucWghn3I20 .dropdown-item.active,
.cid-ucWghn3I20 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucWghn3I20 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucWghn3I20 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucWghn3I20 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucWghn3I20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-ucWghn3I20 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucWghn3I20 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucWghn3I20 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucWghn3I20 .navbar-buttons {
  text-align: center;
}
.cid-ucWghn3I20 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucWghn3I20 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ucWghn3I20 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucWghn3I20 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucWghn3I20 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucWghn3I20 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucWghn3I20 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucWghn3I20 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucWghn3I20 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucWghn3I20 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucWghn3I20 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucWghn3I20 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucWghn3I20 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-ucWghn3I20 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ucWghn3I20 .soc-item {
  margin: .5rem .3rem;
}
.cid-ucWghn3I20 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucWghn3I20 a.nav-link .mbr-iconfont-btn,
.cid-ucWghn3I20 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ucWghn3I20 a.nav-link:hover .mbr-iconfont-btn,
.cid-ucWghn3I20 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-ucWghn3I20 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucWghn3I20 .navbar {
    height: 77px;
  }
  .cid-ucWghn3I20 .navbar.opened {
    height: auto;
  }
  .cid-ucWghn3I20 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxpuwyyBVX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uxpuwyyBVX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uxpuwyyBVX #e2_shape {
  fill: #ffffff !important;
}
.cid-uxpuwyyBVX img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uxpuwyyBVX img {
    width: 90%!important;
  }
}
.cid-uxpuwyyBVX H1 {
  color: #57468b;
}
.cid-uxpuwz2y6b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
}
.cid-uxpuwz2y6b H1 {
  color: #57468b;
}
.cid-uxpuwz2y6b .mbr-text,
.cid-uxpuwz2y6b .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwz2y6b H3 {
  color: #716c80;
}
.cid-uxpuwzkxw6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwzkxw6 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-uxpuwzkxw6 .mbr-text,
.cid-uxpuwzkxw6 .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwzkxw6 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwzkxw6 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwzkxw6 H1 {
  color: #57468b;
}
.cid-uxpuwzkxw6 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwzkxw6 .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-uxpuwzkxw6 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwzkxw6 img {
    width: 100%;
  }
}
.cid-uxpuwzE5OQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwzE5OQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwzE5OQ .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwzE5OQ .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwzE5OQ .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwzE5OQ .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwzE5OQ div {
  overflow: hidden;
}
.cid-uxpuwzE5OQ .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwzE5OQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwzE5OQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwzE5OQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwzE5OQ .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwzE5OQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwzE5OQ .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwzE5OQ .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwzE5OQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwzE5OQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwzE5OQ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwzE5OQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwzE5OQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwzYMrX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwzYMrX 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-uxpuwzYMrX .mbr-text,
.cid-uxpuwzYMrX .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwzYMrX #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwzYMrX #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwzYMrX H1 {
  color: #57468b;
}
.cid-uxpuwzYMrX img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwzYMrX .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-uxpuwzYMrX .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwzYMrX img {
    width: 100%;
  }
}
.cid-uxpuwAnmPM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwAnmPM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwAnmPM .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwAnmPM .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwAnmPM .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwAnmPM .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwAnmPM div {
  overflow: hidden;
}
.cid-uxpuwAnmPM .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwAnmPM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwAnmPM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwAnmPM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwAnmPM .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwAnmPM .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwAnmPM .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwAnmPM .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwAnmPM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwAnmPM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwAnmPM .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwAnmPM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwAnmPM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwAMPv2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwAMPv2 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-uxpuwAMPv2 .mbr-text,
.cid-uxpuwAMPv2 .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwAMPv2 #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwAMPv2 #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwAMPv2 H1 {
  color: #57468b;
}
.cid-uxpuwAMPv2 img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwAMPv2 .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-uxpuwAMPv2 .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwAMPv2 img {
    width: 100%;
  }
}
.cid-uxpuwBlWK5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwBlWK5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwBlWK5 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwBlWK5 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwBlWK5 .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwBlWK5 .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwBlWK5 div {
  overflow: hidden;
}
.cid-uxpuwBlWK5 .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwBlWK5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwBlWK5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwBlWK5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwBlWK5 .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwBlWK5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwBlWK5 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwBlWK5 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwBlWK5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwBlWK5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwBlWK5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwBlWK5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwBlWK5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwBRn3i {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwBRn3i 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-uxpuwBRn3i .mbr-text,
.cid-uxpuwBRn3i .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwBRn3i #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwBRn3i #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwBRn3i H1 {
  color: #57468b;
}
.cid-uxpuwBRn3i img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwBRn3i .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-uxpuwBRn3i .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwBRn3i img {
    width: 100%;
  }
}
.cid-uxpuwClsGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwClsGS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwClsGS .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwClsGS .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwClsGS .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwClsGS .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwClsGS div {
  overflow: hidden;
}
.cid-uxpuwClsGS .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwClsGS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwClsGS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwClsGS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwClsGS .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwClsGS .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwClsGS .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwClsGS .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwClsGS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwClsGS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwClsGS .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwClsGS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwClsGS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwCL4gM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwCL4gM 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-uxpuwCL4gM .mbr-text,
.cid-uxpuwCL4gM .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwCL4gM #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwCL4gM #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwCL4gM H1 {
  color: #57468b;
}
.cid-uxpuwCL4gM img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwCL4gM .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-uxpuwCL4gM .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwCL4gM img {
    width: 100%;
  }
}
.cid-uxpuwD97Ec {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwD97Ec .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwD97Ec .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwD97Ec .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwD97Ec .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwD97Ec .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwD97Ec div {
  overflow: hidden;
}
.cid-uxpuwD97Ec .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwD97Ec .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwD97Ec .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwD97Ec .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwD97Ec .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwD97Ec .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwD97Ec .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwD97Ec .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwD97Ec .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwD97Ec .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwD97Ec .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwD97Ec .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwD97Ec .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwDCzOc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwDCzOc 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-uxpuwDCzOc .mbr-text,
.cid-uxpuwDCzOc .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwDCzOc #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwDCzOc #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwDCzOc H1 {
  color: #57468b;
}
.cid-uxpuwDCzOc img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwDCzOc .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-uxpuwDCzOc .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwDCzOc img {
    width: 100%;
  }
}
.cid-uxpuwE0R8B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwE0R8B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwE0R8B .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwE0R8B .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwE0R8B .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwE0R8B .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwE0R8B div {
  overflow: hidden;
}
.cid-uxpuwE0R8B .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwE0R8B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwE0R8B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwE0R8B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwE0R8B .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwE0R8B .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwE0R8B .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwE0R8B .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwE0R8B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwE0R8B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwE0R8B .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwE0R8B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwE0R8B .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwEobXN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwEobXN 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-uxpuwEobXN .mbr-text,
.cid-uxpuwEobXN .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwEobXN #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwEobXN #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwEobXN H1 {
  color: #57468b;
}
.cid-uxpuwEobXN img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwEobXN .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-uxpuwEobXN .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwEobXN img {
    width: 100%;
  }
}
.cid-uxpuwEUEKj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwEUEKj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwEUEKj .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwEUEKj .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwEUEKj .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwEUEKj .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwEUEKj div {
  overflow: hidden;
}
.cid-uxpuwEUEKj .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwEUEKj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwEUEKj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwEUEKj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwEUEKj .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwEUEKj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwEUEKj .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwEUEKj .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwEUEKj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwEUEKj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwEUEKj .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwEUEKj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwEUEKj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwFnyEH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwFnyEH 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-uxpuwFnyEH .mbr-text,
.cid-uxpuwFnyEH .mbr-section-btn {
  color: #716c80;
}
.cid-uxpuwFnyEH #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-uxpuwFnyEH #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-uxpuwFnyEH H1 {
  color: #57468b;
}
.cid-uxpuwFnyEH img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uxpuwFnyEH .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-uxpuwFnyEH .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uxpuwFnyEH img {
    width: 100%;
  }
}
.cid-uxpuwG2fVB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxpuwG2fVB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpuwG2fVB .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uxpuwG2fVB .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uxpuwG2fVB .btn-primary-outline:active {
  color: gray;
}
.cid-uxpuwG2fVB .btn-primary-outline:hover {
  color: white;
}
.cid-uxpuwG2fVB div {
  overflow: hidden;
}
.cid-uxpuwG2fVB .btn-primary-outline.active {
  color: white;
}
.cid-uxpuwG2fVB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpuwG2fVB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpuwG2fVB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpuwG2fVB .mbr-gallery-item {
  overflow: hidden;
}
.cid-uxpuwG2fVB .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uxpuwG2fVB .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uxpuwG2fVB .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uxpuwG2fVB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpuwG2fVB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uxpuwG2fVB .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uxpuwG2fVB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uxpuwG2fVB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uxpuwGP1Ip {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-3338-2-2000x1666.jpg");
}
.cid-uxpuwGP1Ip .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-uxpuwGP1Ip h2,
.cid-uxpuwGP1Ip h3,
.cid-uxpuwGP1Ip h4,
.cid-uxpuwGP1Ip p {
  color: #ffffff;
}
.cid-uxpuwGP1Ip .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uxpuwGP1Ip .text-block {
  border-bottom: 1px solid #767676;
}
.cid-uxpuwGP1Ip .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxpuwGP1Ip .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-uxpuwGP1Ip .form-control:focus,
.cid-uxpuwGP1Ip .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uxpuwGP1Ip .form-group {
  margin-bottom: 1rem;
}
.cid-uxpuwGP1Ip input::-webkit-input-placeholder,
.cid-uxpuwGP1Ip textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uxpuwGP1Ip input:-moz-placeholder,
.cid-uxpuwGP1Ip textarea:-moz-placeholder {
  color: #656565;
}
.cid-uxpuwGP1Ip .jq-selectbox li,
.cid-uxpuwGP1Ip .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxpuwGP1Ip .jq-selectbox li:hover,
.cid-uxpuwGP1Ip .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxpuwGP1Ip .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxpuwGP1Ip .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxpuwGP1Ip .mbr-text {
  color: #767676;
}
.cid-uxpuwGP1Ip a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uxpuwGP1Ip .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxpuwGP1Ip .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uxpuwGP1Ip textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-uxpuwGP1Ip h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uxpuwGP1Ip .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uxpuwGP1Ip .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uxpuwGP1Ip .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uxpuwHtoMn {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #343351;
  position: relative;
  overflow: hidden;
}
.cid-uxpuwHtoMn .container {
  max-width: 1400px;
}
.cid-uxpuwHtoMn .card-img2 span {
  padding-top: 6px;
}
.cid-uxpuwHtoMn .soc-item a {
  padding-top: 5px;
}
.cid-uxpuwHtoMn .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uxpuwHtoMn .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uxpuwHtoMn .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uxpuwHtoMn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uxpuwHtoMn svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uxpuwHtoMn #e2_shape {
  fill: #ffffff !important;
}
.cid-uxpuwHtoMn .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uxpuwHtoMn .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uxpuwHtoMn .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxpuwHtoMn .card-img {
  width: auto;
}
.cid-uxpuwHtoMn .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uxpuwHtoMn .soc-item span {
  font-size: 1.4rem;
}
.cid-uxpuwHtoMn .soc-item:hover span {
  color: #142c73 !important;
}
.cid-uxpuwHtoMn .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uxpuwHtoMn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uxpuwHtoMn .media-wrap {
  margin-bottom: 1rem;
}
.cid-uxpuwHtoMn .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uxpuwHtoMn img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uxpuwHtoMn .item {
    justify-content: center;
  }
  .cid-uxpuwHtoMn .quote::after {
    left: 60px;
  }
}
.cid-uxpuwHtoMn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uxpuwHtoMn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uxpuwHtoMn .text1 {
  color: #ffffff;
}
.cid-uxpuwHtoMn .item-title {
  color: #ffffff;
}
.cid-uxpuwHtoMn H5 {
  color: #ffffff;
}
.cid-uxpuwHtoMn .theme {
  color: #ffffff;
}
.cid-uxpuwHtoMn .copyright > p {
  color: #ff3366;
}
.cid-uxpuwHtoMn .text2 {
  color: #ffffff;
}
.cid-uxpuwIpdXq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uxpuwIpdXq .nav-item,
.cid-uxpuwIpdXq .nav-link,
.cid-uxpuwIpdXq .navbar-caption {
  font-weight: normal;
}
.cid-uxpuwIpdXq .nav-item:focus,
.cid-uxpuwIpdXq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uxpuwIpdXq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uxpuwIpdXq .nav-item .nav-link {
    position: relative;
  }
  .cid-uxpuwIpdXq .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uxpuwIpdXq .nav-item:hover .nav-link:before,
  .cid-uxpuwIpdXq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uxpuwIpdXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uxpuwIpdXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxpuwIpdXq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uxpuwIpdXq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uxpuwIpdXq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uxpuwIpdXq .dropdown .dropdown-menu .dropdown-item .soc-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-uxpuwIpdXq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-uxpuwIpdXq .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-uxpuwIpdXq .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uxpuwIpdXq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uxpuwIpdXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxpuwIpdXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxpuwIpdXq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxpuwIpdXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxpuwIpdXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxpuwIpdXq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxpuwIpdXq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxpuwIpdXq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxpuwIpdXq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxpuwIpdXq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxpuwIpdXq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxpuwIpdXq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxpuwIpdXq .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-uxpuwIpdXq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxpuwIpdXq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxpuwIpdXq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxpuwIpdXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxpuwIpdXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxpuwIpdXq .dropdown-item.active,
.cid-uxpuwIpdXq .dropdown-item:active {
  background-color: transparent;
}
.cid-uxpuwIpdXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxpuwIpdXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxpuwIpdXq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxpuwIpdXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
  z-index: 2;
}
.cid-uxpuwIpdXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxpuwIpdXq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxpuwIpdXq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxpuwIpdXq .navbar-buttons {
  text-align: center;
}
.cid-uxpuwIpdXq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxpuwIpdXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxpuwIpdXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxpuwIpdXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxpuwIpdXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxpuwIpdXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxpuwIpdXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxpuwIpdXq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxpuwIpdXq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxpuwIpdXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxpuwIpdXq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxpuwIpdXq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxpuwIpdXq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5580ff;
  display: inline-flex;
}
.cid-uxpuwIpdXq .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uxpuwIpdXq .soc-item {
  margin: .5rem .3rem;
}
.cid-uxpuwIpdXq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxpuwIpdXq a.nav-link .mbr-iconfont-btn,
.cid-uxpuwIpdXq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uxpuwIpdXq a.nav-link:hover .mbr-iconfont-btn,
.cid-uxpuwIpdXq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uxpuwIpdXq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxpuwIpdXq .navbar {
    height: 77px;
  }
  .cid-uxpuwIpdXq .navbar.opened {
    height: auto;
  }
  .cid-uxpuwIpdXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
