body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  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: #ffffff !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #36404c !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f4a8f !important;
  border-color: #0f4a8f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0f4a8f !important;
  background-color: transparent !important;
  border-color: #0f4a8f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #08264a !important;
  border-color: #08264a !important;
}
.btn-info,
.btn-info:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0f7699 !important;
  background-color: transparent !important;
  border-color: #0f7699 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !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: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #051a33;
  color: #051a33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f4a8f;
  border-color: #0f4a8f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f4a8f !important;
  border-color: #0f4a8f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #0f4a8f !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #36404c !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0f4a8f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #051a33 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0f4a8f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f4a8f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0f4a8f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0f4a8f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #0f4a8f !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #0f4a8f !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #36404c;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #0f4a8f !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='%23ffffff' %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-tstbTWZYea {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/blurred-interior-hospital-clinical-with-people-abstract-medical-background-2000x1333.jpg");
  background-position: right;
}
.cid-tstbTWZYea .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tstbTWZYea .wrapper:before {
  content: '';
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-tstbTWZYea .wrapper:after {
  content: '';
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tstbTWZYea img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tstbTWZYea .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tstkTRjyRk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f11;
}
.cid-teDtM9clGc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-teDtM9clGc .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-teDtM9clGc .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-teDtM9clGc .mbr-section-title,
.cid-teDtM9clGc .wrap {
  color: #0f4a8f;
  text-align: center;
}
.cid-teDtM9clGc .mbr-text,
.cid-teDtM9clGc .mbr-section-btn {
  color: #36404c;
  text-align: center;
}
.cid-teCMHlMeKv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teCMHlMeKv .row {
  align-items: center;
  justify-content: space-between;
}
.cid-teCMHlMeKv .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #2e6b75;
}
.cid-teCMHlMeKv .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-teCMHlMeKv .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-teCMHlMeKv ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-teCMHlMeKv li::marker {
  color: #0f4a8f;
  width: 10px;
}
.cid-teCMHlMeKv li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-teCMHlMeKv img {
  width: 90%;
}
.cid-teCMHlMeKv .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-teCMHlMeKv .b {
  max-width: 598px;
}
.cid-teCMHlMeKv .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-teCMHlMeKv .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-teCMHlMeKv .t {
    padding-top: 90px;
  }
  .cid-teCMHlMeKv .b {
    max-width: initial;
  }
  .cid-teCMHlMeKv .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-teCMHlMeKv .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-teCMHlMeKv .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-teCMHlMeKv .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-teCMHlMeKv .btn {
  margin-top: 20px;
}
.cid-teCMHlMeKv .t {
  max-width: 542px;
}
.cid-teCMHlMeKv .list {
  color: #36404c;
  text-align: left;
}
.cid-teCMHlMeKv .mbr-text,
.cid-teCMHlMeKv .button-align,
.cid-teCMHlMeKv .list {
  text-align: left;
  color: #36404c;
}
.cid-tstnKclLVG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f4a8f;
}
.cid-tdWSjovIFU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/low-angle-shot-facade-white-modern-building-blue-clear-sky-2000x1330.jpg");
}
.cid-tdWSjovIFU .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tdWSjovIFU .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tstom40fmR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tstom40fmR H1 {
  color: #0f4a8f;
}
.cid-tstewQzikB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tstewQzikB .row {
  position: relative;
}
.cid-tstewQzikB .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(32px) blur(32px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tstewQzikB .row .blur-circle {
    display: none;
  }
}
.cid-tstewQzikB .row {
  justify-content: center;
}
.cid-tstewQzikB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tstewQzikB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tstewQzikB .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tstewQzikB .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tstewQzikB .row {
    padding: 0 24px;
  }
}
.cid-tstewQzikB .mbr-desc {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  color: #111111;
  text-align: center;
}
.cid-tstewQzikB .card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 32px;
  margin-bottom: 32px;
}
.cid-tstewQzikB .card img {
  width: 120px;
  max-height: 120px;
  object-fit: cover;
}
.cid-taG6x11oIl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-15-2000x1032.png");
}
.cid-ro5mikFTEv {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ff7f11;
}
.cid-ro5mikFTEv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ro5mikFTEv textarea {
  min-height: 150px;
}
.cid-ro5mikFTEv .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mikFTEv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ff7f11;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mikFTEv .form-control,
.cid-ro5mikFTEv .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mikFTEv .form-control:hover,
.cid-ro5mikFTEv .field-input:hover,
.cid-ro5mikFTEv .form-control:focus,
.cid-ro5mikFTEv .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mikFTEv input::-webkit-input-placeholder,
.cid-ro5mikFTEv textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mikFTEv input:-moz-placeholder,
.cid-ro5mikFTEv textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mikFTEv .jq-selectbox li,
.cid-ro5mikFTEv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mikFTEv .jq-selectbox li:hover,
.cid-ro5mikFTEv .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mikFTEv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mikFTEv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mikFTEv H2 {
  color: #ffffff;
}
.cid-ro5mikFTEv .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-ro5mikFTEv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ro5mikFTEv .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-ro5mikFTEv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ro5mikFTEv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ro5mikFTEv .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ro5mikFTEv .col-auto {
    margin: auto;
  }
}
.cid-tetyg5eQ7v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tetyg5eQ7v .main-col {
  display: flex;
}
.cid-tetyg5eQ7v .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tetyg5eQ7v .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tetyg5eQ7v .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tetyg5eQ7v .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tetyg5eQ7v .text-wrapper {
    width: 52%;
  }
}
.cid-tetyg5eQ7v .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tetyg5eQ7v .prof-text {
  color: #0f4a8f;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tetyg5eQ7v .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tetyg5eQ7v .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tetyg5eQ7v .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tetyg5eQ7v .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tetyg5eQ7v .image-wrapper {
    width: 48%;
  }
}
.cid-tetyg5eQ7v .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tetyg5eQ7v .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tetyg5eQ7v .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tetyg5eQ7v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tetyg5eQ7v .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tetyg5eQ7v .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tetyg5eQ7v .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tetyg5eQ7v .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tetyg5eQ7v .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tetyg5eQ7v .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tetyg5eQ7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tetyg5eQ7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tetyg5eQ7v .mbr-section-title,
.cid-tetyg5eQ7v .mbr-section-btn {
  color: #2e6b75;
}
.cid-tszqcySSOM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff7f11;
}
.cid-tszqcySSOM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tszqcySSOM .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tszqcySSOM H2 {
  margin: 0;
  width: 100%;
}
.cid-tszqcySSOM h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tszqcySSOM .title {
    margin-bottom: 2rem;
  }
  .cid-tszqcySSOM .align-left,
  .cid-tszqcySSOM .align-right {
    text-align: center;
  }
}
.cid-34nsvWQhJj {
  background-color: #ff7f11;
}
.cid-34nsvWQhJj .show {
  visibility: visible;
}
.cid-34nsvWQhJj .hide {
  visibility: hidden;
}
.cid-tszqjMhoNZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff7f11;
}
.cid-tszqjMhoNZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tszqjMhoNZ .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tszqjMhoNZ H2 {
  margin: 0;
  width: 100%;
}
.cid-tszqjMhoNZ h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tszqjMhoNZ .title {
    margin-bottom: 2rem;
  }
  .cid-tszqjMhoNZ .align-left,
  .cid-tszqjMhoNZ .align-right {
    text-align: center;
  }
}
.cid-teBC3QTAUV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-3.jpeg");
  overflow: hidden;
}
.cid-rwXlQU4xMo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXlQU4xMo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXlQU4xMo a {
  font-style: normal;
}
.cid-rwXlQU4xMo .show {
  overflow: visible;
}
.cid-rwXlQU4xMo .dropdown-menu {
  max-height: 400px;
}
.cid-rwXlQU4xMo .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXlQU4xMo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXlQU4xMo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .nav-item:focus,
.cid-rwXlQU4xMo .nav-link:focus {
  outline: none;
}
.cid-rwXlQU4xMo .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXlQU4xMo .menu-logo {
  margin-right: auto;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXlQU4xMo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXlQU4xMo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXlQU4xMo button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXlQU4xMo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rwXlQU4xMo .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXlQU4xMo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXlQU4xMo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXlQU4xMo .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXlQU4xMo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo img {
    height: 3.8rem !important;
  }
  .cid-rwXlQU4xMo .btn {
    display: -webkit-flex;
  }
  .cid-rwXlQU4xMo button.navbar-toggler {
    display: block;
  }
  .cid-rwXlQU4xMo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing,
  .cid-rwXlQU4xMo .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXlQU4xMo .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXlQU4xMo .nav-link {
    justify-content: start!important;
  }
  .cid-rwXlQU4xMo .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXlQU4xMo .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXlQU4xMo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXlQU4xMo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXlQU4xMo .nav-link:hover,
.cid-rwXlQU4xMo .dropdown-item:hover {
  color: #0f4a8f !important;
}
@media (min-width: 1500px) {
  .cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXlQU4xMo .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-te3oG8eAn6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/19366-2000x1455.jpg");
}
.cid-te3oG8eAn6 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-te3oG8eAn6 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-te3oG8eAn6 .mbr-text,
.cid-te3oG8eAn6 .mbr-section-btn {
  text-align: left;
}
.cid-te3oG8eAn6 .mbr-section-title,
.cid-te3oG8eAn6 .wrap {
  text-align: center;
}
.cid-te3oGefTzC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-te3oGefTzC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-te3oGefTzC a {
  font-style: normal;
}
.cid-te3oGefTzC .show {
  overflow: visible;
}
.cid-te3oGefTzC .dropdown-menu {
  max-height: 400px;
}
.cid-te3oGefTzC .dropdown-item:active {
  background-color: transparent;
}
.cid-te3oGefTzC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-te3oGefTzC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-te3oGefTzC .nav-item:focus,
.cid-te3oGefTzC .nav-link:focus {
  outline: none;
}
.cid-te3oGefTzC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-te3oGefTzC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-te3oGefTzC .menu-logo {
  margin-right: auto;
}
.cid-te3oGefTzC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-te3oGefTzC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-te3oGefTzC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-te3oGefTzC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-te3oGefTzC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-te3oGefTzC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-te3oGefTzC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-te3oGefTzC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-te3oGefTzC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-te3oGefTzC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-te3oGefTzC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-te3oGefTzC .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-te3oGefTzC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-te3oGefTzC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-te3oGefTzC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te3oGefTzC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-te3oGefTzC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te3oGefTzC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-te3oGefTzC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-te3oGefTzC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-te3oGefTzC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-te3oGefTzC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-te3oGefTzC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-te3oGefTzC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-te3oGefTzC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-te3oGefTzC button.navbar-toggler:focus {
  outline: none;
}
.cid-te3oGefTzC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-te3oGefTzC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-te3oGefTzC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-te3oGefTzC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-te3oGefTzC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-te3oGefTzC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te3oGefTzC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-te3oGefTzC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-te3oGefTzC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-te3oGefTzC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-te3oGefTzC .collapsed .btn {
  display: -webkit-flex;
}
.cid-te3oGefTzC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-te3oGefTzC .collapsed .navbar-collapse.collapsing,
.cid-te3oGefTzC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-te3oGefTzC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-te3oGefTzC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-te3oGefTzC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-te3oGefTzC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-te3oGefTzC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-te3oGefTzC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-te3oGefTzC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-te3oGefTzC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-te3oGefTzC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-te3oGefTzC .collapsed button.navbar-toggler {
  display: block;
}
.cid-te3oGefTzC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-te3oGefTzC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-te3oGefTzC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-te3oGefTzC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-te3oGefTzC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-te3oGefTzC .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-te3oGefTzC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-te3oGefTzC img {
    height: 3.8rem !important;
  }
  .cid-te3oGefTzC .btn {
    display: -webkit-flex;
  }
  .cid-te3oGefTzC button.navbar-toggler {
    display: block;
  }
  .cid-te3oGefTzC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-te3oGefTzC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-te3oGefTzC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-te3oGefTzC .navbar-collapse.collapsing,
  .cid-te3oGefTzC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-te3oGefTzC .navbar-collapse.collapsing .navbar-nav,
  .cid-te3oGefTzC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-te3oGefTzC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-te3oGefTzC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-te3oGefTzC .navbar-collapse.collapsing .navbar-buttons,
  .cid-te3oGefTzC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-te3oGefTzC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-te3oGefTzC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-te3oGefTzC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-te3oGefTzC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-te3oGefTzC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-te3oGefTzC .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-te3oGefTzC .nav-link {
    justify-content: start!important;
  }
  .cid-te3oGefTzC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-te3oGefTzC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-te3oGefTzC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-te3oGefTzC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-te3oGefTzC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-te3oGefTzC .nav-link:hover,
.cid-te3oGefTzC .dropdown-item:hover {
  color: #0f4a8f !important;
}
@media (min-width: 1500px) {
  .cid-te3oGefTzC .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-te3oGefTzC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tsHdkf0EvQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/worker-taking-note-using-pen-paper-with-new-young-engineer-using-computer-tablet-work-faster-more-efficiency-2000x1333.jpg");
}
.cid-tsHdkf0EvQ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHdkf0EvQ .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHekEqGHT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff7f11;
}
.cid-tsHekEqGHT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tsHekEqGHT .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tsHekEqGHT H2 {
  margin: 0;
  width: 100%;
}
.cid-tsHekEqGHT h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsHekEqGHT .title {
    margin-bottom: 2rem;
  }
  .cid-tsHekEqGHT .align-left,
  .cid-tsHekEqGHT .align-right {
    text-align: center;
  }
}
.cid-tsHdTCY019 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/engineer-holding-hard-hat-construction-worker-professional-safety-work-industry-building-person-manager-service-2000x1333.jpg");
}
.cid-tsHdTCY019 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHdTCY019 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsI2yYmCA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/emergency-call-urgent-accidental-hotline-paramedic-concept-2000x1335.jpg");
}
.cid-tsI2yYmCA6 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tsI2yYmCA6 .plan-body {
  padding-bottom: 2rem;
}
.cid-tsI2yYmCA6 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsI2yYmCA6 .price {
  color: #ffffff;
}
.cid-tsI2yYmCA6 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tsI2yYmCA6 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tsI2yYmCA6 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tsI2yYmCA6 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tsI2yYmCA6 .plan {
    margin-bottom: 2rem;
  }
}
.cid-tsI2yYmCA6 UL {
  color: #0f4a8f;
}
.cid-teBC3QTAUV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-3.jpeg");
  overflow: hidden;
}
.cid-teBHIMPouJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-3.jpeg");
}
.cid-teBHIMPouJ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-teBHIMPouJ .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-teBHIMPouJ .mbr-text,
.cid-teBHIMPouJ .mbr-section-btn {
  text-align: left;
}
.cid-teBNbtX2v5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/blurred-interior-hospital-clinical-with-people-abstract-medical-background-2000x1333.jpg");
}
.cid-teBNbtX2v5 .main-col {
  display: flex;
}
.cid-teBNbtX2v5 .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-teBNbtX2v5 .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-teBNbtX2v5 .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-teBNbtX2v5 .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-teBNbtX2v5 .text-wrapper {
    width: 52%;
  }
}
.cid-teBNbtX2v5 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-teBNbtX2v5 .prof-text {
  color: #232323;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-teBNbtX2v5 .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-teBNbtX2v5 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-teBNbtX2v5 .mbr-text {
  color: #0f4a8f;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-teBNbtX2v5 .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teBNbtX2v5 .image-wrapper {
    width: 48%;
  }
}
.cid-teBNbtX2v5 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-teBNbtX2v5 .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-teBNbtX2v5 .mbr-iconfont {
  font-size: 18px;
  color: #0f4a8f;
}
.cid-teBNbtX2v5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-teBNbtX2v5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teBNbtX2v5 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-teBNbtX2v5 .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-teBNbtX2v5 .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-teBNbtX2v5 .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-teBNbtX2v5 .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-teBNbtX2v5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBNbtX2v5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBNbtX2v5 .mbr-section-title,
.cid-teBNbtX2v5 .mbr-section-btn {
  color: #2e6b75;
}
.cid-teBHIOlLdp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-15-2000x1032.png");
}
.cid-teBHIPdU0W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-3.jpeg");
  overflow: hidden;
}
.cid-tsHyW7Oqih {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/19366-2000x1455.jpg");
}
.cid-tsHyW7Oqih .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyW7Oqih .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyW7Oqih .mbr-text,
.cid-tsHyW7Oqih .mbr-section-btn {
  text-align: left;
}
.cid-tsHyW7Oqih .mbr-section-title,
.cid-tsHyW7Oqih .wrap {
  text-align: center;
}
.cid-tsHyW8D9kN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsHyW8D9kN .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyW8D9kN .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyW8D9kN .mbr-section-title,
.cid-tsHyW8D9kN .wrap {
  color: #ff7f11;
  text-align: center;
}
.cid-tsHyW8D9kN .mbr-text,
.cid-tsHyW8D9kN .mbr-section-btn {
  color: #0f4a8f;
  text-align: center;
}
.cid-tsHyW99o8n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsHyW99o8n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tsHyW99o8n a {
  font-style: normal;
}
.cid-tsHyW99o8n .show {
  overflow: visible;
}
.cid-tsHyW99o8n .dropdown-menu {
  max-height: 400px;
}
.cid-tsHyW99o8n .dropdown-item:active {
  background-color: transparent;
}
.cid-tsHyW99o8n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsHyW99o8n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tsHyW99o8n .nav-item:focus,
.cid-tsHyW99o8n .nav-link:focus {
  outline: none;
}
.cid-tsHyW99o8n .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsHyW99o8n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsHyW99o8n .menu-logo {
  margin-right: auto;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsHyW99o8n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsHyW99o8n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tsHyW99o8n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsHyW99o8n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsHyW99o8n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsHyW99o8n .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tsHyW99o8n .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsHyW99o8n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsHyW99o8n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsHyW99o8n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsHyW99o8n .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsHyW99o8n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsHyW99o8n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsHyW99o8n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsHyW99o8n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsHyW99o8n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsHyW99o8n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsHyW99o8n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsHyW99o8n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsHyW99o8n button.navbar-toggler:focus {
  outline: none;
}
.cid-tsHyW99o8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-tsHyW99o8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsHyW99o8n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsHyW99o8n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsHyW99o8n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsHyW99o8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsHyW99o8n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsHyW99o8n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsHyW99o8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsHyW99o8n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsHyW99o8n .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsHyW99o8n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsHyW99o8n .collapsed .navbar-collapse.collapsing,
.cid-tsHyW99o8n .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tsHyW99o8n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsHyW99o8n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsHyW99o8n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsHyW99o8n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsHyW99o8n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsHyW99o8n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsHyW99o8n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsHyW99o8n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tsHyW99o8n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-tsHyW99o8n .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsHyW99o8n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsHyW99o8n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsHyW99o8n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsHyW99o8n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsHyW99o8n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsHyW99o8n .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tsHyW99o8n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsHyW99o8n img {
    height: 3.8rem !important;
  }
  .cid-tsHyW99o8n .btn {
    display: -webkit-flex;
  }
  .cid-tsHyW99o8n button.navbar-toggler {
    display: block;
  }
  .cid-tsHyW99o8n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsHyW99o8n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsHyW99o8n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsHyW99o8n .navbar-collapse.collapsing,
  .cid-tsHyW99o8n .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tsHyW99o8n .navbar-collapse.collapsing .navbar-nav,
  .cid-tsHyW99o8n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsHyW99o8n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsHyW99o8n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsHyW99o8n .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsHyW99o8n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsHyW99o8n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsHyW99o8n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsHyW99o8n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsHyW99o8n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsHyW99o8n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsHyW99o8n .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tsHyW99o8n .nav-link {
    justify-content: start!important;
  }
  .cid-tsHyW99o8n .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tsHyW99o8n .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tsHyW99o8n .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tsHyW99o8n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsHyW99o8n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsHyW99o8n .nav-link:hover,
.cid-tsHyW99o8n .dropdown-item:hover {
  color: #0f4a8f !important;
}
@media (min-width: 1500px) {
  .cid-tsHyW99o8n .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tsHyW99o8n .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tsHyW9Jgd1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tsHyW9Jgd1 .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tsHyW9Jgd1 .col-title {
    margin-bottom: 40px;
  }
}
.cid-tsHyW9Jgd1 .mbr-section-title {
  color: #0f4a8f;
}
.cid-tsHyW9Jgd1 .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tsHyW9Jgd1 .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tsHyW9Jgd1 .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tsHyW9Jgd1 .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-tsHyW9Jgd1 .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tsHyW9Jgd1 .carousel {
    height: 380px;
  }
  .cid-tsHyW9Jgd1 .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tsHyW9Jgd1 .carousel {
    height: 320px;
  }
  .cid-tsHyW9Jgd1 .carousel img {
    max-height: 320px;
  }
}
.cid-tsHyW9Jgd1 .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tsHyW9Jgd1 .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tsHyW9Jgd1 .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tsHyW9Jgd1 .carousel-inner {
    max-width: 460px;
  }
}
.cid-tsHyW9Jgd1 .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tsHyW9Jgd1 .item-wrapper {
  width: 100%;
}
.cid-tsHyW9Jgd1 .carousel-caption {
  bottom: 30px;
}
.cid-tsHyW9Jgd1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsHyW9Jgd1 .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsHyW9Jgd1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsHyW9Jgd1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsHyW9Jgd1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsHyW9Jgd1 .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0f4a8f;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tsHyW9Jgd1 .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tsHyW9Jgd1 .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tsHyW9Jgd1 .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tsHyW9Jgd1 .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tsHyW9Jgd1 .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tsHyW9Jgd1 .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tsHyW9Jgd1 .carousel-indicators li.active,
.cid-tsHyW9Jgd1 .carousel-indicators li:hover {
  background-color: #0f4a8f;
  height: 10px !important;
  width: 10px !important;
}
.cid-tsHyW9Jgd1 .carousel-indicators li::after,
.cid-tsHyW9Jgd1 .carousel-indicators li::before {
  content: none;
}
.cid-tsHyW9Jgd1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tsHyW9Jgd1 .container,
.cid-tsHyW9Jgd1 .container-fluid {
  position: relative;
}
.cid-tsHyW9Jgd1 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tsHyW9Jgd1 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tsHyW9Jgd1 .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tsHyW9Jgd1 .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tsHyW9Jgd1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tsHyWaeV38 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/young-happy-couple-shaking-hands-with-insurance-agent-during-meeting-office-1280x853.jpg");
}
.cid-tsHyWaeV38 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWaeV38 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWaCQbe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff7f11;
}
.cid-tsHyWaCQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tsHyWaCQbe .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tsHyWaCQbe H2 {
  margin: 0;
  width: 100%;
}
.cid-tsHyWaCQbe h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsHyWaCQbe .title {
    margin-bottom: 2rem;
  }
  .cid-tsHyWaCQbe .align-left,
  .cid-tsHyWaCQbe .align-right {
    text-align: center;
  }
}
.cid-tsHyWaVAXp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/closeup-diverse-people-joining-their-hands-1280x720.jpg");
}
.cid-tsHyWaVAXp .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWaVAXp .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWbiSbF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/truth-concept-arrangement-with-balance-2000x1333.jpg");
}
.cid-tsHyWbiSbF .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWbiSbF .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWbAokH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/businessmen-shaking-hands-after-meeting-cafe-2000x1335.jpg");
}
.cid-tsHyWbAokH .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWbAokH .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWbVtzn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/two-colleagues-factory-2000x1333.jpg");
}
.cid-tsHyWbVtzn .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWbVtzn .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWcg9hO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/businessman-doing-ok-sign-while-holding-growth-chart-2000x1333.jpg");
}
.cid-tsHyWcg9hO .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWcg9hO .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWcyG39 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hands-man-woman-business-attire-sitting-desk-office-discussing-graph-2000x1335.jpg");
}
.cid-tsHyWcyG39 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWcyG39 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWcQEsC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planeacion-9-2000x1241.png");
}
.cid-tsHyWcQEsC .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWcQEsC .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWd6ug6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/black-businessman-happy-expression-2000x1333.jpg");
}
.cid-tsHyWd6ug6 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWd6ug6 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHyWdoNB1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/environmental-conservation-plant-sustainability-2000x1333.jpg");
}
.cid-tsHyWdoNB1 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHyWdoNB1 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHDA4EChC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fondo-15-2000x1032.png");
}
.cid-tsHzvSzEYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/blurred-interior-hospital-clinical-with-people-abstract-medical-background-2000x1333.jpg");
  overflow: hidden;
}
.cid-tsHzvSzEYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsHzvSzEYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsHzvSzEYA .mbr-section-head {
  width: 100%;
  padding-bottom: 60px;
}
.cid-tsHzvSzEYA .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tsHzvSzEYA .mbr-section-subtitle {
  color: #0f4a8f;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
  }
}
.cid-tsHzvSzEYA .item-wrap {
  position: relative;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .item-wrap {
    padding: 30px;
    margin-bottom: 82px;
  }
}
.cid-tsHzvSzEYA .item-wrap:hover .carousel-control {
  opacity: 1;
}
.cid-tsHzvSzEYA .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-tsHzvSzEYA .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-tsHzvSzEYA .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-tsHzvSzEYA .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .carousel-control {
    width: 52px;
    height: 52px;
    border-radius: 20%;
    opacity: 1 !important;
  }
}
.cid-tsHzvSzEYA .carousel-control.carousel-control-prev {
  left: -55px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
.cid-tsHzvSzEYA .carousel-control.carousel-control-next {
  right: -55px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
.cid-tsHzvSzEYA .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-tsHzvSzEYA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsHzvSzEYA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsHzvSzEYA .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-tsHzvSzEYA .item-menu-overlay {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  .cid-tsHzvSzEYA .col-img {
    order: 1;
  }
}
@media (max-width: 991px) {
  .cid-tsHzvSzEYA .col-text {
    order: 2;
  }
}
.cid-tsHzvSzEYA .text-box {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsHzvSzEYA .text-box {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .text-box {
    padding-top: 40px;
  }
}
.cid-tsHzvSzEYA .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tsHzvSzEYA .card-subtitle {
  color: #0f4a8f;
  margin-bottom: 0;
}
.cid-tsHzvSzEYA .list-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tsHzvSzEYA .list-container {
    margin-top: 20px;
  }
}
.cid-tsHzvSzEYA .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tsHzvSzEYA .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-tsHzvSzEYA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tsHzvSzEYA .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-tsHzvSzEYA .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tsHzvSzEYA .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tsHzvSzEYA .img-box img {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  width: 100%;
}
.cid-tsHEWbbnPn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e46c05;
}
.cid-tsHEWbbnPn .card-icon {
  font-size: 56px;
  color: #0f4a8f;
  transition: color 0.3s;
}
.cid-tsHEWbbnPn .icon2 {
  color: #0f4a8f;
}
.cid-tsHEWbbnPn .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tsHEWbbnPn p {
  font-weight: 400;
}
.cid-tsHEWbbnPn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e46c05;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tsHEWbbnPn .line2 {
  background: #843d00;
}
.cid-tsHEWbbnPn .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #ffffff;
}
.cid-tsHEWbbnPn .card-wrapper:hover .link-ico {
  background-color: #0f4a8f;
  border-color: #0f4a8f;
  color: white;
}
.cid-tsHEWbbnPn .card2 {
  background: #e5e5e5;
}
.cid-tsHEWbbnPn .card-title,
.cid-tsHEWbbnPn .card-ico,
.cid-tsHEWbbnPn .line-wrap {
  text-align: center;
  color: #0f4a8f;
}
.cid-tsHEWbbnPn .mbr-text,
.cid-tsHEWbbnPn .card-link {
  text-align: center;
  color: #0f4a8f;
}
.cid-tsHyWeetLX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-3.jpeg");
  overflow: hidden;
}
.cid-tsHVOgAcgs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsHVOgAcgs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tsHVOgAcgs a {
  font-style: normal;
}
.cid-tsHVOgAcgs .show {
  overflow: visible;
}
.cid-tsHVOgAcgs .dropdown-menu {
  max-height: 400px;
}
.cid-tsHVOgAcgs .dropdown-item:active {
  background-color: transparent;
}
.cid-tsHVOgAcgs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsHVOgAcgs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tsHVOgAcgs .nav-item:focus,
.cid-tsHVOgAcgs .nav-link:focus {
  outline: none;
}
.cid-tsHVOgAcgs .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsHVOgAcgs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tsHVOgAcgs .menu-logo {
  margin-right: auto;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tsHVOgAcgs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tsHVOgAcgs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tsHVOgAcgs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tsHVOgAcgs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsHVOgAcgs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tsHVOgAcgs .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tsHVOgAcgs .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tsHVOgAcgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tsHVOgAcgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsHVOgAcgs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tsHVOgAcgs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsHVOgAcgs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tsHVOgAcgs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tsHVOgAcgs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tsHVOgAcgs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tsHVOgAcgs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tsHVOgAcgs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tsHVOgAcgs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tsHVOgAcgs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tsHVOgAcgs button.navbar-toggler:focus {
  outline: none;
}
.cid-tsHVOgAcgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-tsHVOgAcgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsHVOgAcgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsHVOgAcgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsHVOgAcgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsHVOgAcgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsHVOgAcgs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsHVOgAcgs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsHVOgAcgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsHVOgAcgs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsHVOgAcgs .collapsed .btn {
  display: -webkit-flex;
}
.cid-tsHVOgAcgs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tsHVOgAcgs .collapsed .navbar-collapse.collapsing,
.cid-tsHVOgAcgs .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tsHVOgAcgs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tsHVOgAcgs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tsHVOgAcgs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tsHVOgAcgs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tsHVOgAcgs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tsHVOgAcgs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tsHVOgAcgs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tsHVOgAcgs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tsHVOgAcgs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-tsHVOgAcgs .collapsed button.navbar-toggler {
  display: block;
}
.cid-tsHVOgAcgs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tsHVOgAcgs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tsHVOgAcgs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tsHVOgAcgs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tsHVOgAcgs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tsHVOgAcgs .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tsHVOgAcgs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsHVOgAcgs img {
    height: 3.8rem !important;
  }
  .cid-tsHVOgAcgs .btn {
    display: -webkit-flex;
  }
  .cid-tsHVOgAcgs button.navbar-toggler {
    display: block;
  }
  .cid-tsHVOgAcgs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tsHVOgAcgs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tsHVOgAcgs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tsHVOgAcgs .navbar-collapse.collapsing,
  .cid-tsHVOgAcgs .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tsHVOgAcgs .navbar-collapse.collapsing .navbar-nav,
  .cid-tsHVOgAcgs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tsHVOgAcgs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tsHVOgAcgs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tsHVOgAcgs .navbar-collapse.collapsing .navbar-buttons,
  .cid-tsHVOgAcgs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tsHVOgAcgs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tsHVOgAcgs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tsHVOgAcgs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tsHVOgAcgs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tsHVOgAcgs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tsHVOgAcgs .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tsHVOgAcgs .nav-link {
    justify-content: start!important;
  }
  .cid-tsHVOgAcgs .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tsHVOgAcgs .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tsHVOgAcgs .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tsHVOgAcgs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tsHVOgAcgs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tsHVOgAcgs .nav-link:hover,
.cid-tsHVOgAcgs .dropdown-item:hover {
  color: #0f4a8f !important;
}
@media (min-width: 1500px) {
  .cid-tsHVOgAcgs .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tsHVOgAcgs .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tsHWvjSWDO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tsHWvjSWDO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5ff7d;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tsHWvjSWDO .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tsHWvjSWDO .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tsHWvjSWDO .mbr-section-title {
  color: #0f4a8f;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tsHWvjSWDO .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #0f4a8f;
  text-align: center;
}
.cid-tsHWvjSWDO .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
  overflow: visible;
}
@media (max-width: 767px) {
  .cid-tsHWvjSWDO .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tsHWvjSWDO .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s all;
  overflow: visible;
}
.cid-tsHWvjSWDO .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.83333333;
  border-radius: 26px;
  overflow: hidden;
  transition: 0.3s all;
}
.cid-tsHWvjSWDO .item-img:hover {
  transform: translateY(-3px);
}
.cid-tsHWvjSWDO .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsHWvjSWDO .item-content {
  width: 100%;
  margin-top: 1.75rem;
}
.cid-tsHWvjSWDO .item-title {
  color: #0f4a8f;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.cid-tsHWvjSWDO .mbr-text {
  color: #000000;
  margin-top: 0.75rem;
}
.cid-tsHWvjSWDO .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tsHWvjSWDO .mbr-text,
.cid-tsHWvjSWDO .mbr-section-btn {
  text-align: center;
}
.cid-tsI6YcWjb5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsI6YcWjb5 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsI6YcWjb5 .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsI6YcWjb5 .mbr-text,
.cid-tsI6YcWjb5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tsI6YcWjb5 .mbr-section-title,
.cid-tsI6YcWjb5 .wrap {
  color: #0f4a8f;
  text-align: center;
}
.cid-tsHVOhACEM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/luxury-business-meeting-working-room-executive-office-2000x1000.jpg");
}
.cid-tsHVOhACEM .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHVOhACEM .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsHVOhUC2U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff7f11;
}
.cid-tsHVOhUC2U .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tsHVOhUC2U .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tsHVOhUC2U H2 {
  margin: 0;
  width: 100%;
}
.cid-tsHVOhUC2U h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsHVOhUC2U .title {
    margin-bottom: 2rem;
  }
  .cid-tsHVOhUC2U .align-left,
  .cid-tsHVOhUC2U .align-right {
    text-align: center;
  }
}
.cid-tsHVOibTuX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/modern-beautiful-new-buildings-colored-wall-blue-sky-2000x1500.jpg");
}
.cid-tsHVOibTuX .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsHVOibTuX .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsI8NW8jQZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/working-area-modern-office-with-carpet-floor-meeting-room-interior-3d-rendering-2000x1200.jpg");
}
.cid-tsI8NW8jQZ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsI8NW8jQZ .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsI8NW8jQZ .mbr-section-title,
.cid-tsI8NW8jQZ .wrap {
  color: #ffffff;
  text-align: left;
}
.cid-tsI8NW8jQZ .mbr-text,
.cid-tsI8NW8jQZ .mbr-section-btn {
  text-align: left;
}
.cid-tsI9iRcSyF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsI9iRcSyF .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tsI9iRcSyF .head_wrap:hover .mbr-section-title a {
  color: #0f4a8f !important;
}
.cid-tsI9iRcSyF .mbr-text,
.cid-tsI9iRcSyF .mbr-section-btn {
  color: #ffffff;
}
.cid-tsI9iRcSyF .mbr-section-title,
.cid-tsI9iRcSyF .wrap {
  color: #0f4a8f;
  text-align: center;
}
.cid-tsHVOh1cc0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tsHVOh1cc0 .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tsHVOh1cc0 .col-title {
    margin-bottom: 40px;
  }
}
.cid-tsHVOh1cc0 .mbr-section-title {
  color: #0f4a8f;
}
.cid-tsHVOh1cc0 .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tsHVOh1cc0 .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tsHVOh1cc0 .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tsHVOh1cc0 .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-tsHVOh1cc0 .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tsHVOh1cc0 .carousel {
    height: 380px;
  }
  .cid-tsHVOh1cc0 .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tsHVOh1cc0 .carousel {
    height: 320px;
  }
  .cid-tsHVOh1cc0 .carousel img {
    max-height: 320px;
  }
}
.cid-tsHVOh1cc0 .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tsHVOh1cc0 .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tsHVOh1cc0 .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tsHVOh1cc0 .carousel-inner {
    max-width: 460px;
  }
}
.cid-tsHVOh1cc0 .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tsHVOh1cc0 .item-wrapper {
  width: 100%;
}
.cid-tsHVOh1cc0 .carousel-caption {
  bottom: 30px;
}
.cid-tsHVOh1cc0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsHVOh1cc0 .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsHVOh1cc0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsHVOh1cc0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsHVOh1cc0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsHVOh1cc0 .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0f4a8f;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tsHVOh1cc0 .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tsHVOh1cc0 .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tsHVOh1cc0 .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tsHVOh1cc0 .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tsHVOh1cc0 .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tsHVOh1cc0 .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tsHVOh1cc0 .carousel-indicators li.active,
.cid-tsHVOh1cc0 .carousel-indicators li:hover {
  background-color: #0f4a8f;
  height: 10px !important;
  width: 10px !important;
}
.cid-tsHVOh1cc0 .carousel-indicators li::after,
.cid-tsHVOh1cc0 .carousel-indicators li::before {
  content: none;
}
.cid-tsHVOh1cc0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tsHVOh1cc0 .container,
.cid-tsHVOh1cc0 .container-fluid {
  position: relative;
}
.cid-tsHVOh1cc0 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tsHVOh1cc0 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tsHVOh1cc0 .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tsHVOh1cc0 .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tsHVOh1cc0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tsI7Fle3hj {
  background-color: #ff7f11;
}
.cid-tsI7Fle3hj .show {
  visibility: visible;
}
.cid-tsI7Fle3hj .hide {
  visibility: hidden;
}
.cid-tsHVOm9L2s {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e46c05;
}
.cid-tsHVOm9L2s .card-icon {
  font-size: 56px;
  color: #0f4a8f;
  transition: color 0.3s;
}
.cid-tsHVOm9L2s .icon2 {
  color: #0f4a8f;
}
.cid-tsHVOm9L2s .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tsHVOm9L2s p {
  font-weight: 400;
}
.cid-tsHVOm9L2s .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e46c05;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tsHVOm9L2s .line2 {
  background: #843d00;
}
.cid-tsHVOm9L2s .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #ffffff;
}
.cid-tsHVOm9L2s .card-wrapper:hover .link-ico {
  background-color: #0f4a8f;
  border-color: #0f4a8f;
  color: white;
}
.cid-tsHVOm9L2s .card2 {
  background: #e5e5e5;
}
.cid-tsHVOm9L2s .card-title,
.cid-tsHVOm9L2s .card-ico,
.cid-tsHVOm9L2s .line-wrap {
  text-align: center;
  color: #0f4a8f;
}
.cid-tsHVOm9L2s .mbr-text,
.cid-tsHVOm9L2s .card-link {
  text-align: center;
  color: #0f4a8f;
}
.cid-tsHVOmBbpc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-3.jpeg");
  overflow: hidden;
}
