body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.7rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #575454 !important;
}
.bg-success {
  background-color: #b75ca2 !important;
}
.bg-info {
  background-color: #7cbd00 !important;
}
.bg-warning {
  background-color: #ffc200 !important;
}
.bg-danger {
  background-color: #72706f !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #575454 !important;
  border-color: #575454 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #302e2e !important;
  border-color: #302e2e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #302e2e !important;
  border-color: #302e2e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0075b1 !important;
  border-color: #0075b1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #004265 !important;
  border-color: #004265 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004265 !important;
  border-color: #004265 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7cbd00 !important;
  border-color: #7cbd00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4a7100 !important;
  border-color: #4a7100 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a7100 !important;
  border-color: #4a7100 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b75ca2 !important;
  border-color: #b75ca2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #8a3d78 !important;
  border-color: #8a3d78 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8a3d78 !important;
  border-color: #8a3d78 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffc200 !important;
  border-color: #ffc200 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #b38800 !important;
  border-color: #b38800 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b38800 !important;
  border-color: #b38800 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #72706f !important;
  border-color: #72706f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #4b4a49 !important;
  border-color: #4b4a49 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4b4a49 !important;
  border-color: #4b4a49 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #232222;
  color: #232222;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #575454;
  border-color: #575454;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #575454 !important;
  border-color: #575454 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #00324b;
  color: #00324b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0075b1;
  border-color: #0075b1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0075b1 !important;
  border-color: #0075b1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #395700;
  color: #395700;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #7cbd00;
  border-color: #7cbd00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7cbd00 !important;
  border-color: #7cbd00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #783569;
  color: #783569;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #b75ca2;
  border-color: #b75ca2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b75ca2 !important;
  border-color: #b75ca2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #997400;
  color: #997400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #ffc200;
  border-color: #ffc200;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc200 !important;
  border-color: #ffc200 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #3e3d3d;
  color: #3e3d3d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #72706f;
  border-color: #72706f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #72706f !important;
  border-color: #72706f !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #575454 !important;
}
.text-secondary {
  color: #0075b1 !important;
}
.text-success {
  color: #b75ca2 !important;
}
.text-info {
  color: #7cbd00 !important;
}
.text-warning {
  color: #ffc200 !important;
}
.text-danger {
  color: #72706f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #232222 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #00324b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #783569 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #395700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #997400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3e3d3d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7cbd00;
}
.alert-warning {
  background-color: #ffc200;
}
.alert-danger {
  background-color: #72706f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #575454;
  border-color: #575454;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #575454;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #979393;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #deb4d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bcff3e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff3cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b1b0af;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #575454;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #575454;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #575454;
  border-bottom-color: #575454;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #575454 !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: #0075b1 !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='%23575454' %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-ssx4GQPPis .nav-item:focus,
.cid-ssx4GQPPis .nav-link:focus {
  outline: none;
}
.cid-ssx4GQPPis .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-ssx4GQPPis .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ssx4GQPPis .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ssx4GQPPis .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssx4GQPPis .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssx4GQPPis .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-ssx4GQPPis .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssx4GQPPis .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssx4GQPPis .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssx4GQPPis .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssx4GQPPis .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssx4GQPPis .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ssx4GQPPis .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ssx4GQPPis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssx4GQPPis .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssx4GQPPis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssx4GQPPis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssx4GQPPis .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssx4GQPPis .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssx4GQPPis .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssx4GQPPis .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ssx4GQPPis .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ssx4GQPPis .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ssx4GQPPis .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ssx4GQPPis .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssx4GQPPis .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssx4GQPPis .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssx4GQPPis .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssx4GQPPis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssx4GQPPis .dropdown-item.active,
.cid-ssx4GQPPis .dropdown-item:active {
  background-color: transparent;
}
.cid-ssx4GQPPis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssx4GQPPis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssx4GQPPis .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssx4GQPPis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssx4GQPPis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssx4GQPPis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssx4GQPPis ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssx4GQPPis .navbar-buttons {
  text-align: center;
}
.cid-ssx4GQPPis button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssx4GQPPis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0075b1;
}
.cid-ssx4GQPPis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ssx4GQPPis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ssx4GQPPis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ssx4GQPPis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ssx4GQPPis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssx4GQPPis nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ssx4GQPPis nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ssx4GQPPis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssx4GQPPis .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ssx4GQPPis a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssx4GQPPis .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ssx4GQPPis .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ssx4GQPPis .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-ssx4GQPPis .nav-link:hover,
.cid-ssx4GQPPis .dropdown-item:hover,
.cid-ssx4GQPPis .icons-menu .mbr-iconfont:hover {
  color: #7cbd00 !important;
}
.cid-ssxcmLGLEF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cirujano-oncologo-cdmx-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-ssxcmLGLEF .mbr-section-title,
.cid-ssxcmLGLEF .mbr-section-subtitle {
  color: #000000;
}
.cid-ssxcmLGLEF .mbr-section-text {
  color: #232323;
}
.cid-ssxcmLGLEF .mbr-text,
.cid-ssxcmLGLEF .typed-text,
.cid-ssxcmLGLEF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-ssxcmLGLEF .btn {
  margin-left: 4px !important;
}
.cid-ssxcmLGLEF .animated-element {
  color: #7cbd00;
}
.cid-ssxcmLGLEF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #7cbd00;
}
.cid-ssxcmLGLEF .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ssxcmLGLEF .typed-text,
  .cid-ssxcmLGLEF .mbr-section-subtitle,
  .cid-ssxcmLGLEF .mbr-section-text,
  .cid-ssxcmLGLEF .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-ssxcmLGLEF .mbr-section-subtitle,
