@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff7900 !important;
}
.bg-success {
  background-color: #d2e38b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #0dbe39 !important;
}
.bg-danger {
  background-color: #ff7900 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7900 !important;
  border-color: #ff7900 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b35500 !important;
  border-color: #b35500 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b35500 !important;
  border-color: #b35500 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #d2e38b !important;
  border-color: #d2e38b !important;
  color: #4c5916 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #4c5916 !important;
  background-color: #bad44d !important;
  border-color: #bad44d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4c5916 !important;
  background-color: #bad44d !important;
  border-color: #bad44d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0dbe39 !important;
  border-color: #0dbe39 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #087624 !important;
  border-color: #087624 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #087624 !important;
  border-color: #087624 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7900 !important;
  border-color: #ff7900 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b35500 !important;
  border-color: #b35500 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b35500 !important;
  border-color: #b35500 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #994900;
  color: #994900;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff7900;
  border-color: #ff7900;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7900 !important;
  border-color: #ff7900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b2cf39;
  color: #b2cf39;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4c5916;
  background-color: #d2e38b;
  border-color: #d2e38b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4c5916 !important;
  background-color: #d2e38b !important;
  border-color: #d2e38b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #065f1c;
  color: #065f1c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0dbe39;
  border-color: #0dbe39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0dbe39 !important;
  border-color: #0dbe39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #994900;
  color: #994900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff7900;
  border-color: #ff7900;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7900 !important;
  border-color: #ff7900 !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: #ff7900 !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #d2e38b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #0dbe39 !important;
}
.text-danger {
  color: #ff7900 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #994900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b2cf39 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #065f1c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff7900 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #0dbe39;
}
.alert-danger {
  background-color: #ff7900;
}
.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: #ff7900;
  border-color: #ff7900;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff7900;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe4cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #57f47e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe4cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff7900;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7900;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7900;
  border-bottom-color: #ff7900;
}
.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: #ff7900 !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: #7e7e7e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff7900' %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;
}
hr {
  border: none;
  background-color: #ff7900;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #ff7900;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff7900;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #ff7900;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #ff7900 !important;
}
.btn-danger:hover {
  color: #ff7900 !important;
}
.btn-warning:hover {
  color: #0dbe39 !important;
}
.btn-success:hover {
  color: #d2e38b !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #ff7900 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #ff7900 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #ff7900;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #d2e38b !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #ff7900 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #0dbe39 !important;
}
.btn-danger-outline:hover::before {
  background-color: #ff7900 !important;
}
.cid-tghGFyQkLh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/healthcare-medical-concept-medicine-doctor-with-stethoscope-hand-patients-come-2000x871.jpg");
}
.cid-tghGFyQkLh .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 170px;
  max-width: 100%;
  object-fit: scale-down;
  margin-bottom: 3rem;
}
.cid-tghGFyQkLh .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-tghGFyQkLh .btn:hover {
  color: black !important;
}
.cid-tghGFyQkLh .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-tghGFyQkLh .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-tghGFyQkLh {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .cid-tghGFyQkLh .btn {
    font-size: 12px !important;
    padding: 15px 25px 15px 25px !important;
    margin: 5px !important;
  }
  .cid-tghGFyQkLh .titulo-h1 {
    font-size: 20px !important;
    line-height: normal !important;
  }
  .cid-tghGFyQkLh p {
    font-size: 14px !important;
    line-height: normal !important;
  }
}
.cid-tghGFyQkLh .content-container .btn-bgr {
  z-index: 0;
}
.cid-tghGFyQkLh .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-tghGFyQkLh .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-tghGFyQkLh .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-tghGFyQkLh .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-tghGFyQkLh .box-item:last-child {
  background-color: #164187;
}
.cid-tghGFyQkLh .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tghGFyQkLh .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tghGFyQkLh .box-list li:last-child {
  border-bottom: none;
}
.cid-tghGFyQkLh .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tghGFyQkLh .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tghGFyQkLh .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tghGFyQkLh .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-tghGFyQkLh .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tghGFyQkLh .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-tghGFyQkLh .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tghGFyQkLh .mbr-text,
.cid-tghGFyQkLh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tghGFyQkLh H1 {
  color: #ff7900;
  text-align: center;
}
.cid-tghGFyQkLh .box-item-text {
  text-align: center;
}
.cid-tghGFyQkLh .icon-block-top,
.cid-tghGFyQkLh .box-item-title {
  text-align: center;
}
.cid-tghGFyQkLh H5 {
  text-align: center;
}
.cid-tghGFyQkLh H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tghMzfmKMm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ff7900;
}
@media (max-width: 767px) {
  .cid-tghMzfmKMm h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tghMzfmKMm .container {
    position: relative;
  }
  .cid-tghMzfmKMm .row {
    margin: 0;
  }
  .cid-tghMzfmKMm h2 {
    margin: 0;
  }
}
.cid-tghMzfmKMm .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tghMzfmKMm .mbr-text {
  margin-top: 1.4rem;
}
.cid-tghMzfmKMm h2 {
  color: #ffffff;
}
.cid-tghLpAPiz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff7900;
}
.cid-tghLpAPiz2 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100px;
  max-width: 100%;
  object-fit: scale-down;
  margin-bottom: 2rem !important;
}
.cid-tghLpAPiz2 .mbr-text {
  color: #767676;
}
.cid-tghLpAPiz2 .mbr-iconfont {
  color: #ff7900;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tghLpAPiz2 .link {
  margin: 0;
}
.cid-tghLpAPiz2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tghLpAPiz2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tghLpAPiz2 .card {
    margin-bottom: 3rem;
  }
}
.cid-tghLpAPiz2 .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tghLpAPiz2 .row {
    padding: 0 1rem;
  }
}
.cid-tghLpAPiz2 .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(0, 0, 0, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tghLpAPiz2 .card-title {
  transition: 0.3s;
}
.cid-tghLpAPiz2 .card:hover .card-inner {
  border-bottom: 3px solid #000000;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tghLpAPiz2 .card:hover .card-title {
  color: #ff7900;
}
.cid-tghLpAPiz2 .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tghLpAPiz2 .row {
    margin: 0;
  }
}
.cid-tghLpAPiz2 .card-title,
.cid-tghLpAPiz2 .card-img {
  color: #ffffff;
}
.cid-tdfO0yQMb1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tdfO0yQMb1 .btn {
  margin-left: 0 !important;
  color: #fff !important;
}
.cid-tdfO0yQMb1 .btn:hover {
  color: black !important;
}
.cid-tdfO0yQMb1 h1 {
  margin-bottom: 0.2rem;
}
.cid-tdfO0yQMb1 .container-fluid {
  padding: 0;
}
.cid-tdfO0yQMb1 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-tdfO0yQMb1 .mbr-figure {
  height: 100%;
}
.cid-tdfO0yQMb1 .col-lg-6 {
  padding: 0;
}
.cid-tdfO0yQMb1 .mbr-text {
  color: #747474;
}
.cid-tdfO0yQMb1 hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-tdfO0yQMb1 .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-tdfO0yQMb1 .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-tdfO0yQMb1 .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
@media (min-width: 767px) {
  .cid-tdfO0yQMb1 .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-tdfO0yQMb1 .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tdfO0yQMb1 .left-block {
    margin-top: 4.5rem;
  }
}
.cid-tdfO0yQMb1 .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff7900;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tdfO0yQMb1 .vertical-line:before {
  content: '';
  background-color: #ff7900;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tdfO0yQMb1 .media-content,
.cid-tdfO0yQMb1 .mbr-section-title,
.cid-tdfO0yQMb1 .line-title {
  color: #ff7900;
  text-align: left;
}
.cid-tdfO0yQMb1 .mbr-text,
.cid-tdfO0yQMb1 .mbr-section-btn {
  text-align: left;
}
.cid-tgi0j58IX2 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 45px;
}
.cid-tgi0j58IX2 .image-block {
  margin: auto;
}
.cid-tgi0j58IX2 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tgi0j58IX2 {
    padding-top: 30;
    padding-bottom: 45;
  }
  .cid-tgi0j58IX2 .image-block {
    width: 100% !important;
  }
}
.cid-tgi0j58IX2 .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-tgi0j58IX2 .container {
    padding: 0 2rem;
  }
}
.cid-tdfNW33PX9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #747474;
}
@media (max-width: 767px) {
  .cid-tdfNW33PX9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tdfNW33PX9 p {
  color: #ffffff;
  font-size: 11px !important;
}
.cid-tdfPyQyZ9o {
  background-color: #ffffff;
}
.cid-tdfPyQyZ9o .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tdfPyQyZ9o .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tdfPyQyZ9o .mbr-section-title,
.cid-tdfPyQyZ9o .icon-wrap,
.cid-tdfPyQyZ9o .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tdfPyQyZ9o .mbr-text,
.cid-tdfPyQyZ9o .mbr-section-btn {
  color: #000000;
}
.cid-tdfNW33PX9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #747474;
}
@media (max-width: 767px) {
  .cid-tdfNW33PX9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tdfNW33PX9 p {
  color: #ffffff;
  font-size: 11px !important;
}
.cid-tghO2WRa0O {
  background-color: #ffffff;
}
.cid-tghO2WRa0O .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tghO2WRa0O .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tghO2WRa0O .mbr-section-title,
.cid-tghO2WRa0O .icon-wrap,
.cid-tghO2WRa0O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tghO2WRa0O .mbr-text,
.cid-tghO2WRa0O .mbr-section-btn {
  color: #000000;
}
.cid-tghO2Xkipl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #747474;
}
@media (max-width: 767px) {
  .cid-tghO2Xkipl .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tghO2Xkipl p {
  color: #ffffff;
  font-size: 11px !important;
}
