body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.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: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #55b4d4 !important;
}
.bg-info {
  background-color: #e2090d !important;
}
.bg-warning {
  background-color: #635a51 !important;
}
.bg-danger {
  background-color: #5758e0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #078200, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #078200 !important;
  border-color: #078200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #033500 !important;
  border-color: #033500 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #033500 !important;
  border-color: #033500 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #078200, #078200);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #078200, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #078200, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-warning:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #078200, #635a51);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-danger:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #078200, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #078200, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #078200, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #078200, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #078200;
  color: #078200;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #078200;
  border-color: #078200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #078200 !important;
  border-color: #078200 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #078200, #078200);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #078200, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #078200, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #635a51;
  color: #635a51;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #078200, #635a51);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #078200, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #078200, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #078200, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #078200 !important;
}
.text-success {
  color: #55b4d4 !important;
}
.text-info {
  color: #e2090d !important;
}
.text-warning {
  color: #635a51 !important;
}
.text-danger {
  color: #5758e0 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #333333 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0ce800 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a6d8e9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f8595c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #988d82 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #adaef0 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2090d;
}
.alert-warning {
  background-color: #635a51;
}
.alert-danger {
  background-color: #5758e0;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a49a90;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #078200 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YLZwONfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uQRvPHwJ7k {
  background-image: url("../../../assets/images/viamed-gastroenterologie-timisoara.jpg");
}
.cid-uQRvPHwJ7k H1 {
  color: #ffffff;
}
.cid-uQRvPHwJ7k h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQRvPHwJ7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRvPHwJ7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YLYYtmhw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1YLYYtmhw H1 {
  color: #99e4d1;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 100%;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #999999;
}
.cid-uRcyv43UbM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRcyv43UbM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRcyv43UbM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRcyv43UbM .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRcyv43UbM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRcyv43UbM .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRcyv43UbM .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRcyv43UbM .card-text {
  padding-bottom: 1rem;
}
.cid-uRcyv43UbM .social-row {
  text-align: center;
}
.cid-uRcyv43UbM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRcyv43UbM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRcyv43UbM .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRcyv43UbM .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRcyv43UbM .card-title,
.cid-uRcyv43UbM .social-row {
  color: #000000;
}
.cid-uRcyv43UbM .mbr-role,
.cid-uRcyv43UbM .social-row {
  color: #000000;
}
.cid-uRcyv43UbM .card-text,
.cid-uRcyv43UbM .mbr-section-btn,
.cid-uRcyv43UbM .social-row {
  color: #232323;
}
.cid-uRcyv43UbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcyv43UbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcyv43UbM .mbr-section-title {
  color: #078200;
}
.cid-uQSxZThvCQ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uQSxZThvCQ .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uQSxZThvCQ .card-wrapper {
    padding: 0;
  }
}
.cid-uQSxZThvCQ img {
  width: 100%;
}
.cid-uQSxZThvCQ .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQSxZThvCQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQSxZThvCQ .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uQSxZThvCQ h4 {
  margin: 0;
}
.cid-uQSxZThvCQ .card-text {
  color: #999999;
}
.cid-uQSxZThvCQ .mbr-text {
  color: #000000;
}
.cid-uQSxZThvCQ .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uQSxZThvCQ .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uQSxZThvCQ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uQSxZThvCQ .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSxZThvCQ .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uQSxZThvCQ H3 {
  color: #787324;
}
.cid-uQSxZThvCQ .mbr-section-title,
.cid-uQSxZThvCQ .title-wrapper {
  color: #078200;
}
.cid-uQSxZThvCQ .mbr-text,
.cid-uQSxZThvCQ .mbr-section-btn {
  color: #000000;
}
.cid-uQSxZThvCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSxZThvCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6yxXIPXT {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uR6yxXIPXT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uR6yxXIPXT .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uR6yxXIPXT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uR6yxXIPXT .first:hover:before {
  content: none;
}
.cid-uR6yxXIPXT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #078200, #000000);
  content: '';
}
.cid-uR6yxXIPXT .last:hover:after {
  content: none;
}
.cid-uR6yxXIPXT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #078200, #000000);
  content: '';
}
.cid-uR6yxXIPXT .mbr-section-text {
  color: #999999;
}
.cid-uR6yxXIPXT .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uR6yxXIPXT .card .img-wrapper {
  overflow: hidden;
}
.cid-uR6yxXIPXT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uR6yxXIPXT .card:hover .card-wrapper {
  background: linear-gradient(to left, #078200, #000000);
  color: #ffffff !important;
}
.cid-uR6yxXIPXT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uR6Ja3wclq {
  background-color: #ffffff;
}
.cid-uR6Ja3wclq .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uR6Ja3wclq .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uR6Ja3wclq .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uR6Ja3wclq .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uR6Ja3wclq .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uR6Ja3wclq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6Ja3wclq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YMf6Zm9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YMf6Zm9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YMf6Zm9K .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-s1YMf6Zm9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YMf6Zm9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1YMdWQfw7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
.cid-uQUSOZOunB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQUSOZOunB .btn {
  white-space: nowrap;
}
.cid-uQUSOZOunB .nav-link,
.cid-uQUSOZOunB .icons-menu .mbr-iconfont,
.cid-uQUSOZOunB .dropdown-item {
  transition: all 0.1s;
}
.cid-uQUSOZOunB .nav-link:hover,
.cid-uQUSOZOunB .icons-menu .mbr-iconfont:hover,
.cid-uQUSOZOunB .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-uQUSOZOunB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uQUSOZOunB .container {
  display: flex;
  margin: auto;
}
.cid-uQUSOZOunB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQUSOZOunB .navbar.opened {
  transition: all .3s;
}
.cid-uQUSOZOunB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uQUSOZOunB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQUSOZOunB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQUSOZOunB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQUSOZOunB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQUSOZOunB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQUSOZOunB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQUSOZOunB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQUSOZOunB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQUSOZOunB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQUSOZOunB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQUSOZOunB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQUSOZOunB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQUSOZOunB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQUSOZOunB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQUSOZOunB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQUSOZOunB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQUSOZOunB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQUSOZOunB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQUSOZOunB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQUSOZOunB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQUSOZOunB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQUSOZOunB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQUSOZOunB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQUSOZOunB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQUSOZOunB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uQUSOZOunB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uQUSOZOunB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQUSOZOunB .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQUSOZOunB .navbar-caption {
  padding-right: 4rem;
}
.cid-uQUSOZOunB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uQUSOZOunB .dropdown-menu,
.cid-uQUSOZOunB .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-uQUSOZOunB .nav-item:focus,
.cid-uQUSOZOunB .nav-link:focus {
  outline: none;
}
.cid-uQUSOZOunB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQUSOZOunB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQUSOZOunB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQUSOZOunB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQUSOZOunB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQUSOZOunB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uQUSOZOunB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQUSOZOunB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQUSOZOunB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQUSOZOunB .dropdown-item.active,
.cid-uQUSOZOunB .dropdown-item:active {
  background-color: transparent;
}
.cid-uQUSOZOunB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQUSOZOunB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQUSOZOunB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQUSOZOunB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQUSOZOunB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQUSOZOunB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQUSOZOunB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQUSOZOunB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQUSOZOunB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQUSOZOunB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-uQUSOZOunB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQUSOZOunB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQUSOZOunB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQUSOZOunB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQUSOZOunB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQUSOZOunB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQUSOZOunB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQUSOZOunB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQUSOZOunB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQUSOZOunB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQUSOZOunB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQUSOZOunB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQUSOZOunB .navbar {
    height: 77px;
  }
  .cid-uQUSOZOunB .navbar.opened {
    height: auto;
  }
  .cid-uQUSOZOunB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQUSOZOunB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uQUSP0ur4h {
  background-image: url("../../../assets/images/echipa-viamed-gastroenterologie-timisoara.jpg");
}
.cid-uQUSP0ur4h H1 {
  color: #ffffff;
}
.cid-uQUSP0ur4h h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQUSP0ur4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUSP0ur4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfYf3X1Lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRfYf3X1Lg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRfYf3X1Lg .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRfYf3X1Lg .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRfYf3X1Lg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRfYf3X1Lg .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRfYf3X1Lg .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRfYf3X1Lg .card-text {
  padding-bottom: 1rem;
}
.cid-uRfYf3X1Lg .social-row {
  text-align: center;
}
.cid-uRfYf3X1Lg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRfYf3X1Lg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRfYf3X1Lg .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRfYf3X1Lg .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRfYf3X1Lg .card-title,
.cid-uRfYf3X1Lg .social-row {
  color: #000000;
}
.cid-uRfYf3X1Lg .mbr-role,
.cid-uRfYf3X1Lg .social-row {
  color: #000000;
}
.cid-uRfYf3X1Lg .card-text,
.cid-uRfYf3X1Lg .mbr-section-btn,
.cid-uRfYf3X1Lg .social-row {
  color: #232323;
}
.cid-uRfYf3X1Lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfYf3X1Lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfYf3X1Lg .mbr-section-title {
  color: #078200;
}
.cid-uQV5zlg7Ok {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQV5zlg7Ok .main-col {
  display: flex;
}
.cid-uQV5zlg7Ok .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-uQV5zlg7Ok .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uQV5zlg7Ok .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uQV5zlg7Ok .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uQV5zlg7Ok .text-wrapper {
    width: 52%;
  }
}
.cid-uQV5zlg7Ok .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uQV5zlg7Ok .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uQV5zlg7Ok .mbr-section-subtitle {
  color: #078200;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uQV5zlg7Ok .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uQV5zlg7Ok .mbr-text {
  color: #465052;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uQV5zlg7Ok .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQV5zlg7Ok .image-wrapper {
    width: 48%;
  }
}
.cid-uQV5zlg7Ok .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uQV5zlg7Ok .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uQV5zlg7Ok .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uQV5zlg7Ok .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-uQV5zlg7Ok .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQV5zlg7Ok .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uQV5zlg7Ok .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uQV5zlg7Ok .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uQV5zlg7Ok .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uQV5zlg7Ok .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uQV5zlg7Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQV5zlg7Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQV5zlg7Ok .mbr-section-title,
.cid-uQV5zlg7Ok .mbr-section-btn {
  color: #078200;
}
.cid-uQViVpEdrs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQViVpEdrs .main-col {
  display: flex;
}
.cid-uQViVpEdrs .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-uQViVpEdrs .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uQViVpEdrs .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uQViVpEdrs .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uQViVpEdrs .text-wrapper {
    width: 52%;
  }
}
.cid-uQViVpEdrs .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uQViVpEdrs .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uQViVpEdrs .mbr-section-subtitle {
  color: #078200;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uQViVpEdrs .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uQViVpEdrs .mbr-text {
  color: #465052;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uQViVpEdrs .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQViVpEdrs .image-wrapper {
    width: 48%;
  }
}
.cid-uQViVpEdrs .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uQViVpEdrs .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uQViVpEdrs .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uQViVpEdrs .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-uQViVpEdrs .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQViVpEdrs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uQViVpEdrs .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uQViVpEdrs .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uQViVpEdrs .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uQViVpEdrs .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uQViVpEdrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQViVpEdrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQViVpEdrs .mbr-section-title,
.cid-uQViVpEdrs .mbr-section-btn {
  color: #078200;
}
.cid-uQViW0x7DU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQViW0x7DU .main-col {
  display: flex;
}
.cid-uQViW0x7DU .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-uQViW0x7DU .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uQViW0x7DU .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uQViW0x7DU .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uQViW0x7DU .text-wrapper {
    width: 52%;
  }
}
.cid-uQViW0x7DU .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uQViW0x7DU .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uQViW0x7DU .mbr-section-subtitle {
  color: #078200;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uQViW0x7DU .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uQViW0x7DU .mbr-text {
  color: #465052;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uQViW0x7DU .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQViW0x7DU .image-wrapper {
    width: 48%;
  }
}
.cid-uQViW0x7DU .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uQViW0x7DU .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uQViW0x7DU .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uQViW0x7DU .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-uQViW0x7DU .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQViW0x7DU .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uQViW0x7DU .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uQViW0x7DU .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uQViW0x7DU .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uQViW0x7DU .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uQViW0x7DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQViW0x7DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQViW0x7DU .mbr-section-title,
.cid-uQViW0x7DU .mbr-section-btn {
  color: #078200;
}
.cid-uQViWDZr5c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQViWDZr5c .main-col {
  display: flex;
}
.cid-uQViWDZr5c .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-uQViWDZr5c .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uQViWDZr5c .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uQViWDZr5c .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uQViWDZr5c .text-wrapper {
    width: 52%;
  }
}
.cid-uQViWDZr5c .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uQViWDZr5c .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uQViWDZr5c .mbr-section-subtitle {
  color: #078200;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uQViWDZr5c .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uQViWDZr5c .mbr-text {
  color: #465052;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uQViWDZr5c .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQViWDZr5c .image-wrapper {
    width: 48%;
  }
}
.cid-uQViWDZr5c .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uQViWDZr5c .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uQViWDZr5c .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uQViWDZr5c .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-uQViWDZr5c .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQViWDZr5c .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uQViWDZr5c .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uQViWDZr5c .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uQViWDZr5c .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uQViWDZr5c .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uQViWDZr5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQViWDZr5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQViWDZr5c .mbr-section-title,
.cid-uQViWDZr5c .mbr-section-btn {
  color: #078200;
}
.cid-uR6Hv5NeBu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR6Hv5NeBu .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uR6Hv5NeBu .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uR6Hv5NeBu .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uR6Hv5NeBu .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uR6Hv5NeBu .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uR6Hv5NeBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6Hv5NeBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR3lzp76tg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR3lzp76tg .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uR3lzp76tg img,
.cid-uR3lzp76tg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uR3lzp76tg .item:focus,
.cid-uR3lzp76tg span:focus {
  outline: none;
}
.cid-uR3lzp76tg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR3lzp76tg .item {
    margin-bottom: 1rem;
  }
}
.cid-uR3lzp76tg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR3lzp76tg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR3lzp76tg .mbr-section-title {
  color: #078200;
  text-align: left;
}
.cid-uR3lzp76tg .mbr-text,
.cid-uR3lzp76tg .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uR3lzp76tg .item-title {
  color: #078200;
  text-align: left;
}
.cid-uR3lzp76tg .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-uRcvo6VPzL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRcvo6VPzL .main-col {
  display: flex;
}
.cid-uRcvo6VPzL .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-uRcvo6VPzL .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uRcvo6VPzL .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uRcvo6VPzL .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uRcvo6VPzL .text-wrapper {
    width: 52%;
  }
}
.cid-uRcvo6VPzL .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uRcvo6VPzL .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uRcvo6VPzL .mbr-section-subtitle {
  color: #078200;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uRcvo6VPzL .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uRcvo6VPzL .mbr-text {
  color: #465052;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uRcvo6VPzL .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRcvo6VPzL .image-wrapper {
    width: 48%;
  }
}
.cid-uRcvo6VPzL .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uRcvo6VPzL .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uRcvo6VPzL .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uRcvo6VPzL .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-uRcvo6VPzL .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRcvo6VPzL .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uRcvo6VPzL .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uRcvo6VPzL .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uRcvo6VPzL .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uRcvo6VPzL .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uRcvo6VPzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcvo6VPzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcvo6VPzL .mbr-section-title,
.cid-uRcvo6VPzL .mbr-section-btn {
  color: #078200;
}
.cid-uRcwaRO6s9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRcwaRO6s9 .main-col {
  display: flex;
}
.cid-uRcwaRO6s9 .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-uRcwaRO6s9 .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uRcwaRO6s9 .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uRcwaRO6s9 .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uRcwaRO6s9 .text-wrapper {
    width: 52%;
  }
}
.cid-uRcwaRO6s9 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uRcwaRO6s9 .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uRcwaRO6s9 .mbr-section-subtitle {
  color: #078200;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uRcwaRO6s9 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uRcwaRO6s9 .mbr-text {
  color: #465052;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uRcwaRO6s9 .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRcwaRO6s9 .image-wrapper {
    width: 48%;
  }
}
.cid-uRcwaRO6s9 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uRcwaRO6s9 .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uRcwaRO6s9 .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uRcwaRO6s9 .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-uRcwaRO6s9 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRcwaRO6s9 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uRcwaRO6s9 .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uRcwaRO6s9 .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uRcwaRO6s9 .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uRcwaRO6s9 .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uRcwaRO6s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcwaRO6s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcwaRO6s9 .mbr-section-title,
.cid-uRcwaRO6s9 .mbr-section-btn {
  color: #078200;
}
.cid-uR2yhQEVZ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2yhQEVZ9 .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uR2yhQEVZ9 img,
.cid-uR2yhQEVZ9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uR2yhQEVZ9 .item:focus,
.cid-uR2yhQEVZ9 span:focus {
  outline: none;
}
.cid-uR2yhQEVZ9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uR2yhQEVZ9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uR2yhQEVZ9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR2yhQEVZ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR2yhQEVZ9 .mbr-section-title {
  color: #078200;
  text-align: left;
}
.cid-uR2yhQEVZ9 .mbr-text,
.cid-uR2yhQEVZ9 .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uR2yhQEVZ9 .item-title {
  color: #078200;
  text-align: left;
}
.cid-uR2yhQEVZ9 .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-uRcyTDVvTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRcyTDVvTN .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uRcyTDVvTN .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uRcyTDVvTN .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uRcyTDVvTN .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uRcyTDVvTN .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uRcyTDVvTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcyTDVvTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUSP0R11h {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQUSP0R11h H1 {
  color: #99e4d1;
}
.cid-uQUSP0R11h h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQUSP0R11h img {
  width: 100%;
}
.cid-uQUSP0R11h .mbr-text,
.cid-uQUSP0R11h .mbr-section-btn {
  color: #999999;
}
.cid-uQUSP5iKYK .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQUSP5iKYK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQUSP5iKYK .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-uQUSP5iKYK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQUSP5iKYK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQUSP5CbaA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uQUSP5CbaA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uQUSP5CbaA .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uQUSP5CbaA .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uQUSP5CbaA .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-uQUSP5CbaA .container {
  max-width: 1400px;
}
.cid-uQUSP5CbaA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uQUSP5CbaA .time {
  line-height: 2;
}
.cid-uQUSP5CbaA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uQUSP5CbaA .text-wrap {
  width: 100%;
}
.cid-uQUSP5CbaA .item-wrap {
  display: inline-block;
}
.cid-uQUSP5CbaA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uQUSP5CbaA .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uQUSP5CbaA .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQUSP5CbaA .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQUSP5CbaA .socicon-wrap {
    margin: auto;
  }
}
.cid-uQUSP5CbaA .mbr-text {
  color: #999999;
}
.cid-uQUSP5CbaA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uQUSP5CbaA .icon-title,
.cid-uQUSP5CbaA .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uQUSP5CbaA .item-text,
.cid-uQUSP5CbaA .item-icon {
  color: #999999;
}
.cid-uQWdOhBJkG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWdOhBJkG .btn {
  white-space: nowrap;
}
.cid-uQWdOhBJkG .nav-link,
.cid-uQWdOhBJkG .icons-menu .mbr-iconfont,
.cid-uQWdOhBJkG .dropdown-item {
  transition: all 0.1s;
}
.cid-uQWdOhBJkG .nav-link:hover,
.cid-uQWdOhBJkG .icons-menu .mbr-iconfont:hover,
.cid-uQWdOhBJkG .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-uQWdOhBJkG .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uQWdOhBJkG .container {
  display: flex;
  margin: auto;
}
.cid-uQWdOhBJkG .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQWdOhBJkG .navbar.opened {
  transition: all .3s;
}
.cid-uQWdOhBJkG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uQWdOhBJkG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQWdOhBJkG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWdOhBJkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWdOhBJkG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQWdOhBJkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWdOhBJkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWdOhBJkG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQWdOhBJkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWdOhBJkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQWdOhBJkG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQWdOhBJkG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWdOhBJkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWdOhBJkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWdOhBJkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWdOhBJkG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQWdOhBJkG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQWdOhBJkG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWdOhBJkG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWdOhBJkG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWdOhBJkG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQWdOhBJkG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQWdOhBJkG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQWdOhBJkG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQWdOhBJkG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQWdOhBJkG .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uQWdOhBJkG .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uQWdOhBJkG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWdOhBJkG .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQWdOhBJkG .navbar-caption {
  padding-right: 4rem;
}
.cid-uQWdOhBJkG .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uQWdOhBJkG .dropdown-menu,
.cid-uQWdOhBJkG .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-uQWdOhBJkG .nav-item:focus,
.cid-uQWdOhBJkG .nav-link:focus {
  outline: none;
}
.cid-uQWdOhBJkG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWdOhBJkG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWdOhBJkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQWdOhBJkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWdOhBJkG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWdOhBJkG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uQWdOhBJkG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWdOhBJkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWdOhBJkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWdOhBJkG .dropdown-item.active,
.cid-uQWdOhBJkG .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWdOhBJkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWdOhBJkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWdOhBJkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWdOhBJkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWdOhBJkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWdOhBJkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWdOhBJkG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQWdOhBJkG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWdOhBJkG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQWdOhBJkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-uQWdOhBJkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQWdOhBJkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWdOhBJkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWdOhBJkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQWdOhBJkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWdOhBJkG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQWdOhBJkG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQWdOhBJkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWdOhBJkG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQWdOhBJkG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQWdOhBJkG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQWdOhBJkG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQWdOhBJkG .navbar {
    height: 77px;
  }
  .cid-uQWdOhBJkG .navbar.opened {
    height: auto;
  }
  .cid-uQWdOhBJkG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWdOhBJkG .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uQWdOif2rB {
  background-image: url("../../../assets/images/servicii-head-ok.jpg");
}
.cid-uQWdOif2rB H1 {
  color: #ffffff;
}
.cid-uQWdOif2rB h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWdOif2rB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdOif2rB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg7hj5ruc {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uRg7hj5ruc img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uRg7hj5ruc .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRg7hj5ruc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRg7hj5ruc .first:hover:before {
  content: none;
}
.cid-uRg7hj5ruc .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #078200, #000000);
  content: '';
}
.cid-uRg7hj5ruc .last:hover:after {
  content: none;
}
.cid-uRg7hj5ruc .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #078200, #000000);
  content: '';
}
.cid-uRg7hj5ruc .mbr-section-text {
  color: #999999;
}
.cid-uRg7hj5ruc .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uRg7hj5ruc .card .img-wrapper {
  overflow: hidden;
}
.cid-uRg7hj5ruc .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uRg7hj5ruc .card:hover .card-wrapper {
  background: linear-gradient(to left, #078200, #000000);
  color: #ffffff !important;
}
.cid-uRg7hj5ruc .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uQWOqvLhyO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQWOqvLhyO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQWOqvLhyO .mbr-text,
.cid-uQWOqvLhyO .mbr-section-btn {
  color: #000000;
}
.cid-uQWOqvLhyO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWOqvLhyO img {
    width: 96%;
  }
}
.cid-uQWOqvLhyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWOqvLhyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWOqvLhyO .mbr-section-title,
.cid-uQWOqvLhyO .title-wrapper {
  color: #078200;
}
.cid-uQXkhz1Sal {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXkhz1Sal .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXkhz1Sal .mbr-text,
.cid-uQXkhz1Sal .mbr-section-btn {
  color: #000000;
}
.cid-uQXkhz1Sal img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXkhz1Sal img {
    width: 96%;
  }
}
.cid-uQXkhz1Sal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXkhz1Sal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXkhz1Sal .mbr-section-title,
.cid-uQXkhz1Sal .title-wrapper {
  color: #078200;
}
.cid-uQXkEtDRKA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXkEtDRKA .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXkEtDRKA .mbr-text,
.cid-uQXkEtDRKA .mbr-section-btn {
  color: #000000;
}
.cid-uQXkEtDRKA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXkEtDRKA img {
    width: 96%;
  }
}
.cid-uQXkEtDRKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXkEtDRKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXkEtDRKA .mbr-section-title,
.cid-uQXkEtDRKA .title-wrapper {
  color: #078200;
}
.cid-uQXkNyHzQr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXkNyHzQr .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXkNyHzQr .mbr-text,
.cid-uQXkNyHzQr .mbr-section-btn {
  color: #000000;
}
.cid-uQXkNyHzQr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXkNyHzQr img {
    width: 96%;
  }
}
.cid-uQXkNyHzQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXkNyHzQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXkNyHzQr .mbr-section-title,
.cid-uQXkNyHzQr .title-wrapper {
  color: #078200;
}
.cid-uQXm5trp0Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXm5trp0Y .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXm5trp0Y .mbr-text,
.cid-uQXm5trp0Y .mbr-section-btn {
  color: #000000;
}
.cid-uQXm5trp0Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXm5trp0Y img {
    width: 96%;
  }
}
.cid-uQXm5trp0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXm5trp0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXm5trp0Y .mbr-section-title,
.cid-uQXm5trp0Y .title-wrapper {
  color: #078200;
}
.cid-uQXmDZrVh3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXmDZrVh3 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXmDZrVh3 .mbr-text,
.cid-uQXmDZrVh3 .mbr-section-btn {
  color: #000000;
}
.cid-uQXmDZrVh3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXmDZrVh3 img {
    width: 96%;
  }
}
.cid-uQXmDZrVh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXmDZrVh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXmDZrVh3 .mbr-section-title,
.cid-uQXmDZrVh3 .title-wrapper {
  color: #078200;
}
.cid-uQXo5kbUdb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQXo5kbUdb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXo5kbUdb .mbr-text,
.cid-uQXo5kbUdb .mbr-section-btn {
  color: #000000;
}
.cid-uQXo5kbUdb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXo5kbUdb img {
    width: 96%;
  }
}
.cid-uQXo5kbUdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXo5kbUdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXo5kbUdb .mbr-section-title,
.cid-uQXo5kbUdb .title-wrapper {
  color: #078200;
}
.cid-uQXppEBvWo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXppEBvWo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXppEBvWo .mbr-text,
.cid-uQXppEBvWo .mbr-section-btn {
  color: #000000;
}
.cid-uQXppEBvWo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXppEBvWo img {
    width: 96%;
  }
}
.cid-uQXppEBvWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXppEBvWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXppEBvWo .mbr-section-title,
.cid-uQXppEBvWo .title-wrapper {
  color: #078200;
}
.cid-uQXpwjd8ZP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXpwjd8ZP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXpwjd8ZP .mbr-text,
.cid-uQXpwjd8ZP .mbr-section-btn {
  color: #000000;
}
.cid-uQXpwjd8ZP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXpwjd8ZP img {
    width: 96%;
  }
}
.cid-uQXpwjd8ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXpwjd8ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXpwjd8ZP .mbr-section-title,
.cid-uQXpwjd8ZP .title-wrapper {
  color: #078200;
}
.cid-uQXsDKsaDj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXsDKsaDj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXsDKsaDj .mbr-text,
.cid-uQXsDKsaDj .mbr-section-btn {
  color: #000000;
}
.cid-uQXsDKsaDj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXsDKsaDj img {
    width: 96%;
  }
}
.cid-uQXsDKsaDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXsDKsaDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXsDKsaDj .mbr-section-title,
.cid-uQXsDKsaDj .title-wrapper {
  color: #078200;
}
.cid-uQXCx7aryl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQXCx7aryl .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXCx7aryl .mbr-text,
.cid-uQXCx7aryl .mbr-section-btn {
  color: #000000;
}
.cid-uQXCx7aryl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXCx7aryl img {
    width: 96%;
  }
}
.cid-uQXCx7aryl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXCx7aryl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXCx7aryl .mbr-section-title,
.cid-uQXCx7aryl .title-wrapper {
  color: #078200;
}
.cid-uQXCHRkVGW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQXCHRkVGW .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQXCHRkVGW .mbr-text,
.cid-uQXCHRkVGW .mbr-section-btn {
  color: #000000;
}
.cid-uQXCHRkVGW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQXCHRkVGW img {
    width: 96%;
  }
}
.cid-uQXCHRkVGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXCHRkVGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXCHRkVGW .mbr-section-title,
.cid-uQXCHRkVGW .title-wrapper {
  color: #078200;
}
.cid-uRg5TxsgUc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRg5TxsgUc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRg5TxsgUc .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRg5TxsgUc .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRg5TxsgUc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRg5TxsgUc .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRg5TxsgUc .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRg5TxsgUc .card-text {
  padding-bottom: 1rem;
}
.cid-uRg5TxsgUc .social-row {
  text-align: center;
}
.cid-uRg5TxsgUc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRg5TxsgUc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRg5TxsgUc .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRg5TxsgUc .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRg5TxsgUc .card-title,
.cid-uRg5TxsgUc .social-row {
  color: #000000;
}
.cid-uRg5TxsgUc .mbr-role,
.cid-uRg5TxsgUc .social-row {
  color: #000000;
}
.cid-uRg5TxsgUc .card-text,
.cid-uRg5TxsgUc .mbr-section-btn,
.cid-uRg5TxsgUc .social-row {
  color: #232323;
}
.cid-uRg5TxsgUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRg5TxsgUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg5TxsgUc .mbr-section-title {
  color: #078200;
}
.cid-uQWdOkDmVm {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQWdOkDmVm H1 {
  color: #99e4d1;
}
.cid-uQWdOkDmVm h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWdOkDmVm img {
  width: 100%;
}
.cid-uQWdOkDmVm .mbr-text,
.cid-uQWdOkDmVm .mbr-section-btn {
  color: #999999;
}
.cid-uQWdOnrQo5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQWdOnrQo5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQWdOnrQo5 .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-uQWdOnrQo5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQWdOnrQo5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQWdOnK39W {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uQWdOnK39W .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uQWdOnK39W .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uQWdOnK39W .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uQWdOnK39W .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-uQWdOnK39W .container {
  max-width: 1400px;
}
.cid-uQWdOnK39W li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uQWdOnK39W .time {
  line-height: 2;
}
.cid-uQWdOnK39W .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uQWdOnK39W .text-wrap {
  width: 100%;
}
.cid-uQWdOnK39W .item-wrap {
  display: inline-block;
}
.cid-uQWdOnK39W .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uQWdOnK39W .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uQWdOnK39W .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQWdOnK39W .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQWdOnK39W .socicon-wrap {
    margin: auto;
  }
}
.cid-uQWdOnK39W .mbr-text {
  color: #999999;
}
.cid-uQWdOnK39W .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uQWdOnK39W .icon-title,
.cid-uQWdOnK39W .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uQWdOnK39W .item-text,
.cid-uQWdOnK39W .item-icon {
  color: #999999;
}
.cid-uQWgTD0zGp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgTD0zGp .btn {
  white-space: nowrap;
}
.cid-uQWgTD0zGp .nav-link,
.cid-uQWgTD0zGp .icons-menu .mbr-iconfont,
.cid-uQWgTD0zGp .dropdown-item {
  transition: all 0.1s;
}
.cid-uQWgTD0zGp .nav-link:hover,
.cid-uQWgTD0zGp .icons-menu .mbr-iconfont:hover,
.cid-uQWgTD0zGp .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-uQWgTD0zGp .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uQWgTD0zGp .container {
  display: flex;
  margin: auto;
}
.cid-uQWgTD0zGp .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQWgTD0zGp .navbar.opened {
  transition: all .3s;
}
.cid-uQWgTD0zGp .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uQWgTD0zGp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQWgTD0zGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWgTD0zGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWgTD0zGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQWgTD0zGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWgTD0zGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWgTD0zGp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQWgTD0zGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWgTD0zGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQWgTD0zGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQWgTD0zGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWgTD0zGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWgTD0zGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWgTD0zGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWgTD0zGp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQWgTD0zGp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQWgTD0zGp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWgTD0zGp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWgTD0zGp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWgTD0zGp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQWgTD0zGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQWgTD0zGp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQWgTD0zGp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQWgTD0zGp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQWgTD0zGp .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uQWgTD0zGp .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uQWgTD0zGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWgTD0zGp .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQWgTD0zGp .navbar-caption {
  padding-right: 4rem;
}
.cid-uQWgTD0zGp .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uQWgTD0zGp .dropdown-menu,
.cid-uQWgTD0zGp .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-uQWgTD0zGp .nav-item:focus,
.cid-uQWgTD0zGp .nav-link:focus {
  outline: none;
}
.cid-uQWgTD0zGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgTD0zGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWgTD0zGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQWgTD0zGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgTD0zGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWgTD0zGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uQWgTD0zGp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWgTD0zGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWgTD0zGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWgTD0zGp .dropdown-item.active,
.cid-uQWgTD0zGp .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWgTD0zGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWgTD0zGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWgTD0zGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWgTD0zGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWgTD0zGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWgTD0zGp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWgTD0zGp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQWgTD0zGp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWgTD0zGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQWgTD0zGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-uQWgTD0zGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQWgTD0zGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWgTD0zGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWgTD0zGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQWgTD0zGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWgTD0zGp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQWgTD0zGp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQWgTD0zGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWgTD0zGp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQWgTD0zGp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQWgTD0zGp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQWgTD0zGp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQWgTD0zGp .navbar {
    height: 77px;
  }
  .cid-uQWgTD0zGp .navbar.opened {
    height: auto;
  }
  .cid-uQWgTD0zGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWgTD0zGp .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uQWgTDBm6d {
  background-image: url("../../../assets/images/servicii-head-ok.jpg");
}
.cid-uQWgTDBm6d H1 {
  color: #ffffff;
}
.cid-uQWgTDBm6d h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWgTDBm6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgTDBm6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgTFt3WI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQWgTFt3WI .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #191919;
  padding: 0.7rem 0;
}
.cid-uQWgTFt3WI .item p {
  margin: 0;
}
.cid-uQWgTFt3WI .card-wrapper {
  background: #ffffff;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uQWgTFt3WI .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uQWgTFt3WI .price {
  border: 1px solid #191919;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uQWgTFt3WI .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uQWgTFt3WI .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWgTFt3WI .card-text {
  color: #999999;
}
.cid-uQWgTFt3WI .item-text {
  color: #ffffff;
}
.cid-uQWgTFt3WI .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uQWgTFt3WI .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uQWgTFt3WI .card:hover .icon-wrapper .mbr-iconfont,
.cid-uQWgTFt3WI .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uQWgTFt3WI .card:hover .btn {
  background: transparent!important;
  border: 1px solid #191919 !important;
}
.cid-uQWgTFt3WI .card:hover .card-wrapper {
  background: linear-gradient(to left, #078200, #000000);
  color: #ffffff !important;
}
.cid-uQWgTFt3WI .card:hover .card-wrapper .price,
.cid-uQWgTFt3WI .card:hover .card-wrapper .item-text,
.cid-uQWgTFt3WI .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uQWgTFt3WI .item-text,
.cid-uQWgTFt3WI .item-icon {
  color: #999999;
}
.cid-uQWgTFt3WI .main-text {
  color: #078200;
}
.cid-uQWgTFt3WI .main-title {
  color: #078200;
}
.cid-uQWgTFt3WI .card-title {
  color: #078200;
}
.cid-uRg7pRRSjP {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uRg7pRRSjP img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uRg7pRRSjP .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRg7pRRSjP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRg7pRRSjP .first:hover:before {
  content: none;
}
.cid-uRg7pRRSjP .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #078200, #000000);
  content: '';
}
.cid-uRg7pRRSjP .last:hover:after {
  content: none;
}
.cid-uRg7pRRSjP .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #078200, #000000);
  content: '';
}
.cid-uRg7pRRSjP .mbr-section-text {
  color: #999999;
}
.cid-uRg7pRRSjP .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uRg7pRRSjP .card .img-wrapper {
  overflow: hidden;
}
.cid-uRg7pRRSjP .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uRg7pRRSjP .card:hover .card-wrapper {
  background: linear-gradient(to left, #078200, #000000);
  color: #ffffff !important;
}
.cid-uRg7pRRSjP .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uRg66TExVv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRg66TExVv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRg66TExVv .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRg66TExVv .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRg66TExVv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRg66TExVv .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRg66TExVv .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRg66TExVv .card-text {
  padding-bottom: 1rem;
}
.cid-uRg66TExVv .social-row {
  text-align: center;
}
.cid-uRg66TExVv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRg66TExVv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRg66TExVv .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRg66TExVv .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRg66TExVv .card-title,
.cid-uRg66TExVv .social-row {
  color: #000000;
}
.cid-uRg66TExVv .mbr-role,
.cid-uRg66TExVv .social-row {
  color: #000000;
}
.cid-uRg66TExVv .card-text,
.cid-uRg66TExVv .mbr-section-btn,
.cid-uRg66TExVv .social-row {
  color: #232323;
}
.cid-uRg66TExVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRg66TExVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg66TExVv .mbr-section-title {
  color: #078200;
}
.cid-uQWgTFdztm {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQWgTFdztm H1 {
  color: #99e4d1;
}
.cid-uQWgTFdztm h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWgTFdztm img {
  width: 100%;
}
.cid-uQWgTFdztm .mbr-text,
.cid-uQWgTFdztm .mbr-section-btn {
  color: #999999;
}
.cid-uQWgTGRvJn .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQWgTGRvJn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQWgTGRvJn .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-uQWgTGRvJn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQWgTGRvJn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQWgTH7G6B {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uQWgTH7G6B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uQWgTH7G6B .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uQWgTH7G6B .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uQWgTH7G6B .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-uQWgTH7G6B .container {
  max-width: 1400px;
}
.cid-uQWgTH7G6B li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uQWgTH7G6B .time {
  line-height: 2;
}
.cid-uQWgTH7G6B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uQWgTH7G6B .text-wrap {
  width: 100%;
}
.cid-uQWgTH7G6B .item-wrap {
  display: inline-block;
}
.cid-uQWgTH7G6B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uQWgTH7G6B .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uQWgTH7G6B .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQWgTH7G6B .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQWgTH7G6B .socicon-wrap {
    margin: auto;
  }
}
.cid-uQWgTH7G6B .mbr-text {
  color: #999999;
}
.cid-uQWgTH7G6B .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uQWgTH7G6B .icon-title,
.cid-uQWgTH7G6B .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uQWgTH7G6B .item-text,
.cid-uQWgTH7G6B .item-icon {
  color: #999999;
}
.cid-uQWgZ5BYJX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgZ5BYJX .btn {
  white-space: nowrap;
}
.cid-uQWgZ5BYJX .nav-link,
.cid-uQWgZ5BYJX .icons-menu .mbr-iconfont,
.cid-uQWgZ5BYJX .dropdown-item {
  transition: all 0.1s;
}
.cid-uQWgZ5BYJX .nav-link:hover,
.cid-uQWgZ5BYJX .icons-menu .mbr-iconfont:hover,
.cid-uQWgZ5BYJX .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-uQWgZ5BYJX .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uQWgZ5BYJX .container {
  display: flex;
  margin: auto;
}
.cid-uQWgZ5BYJX .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQWgZ5BYJX .navbar.opened {
  transition: all .3s;
}
.cid-uQWgZ5BYJX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uQWgZ5BYJX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQWgZ5BYJX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWgZ5BYJX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWgZ5BYJX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQWgZ5BYJX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWgZ5BYJX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWgZ5BYJX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQWgZ5BYJX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWgZ5BYJX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQWgZ5BYJX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQWgZ5BYJX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWgZ5BYJX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWgZ5BYJX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWgZ5BYJX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWgZ5BYJX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQWgZ5BYJX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQWgZ5BYJX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWgZ5BYJX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWgZ5BYJX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWgZ5BYJX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQWgZ5BYJX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQWgZ5BYJX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQWgZ5BYJX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQWgZ5BYJX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQWgZ5BYJX .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uQWgZ5BYJX .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uQWgZ5BYJX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWgZ5BYJX .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQWgZ5BYJX .navbar-caption {
  padding-right: 4rem;
}
.cid-uQWgZ5BYJX .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uQWgZ5BYJX .dropdown-menu,
.cid-uQWgZ5BYJX .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-uQWgZ5BYJX .nav-item:focus,
.cid-uQWgZ5BYJX .nav-link:focus {
  outline: none;
}
.cid-uQWgZ5BYJX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgZ5BYJX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWgZ5BYJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQWgZ5BYJX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgZ5BYJX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWgZ5BYJX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uQWgZ5BYJX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWgZ5BYJX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWgZ5BYJX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWgZ5BYJX .dropdown-item.active,
.cid-uQWgZ5BYJX .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWgZ5BYJX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWgZ5BYJX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWgZ5BYJX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWgZ5BYJX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWgZ5BYJX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWgZ5BYJX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWgZ5BYJX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQWgZ5BYJX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWgZ5BYJX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQWgZ5BYJX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-uQWgZ5BYJX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQWgZ5BYJX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWgZ5BYJX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWgZ5BYJX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQWgZ5BYJX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWgZ5BYJX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQWgZ5BYJX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQWgZ5BYJX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWgZ5BYJX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQWgZ5BYJX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQWgZ5BYJX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQWgZ5BYJX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQWgZ5BYJX .navbar {
    height: 77px;
  }
  .cid-uQWgZ5BYJX .navbar.opened {
    height: auto;
  }
  .cid-uQWgZ5BYJX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWgZ5BYJX .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uQWgZ608sR {
  background-image: url("../../../assets/images/servicii-head-ok.jpg");
}
.cid-uQWgZ608sR H1 {
  color: #ffffff;
}
.cid-uQWgZ608sR h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWgZ608sR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgZ608sR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWh9Oklbh {
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uQWh9Oklbh p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uQWh9Oklbh .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uQWh9Oklbh .collapsed {
  border: none;
}
.cid-uQWh9Oklbh .collapsed span {
  transform: rotate(0deg);
}
.cid-uQWh9Oklbh span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uQWh9Oklbh .panel-body {
  padding-top: 0.5rem;
}
.cid-uQWh9Oklbh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uQWh9Oklbh .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #078200;
  padding: 0;
}
.cid-uQWh9Oklbh .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uQWh9Oklbh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQWh9Oklbh .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uQWh9Oklbh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQWh9Oklbh .panel-text {
  color: #767676;
}
.cid-uQWh9Oklbh H4 {
  color: #ffffff;
}
.cid-uQWh9Oklbh H2 {
  color: #ffffff;
}
.cid-uQWh9Oklbh .mbr-section-text {
  color: #078200;
}
.cid-uQWh9Oklbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh9Oklbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWiuHIUuZ {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uQWiuHIUuZ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uQWiuHIUuZ .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uQWiuHIUuZ .collapsed {
  border: none;
}
.cid-uQWiuHIUuZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uQWiuHIUuZ span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uQWiuHIUuZ .panel-body {
  padding-top: 0.5rem;
}
.cid-uQWiuHIUuZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uQWiuHIUuZ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #078200;
  padding: 0;
}
.cid-uQWiuHIUuZ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uQWiuHIUuZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQWiuHIUuZ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uQWiuHIUuZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQWiuHIUuZ .panel-text {
  color: #767676;
}
.cid-uQWiuHIUuZ H4 {
  color: #ffffff;
}
.cid-uQWiuHIUuZ H2 {
  color: #ffffff;
}
.cid-uQWiuHIUuZ .mbr-section-text {
  color: #078200;
}
.cid-uQWiuHIUuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWiuHIUuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWjFdOkQj {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-uQWjFdOkQj p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uQWjFdOkQj .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uQWjFdOkQj .collapsed {
  border: none;
}
.cid-uQWjFdOkQj .collapsed span {
  transform: rotate(0deg);
}
.cid-uQWjFdOkQj span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uQWjFdOkQj .panel-body {
  padding-top: 0.5rem;
}
.cid-uQWjFdOkQj .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uQWjFdOkQj .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #078200;
  padding: 0;
}
.cid-uQWjFdOkQj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uQWjFdOkQj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQWjFdOkQj .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uQWjFdOkQj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQWjFdOkQj .panel-text {
  color: #767676;
}
.cid-uQWjFdOkQj H4 {
  color: #ffffff;
}
.cid-uQWjFdOkQj H2 {
  color: #ffffff;
}
.cid-uQWjFdOkQj .mbr-section-text {
  color: #078200;
}
.cid-uQWjFdOkQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWjFdOkQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg6hYsxKu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRg6hYsxKu .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRg6hYsxKu .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRg6hYsxKu .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRg6hYsxKu .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRg6hYsxKu .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRg6hYsxKu .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRg6hYsxKu .card-text {
  padding-bottom: 1rem;
}
.cid-uRg6hYsxKu .social-row {
  text-align: center;
}
.cid-uRg6hYsxKu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRg6hYsxKu .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRg6hYsxKu .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRg6hYsxKu .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRg6hYsxKu .card-title,
.cid-uRg6hYsxKu .social-row {
  color: #000000;
}
.cid-uRg6hYsxKu .mbr-role,
.cid-uRg6hYsxKu .social-row {
  color: #000000;
}
.cid-uRg6hYsxKu .card-text,
.cid-uRg6hYsxKu .mbr-section-btn,
.cid-uRg6hYsxKu .social-row {
  color: #232323;
}
.cid-uRg6hYsxKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRg6hYsxKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg6hYsxKu .mbr-section-title {
  color: #078200;
}
.cid-uQWgZ7mFfo {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQWgZ7mFfo H1 {
  color: #99e4d1;
}
.cid-uQWgZ7mFfo h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWgZ7mFfo img {
  width: 100%;
}
.cid-uQWgZ7mFfo .mbr-text,
.cid-uQWgZ7mFfo .mbr-section-btn {
  color: #999999;
}
.cid-uQWgZ8Jplg .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQWgZ8Jplg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQWgZ8Jplg .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-uQWgZ8Jplg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQWgZ8Jplg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQWgZ8Yhxc {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uQWgZ8Yhxc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uQWgZ8Yhxc .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uQWgZ8Yhxc .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uQWgZ8Yhxc .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-uQWgZ8Yhxc .container {
  max-width: 1400px;
}
.cid-uQWgZ8Yhxc li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uQWgZ8Yhxc .time {
  line-height: 2;
}
.cid-uQWgZ8Yhxc .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uQWgZ8Yhxc .text-wrap {
  width: 100%;
}
.cid-uQWgZ8Yhxc .item-wrap {
  display: inline-block;
}
.cid-uQWgZ8Yhxc .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uQWgZ8Yhxc .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uQWgZ8Yhxc .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQWgZ8Yhxc .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQWgZ8Yhxc .socicon-wrap {
    margin: auto;
  }
}
.cid-uQWgZ8Yhxc .mbr-text {
  color: #999999;
}
.cid-uQWgZ8Yhxc .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uQWgZ8Yhxc .icon-title,
.cid-uQWgZ8Yhxc .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uQWgZ8Yhxc .item-text,
.cid-uQWgZ8Yhxc .item-icon {
  color: #999999;
}
.cid-uQWlY5Q5rQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWlY5Q5rQ .btn {
  white-space: nowrap;
}
.cid-uQWlY5Q5rQ .nav-link,
.cid-uQWlY5Q5rQ .icons-menu .mbr-iconfont,
.cid-uQWlY5Q5rQ .dropdown-item {
  transition: all 0.1s;
}
.cid-uQWlY5Q5rQ .nav-link:hover,
.cid-uQWlY5Q5rQ .icons-menu .mbr-iconfont:hover,
.cid-uQWlY5Q5rQ .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-uQWlY5Q5rQ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uQWlY5Q5rQ .container {
  display: flex;
  margin: auto;
}
.cid-uQWlY5Q5rQ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQWlY5Q5rQ .navbar.opened {
  transition: all .3s;
}
.cid-uQWlY5Q5rQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uQWlY5Q5rQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQWlY5Q5rQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWlY5Q5rQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWlY5Q5rQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uQWlY5Q5rQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWlY5Q5rQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWlY5Q5rQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQWlY5Q5rQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWlY5Q5rQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQWlY5Q5rQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQWlY5Q5rQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWlY5Q5rQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWlY5Q5rQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWlY5Q5rQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWlY5Q5rQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQWlY5Q5rQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQWlY5Q5rQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWlY5Q5rQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWlY5Q5rQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWlY5Q5rQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQWlY5Q5rQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQWlY5Q5rQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQWlY5Q5rQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQWlY5Q5rQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQWlY5Q5rQ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uQWlY5Q5rQ .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uQWlY5Q5rQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWlY5Q5rQ .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQWlY5Q5rQ .navbar-caption {
  padding-right: 4rem;
}
.cid-uQWlY5Q5rQ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uQWlY5Q5rQ .dropdown-menu,
.cid-uQWlY5Q5rQ .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-uQWlY5Q5rQ .nav-item:focus,
.cid-uQWlY5Q5rQ .nav-link:focus {
  outline: none;
}
.cid-uQWlY5Q5rQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWlY5Q5rQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWlY5Q5rQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQWlY5Q5rQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQWlY5Q5rQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWlY5Q5rQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uQWlY5Q5rQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWlY5Q5rQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWlY5Q5rQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWlY5Q5rQ .dropdown-item.active,
.cid-uQWlY5Q5rQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWlY5Q5rQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWlY5Q5rQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWlY5Q5rQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWlY5Q5rQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWlY5Q5rQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWlY5Q5rQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWlY5Q5rQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQWlY5Q5rQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWlY5Q5rQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQWlY5Q5rQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-uQWlY5Q5rQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQWlY5Q5rQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWlY5Q5rQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQWlY5Q5rQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQWlY5Q5rQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWlY5Q5rQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQWlY5Q5rQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQWlY5Q5rQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQWlY5Q5rQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQWlY5Q5rQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQWlY5Q5rQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uQWlY5Q5rQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQWlY5Q5rQ .navbar {
    height: 77px;
  }
  .cid-uQWlY5Q5rQ .navbar.opened {
    height: auto;
  }
  .cid-uQWlY5Q5rQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWlY5Q5rQ .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uQWlY6rsEo {
  background-image: url("../../../assets/images/echipa-viamed-vip-gastroenterologie-timisoara.jpg");
}
.cid-uQWlY6rsEo H1 {
  color: #ffffff;
}
.cid-uQWlY6rsEo h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWlY6rsEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWlY6rsEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWlY8FWw6 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQWlY8FWw6 H1 {
  color: #e2090d;
}
.cid-uQWlY8FWw6 h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWlY8FWw6 img {
  width: 100%;
}
.cid-uQWlY8FWw6 .mbr-text,
.cid-uQWlY8FWw6 .mbr-section-btn {
  color: #999999;
}
.cid-uQX1IixNN6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQX1IixNN6 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #078200, #000000);
}
.cid-uQX1IixNN6 .mbr-text,
.cid-uQX1IixNN6 .mbr-section-btn {
  color: #000000;
}
.cid-uQX1IixNN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQX1IixNN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQX1IixNN6 .mbr-section-title,
.cid-uQX1IixNN6 .title-wrapper {
  color: #078200;
}
.cid-uQWlY8WiPu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e5e5e5;
}
.cid-uQWlY8WiPu .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uQWlY8WiPu .item p {
  margin: 0;
}
.cid-uQWlY8WiPu .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uQWlY8WiPu .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uQWlY8WiPu .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uQWlY8WiPu .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uQWlY8WiPu .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQWlY8WiPu .card-text {
  color: #999999;
}
.cid-uQWlY8WiPu .item-text {
  color: #ffffff;
}
.cid-uQWlY8WiPu .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uQWlY8WiPu .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uQWlY8WiPu .card:hover .icon-wrapper .mbr-iconfont,
.cid-uQWlY8WiPu .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uQWlY8WiPu .card:hover .btn {
  background: transparent!important;
  border: 1px solid #999999 !important;
}
.cid-uQWlY8WiPu .card:hover .card-wrapper {
  background: linear-gradient(to left, #078200, #000000);
  color: #ffffff !important;
}
.cid-uQWlY8WiPu .card:hover .card-wrapper .price,
.cid-uQWlY8WiPu .card:hover .card-wrapper .item-text,
.cid-uQWlY8WiPu .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uQWlY8WiPu .item-text,
.cid-uQWlY8WiPu .item-icon {
  color: #999999;
}
.cid-uQWlY8WiPu .main-text {
  color: #078200;
}
.cid-uQWlY8WiPu .main-title {
  color: #078200;
}
.cid-uRg6wf6lVD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRg6wf6lVD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRg6wf6lVD .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRg6wf6lVD .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRg6wf6lVD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRg6wf6lVD .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRg6wf6lVD .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRg6wf6lVD .card-text {
  padding-bottom: 1rem;
}
.cid-uRg6wf6lVD .social-row {
  text-align: center;
}
.cid-uRg6wf6lVD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRg6wf6lVD .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRg6wf6lVD .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRg6wf6lVD .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRg6wf6lVD .card-title,
.cid-uRg6wf6lVD .social-row {
  color: #000000;
}
.cid-uRg6wf6lVD .mbr-role,
.cid-uRg6wf6lVD .social-row {
  color: #000000;
}
.cid-uRg6wf6lVD .card-text,
.cid-uRg6wf6lVD .mbr-section-btn,
.cid-uRg6wf6lVD .social-row {
  color: #232323;
}
.cid-uRg6wf6lVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRg6wf6lVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg6wf6lVD .mbr-section-title {
  color: #078200;
}
.cid-uQWlYabrGb .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQWlYabrGb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQWlYabrGb .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-uQWlYabrGb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQWlYabrGb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQWlYarD6x {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uQWlYarD6x .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uQWlYarD6x .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uQWlYarD6x .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uQWlYarD6x .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-uQWlYarD6x .container {
  max-width: 1400px;
}
.cid-uQWlYarD6x li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uQWlYarD6x .time {
  line-height: 2;
}
.cid-uQWlYarD6x .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uQWlYarD6x .text-wrap {
  width: 100%;
}
.cid-uQWlYarD6x .item-wrap {
  display: inline-block;
}
.cid-uQWlYarD6x .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uQWlYarD6x .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uQWlYarD6x .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uQWlYarD6x .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQWlYarD6x .socicon-wrap {
    margin: auto;
  }
}
.cid-uQWlYarD6x .mbr-text {
  color: #999999;
}
.cid-uQWlYarD6x .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uQWlYarD6x .icon-title,
.cid-uQWlYarD6x .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uQWlYarD6x .item-text,
.cid-uQWlYarD6x .item-icon {
  color: #999999;
}
.cid-uRg8e4Aafe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRg8e4Aafe .btn {
  white-space: nowrap;
}
.cid-uRg8e4Aafe .nav-link,
.cid-uRg8e4Aafe .icons-menu .mbr-iconfont,
.cid-uRg8e4Aafe .dropdown-item {
  transition: all 0.1s;
}
.cid-uRg8e4Aafe .nav-link:hover,
.cid-uRg8e4Aafe .icons-menu .mbr-iconfont:hover,
.cid-uRg8e4Aafe .dropdown-item:hover {
  color: #078200 !important;
}
@media (max-width: 992px) {
  .cid-uRg8e4Aafe .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uRg8e4Aafe .container {
  display: flex;
  margin: auto;
}
.cid-uRg8e4Aafe .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uRg8e4Aafe .navbar.opened {
  transition: all .3s;
}
.cid-uRg8e4Aafe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uRg8e4Aafe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRg8e4Aafe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRg8e4Aafe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRg8e4Aafe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRg8e4Aafe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRg8e4Aafe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRg8e4Aafe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRg8e4Aafe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRg8e4Aafe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uRg8e4Aafe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRg8e4Aafe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRg8e4Aafe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRg8e4Aafe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRg8e4Aafe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRg8e4Aafe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRg8e4Aafe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRg8e4Aafe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRg8e4Aafe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRg8e4Aafe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRg8e4Aafe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uRg8e4Aafe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRg8e4Aafe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uRg8e4Aafe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRg8e4Aafe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRg8e4Aafe .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uRg8e4Aafe .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uRg8e4Aafe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRg8e4Aafe .mbr-iconfont {
  color: #00916b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRg8e4Aafe .navbar-caption {
  padding-right: 4rem;
}
.cid-uRg8e4Aafe .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uRg8e4Aafe .dropdown-menu,
.cid-uRg8e4Aafe .navbar.opened {
  background: #e5e5e5 !important;
}
.cid-uRg8e4Aafe .nav-item:focus,
.cid-uRg8e4Aafe .nav-link:focus {
  outline: none;
}
.cid-uRg8e4Aafe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRg8e4Aafe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRg8e4Aafe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRg8e4Aafe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRg8e4Aafe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRg8e4Aafe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uRg8e4Aafe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRg8e4Aafe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRg8e4Aafe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRg8e4Aafe .dropdown-item.active,
.cid-uRg8e4Aafe .dropdown-item:active {
  background-color: transparent;
}
.cid-uRg8e4Aafe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRg8e4Aafe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRg8e4Aafe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRg8e4Aafe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRg8e4Aafe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRg8e4Aafe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRg8e4Aafe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRg8e4Aafe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRg8e4Aafe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRg8e4Aafe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #078200;
}
.cid-uRg8e4Aafe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRg8e4Aafe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRg8e4Aafe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRg8e4Aafe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRg8e4Aafe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRg8e4Aafe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRg8e4Aafe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRg8e4Aafe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRg8e4Aafe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRg8e4Aafe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRg8e4Aafe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uRg8e4Aafe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRg8e4Aafe .navbar {
    height: 77px;
  }
  .cid-uRg8e4Aafe .navbar.opened {
    height: auto;
  }
  .cid-uRg8e4Aafe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRg8e4Aafe .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uRg8e53vVm {
  background-image: url("../../../assets/images/viamed-gastroenterologie-timisoara.jpg");
}
.cid-uRg8e53vVm H1 {
  color: #ffffff;
}
.cid-uRg8e53vVm h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRg8e53vVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRg8e53vVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg8e5kOCp {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRg8e5kOCp H1 {
  color: #99e4d1;
}
.cid-uRg8e5kOCp h1 {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRg8e5kOCp img {
  width: 100%;
}
.cid-uRg8e5kOCp .mbr-text,
.cid-uRg8e5kOCp .mbr-section-btn {
  color: #999999;
}
.cid-uRrkRFJM69 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #e5e5e5;
}
.cid-uRrkRFJM69 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uRrkRFJM69 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uRrkRFJM69 .link-wrapper .mbr-iconfont {
  border: 1px solid #99e4d1;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #99e4d1;
}
.cid-uRrkRFJM69 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRrkRFJM69 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uRrkRFJM69 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uRrkRFJM69 .first:hover:before {
  content: none;
}
.cid-uRrkRFJM69 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #078200, #000000);
  content: "";
}
.cid-uRrkRFJM69 .last:hover:after {
  content: none;
}
.cid-uRrkRFJM69 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #078200, #000000);
  content: "";
}
.cid-uRrkRFJM69 .mbr-section-text {
  color: #999999;
}
.cid-uRrkRFJM69 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uRrkRFJM69 .card .img-wrapper {
  overflow: hidden;
}
.cid-uRrkRFJM69 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uRrkRFJM69 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uRrkRFJM69 .card:hover .card-wrapper {
  background: linear-gradient(to left, #078200, #000000);
  color: #ffffff !important;
}
.cid-uRrkRFJM69 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uRrkRFJM69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrkRFJM69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg8e6dhjL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRg8e6dhjL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRg8e6dhjL .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRg8e6dhjL .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-uRg8e6dhjL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRg8e6dhjL .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRg8e6dhjL .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uRg8e6dhjL .card-text {
  padding-bottom: 1rem;
}
.cid-uRg8e6dhjL .social-row {
  text-align: center;
}
.cid-uRg8e6dhjL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #078200;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uRg8e6dhjL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRg8e6dhjL .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #078200;
}
.cid-uRg8e6dhjL .social-row .soc-item:hover .mbr-iconfont {
  color: #078200;
}
.cid-uRg8e6dhjL .card-title,
.cid-uRg8e6dhjL .social-row {
  color: #000000;
}
.cid-uRg8e6dhjL .mbr-role,
.cid-uRg8e6dhjL .social-row {
  color: #000000;
}
.cid-uRg8e6dhjL .card-text,
.cid-uRg8e6dhjL .mbr-section-btn,
.cid-uRg8e6dhjL .social-row {
  color: #232323;
}
.cid-uRg8e6dhjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRg8e6dhjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRg8e6dhjL .mbr-section-title {
  color: #078200;
}
.cid-uRg8e6QwP0 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRg8e6QwP0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRg8e6QwP0 .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-uRg8e6QwP0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRg8e6QwP0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRg8e728Df {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uRg8e728Df .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uRg8e728Df .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uRg8e728Df .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uRg8e728Df .title {
  background: linear-gradient(to left, #078200, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #99e4d1;
}
.cid-uRg8e728Df .container {
  max-width: 1400px;
}
.cid-uRg8e728Df li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uRg8e728Df .time {
  line-height: 2;
}
.cid-uRg8e728Df .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uRg8e728Df .text-wrap {
  width: 100%;
}
.cid-uRg8e728Df .item-wrap {
  display: inline-block;
}
.cid-uRg8e728Df .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uRg8e728Df .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #078200, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uRg8e728Df .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uRg8e728Df .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRg8e728Df .socicon-wrap {
    margin: auto;
  }
}
.cid-uRg8e728Df .mbr-text {
  color: #999999;
}
.cid-uRg8e728Df .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uRg8e728Df .icon-title,
.cid-uRg8e728Df .align-wrap {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-uRg8e728Df .item-text,
.cid-uRg8e728Df .item-icon {
  color: #999999;
}