.cid-ssxcmLGLEF .typed-text {
  text-align: left;
  color: #0075b1;
}
.cid-ssBieRRExH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssBieRRExH .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0px;
}
.cid-ssBieRRExH .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.09;
  letter-spacing: 0px;
  text-align: center;
}
.cid-ssBieRRExH .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-ssBieRRExH .mbr-text {
  color: #6d7a8c;
}
.cid-ssBieRRExH .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-ssBieRRExH .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ssBieRRExH .mbr-section-btn {
  display: flex;
}
.cid-ssBieRRExH .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 0px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-ssBieRRExH .mbr-section-btn.display-4,
.cid-ssBieRRExH .btn.display-4 {
  font-size: 12px !important;
}
.cid-ssBieRRExH .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-ssBieRRExH .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ssBieRRExH .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 55 %;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-ssBieRRExH .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ssBieRRExH .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ssBieRRExH .video-wrap .icon-wrap span {
  font-weight: bold;
}
.cid-ssBieRRExH .video-wrap .mbr-text {
  line-height: 1.69;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-ssBieRRExH .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-ssBieRRExH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ssBieRRExH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ssBieRRExH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ssBieRRExH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ssBieRRExH .separator,
  .cid-ssBieRRExH .sep-holder,
  .cid-ssBieRRExH .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ssBieRRExH .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-ssBieRRExH .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-ssBieRRExH .mbr-section-title DIV {
  text-align: center;
}
.cid-ssBieRRExH .mbr-section-subtitle,
.cid-ssBieRRExH .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-ssBieRRExH .mbr-section-title .accent-word {
  color: #b75ca2;
}
.cid-ssBieRRExH .mbr-text,
.cid-ssBieRRExH .mbr-section-btn {
  color: #ffffff;
}
.cid-ssxmWxA6iN {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ssxmWxA6iN .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-ssxmWxA6iN .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-ssxmWxA6iN .card-wrapper .card-img .card-icon {
  background: #b75ca2;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-ssxmWxA6iN .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-ssxmWxA6iN .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ssxmWxA6iN .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #130947;
  font-weight: 700;
}
.cid-ssxmWxA6iN .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ssxmWxA6iN .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 1.29;
}
.cid-ssxmWxA6iN .card-wrapper .card-box .card-title {
  color: #b75ca2;
}
.cid-ssxmWxA6iN .card-wrapper .card-box p {
  color: #b75ca2;
}
.cid-ssxMGZUEvc {
  overflow: hidden !important;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-ssxMGZUEvc .container-fluid {
  padding: 0 5rem;
}
.cid-ssxMGZUEvc .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssxMGZUEvc .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-ssxMGZUEvc .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-ssxMGZUEvc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ssxMGZUEvc .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ssxMGZUEvc .container-fluid {
    padding: 0 1rem;
  }
  .cid-ssxMGZUEvc .mbr-figure {
    margin-top: 1rem;
  }
  .cid-ssxMGZUEvc .mbr-section-title {
    text-align: center !important;
  }
  .cid-ssxMGZUEvc .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-ssxMGZUEvc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ssxMGZUEvc .mbr-section-subtitle,
.cid-ssxMGZUEvc .mbr-section-btn {
  color: #ffffff;
}
.cid-ssxRth4Hre {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ssxRth4Hre .top-part {
  margin-bottom: 70px;
}
.cid-ssxRth4Hre .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ssxRth4Hre .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ssxRth4Hre .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-ssxRth4Hre .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ssxRth4Hre .nav-tabs .nav-item.open .nav-link:focus,
.cid-ssxRth4Hre .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ssxRth4Hre .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-ssxRth4Hre .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-ssxRth4Hre .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-ssxRth4Hre .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-ssxRth4Hre .nav-tabs .nav-link {
  color: #575454;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-ssxRth4Hre .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-ssxRth4Hre .nav-tabs .nav-link.active {
  border-bottom: 2px solid #7cbd00;
  color: #28303f;
}
.cid-ssxRth4Hre .nav-tabs .nav-link.active span {
  color: #7cbd00;
}
.cid-ssxRth4Hre .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-ssxRth4Hre .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-ssxRth4Hre .mbr-text,
  .cid-ssxRth4Hre .nav-link {
    text-align: left;
  }
  .cid-ssxRth4Hre .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-ssxRth4Hre .mbr-section-title,
  .cid-ssxRth4Hre .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ssxRth4Hre .tab-content {
  margin-top: 44px;
}
.cid-ssxRth4Hre .tab-content .tab-pane img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 0 0px rgba(79, 110, 173, 0.1);
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-ssxRth4Hre .top-part .mbr-section-title {
  color: #5da823;
}
.cid-ssxRth4Hre .top-part .mbr-section-subtitle {
  color: #7cbd00;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-section-title,
.cid-ssxRth4Hre .mbr-list {
  color: #7cbd00;
}
.cid-ssxRth4Hre .tab-content .tab-pane .mbr-text,
.cid-ssxRth4Hre .mbr-list {
  color: #575454;
  text-align: left;
}
.cid-ssxZZNegxI {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ssxZZNegxI .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-ssxZZNegxI .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.09;
  letter-spacing: -1px;
  text-align: center;
}
.cid-ssxZZNegxI .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-ssxZZNegxI .mbr-text {
  color: #6d7a8c;
}
.cid-ssxZZNegxI .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-ssxZZNegxI .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ssxZZNegxI .mbr-section-btn {
  display: flex;
}
.cid-ssxZZNegxI .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-ssxZZNegxI .mbr-section-btn.display-4,
.cid-ssxZZNegxI .btn.display-4 {
  font-size: 12px !important;
}
.cid-ssxZZNegxI .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-ssxZZNegxI .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ssxZZNegxI .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 55 %;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-ssxZZNegxI .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ssxZZNegxI .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ssxZZNegxI .video-wrap .icon-wrap span {
  font-weight: bold;
}
.cid-ssxZZNegxI .video-wrap .mbr-text {
  line-height: 1.69;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-ssxZZNegxI .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-ssxZZNegxI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ssxZZNegxI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ssxZZNegxI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ssxZZNegxI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ssxZZNegxI .separator,
  .cid-ssxZZNegxI .sep-holder,
  .cid-ssxZZNegxI .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ssxZZNegxI .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-ssxZZNegxI .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-ssxZZNegxI .mbr-section-title DIV {
  text-align: center;
}
.cid-ssxZZNegxI .mbr-section-subtitle,
.cid-ssxZZNegxI .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-ssxZZNegxI .mbr-section-title .accent-word {
  color: #ffffff;
}
.cid-ssy9aCEcLN {
  background-color: #4ecbe6;
}
.cid-ssy9aCEcLN .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ssy9aCEcLN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ssy9aCEcLN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssy9aCEcLN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-ssy9aCEcLN .image-element {
    padding-left: 0;
  }
}
.cid-ssy9aCEcLN .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-ssy9aCEcLN .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-ssy9aCEcLN .brown {
  color: #575454;
}
.cid-ssy9aCEcLN .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssy9aCEcLN .paragraphs-wrapper .first-paragraph,
.cid-ssy9aCEcLN .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ssy9aCEcLN .image-element {
    padding-top: 1rem;
  }
  .cid-ssy9aCEcLN .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ssy9aCEcLN .paragraphs-wrapper .first-paragraph,
  .cid-ssy9aCEcLN .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ssy9aCEcLN .first-paragraph,
  .cid-ssy9aCEcLN .second-paragraph {
    width: 50%;
  }
  .cid-ssy9aCEcLN .first-paragraph {
    padding-right: .5rem;
  }
  .cid-ssy9aCEcLN .second-paragraph {
    padding-left: .5rem;
  }
  .cid-ssy9aCEcLN .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ssy9aCEcLN .mbr-section-title,
  .cid-ssy9aCEcLN .mbr-section-btn {
    text-align: left;
  }
}
.cid-ssy9aCEcLN .mbr-text,
.cid-ssy9aCEcLN .mbr-section-btn {
  color: #ffffff;
}
.cid-ssy9aCEcLN .title,
.cid-ssy9aCEcLN .brown {
  color: #ffffff;
}
.cid-uK5WbpF0W8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uK5WbpF0W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK5WbpF0W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK5WbpF0W8 .item {
  padding-bottom: 2rem;
}
.cid-uK5WbpF0W8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uK5WbpF0W8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uK5WbpF0W8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uK5WbpF0W8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uK5WbpF0W8 .carousel-control,
.cid-uK5WbpF0W8 .close {
  background: #1b1b1b;
}
.cid-uK5WbpF0W8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uK5WbpF0W8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uK5WbpF0W8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uK5WbpF0W8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uK5WbpF0W8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uK5WbpF0W8 .close::before {
  content: '\e91a';
}
.cid-uK5WbpF0W8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uK5WbpF0W8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uK5WbpF0W8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uK5WbpF0W8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uK5WbpF0W8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uK5WbpF0W8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uK5WbpF0W8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uK5WbpF0W8 .carousel-indicators li.active,
.cid-uK5WbpF0W8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uK5WbpF0W8 .carousel-indicators li::after,
.cid-uK5WbpF0W8 .carousel-indicators li::before {
  content: none;
}
.cid-uK5WbpF0W8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uK5WbpF0W8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uK5WbpF0W8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uK5WbpF0W8 .carousel-indicators {
    display: none;
  }
}
.cid-uK5WbpF0W8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uK5WbpF0W8 .carousel-inner > .active {
  display: block;
}
.cid-uK5WbpF0W8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uK5WbpF0W8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uK5WbpF0W8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uK5WbpF0W8 .carousel-control,
  .cid-uK5WbpF0W8 .carousel-indicators,
  .cid-uK5WbpF0W8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uK5WbpF0W8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uK5WbpF0W8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uK5WbpF0W8 .carousel-indicators .active,
.cid-uK5WbpF0W8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uK5WbpF0W8 .carousel-indicators .active {
  background: #fff;
}
.cid-uK5WbpF0W8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uK5WbpF0W8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uK5WbpF0W8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uK5WbpF0W8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uK5WbpF0W8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uK5WbpF0W8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uK5WbpF0W8 .carousel {
  width: 100%;
}
.cid-uK5WbpF0W8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uK5WbpF0W8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uK5WbpF0W8 .modal.fade .modal-dialog,
.cid-uK5WbpF0W8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uK5WbpF0W8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uK5WbpF0W8 H6 {
  text-align: center;
}
.cid-uK5WbpF0W8 H3 {
  color: #149dcc;
}
.cid-uK5WhG1L6W {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ssB88YTVaA {
  padding-top: 195px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cirujano-oncologo-en-mexico-2021-2000x1334.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-ssB88YTVaA .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-ssB88YTVaA .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.09;
  letter-spacing: -1px;
  text-align: center;
}
.cid-ssB88YTVaA .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-ssB88YTVaA .mbr-text {
  color: #6d7a8c;
}
.cid-ssB88YTVaA .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-ssB88YTVaA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-ssB88YTVaA .mbr-section-btn {
  display: flex;
}
.cid-ssB88YTVaA .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-ssB88YTVaA .mbr-section-btn.display-4,
.cid-ssB88YTVaA .btn.display-4 {
  font-size: 12px !important;
}
.cid-ssB88YTVaA .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-ssB88YTVaA .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-ssB88YTVaA .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 55 %;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-ssB88YTVaA .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ssB88YTVaA .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-ssB88YTVaA .video-wrap .icon-wrap span {
  font-weight: bold;
}
.cid-ssB88YTVaA .video-wrap .mbr-text {
  line-height: 1.69;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-ssB88YTVaA .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-ssB88YTVaA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ssB88YTVaA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ssB88YTVaA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ssB88YTVaA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ssB88YTVaA .separator,
  .cid-ssB88YTVaA .sep-holder,
  .cid-ssB88YTVaA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-ssB88YTVaA .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-ssB88YTVaA .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-ssB88YTVaA .mbr-section-title DIV {
  text-align: center;
}
.cid-ssB88YTVaA .mbr-section-subtitle,
.cid-ssB88YTVaA .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-ssB88YTVaA .mbr-section-title .accent-word {
  color: #ffffff;
}
.cid-ssB88YTVaA .mbr-text,
.cid-ssB88YTVaA .mbr-section-btn {
  color: #ffffff;
}
.cid-sVFAzWPT12 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/cirujano-oncologo-en-mexico-2021-2000x1334.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sVFAzWPT12 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sVFAzWPT12 .icon-block {
  margin-bottom: 10px;
}
.cid-sVFAzWPT12 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-sVFAzWPT12 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sVFAzWPT12 .mbr-text {
  color: #767676;
}
.cid-sVFAzWPT12 textarea.form-control {
  min-height: 100px;
}
.cid-sVFAzWPT12 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sVFAzWPT12 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVFAzWPT12 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVFAzWPT12 .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-sVFAzWPT12 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVFAzWPT12 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sVFAzWPT12 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sVFAzWPT12 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sVFAzWPT12 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sVFAzWPT12 H2 {
  color: #ffffff;
}
.cid-sVFAzWPT12 .icon-block,
.cid-sVFAzWPT12 .icon-block .icon-block__title {
  color: #ffffff;
  text-align: left;
}
.cid-sVFwOnhq6c {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/cirujano-oncologo-en-mexico-2021-2000x1334.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sVFwOnhq6c .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sVFwOnhq6c .icon-block {
  margin-bottom: 10px;
}
.cid-sVFwOnhq6c .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-sVFwOnhq6c .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sVFwOnhq6c .mbr-text {
  color: #767676;
}
.cid-sVFwOnhq6c textarea.form-control {
  min-height: 100px;
}
.cid-sVFwOnhq6c a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sVFwOnhq6c .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVFwOnhq6c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVFwOnhq6c .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-sVFwOnhq6c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVFwOnhq6c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sVFwOnhq6c h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sVFwOnhq6c .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sVFwOnhq6c .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sVFwOnhq6c H2 {
  color: #ffffff;
}
.cid-sVFwOnhq6c .icon-block,
.cid-sVFwOnhq6c .icon-block .icon-block__title {
  color: #ffffff;
}
.cid-sVFBlYVnvg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/cirujano-oncologo-en-mexico-2021-2000x1334.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sVFBlYVnvg .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sVFBlYVnvg .icon-block {
  margin-bottom: 10px;
}
.cid-sVFBlYVnvg .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-sVFBlYVnvg .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sVFBlYVnvg .mbr-text {
  color: #767676;
}
.cid-sVFBlYVnvg textarea.form-control {
  min-height: 100px;
}
.cid-sVFBlYVnvg a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sVFBlYVnvg .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVFBlYVnvg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVFBlYVnvg .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-sVFBlYVnvg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVFBlYVnvg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sVFBlYVnvg h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sVFBlYVnvg .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sVFBlYVnvg .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sVFBlYVnvg H2 {
  color: #ffffff;
}
.cid-sVFBlYVnvg .icon-block,
.cid-sVFBlYVnvg .icon-block .icon-block__title {
  color: #ffffff;
  text-align: left;
}
.cid-sVFBmFkMBG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cirujano-oncologo-en-mexico-2021-2000x1334.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sVFBmFkMBG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sVFBmFkMBG .icon-block {
  margin-bottom: 10px;
}
.cid-sVFBmFkMBG .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-sVFBmFkMBG .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sVFBmFkMBG .mbr-text {
  color: #767676;
}
.cid-sVFBmFkMBG textarea.form-control {
  min-height: 100px;
}
.cid-sVFBmFkMBG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sVFBmFkMBG .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVFBmFkMBG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVFBmFkMBG .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-sVFBmFkMBG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVFBmFkMBG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sVFBmFkMBG h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sVFBmFkMBG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sVFBmFkMBG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sVFBmFkMBG H2 {
  color: #ffffff;
}
.cid-sVFBmFkMBG .icon-block,
.cid-sVFBmFkMBG .icon-block .icon-block__title {
  color: #ffffff;
  text-align: left;
}
.cid-ssy93iDAwb {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ssy93iDAwb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ssy93iDAwb .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-ssy93iDAwb .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-ssy93iDAwb .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-ssy93iDAwb .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-ssy93iDAwb .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-ssy93iDAwb .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-ssy93iDAwb .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-ssy93iDAwb .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-ssy93iDAwb .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-ssy93iDAwb .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-ssy93iDAwb .text-content .social span:hover {
  color: #5da823;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ssy93iDAwb .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ssy93iDAwb .list-block {
  position: relative;
}
.cid-ssy93iDAwb .list-block h4,
.cid-ssy93iDAwb .list-block p {
  padding-left: 4.5rem;
}
.cid-ssy93iDAwb .card-img {
  display: block;
}
.cid-ssy93iDAwb input,
.cid-ssy93iDAwb textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-ssy93iDAwb input:focus,
.cid-ssy93iDAwb textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-ssy93iDAwb .form-control,
.cid-ssy93iDAwb .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ssy93iDAwb .form-control:hover,
.cid-ssy93iDAwb .field-input:hover,
.cid-ssy93iDAwb .form-control:focus,
.cid-ssy93iDAwb .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ssy93iDAwb input::-webkit-input-placeholder,
.cid-ssy93iDAwb textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-ssy93iDAwb input:-moz-placeholder,
.cid-ssy93iDAwb textarea:-moz-placeholder {
  color: #28303f;
}
.cid-ssy93iDAwb .jq-selectbox li,
.cid-ssy93iDAwb .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-ssy93iDAwb .jq-selectbox li:hover,
.cid-ssy93iDAwb .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-ssy93iDAwb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-ssy93iDAwb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-ssy93iDAwb .mbr-form {
  max-width: 550px;
}
.cid-ssy93iDAwb .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-ssy93iDAwb .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-ssy93iDAwb .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-ssy93iDAwb .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-ssy93iDAwb .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-ssy93iDAwb .mbr-form textarea {
  min-height: 100px;
}
.cid-ssy93iDAwb .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #575454;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-ssy93iDAwb .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-ssy93iDAwb .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ssy93iDAwb .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-ssy93iDAwb .mbr-section-title,
  .cid-ssy93iDAwb .content-title,
  .cid-ssy93iDAwb .mbr-section-btn {
    text-align: left;
  }
}
.cid-ssy93iDAwb .mbr-form .mbr-section-title,
.cid-ssy93iDAwb .mbr-section-btn {
  color: #5da823;
}
.cid-ssy93iDAwb .text-content .content-title,
.cid-ssy93iDAwb .social {
  color: #5da823;
  text-align: left;
}
.cid-ssy93iDAwb .text-content .list-block .list-item-title {
  color: #5da823;
}
.cid-ssy93iDAwb .mbr-form .mbr-subtitle,
.cid-ssy93iDAwb .mbr-section-btn {
  color: #5da823;
}
.cid-ssy93iDAwb .text-content .list-block .list-item-text {
  color: #5da823;
}
.cid-ssyh9CdHZg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b75ca2;
}
.cid-ssyh9CdHZg .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ssyh9CdHZg section {
  position: relative;
}
.cid-ssyh9CdHZg h4 {
  margin: 0;
}
.cid-ssyh9CdHZg a {
  font-weight: 300;
}
.cid-ssyh9CdHZg .row {
  align-items: center;
}
.cid-ssyh9CdHZg .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ssyh9CdHZg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ssyh9CdHZg .img1 {
  color: #ffffff;
}
.cid-ssyh9CdHZg .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-ssyh9CdHZg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ssyh9CdHZg .align-left,
  .cid-ssyh9CdHZg .align-right {
    text-align: center;
  }
  .cid-ssyh9CdHZg .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ssyh9CdHZg .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ssyh9CdHZg .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ssyh9CdHZg .item-title {
  color: #ffffff;
}
.cid-ssyh9CdHZg H4 {
  color: #ffffff;
}
