@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cormorant:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Cormorant', serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.17rem !important;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #b2d1dc !important;
}
.bg-success {
  background-color: #333333 !important;
}
.bg-info {
  background-color: #b2d1dc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #999999 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b2d1dc !important;
  border-color: #b2d1dc !important;
  color: #2d5462 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #2d5462 !important;
  background-color: #7db2c4 !important;
  border-color: #7db2c4 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2d5462 !important;
  background-color: #7db2c4 !important;
  border-color: #7db2c4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a6c83 !important;
  border-color: #2a6c83 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #173c49 !important;
  border-color: #173c49 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #173c49 !important;
  border-color: #173c49 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2d1dc !important;
  border-color: #b2d1dc !important;
  color: #2d5462 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #2d5462 !important;
  background-color: #7db2c4 !important;
  border-color: #7db2c4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2d5462 !important;
  background-color: #7db2c4 !important;
  border-color: #7db2c4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !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: #b2d1dc;
  color: #b2d1dc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d5462;
  background-color: #b2d1dc;
  border-color: #b2d1dc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2d5462 !important;
  background-color: #b2d1dc !important;
  border-color: #b2d1dc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a6c83;
  color: #2a6c83;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2a6c83;
  border-color: #2a6c83;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a6c83 !important;
  border-color: #2a6c83 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b2d1dc;
  color: #b2d1dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d5462;
  background-color: #b2d1dc;
  border-color: #b2d1dc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #2d5462 !important;
  background-color: #b2d1dc !important;
  border-color: #b2d1dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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;
}
.text-primary {
  color: #b2d1dc !important;
}
.text-secondary {
  color: #2a6c83 !important;
}
.text-success {
  color: #333333 !important;
}
.text-info {
  color: #b2d1dc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #999999 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8fbfc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4da7c6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #666666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f8fbfc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2d1dc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #999999;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b2d1dc;
  border-color: #b2d1dc;
  color: #356374;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b2d1dc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #b2d1dc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b2d1dc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b2d1dc;
  border-bottom-color: #b2d1dc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b2d1dc !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: #2a6c83 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b2d1dc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sfNRtVTBVT {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/diseno-sin-titulo-1500x1050.png");
}
.cid-sfNRtVTBVT H1 {
  color: #333333;
}
.cid-sfNRtVTBVT .mbr-text,
.cid-sfNRtVTBVT .mbr-section-btn {
  color: #333333;
}
.cid-sfNG3HUaAg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sfNG3HUaAg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sfNG3HUaAg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sfNG3HUaAg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfNG3HUaAg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sfNG3HUaAg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfNG3HUaAg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sfNG3HUaAg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sfNG3HUaAg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sfNG3HUaAg .card-title {
  color: #2a6c83;
}
.cid-sfNGUcjaFy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sfNGUcjaFy .mbr-text,
.cid-sfNGUcjaFy .mbr-section-btn {
  color: #232323;
}
.cid-sfNGUcjaFy .card-title,
.cid-sfNGUcjaFy .card-box {
  color: #ffffff;
}
.cid-sfNGUcjaFy .mbr-text,
.cid-sfNGUcjaFy .link-wrap {
  color: #ffffff;
}
.cid-sfNYA0D2ug {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfNYA0D2ug H1 {
  color: #2a6c83;
}
.cid-sfNYA0D2ug .mbr-text,
.cid-sfNYA0D2ug .mbr-section-btn {
  color: #716c80;
}
.cid-sfNYA0D2ug H3 {
  color: #716c80;
}
.cid-sfNYliJazG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfNYliJazG .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-sfNYliJazG h4 {
  text-align: center;
}
.cid-sfNYliJazG p {
  text-align: center;
}
.cid-sfNYliJazG .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sfNYliJazG .mbr-iconfont {
  transition: all 0.3s;
  color: #2a6c83 !important;
  font-size: 6rem !important;
}
.cid-sfNYliJazG .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-sfNYliJazG .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sfNYliJazG .card:hover .mbr-iconfont {
  color: #465052 !important;
}
.cid-sfNYliJazG .card-title,
.cid-sfNYliJazG .card-img {
  color: #2a6c83;
}
.cid-sfNYliJazG .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-sfNYliJazG .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-sfNYliJazG .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-sfNZ7X7QvC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfNZ7X7QvC H1 {
  color: #2a6c83;
  text-align: center;
}
.cid-sfNZ7X7QvC .mbr-text,
.cid-sfNZ7X7QvC .mbr-section-btn {
  color: #716c80;
}
.cid-sfNZ7X7QvC H3 {
  color: #716c80;
}
.cid-sfNpNMRuFt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfNpNMRuFt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sfNpNMRuFt .items-col {
  background: #2a6c83;
  padding: 5rem;
  height: 100%;
}
.cid-sfNpNMRuFt .container {
  max-width: 1800px;
}
@media (max-width: 1400px) {
  .cid-sfNpNMRuFt .items-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfNpNMRuFt .items-col {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sfNpNMRuFt .col-md-12 {
    padding-bottom: 2rem;
  }
}
.cid-sfNpNMRuFt img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-sfNpNMRuFt .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-sfNpNMRuFt .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-sfNpNMRuFt .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-sfNpNMRuFt .link,
.cid-sfNpNMRuFt .link-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-sfNXDADQdm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-sfNXDADQdm h5,
.cid-sfNXDADQdm h4,
.cid-sfNXDADQdm p {
  margin-bottom: 0;
}
.cid-sfNXDADQdm p {
  color: #767676;
}
.cid-sfNXDADQdm .card-img {
  padding: 0;
  width: auto;
}
.cid-sfNXDADQdm .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sfNXDADQdm .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sfNXDADQdm .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sfNXDADQdm .card-box {
    padding: 2rem 0 0;
  }
  .cid-sfNXDADQdm .card-wrapper {
    display: block !important;
  }
}
.cid-sfNXDADQdm .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sfNXDADQdm .card-title,
.cid-sfNXDADQdm .main-title {
  color: #57468b;
}
.cid-sfNXDADQdm .card-title {
  color: #2a6c83;
}
.cid-sfO1OKU4Uv {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfO1OKU4Uv H1 {
  color: #2a6c83;
  text-align: center;
}
.cid-sfO1OKU4Uv .mbr-text,
.cid-sfO1OKU4Uv .mbr-section-btn {
  color: #716c80;
}
.cid-sfO1OKU4Uv H3 {
  color: #716c80;
}
.cid-sfO1GYpAhC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(to top right, #ffffff, #ffffff);
}
.cid-sfO1GYpAhC .mbr-text {
  color: #716c80;
}
.cid-sfO1GYpAhC .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sfO1GYpAhC p {
  margin: 0;
}
.cid-sfO1GYpAhC .mbr-iconfont {
  transition: all 0.3s;
  color: #2a6c83 !important;
  font-size: 2.8rem !important;
}
.cid-sfO1GYpAhC .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sfO1GYpAhC .card:hover .mbr-iconfont {
  color: #b2d1dc !important;
}
.cid-sfO1GYpAhC .card-title,
.cid-sfO1GYpAhC .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sfO1GYpAhC .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sfO1GYpAhC .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sfO1GYpAhC .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sfO1GYpAhC .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sfO1GYpAhC .card-img span {
    margin-right: 0rem;
  }
  .cid-sfO1GYpAhC .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sfO1GYpAhC .card-img {
  width: auto;
}
.cid-sfO1GYpAhC .card-title {
  color: #5b686b;
}
.cid-sfNKJaIsAU {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sfNKJaIsAU .card {
  height: 416px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.cid-sfNKJaIsAU .card:hover .card-wrapper,
.cid-sfNKJaIsAU .card:focus-within .card-wrapper {
  transform: translateY(-116px);
}
.cid-sfNKJaIsAU .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sfNKJaIsAU .img-wrapper {
  border-radius: 16px;
}
.cid-sfNKJaIsAU .card-wrapper {
  border-radius: 16px;
  transition: all 0.4s;
  overflow: visible;
}
.cid-sfNKJaIsAU .card-box {
  padding: 1rem;
  height: 100px;
  border: 2px solid black;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-sfNKJaIsAU .card-wrapper {
    transform: translateY(-116px);
  }
}
@media (max-width: 767px) {
  .cid-sfNKJaIsAU .card-box {
    padding: 1rem;
  }
}
.cid-sfNKJaIsAU img {
  border-radius: 16px;
  height: 416px;
  margin-bottom: 16px;
  object-fit: cover;
}
.cid-sfNKJaIsAU .mbr-text,
.cid-sfNKJaIsAU .mbr-section-btn {
  color: #33358c;
}
.cid-sfNKJaIsAU .main-sub-title,
.cid-sfNKJaIsAU .align-wrapper {
  color: #33358c;
}
.cid-sfNKJaIsAU .card-title,
.cid-sfNKJaIsAU .card-box {
  color: #2a6c83;
}
.cid-sfNLJL4YGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a6c83;
}
.cid-sfNLJL4YGS .mbr-section-title {
  color: #ffffff;
}
.cid-sfNLJL4YGS .mbr-text,
.cid-sfNLJL4YGS .mbr-section-btn {
  color: #ffffff;
}
.cid-sfNLJL4YGS .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sfO8jKCEzv {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfO8jKCEzv .mbr-section-subtitle {
  color: #716c80;
}
.cid-sfO8jKCEzv .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sfO8jKCEzv .mbr-text {
  color: #767676;
}
.cid-sfO8jKCEzv .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-sfO8jKCEzv .mbr-author-name {
  color: #2a6c83;
  text-align: center;
}
.cid-sfO8jKCEzv .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sfO8jKCEzv .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sfO8jKCEzv .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-sfO8jKCEzv .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sfO8jKCEzv .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sfO8jKCEzv .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
}
.cid-sfO8jKCEzv .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-sfO8jKCEzv .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-sfO8jKCEzv .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sfO8jKCEzv .mbr-iconfont-social {
  font-size: 18px;
}
.cid-sfO8jKCEzv .icon1 {
  color: #2a6c83;
}
.cid-sfO8jKCEzv .icon2 {
  color: #57468b;
}
.cid-sfO8jKCEzv .icon3 {
  color: #5580ff;
}
.cid-sfO8jKCEzv .social-list a:focus {
  text-decoration: none;
}
.cid-sfO8jKCEzv H2 {
  color: #2a6c83;
}
.cid-scsNio3UH1 {
  padding-top: 90px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-scsNio3UH1 img {
  width: 120px;
  margin: auto;
}
.cid-scsNio3UH1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.6;
  margin-bottom: 1rem;
}
.cid-scsNio3UH1 .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-scsNio3UH1 .card {
    max-width: 20%;
  }
}
.cid-scsNio3UH1 H1 {
  color: #2a6c83;
}
.cid-sfO3tssclS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfO3tssclS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sfO3tssclS input,
.cid-sfO3tssclS textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-sfO3tssclS img {
  width: 90%;
  border-radius: 8px;
}
.cid-sfO3tssclS .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-sfO3tssclS textarea {
  min-height: 160px;
}
.cid-sfO3tssclS .form-control,
.cid-sfO3tssclS .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfO3tssclS .form-control:hover,
.cid-sfO3tssclS .field-input:hover,
.cid-sfO3tssclS .form-control:focus,
.cid-sfO3tssclS .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfO3tssclS input::-webkit-input-placeholder,
.cid-sfO3tssclS textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sfO3tssclS input:-moz-placeholder,
.cid-sfO3tssclS textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sfO3tssclS .jq-selectbox li,
.cid-sfO3tssclS .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sfO3tssclS .jq-selectbox li:hover,
.cid-sfO3tssclS .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sfO3tssclS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sfO3tssclS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sfO3tssclS H5 {
  color: #2a6c83;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sfO3tssclS img {
    width: 100%;
  }
  .cid-sfO3tssclS .google-map {
    margin-bottom: 2rem;
  }
}
.cid-sfO3tssclS .google-map {
  height: 32rem;
  position: relative;
}
.cid-sfO3tssclS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfO3tssclS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sfO3tssclS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfO3tssclS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-sfO3tssclS .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sct0dPdeE7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-sct0dPdeE7 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sct0dPdeE7 .copyright,
  .cid-sct0dPdeE7 .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-sct0dPdeE7 .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-sct0dPdeE7 .mbr-text {
  color: #cccccc;
}
.cid-rT65CUC3Fo .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rT65CUC3Fo .navbar-fixed-top {
  padding-top: 0;
}
.cid-rT65CUC3Fo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rT65CUC3Fo .collapse {
  justify-content: space-between !important;
}
.cid-rT65CUC3Fo .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-rT65CUC3Fo .mbr-iconfont {
  cursor: pointer;
}
.cid-rT65CUC3Fo .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-rT65CUC3Fo .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #b2d1dc;
  border-radius: 50%;
}
.cid-rT65CUC3Fo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rT65CUC3Fo .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-rT65CUC3Fo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT65CUC3Fo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rT65CUC3Fo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rT65CUC3Fo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rT65CUC3Fo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rT65CUC3Fo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rT65CUC3Fo .menu-content-top {
  background: #2a6c83;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-rT65CUC3Fo .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-rT65CUC3Fo .dropdown-item,
.cid-rT65CUC3Fo .nav-link,
.cid-rT65CUC3Fo .brand-name {
  font-style: normal;
}
.cid-rT65CUC3Fo .dropdown-item:hover,
.cid-rT65CUC3Fo .nav-link:hover,
.cid-rT65CUC3Fo .brand-name:hover {
  color: #b2d1dc !important;
}
.cid-rT65CUC3Fo .dropdown-menu {
  background-color: #ffffff;
}
.cid-rT65CUC3Fo .dropdown-item:active {
  background-color: #ffffff;
}
.cid-rT65CUC3Fo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-rT65CUC3Fo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rT65CUC3Fo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT65CUC3Fo .content-text {
  margin-bottom: 0;
}
.cid-rT65CUC3Fo .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rT65CUC3Fo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b2d1dc;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rT65CUC3Fo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rT65CUC3Fo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rT65CUC3Fo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT65CUC3Fo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rT65CUC3Fo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rT65CUC3Fo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT65CUC3Fo .nav-dropdown .link {
  font-weight: 400;
}
.cid-rT65CUC3Fo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rT65CUC3Fo .content-right-side {
  text-align: center;
}
.cid-rT65CUC3Fo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rT65CUC3Fo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rT65CUC3Fo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-rT65CUC3Fo .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-rT65CUC3Fo .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-rT65CUC3Fo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rT65CUC3Fo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rT65CUC3Fo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rT65CUC3Fo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rT65CUC3Fo .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rT65CUC3Fo .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rT65CUC3Fo .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-rT65CUC3Fo .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT65CUC3Fo .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rT65CUC3Fo .navbar {
    display: block;
    padding: 0;
  }
  .cid-rT65CUC3Fo .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rT65CUC3Fo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rT65CUC3Fo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rT65CUC3Fo .navbar-toggler {
    display: none;
  }
}
.cid-rT65CUC3Fo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rT65CUC3Fo .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rT65CUC3Fo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rT65CUC3Fo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rT65CUC3Fo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rT65CUC3Fo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT65CUC3Fo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rT65CUC3Fo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rT65CUC3Fo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT65CUC3Fo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rT65CUC3Fo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rT65CUC3Fo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rT65CUC3Fo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rT65CUC3Fo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rT65CUC3Fo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rT65CUC3Fo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-rT65CUC3Fo button.navbar-toggler:focus {
  outline: none;
}
.cid-rT65CUC3Fo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #200960;
}
.cid-rT65CUC3Fo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rT65CUC3Fo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT65CUC3Fo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rT65CUC3Fo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rT65CUC3Fo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT65CUC3Fo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rT65CUC3Fo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rT65CUC3Fo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rT65CUC3Fo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT65CUC3Fo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT65CUC3Fo .collapsed .btn {
  display: flex;
}
.cid-rT65CUC3Fo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rT65CUC3Fo .collapsed .navbar-collapse.collapsing,
.cid-rT65CUC3Fo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rT65CUC3Fo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rT65CUC3Fo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rT65CUC3Fo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rT65CUC3Fo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rT65CUC3Fo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rT65CUC3Fo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rT65CUC3Fo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rT65CUC3Fo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rT65CUC3Fo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rT65CUC3Fo .collapsed button.navbar-toggler {
  display: block;
}
.cid-rT65CUC3Fo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rT65CUC3Fo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rT65CUC3Fo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rT65CUC3Fo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rT65CUC3Fo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rT65CUC3Fo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rT65CUC3Fo .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-rT65CUC3Fo .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rT65CUC3Fo .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rT65CUC3Fo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rT65CUC3Fo .navbar-collapse.collapsing,
  .cid-rT65CUC3Fo .navbar-collapse.show {
    display: block !important;
  }
  .cid-rT65CUC3Fo .navbar-collapse.collapsing .navbar-nav,
  .cid-rT65CUC3Fo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rT65CUC3Fo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rT65CUC3Fo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rT65CUC3Fo .navbar-collapse.collapsing .navbar-buttons,
  .cid-rT65CUC3Fo .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rT65CUC3Fo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rT65CUC3Fo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rT65CUC3Fo img {
    height: 3.8rem !important;
  }
  .cid-rT65CUC3Fo .btn {
    display: flex;
  }
  .cid-rT65CUC3Fo button.navbar-toggler {
    display: block;
  }
  .cid-rT65CUC3Fo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rT65CUC3Fo .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT65CUC3Fo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rT65CUC3Fo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rT65CUC3Fo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rT65CUC3Fo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rT65CUC3Fo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rT65CUC3Fo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rT65CUC3Fo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rT65CUC3Fo .nav-link:focus {
  outline: none;
}
.cid-rT65CUC3Fo .navbar-toggler {
  position: relative;
}
.cid-rT65CUC3Fo .dropdown-item.active,
.cid-rT65CUC3Fo .dropdown-item:active {
  color: initial;
}
.cid-rT65CUC3Fo .widget-title,
.cid-rT65CUC3Fo .widget-icon {
  color: #ffffff;
}
.cid-rT65CUC3Fo .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rT65CUC3Fo .menu-logo {
    display: none;
  }
  .cid-rT65CUC3Fo .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-rT65CUC3Fo .nav-item:before {
    content: none;
  }
  .cid-rT65CUC3Fo .navbar {
    padding: 0;
  }
  .cid-rT65CUC3Fo .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rT65CUC3Fo button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
