.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1d9897 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #033e3d !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d9897 !important;
  border-color: #1d9897 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #25c3c2 !important;
  border-color: #25c3c2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #25c3c2 !important;
  border-color: #25c3c2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #02504f !important;
  border-color: #02504f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #038280 !important;
  border-color: #038280 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #038280 !important;
  border-color: #038280 !important;
}
.btn-info,
.btn-info:active {
  background-color: #033e3d !important;
  border-color: #033e3d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #056f6d !important;
  border-color: #056f6d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #056f6d !important;
  border-color: #056f6d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d9897;
  color: #1d9897;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f4f4f !important;
  background-color: transparent !important;
  border-color: #0f4f4f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d9897 !important;
  border-color: #1d9897 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #02504f;
  color: #02504f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #02504f !important;
  border-color: #02504f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #033e3d;
  color: #033e3d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #033e3d !important;
  border-color: #033e3d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d9897 !important;
}
.text-secondary {
  color: #02504f !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #033e3d !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d4242 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d9897;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #033e3d;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d9897;
  border-color: #1d9897;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d9897;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #56dfde;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #31f5f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1d9897 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1d9897;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #1d9897;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d9897;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d9897;
  border-bottom-color: #1d9897;
}
.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: #1d9897 !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: #02504f !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='%231d9897' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTBgdxWwGG {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTBgdxWwGG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTBgdxWwGG .menu_box .navbar.opened,
  .cid-uTBgdxWwGG .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown {
  position: relative !important;
}
.cid-uTBgdxWwGG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTBgdxWwGG .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTBgdxWwGG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTBgdxWwGG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 0 !important;
  }
}
.cid-uTBgdxWwGG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTBgdxWwGG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover,
.cid-uTBgdxWwGG .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover::before,
.cid-uTBgdxWwGG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTBgdxWwGG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTBgdxWwGG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTBgdxWwGG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTBgdxWwGG .offcanvas_box {
    display: none;
  }
}
.cid-uTBgdxWwGG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTBgdxWwGG .container {
  display: flex;
  margin: auto;
}
.cid-uTBgdxWwGG .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTBgdxWwGG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTBgdxWwGG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav {
    margin: 0;
  }
}
.cid-uTBgdxWwGG .dropdown-menu,
.cid-uTBgdxWwGG .navbar.opened {
  background-color: false !important;
}
.cid-uTBgdxWwGG .nav-item:focus,
.cid-uTBgdxWwGG .nav-link:focus {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTBgdxWwGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTBgdxWwGG .navbar.opened {
  transition: all 0.3s;
}
.cid-uTBgdxWwGG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTBgdxWwGG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTBgdxWwGG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar.collapsed {
  justify-content: center;
}
.cid-uTBgdxWwGG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTBgdxWwGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTBgdxWwGG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTBgdxWwGG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTBgdxWwGG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTBgdxWwGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTBgdxWwGG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTBgdxWwGG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTBgdxWwGG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTBgdxWwGG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTBgdxWwGG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown-item.active,
.cid-uTBgdxWwGG .dropdown-item:active {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTBgdxWwGG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTBgdxWwGG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTBgdxWwGG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTBgdxWwGG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTBgdxWwGG .navbar {
    height: 70px;
  }
  .cid-uTBgdxWwGG .navbar.opened {
    height: auto;
  }
  .cid-uTBgdxWwGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTBgdxWwGG .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTBgdxWwGG .text_widget {
  margin-bottom: 32px;
}
.cid-uTBgdxWwGG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTBgdxWwGG .text_widget a:hover,
.cid-uTBgdxWwGG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTBgdxWwGG .contacts-wrapper {
  min-width: 240px;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .navbar-caption {
  color: #ff8576;
}
.cid-uTBgdxWwGG .mbr-phone {
  color: #02504f;
}
.cid-uTBgdxWwGG .mbr-email {
  color: #033e3d;
}
.cid-uTBgdxWwGG .mbr-section-subtitle,
.cid-uTBgdxWwGG .text_widget,
.cid-uTBgdxWwGG .mbr-section-btn {
  text-align: center;
}
.cid-uTBgdxWwGG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUwazuEdBF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/envidraacmento-sem-roldanas-2-11zon-1.webp");
}
.cid-uUwazuEdBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwazuEdBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwazuEdBF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUwazuEdBF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUwazuEdBF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUwazuEdBF .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uUwazuEdBF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUwazuEdBF .mbr-section-title {
  color: #ffffff;
}
.cid-uUwazuEdBF .mbr-text,
.cid-uUwazuEdBF .mbr-section-btn {
  color: #ffffff;
}
.cid-uTBXivifzZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTBXivifzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBXivifzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBXivifzZ .mbr-section-title {
  color: #02504f;
}
.cid-uTC0EeoUOG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #056362;
}
.cid-uTC0EeoUOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTC0EeoUOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTC0EeoUOG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTC0EeoUOG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uTC0EeoUOG .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uTC0EeoUOG .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTC0EeoUOG .item {
    margin-bottom: 40px;
  }
}
.cid-uTC0EeoUOG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uTC0EeoUOG .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uTC0EeoUOG .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uTC0EeoUOG .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uTC0EeoUOG .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uTC0EeoUOG .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTC0EeoUOG .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTC0EeoUOG .mbr-section-title,
.cid-uTC0EeoUOG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uTC0EeoUOG .card-number {
  color: #f1f5eb;
}
.cid-uTC0EeoUOG .card-title {
  color: #323432;
}
.cid-uTC0EeoUOG .card-text {
  color: #ffffff;
}
.cid-uTC0EeoUOG .card-title,
.cid-uTC0EeoUOG .mbr-section-btn,
.cid-uTC0EeoUOG .iconfont-wrapper {
  color: #ffffff;
}
.cid-uTMs4woQga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uTMs4woQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMs4woQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTMs4woQga .container {
    padding: 0 22px;
  }
}
.cid-uTMs4woQga .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTMs4woQga .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTMs4woQga .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uTMs4woQga .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uTMs4woQga .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTMs4woQga .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTMs4woQga .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTMs4woQga .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uTMs4woQga .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uTMs4woQga .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uTMs4woQga .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-uTMs4woQga .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uTMs4woQga .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
}
.cid-uTMs4woQga .mbr-desc {
  color: #02504f;
}
.cid-uTMs4woQga .mbr-section-title {
  color: #000000;
}
.cid-uTMs4woQga .card-title {
  color: #033e3d;
}
.cid-uTMs4woQga .card-text {
  color: #232323;
}
.cid-uTXoa9jy4g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fefeff;
}
.cid-uTXoa9jy4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXoa9jy4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXoa9jy4g .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTXoa9jy4g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTXoa9jy4g .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uTXoa9jy4g .items-wrap .item {
  padding: 0 46px;
}
.cid-uTXoa9jy4g .item {
  margin-bottom: 32px;
}
.cid-uTXoa9jy4g .item:hover .item-wrapper .item-img img,
.cid-uTXoa9jy4g .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uTXoa9jy4g .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uTXoa9jy4g .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uTXoa9jy4g .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uTXoa9jy4g .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTXoa9jy4g .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uTXoa9jy4g .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uTXoa9jy4g .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uTXoa9jy4g .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTXoa9jy4g .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uTXoa9jy4g .mbr-section-title {
  color: #191c25;
}
.cid-uTXoa9jy4g .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uTXoa9jy4g .item-title {
  color: #056362;
  text-align: center;
}
.cid-uTXoa9jy4g .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uTXoa9jy4g .mbr-section-title,
.cid-uTXoa9jy4g .mbr-section-btn {
  color: #02504f;
}
.cid-uTLy3dyLra {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #17b5b5;
}
.cid-uTLy3dyLra h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uTLy3dyLra img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-uTLy3dyLra img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-uTLy3dyLra .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uTLy3dyLra .mbr-section-subtitle {
  color: #767676;
}
.cid-uTLy3dyLra .main-sub-title {
  background: #ffffff;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uTLy3dyLra .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uTLy3dyLra svg {
  overflow: visible;
}
.cid-uTLy3dyLra ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-uTLy3dyLra path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTLy3dyLra .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uTLy3dyLra .progress1 path {
  stroke: #ff9083;
}
.cid-uTLy3dyLra .progress2 path {
  stroke: #72dfe9;
}
.cid-uTLy3dyLra .progress3 path {
  stroke: #02504f;
}
.cid-uTLy3dyLra .card-text {
  color: #767676;
}
.cid-uTLy3dyLra .main-sub-title,
.cid-uTLy3dyLra .align-wrapper {
  color: #02504f;
}
.cid-uTLy3dyLra .main-text {
  color: #ffffff;
}
.cid-uTLy3dyLra .main-list {
  color: #ffffff;
}
.cid-uTLy3dyLra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLy3dyLra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLy3dyLra .main-title {
  color: #02504f;
}
.cid-uTLy3dyLra .number {
  color: #033e3d;
}
.cid-uTLy3dyLra H4 {
  color: #033e3d;
}
.cid-uTLocv6agJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #02504f;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #4cb1b1, #02504f 30%);
}
.cid-uTLocv6agJ .title-wrapper {
  margin-bottom: 22px;
}
.cid-uTLocv6agJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTLocv6agJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4cb1b1 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTLocv6agJ .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTLocv6agJ .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTLocv6agJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uTLocv6agJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTLocv6agJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uTLocv6agJ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uTLocv6agJ .embla__button--next,
.cid-uTLocv6agJ .embla__button--prev {
  display: flex;
}
.cid-uTLocv6agJ .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uTLocv6agJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTLocv6agJ .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uTLocv6agJ .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uTLocv6agJ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uTLocv6agJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uTLocv6agJ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uTLocv6agJ .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uTLocv6agJ .embla {
    padding-bottom: 32px;
  }
}
.cid-uTLocv6agJ .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uTLocv6agJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTLocv6agJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTLocv6agJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTLocv6agJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTLocv6agJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTLocv6agJ .mbr-section-title {
  color: #ffffff;
}
.cid-uTLocv6agJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTLocv6agJ .item-wrap {
  color: #ffffff;
}
.cid-uTLocv6agJ .item-title {
  color: #ffffff;
}
.cid-uTLocv6agJ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTMd7FzTHw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5f1f2;
}
.cid-uTMd7FzTHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMd7FzTHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMd7FzTHw img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uTMd7FzTHw .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uTMd7FzTHw .card-title,
.cid-uTMd7FzTHw .iconfont-wrapper {
  color: #232323;
}
.cid-uTMd7FzTHw .card-text {
  color: #232323;
}
.cid-uTMd7FzTHw .mbr-section-title {
  color: #02504f;
}
.cid-uTMd7FzTHw .mbr-section-subtitle {
  color: #232323;
}
.cid-uTMd7FzTHw .content-head {
  max-width: 800px;
}
.cid-uTMd7FzTHw .card-subtitle {
  color: #a1a1a1;
}
.cid-uTLu9xJfcx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #056362;
}
.cid-uTLu9xJfcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLu9xJfcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLu9xJfcx .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTLu9xJfcx .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uTLu9xJfcx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uTLu9xJfcx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uTLu9xJfcx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uTLu9xJfcx .mbr-label {
  color: #edefeb;
  text-align: center;
}
.cid-uTLu9xJfcx .mbr-section-title,
.cid-uTLu9xJfcx .title-wrapper,
.cid-uTLu9xJfcx .mbr-section-btn {
  text-align: center;
}
.cid-uTYOeTsw2K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTYOeTsw2K .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uTYOeTsw2K img,
.cid-uTYOeTsw2K .item-img {
  width: 60%;
  align: center;
}
.cid-uTYOeTsw2K .item:focus,
.cid-uTYOeTsw2K span:focus {
  outline: none;
}
.cid-uTYOeTsw2K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTYOeTsw2K .item {
    margin-bottom: 1rem;
  }
}
.cid-uTYOeTsw2K .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTYOeTsw2K .mbr-section-title {
  color: #232323;
}
.cid-uTYOeTsw2K .mbr-text,
.cid-uTYOeTsw2K .mbr-section-btn {
  color: #232323;
}
.cid-uTYOeTsw2K .item-title {
  color: #232323;
  text-align: center;
}
.cid-uTYOeTsw2K .content-head {
  max-width: 800px;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-Fm3ejsil8i .whatsapp-wrapper {
  position: fixed;
  bottom: 250px;
  right: 23px;
  z-index: 9999;
}
.cid-Fm3ejsil8i .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-Fm3ejsil8i .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-Fm3ejsil8i .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-Fm3ejsil8i .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-Fm3ejsil8i .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-Fm3ejsil8i .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-Fm3ejsil8i .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-Fm3ejsil8i .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-Fm3ejsil8i .whatsapp-button::after {
    display: none;
  }
}
.cid-Fm3ejsil8i DIV {
  color: #ffffff;
}
.cid-Fm3ejsil8i p {
  color: #000;
}
.cid-Fm3ejsil8i .hidden {
  display: none;
}
.cid-uTYzRWrz22 {
  background-color: transparent;
}
.cid-uTYzRWrz22 .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTYzRWrz22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTYzRWrz22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTYzRWrz22 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTYzRWrz22 .menu_box .navbar.opened,
  .cid-uTYzRWrz22 .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTYzRWrz22 .navbar-dropdown {
  position: relative !important;
}
.cid-uTYzRWrz22 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTYzRWrz22 .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTYzRWrz22 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTYzRWrz22 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTYzRWrz22 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTYzRWrz22 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTYzRWrz22 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTYzRWrz22 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTYzRWrz22 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTYzRWrz22 .nav-item .nav-link:hover,
.cid-uTYzRWrz22 .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTYzRWrz22 .nav-item .nav-link:hover::before,
.cid-uTYzRWrz22 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTYzRWrz22 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTYzRWrz22 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTYzRWrz22 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTYzRWrz22 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTYzRWrz22 .offcanvas_box {
    display: none;
  }
}
.cid-uTYzRWrz22 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTYzRWrz22 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTYzRWrz22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTYzRWrz22 .container {
  display: flex;
  margin: auto;
}
.cid-uTYzRWrz22 .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTYzRWrz22 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTYzRWrz22 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .navbar-nav {
    margin: 0;
  }
}
.cid-uTYzRWrz22 .dropdown-menu,
.cid-uTYzRWrz22 .navbar.opened {
  background-color: false !important;
}
.cid-uTYzRWrz22 .nav-item:focus,
.cid-uTYzRWrz22 .nav-link:focus {
  outline: none;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTYzRWrz22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTYzRWrz22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTYzRWrz22 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTYzRWrz22 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTYzRWrz22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTYzRWrz22 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTYzRWrz22 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTYzRWrz22 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTYzRWrz22 .navbar.collapsed {
  justify-content: center;
}
.cid-uTYzRWrz22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTYzRWrz22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTYzRWrz22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTYzRWrz22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTYzRWrz22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTYzRWrz22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTYzRWrz22 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTYzRWrz22 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTYzRWrz22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTYzRWrz22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTYzRWrz22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTYzRWrz22 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTYzRWrz22 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTYzRWrz22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTYzRWrz22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTYzRWrz22 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTYzRWrz22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTYzRWrz22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTYzRWrz22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTYzRWrz22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTYzRWrz22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTYzRWrz22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTYzRWrz22 .dropdown-item.active,
.cid-uTYzRWrz22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTYzRWrz22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTYzRWrz22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTYzRWrz22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTYzRWrz22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTYzRWrz22 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTYzRWrz22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTYzRWrz22 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTYzRWrz22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTYzRWrz22 .navbar {
    height: 70px;
  }
  .cid-uTYzRWrz22 .navbar.opened {
    height: auto;
  }
  .cid-uTYzRWrz22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTYzRWrz22 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTYzRWrz22 .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTYzRWrz22 .text_widget {
  margin-bottom: 32px;
}
.cid-uTYzRWrz22 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTYzRWrz22 .text_widget a:hover,
.cid-uTYzRWrz22 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTYzRWrz22 .contacts-wrapper {
  min-width: 240px;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-phone:hover,
.cid-uTYzRWrz22 .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-email:hover,
.cid-uTYzRWrz22 .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTYzRWrz22 .navbar-caption {
  color: #ff8576;
}
.cid-uTYzRWrz22 .mbr-phone {
  color: #02504f;
}
.cid-uTYzRWrz22 .mbr-email {
  color: #033e3d;
}
.cid-uTYzRWrz22 .mbr-section-subtitle,
.cid-uTYzRWrz22 .text_widget,
.cid-uTYzRWrz22 .mbr-section-btn {
  text-align: center;
}
.cid-uTYzRWrz22 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUeuWeD3nk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUeuWeD3nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeuWeD3nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeuWeD3nk .mbr-section-title {
  color: #02504f;
}
.cid-uUevoLOQBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUevoLOQBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUevoLOQBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUevoLOQBx .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uUevoLOQBx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUevoLOQBx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUevoLOQBx .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUevoLOQBx .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uUevoLOQBx .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uUevoLOQBx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uUevoLOQBx .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #02504f;
}
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uUevoLOQBx .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uUevoLOQBx .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uUevoLOQBx .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uUevoLOQBx .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUevoLOQBx .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uUevoLOQBx .card {
  justify-content: space-between;
}
.cid-uUevoLOQBx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUevoLOQBx .panel-title-edit {
  color: #02504f;
}
.cid-uUevoLOQBx .panel-text {
  color: #f24d4a;
}
.cid-uUevoLOQBx .panel-text,
.cid-uUevoLOQBx .panel-body {
  color: #232323;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTBgdxWwGG {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTBgdxWwGG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTBgdxWwGG .menu_box .navbar.opened,
  .cid-uTBgdxWwGG .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown {
  position: relative !important;
}
.cid-uTBgdxWwGG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTBgdxWwGG .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTBgdxWwGG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTBgdxWwGG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 0 !important;
  }
}
.cid-uTBgdxWwGG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTBgdxWwGG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover,
.cid-uTBgdxWwGG .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover::before,
.cid-uTBgdxWwGG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTBgdxWwGG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTBgdxWwGG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTBgdxWwGG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTBgdxWwGG .offcanvas_box {
    display: none;
  }
}
.cid-uTBgdxWwGG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTBgdxWwGG .container {
  display: flex;
  margin: auto;
}
.cid-uTBgdxWwGG .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTBgdxWwGG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTBgdxWwGG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav {
    margin: 0;
  }
}
.cid-uTBgdxWwGG .dropdown-menu,
.cid-uTBgdxWwGG .navbar.opened {
  background-color: false !important;
}
.cid-uTBgdxWwGG .nav-item:focus,
.cid-uTBgdxWwGG .nav-link:focus {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTBgdxWwGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTBgdxWwGG .navbar.opened {
  transition: all 0.3s;
}
.cid-uTBgdxWwGG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTBgdxWwGG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTBgdxWwGG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar.collapsed {
  justify-content: center;
}
.cid-uTBgdxWwGG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTBgdxWwGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTBgdxWwGG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTBgdxWwGG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTBgdxWwGG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTBgdxWwGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTBgdxWwGG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTBgdxWwGG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTBgdxWwGG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTBgdxWwGG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTBgdxWwGG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown-item.active,
.cid-uTBgdxWwGG .dropdown-item:active {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTBgdxWwGG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTBgdxWwGG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTBgdxWwGG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTBgdxWwGG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTBgdxWwGG .navbar {
    height: 70px;
  }
  .cid-uTBgdxWwGG .navbar.opened {
    height: auto;
  }
  .cid-uTBgdxWwGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTBgdxWwGG .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTBgdxWwGG .text_widget {
  margin-bottom: 32px;
}
.cid-uTBgdxWwGG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTBgdxWwGG .text_widget a:hover,
.cid-uTBgdxWwGG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTBgdxWwGG .contacts-wrapper {
  min-width: 240px;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .navbar-caption {
  color: #ff8576;
}
.cid-uTBgdxWwGG .mbr-phone {
  color: #02504f;
}
.cid-uTBgdxWwGG .mbr-email {
  color: #033e3d;
}
.cid-uTBgdxWwGG .mbr-section-subtitle,
.cid-uTBgdxWwGG .text_widget,
.cid-uTBgdxWwGG .mbr-section-btn {
  text-align: center;
}
.cid-uTBgdxWwGG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTMoOY06Jd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTMoOY06Jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMoOY06Jd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMoOY06Jd b,
.cid-uTMoOY06Jd strong {
  font-weight: 900;
}
.cid-uTMoOY06Jd .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTMoOY06Jd img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uTMoOY06Jd img {
    padding-bottom: 2rem;
  }
}
.cid-uTMoOY06Jd .row {
  align-items: center;
}
.cid-uTMoOY06Jd .mbr-section-title {
  color: #02504f;
}
.cid-uTMoOY06Jd .mbr-text,
.cid-uTMoOY06Jd .mbr-section-btn {
  color: #232323;
}
.cid-uTMoOY06Jd .mbr-section-subtitle {
  color: #02504f;
}
.cid-uTYFPlbqGc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUfIPOgwZt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-uUfIPOgwZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfIPOgwZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfIPOgwZt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUfIPOgwZt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUfIPOgwZt .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uUfIPOgwZt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUfIPOgwZt .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uUfIPOgwZt .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uUfIPOgwZt .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uUfIPOgwZt .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUfIPOgwZt .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uUfIPOgwZt .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUfIPOgwZt .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-uUfIPOgwZt .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uUfIPOgwZt .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUfIPOgwZt .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uUfIPOgwZt .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #ffffff, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uUfIPOgwZt .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uUfIPOgwZt .item .card_1 {
  background: linear-gradient(315deg, #02504f, #04b4b1);
}
.cid-uUfIPOgwZt .item .card_2 {
  background: linear-gradient(315deg, #02504f, #04b4b1);
}
.cid-uUfIPOgwZt .item .card_3 {
  background: linear-gradient(315deg, #02504f, #04b4b1);
}
.cid-uUfIPOgwZt .btn-wrapper {
  margin-top: -6%;
}
.cid-uUfIPOgwZt .mbr-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uUfIPOgwZt .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uUfIPOgwZt .item-title {
  color: #ffffff;
}
.cid-uUfIPOgwZt .item-text {
  color: #ffffff;
}
.cid-uTYGoBIn4Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTYGoBIn4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYGoBIn4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYGoBIn4Q .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uTYGoBIn4Q .icon-box {
  background: #02504f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTYGoBIn4Q .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTYGoBIn4Q .card {
    margin-bottom: 2rem;
  }
  .cid-uTYGoBIn4Q .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uTYGoBIn4Q .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uTYJItuXVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uTYJItuXVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYJItuXVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYJItuXVL .row {
  justify-content: space-between;
}
.cid-uTYJItuXVL .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTYJItuXVL .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uTYJItuXVL .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTYJItuXVL .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uTYJItuXVL .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uTYJItuXVL .mbr-section-title {
  color: #000000;
}
.cid-uTYJItuXVL .mbr-desc {
  color: #000000;
}
.cid-uTYJItuXVL .mbr-text {
  color: #000000;
}
.cid-uUUz9NSjVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTYzRWrz22 {
  background-color: transparent;
}
.cid-uTYzRWrz22 .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTYzRWrz22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTYzRWrz22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTYzRWrz22 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTYzRWrz22 .menu_box .navbar.opened,
  .cid-uTYzRWrz22 .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTYzRWrz22 .navbar-dropdown {
  position: relative !important;
}
.cid-uTYzRWrz22 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTYzRWrz22 .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTYzRWrz22 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTYzRWrz22 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTYzRWrz22 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTYzRWrz22 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTYzRWrz22 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .nav-item {
    margin: 0 !important;
  }
}
.cid-uTYzRWrz22 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTYzRWrz22 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTYzRWrz22 .nav-item .nav-link:hover,
.cid-uTYzRWrz22 .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTYzRWrz22 .nav-item .nav-link:hover::before,
.cid-uTYzRWrz22 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTYzRWrz22 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTYzRWrz22 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTYzRWrz22 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTYzRWrz22 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTYzRWrz22 .offcanvas_box {
    display: none;
  }
}
.cid-uTYzRWrz22 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTYzRWrz22 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTYzRWrz22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTYzRWrz22 .container {
  display: flex;
  margin: auto;
}
.cid-uTYzRWrz22 .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTYzRWrz22 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTYzRWrz22 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .navbar-nav {
    margin: 0;
  }
}
.cid-uTYzRWrz22 .dropdown-menu,
.cid-uTYzRWrz22 .navbar.opened {
  background-color: false !important;
}
.cid-uTYzRWrz22 .nav-item:focus,
.cid-uTYzRWrz22 .nav-link:focus {
  outline: none;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTYzRWrz22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTYzRWrz22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTYzRWrz22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTYzRWrz22 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTYzRWrz22 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTYzRWrz22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTYzRWrz22 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTYzRWrz22 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTYzRWrz22 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTYzRWrz22 .navbar.collapsed {
  justify-content: center;
}
.cid-uTYzRWrz22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTYzRWrz22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTYzRWrz22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTYzRWrz22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTYzRWrz22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTYzRWrz22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTYzRWrz22 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYzRWrz22 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTYzRWrz22 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTYzRWrz22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTYzRWrz22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTYzRWrz22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTYzRWrz22 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTYzRWrz22 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTYzRWrz22 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTYzRWrz22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTYzRWrz22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTYzRWrz22 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTYzRWrz22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTYzRWrz22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTYzRWrz22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTYzRWrz22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTYzRWrz22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTYzRWrz22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTYzRWrz22 .dropdown-item.active,
.cid-uTYzRWrz22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTYzRWrz22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTYzRWrz22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTYzRWrz22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTYzRWrz22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTYzRWrz22 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTYzRWrz22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTYzRWrz22 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYzRWrz22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTYzRWrz22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYzRWrz22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTYzRWrz22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTYzRWrz22 .navbar {
    height: 70px;
  }
  .cid-uTYzRWrz22 .navbar.opened {
    height: auto;
  }
  .cid-uTYzRWrz22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTYzRWrz22 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTYzRWrz22 .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTYzRWrz22 .text_widget {
  margin-bottom: 32px;
}
.cid-uTYzRWrz22 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTYzRWrz22 .text_widget a:hover,
.cid-uTYzRWrz22 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTYzRWrz22 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTYzRWrz22 .contacts-wrapper {
  min-width: 240px;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-phone:hover,
.cid-uTYzRWrz22 .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYzRWrz22 .contacts-wrapper .mbr-email:hover,
.cid-uTYzRWrz22 .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTYzRWrz22 .navbar-caption {
  color: #ff8576;
}
.cid-uTYzRWrz22 .mbr-phone {
  color: #02504f;
}
.cid-uTYzRWrz22 .mbr-email {
  color: #033e3d;
}
.cid-uTYzRWrz22 .mbr-section-subtitle,
.cid-uTYzRWrz22 .text_widget,
.cid-uTYzRWrz22 .mbr-section-btn {
  text-align: center;
}
.cid-uTYzRWrz22 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTYBlAQONC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1d9897;
}
.cid-uTYBlAQONC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYBlAQONC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYBlAQONC .mbr-section-title {
  color: #ffffff;
}
.cid-uTYA8JiLku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uTYA8JiLku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYA8JiLku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYA8JiLku .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYA8JiLku .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uTYA8JiLku .google-map {
  height: 100%;
  position: relative;
}
.cid-uTYA8JiLku .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTYA8JiLku .google-map iframe {
    min-height: 350px;
  }
}
.cid-uTYA8JiLku .google-map [data-state-details] {
  color: #6b6763;
  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-uTYA8JiLku .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTYA8JiLku .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTYA8JiLku .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTYA8JiLku .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYA8JiLku .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uTYA8JiLku ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uTYA8JiLku .content-head {
  max-width: 800px;
}
.cid-uTYA8JiLku .mbr-section-title {
  color: #02504f;
}
.cid-uTYB6Mkonq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uTYB6Mkonq .showAlerts {
  display: block !important;
}
.cid-uTYB6Mkonq .rowflexrev {
  display: -webkit-flex;
}
.cid-uTYB6Mkonq .title {
  margin-bottom: 2rem;
}
.cid-uTYB6Mkonq .mbr-section-subtitle {
  color: #232323;
}
.cid-uTYB6Mkonq textarea.form-control {
  min-height: 188px;
}
.cid-uTYB6Mkonq LABEL {
  color: #232323;
  display: initial;
}
.cid-uTYB6Mkonq .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uTYB6Mkonq .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uTYB6Mkonq .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uTYB6Mkonq .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uTYB6Mkonq .alert {
  margin-bottom: 0;
}
.cid-uTYB6Mkonq .alert-success {
  background-color: #70c770;
}
.cid-uTYB6Mkonq .alert-danger {
  background-color: #ff4a52;
}
.cid-uTYB6Mkonq .btn {
  display: inline-flex;
}
.cid-uTYB6Mkonq .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uTYB6Mkonq .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uTYB6Mkonq .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uTYB6Mkonq input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uTYB6Mkonq input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uTYB6Mkonq input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uTYB6Mkonq input,
.cid-uTYB6Mkonq option,
.cid-uTYB6Mkonq textarea {
  color: #000000;
}
.cid-uTYB6Mkonq H2 {
  color: #02504f;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uUeeSDhtDK {
  background-color: transparent;
}
.cid-uUeeSDhtDK .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uUeeSDhtDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uUeeSDhtDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUeeSDhtDK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUeeSDhtDK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUeeSDhtDK .menu_box .navbar.opened,
  .cid-uUeeSDhtDK .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUeeSDhtDK .navbar-dropdown {
  position: relative !important;
}
.cid-uUeeSDhtDK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUeeSDhtDK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uUeeSDhtDK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUeeSDhtDK .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uUeeSDhtDK .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUeeSDhtDK .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uUeeSDhtDK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUeeSDhtDK .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uUeeSDhtDK .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uUeeSDhtDK .nav-item {
    margin: 0 !important;
  }
}
.cid-uUeeSDhtDK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uUeeSDhtDK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uUeeSDhtDK .nav-item .nav-link:hover,
.cid-uUeeSDhtDK .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uUeeSDhtDK .nav-item .nav-link:hover::before,
.cid-uUeeSDhtDK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUeeSDhtDK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUeeSDhtDK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUeeSDhtDK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUeeSDhtDK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUeeSDhtDK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUeeSDhtDK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUeeSDhtDK .offcanvas_box {
    display: none;
  }
}
.cid-uUeeSDhtDK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUeeSDhtDK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUeeSDhtDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUeeSDhtDK .container {
  display: flex;
  margin: auto;
}
.cid-uUeeSDhtDK .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUeeSDhtDK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUeeSDhtDK .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uUeeSDhtDK .navbar-nav {
    margin: 0;
  }
}
.cid-uUeeSDhtDK .dropdown-menu,
.cid-uUeeSDhtDK .navbar.opened {
  background-color: false !important;
}
.cid-uUeeSDhtDK .nav-item:focus,
.cid-uUeeSDhtDK .nav-link:focus {
  outline: none;
}
.cid-uUeeSDhtDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUeeSDhtDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUeeSDhtDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUeeSDhtDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUeeSDhtDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUeeSDhtDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUeeSDhtDK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUeeSDhtDK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUeeSDhtDK .navbar.opened {
  transition: all 0.3s;
}
.cid-uUeeSDhtDK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUeeSDhtDK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uUeeSDhtDK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUeeSDhtDK .navbar.collapsed {
  justify-content: center;
}
.cid-uUeeSDhtDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUeeSDhtDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUeeSDhtDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUeeSDhtDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUeeSDhtDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUeeSDhtDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUeeSDhtDK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUeeSDhtDK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUeeSDhtDK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUeeSDhtDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUeeSDhtDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUeeSDhtDK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUeeSDhtDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUeeSDhtDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUeeSDhtDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUeeSDhtDK .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uUeeSDhtDK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUeeSDhtDK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUeeSDhtDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUeeSDhtDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUeeSDhtDK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUeeSDhtDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUeeSDhtDK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUeeSDhtDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUeeSDhtDK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUeeSDhtDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUeeSDhtDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUeeSDhtDK .dropdown-item.active,
.cid-uUeeSDhtDK .dropdown-item:active {
  background-color: transparent;
}
.cid-uUeeSDhtDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uUeeSDhtDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUeeSDhtDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUeeSDhtDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUeeSDhtDK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUeeSDhtDK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUeeSDhtDK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uUeeSDhtDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUeeSDhtDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUeeSDhtDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeeSDhtDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUeeSDhtDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUeeSDhtDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeeSDhtDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUeeSDhtDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUeeSDhtDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUeeSDhtDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUeeSDhtDK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUeeSDhtDK .navbar {
    height: 70px;
  }
  .cid-uUeeSDhtDK .navbar.opened {
    height: auto;
  }
  .cid-uUeeSDhtDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUeeSDhtDK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uUeeSDhtDK .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uUeeSDhtDK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUeeSDhtDK .text_widget {
  margin-bottom: 32px;
}
.cid-uUeeSDhtDK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUeeSDhtDK .text_widget a:hover,
.cid-uUeeSDhtDK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUeeSDhtDK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uUeeSDhtDK .contacts-wrapper {
  min-width: 240px;
}
.cid-uUeeSDhtDK .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUeeSDhtDK .contacts-wrapper .mbr-phone:hover,
.cid-uUeeSDhtDK .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uUeeSDhtDK .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUeeSDhtDK .contacts-wrapper .mbr-email:hover,
.cid-uUeeSDhtDK .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uUeeSDhtDK .navbar-caption {
  color: #ff8576;
}
.cid-uUeeSDhtDK .mbr-phone {
  color: #02504f;
}
.cid-uUeeSDhtDK .mbr-email {
  color: #033e3d;
}
.cid-uUeeSDhtDK .mbr-section-subtitle,
.cid-uUeeSDhtDK .text_widget,
.cid-uUeeSDhtDK .mbr-section-btn {
  text-align: center;
}
.cid-uUeeSDhtDK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUeeSEbM6T {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uUeeSEbM6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeeSEbM6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeeSEbM6T .card {
  justify-content: center;
}
.cid-uUeeSEbM6T .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUeeSEbM6T .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uUeeSEbM6T .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uUeeSEbM6T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uUeeSEbM6T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUeeSEbM6T .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUeeSEbM6T .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUeeSEbM6T .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uUeeSEbM6T .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uUeeSEbM6T .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uUeeSEbM6T .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uUeeSEbM6T .mbr-section-title {
  color: #f24d4a;
}
.cid-uUeeSEbM6T .mbr-text {
  color: #f24d4a;
}
.cid-uUeeSEbM6T .mbr-section-title,
.cid-uUeeSEbM6T .mbr-section-btn {
  color: #02504f;
}
.cid-uUeeSEbM6T .mbr-text,
.cid-uUeeSEbM6T .text-wrapper {
  color: #ffffff;
}
.cid-uUeeSEKFfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uUeeSEKFfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeeSEKFfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUeeSEKFfR .container {
    padding: 0 22px;
  }
}
.cid-uUeeSEKFfR .row {
  justify-content: space-between;
}
.cid-uUeeSEKFfR .row .card {
  justify-content: center;
}
.cid-uUeeSEKFfR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUeeSEKFfR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uUeeSEKFfR .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uUeeSEKFfR .image-wrapper {
  position: relative;
}
.cid-uUeeSEKFfR .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uUeeSEKFfR .image-wrapper img {
    height: 350px;
  }
}
.cid-uUeeSEKFfR .mbr-section-title {
  color: #02504f;
}
.cid-uUeeSEKFfR .mbr-desc {
  color: #000000;
}
.cid-uUeeSEKFfR .mbr-text {
  color: #000000;
}
.cid-uUeeSFrU3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUeeSFrU3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeeSFrU3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUeeSFrU3y .container {
    padding: 0 30px;
  }
}
.cid-uUeeSFrU3y .row {
  justify-content: center;
}
.cid-uUeeSFrU3y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUeeSFrU3y .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUeeSFrU3y .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUeeSFrU3y .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uUeeSFrU3y .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uUeeSFrU3y .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uUeeSFrU3y .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUeeSFrU3y .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uUeeSFrU3y .mbr-section-title {
  color: #22654E;
}
.cid-uUeeSFrU3y .mbr-text {
  color: #144031;
}
.cid-uUeeSFrU3y .list,
.cid-uUeeSFrU3y .item-wrap {
  color: #000000;
}
.cid-uUUIqENf8R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uUUIqENf8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUIqENf8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUIqENf8R .content-wrapper {
  background: #edefeb;
}
@media (max-width: 991px) {
  .cid-uUUIqENf8R .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uUUIqENf8R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUIqENf8R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUUIqENf8R .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUUIqENf8R .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUUIqENf8R .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUUIqENf8R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUUIqENf8R .card-title {
  color: #033e3d;
}
.cid-uUUGnYFCVP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUUGnYFCVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUGnYFCVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUGnYFCVP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUUGnYFCVP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUUGnYFCVP .container {
    padding: 0 16px;
  }
}
.cid-uUUGnYFCVP .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUUGnYFCVP .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUUGnYFCVP .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #26a0a0;
}
.cid-uUUGnYFCVP .item .item-wrapper {
  height: 100%;
}
.cid-uUUGnYFCVP .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #26a0a0;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUUGnYFCVP .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUUGnYFCVP .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUUGnYFCVP .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUUGnYFCVP .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUUGnYFCVP .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUUGnYFCVP .item-emoji {
  color: #000000;
}
.cid-uUUGnYFCVP .item-title {
  color: #000000;
}
.cid-uUUGnYFCVP .item-text {
  color: #edefeb;
}
.cid-uUUGnYFCVP .item-title,
.cid-uUUGnYFCVP .mbr-section-btn {
  color: #ffffff;
}
.cid-uUUGnYFCVP .card-title {
  text-align: center;
}
.cid-uUUN9chNFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uUUN9chNFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUN9chNFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUN9chNFO .content-wrapper {
  background: #edefeb;
}
@media (max-width: 991px) {
  .cid-uUUN9chNFO .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uUUN9chNFO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUN9chNFO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUUN9chNFO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUUN9chNFO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUUN9chNFO .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUUN9chNFO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUUN9chNFO .card-title {
  color: #033e3d;
}
.cid-uUeeSFVrVG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUeeSFVrVG .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUeeSFVrVG .container {
    padding: 0 24px;
  }
}
.cid-uUeeSFVrVG .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUeeSFVrVG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUeeSFVrVG .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUeeSFVrVG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUeeSFVrVG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUeeSFVrVG .mbr-section-btn {
    text-align: left;
  }
}
.cid-uUeeSFVrVG .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUeeSFVrVG .mbr-text {
  color: #F9F6E0;
}
.cid-uUeeSGqK7F {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uUeeSGqK7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeeSGqK7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeeSGqK7F .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUeeSGqK7F .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUeeSGqK7F .row {
    text-align: center;
  }
  .cid-uUeeSGqK7F .row > div {
    margin: auto;
  }
  .cid-uUeeSGqK7F .social-row {
    justify-content: center;
  }
}
.cid-uUeeSGqK7F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUeeSGqK7F .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUeeSGqK7F .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUeeSGqK7F .list {
    margin-bottom: 1rem;
  }
}
.cid-uUeeSGqK7F .mbr-text {
  color: #bbbbbb;
}
.cid-uUeeSGqK7F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uUeeSGqK7F .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uUeeSGqK7F div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uUeeSGqK7F .mbr-section-subtitle {
  text-align: center;
}
.cid-uUeeSGqK7F .powered {
  text-align: center;
}
.cid-uUeeSGqK7F hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uUeeSGqK7F H5 {
  text-align: center;
}
.cid-uUeeSGqK7F .list H5 {
  text-align: center;
}
.cid-uTBgdxWwGG {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTBgdxWwGG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTBgdxWwGG .menu_box .navbar.opened,
  .cid-uTBgdxWwGG .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown {
  position: relative !important;
}
.cid-uTBgdxWwGG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTBgdxWwGG .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTBgdxWwGG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTBgdxWwGG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 0 !important;
  }
}
.cid-uTBgdxWwGG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTBgdxWwGG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover,
.cid-uTBgdxWwGG .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover::before,
.cid-uTBgdxWwGG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTBgdxWwGG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTBgdxWwGG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTBgdxWwGG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTBgdxWwGG .offcanvas_box {
    display: none;
  }
}
.cid-uTBgdxWwGG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTBgdxWwGG .container {
  display: flex;
  margin: auto;
}
.cid-uTBgdxWwGG .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTBgdxWwGG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTBgdxWwGG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav {
    margin: 0;
  }
}
.cid-uTBgdxWwGG .dropdown-menu,
.cid-uTBgdxWwGG .navbar.opened {
  background-color: false !important;
}
.cid-uTBgdxWwGG .nav-item:focus,
.cid-uTBgdxWwGG .nav-link:focus {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTBgdxWwGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTBgdxWwGG .navbar.opened {
  transition: all 0.3s;
}
.cid-uTBgdxWwGG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTBgdxWwGG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTBgdxWwGG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar.collapsed {
  justify-content: center;
}
.cid-uTBgdxWwGG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTBgdxWwGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTBgdxWwGG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTBgdxWwGG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTBgdxWwGG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTBgdxWwGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTBgdxWwGG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTBgdxWwGG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTBgdxWwGG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTBgdxWwGG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTBgdxWwGG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown-item.active,
.cid-uTBgdxWwGG .dropdown-item:active {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTBgdxWwGG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTBgdxWwGG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTBgdxWwGG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTBgdxWwGG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTBgdxWwGG .navbar {
    height: 70px;
  }
  .cid-uTBgdxWwGG .navbar.opened {
    height: auto;
  }
  .cid-uTBgdxWwGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTBgdxWwGG .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTBgdxWwGG .text_widget {
  margin-bottom: 32px;
}
.cid-uTBgdxWwGG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTBgdxWwGG .text_widget a:hover,
.cid-uTBgdxWwGG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTBgdxWwGG .contacts-wrapper {
  min-width: 240px;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .navbar-caption {
  color: #ff8576;
}
.cid-uTBgdxWwGG .mbr-phone {
  color: #02504f;
}
.cid-uTBgdxWwGG .mbr-email {
  color: #033e3d;
}
.cid-uTBgdxWwGG .mbr-section-subtitle,
.cid-uTBgdxWwGG .text_widget,
.cid-uTBgdxWwGG .mbr-section-btn {
  text-align: center;
}
.cid-uTBgdxWwGG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTXvYsjYXe {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uTXvYsjYXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXvYsjYXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXvYsjYXe .card {
  justify-content: center;
}
.cid-uTXvYsjYXe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTXvYsjYXe .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTXvYsjYXe .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uTXvYsjYXe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTXvYsjYXe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uTXvYsjYXe .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTXvYsjYXe .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTXvYsjYXe .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uTXvYsjYXe .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTXvYsjYXe .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uTXvYsjYXe .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uTXvYsjYXe .mbr-section-title {
  color: #f24d4a;
}
.cid-uTXvYsjYXe .mbr-text {
  color: #f24d4a;
}
.cid-uTXvYsjYXe .mbr-section-title,
.cid-uTXvYsjYXe .mbr-section-btn {
  color: #02504f;
}
.cid-uTXvYsjYXe .mbr-text,
.cid-uTXvYsjYXe .text-wrapper {
  color: #ffffff;
}
.cid-uUyjTySbw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uUyjTySbw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyjTySbw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyjTySbw0 .items-wrap {
  justify-content: space-between;
}
.cid-uUyjTySbw0 .title-wrapper {
  margin-bottom: 32px;
}
.cid-uUyjTySbw0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUyjTySbw0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUyjTySbw0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUyjTySbw0 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uUyjTySbw0 .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUyjTySbw0 .video-block {
    margin-bottom: 24px;
  }
}
.cid-uUyjTySbw0 .mbr-figure__img {
  object-fit: cover;
}
.cid-uUyjTySbw0 .app-video-wrapper::before {
  color: #e7ff34;
  box-shadow: none;
}
.cid-uUyjTySbw0 .mbr-section-title {
  color: #000000;
}
.cid-uUyjTySbw0 .mbr-text {
  color: #000000;
}
.cid-uUyjTySbw0 .mbr-section-title,
.cid-uUyjTySbw0 .mbr-section-btn {
  color: #02504f;
}
.cid-uTXzwflxDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTXzwflxDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXzwflxDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTXzwflxDn .container {
    padding: 0 30px;
  }
}
.cid-uTXzwflxDn .row {
  justify-content: center;
}
.cid-uTXzwflxDn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTXzwflxDn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTXzwflxDn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTXzwflxDn .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTXzwflxDn .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTXzwflxDn .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTXzwflxDn .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTXzwflxDn .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uTXzwflxDn .mbr-section-title {
  color: #22654E;
}
.cid-uTXzwflxDn .mbr-text {
  color: #144031;
}
.cid-uTXzwflxDn .list,
.cid-uTXzwflxDn .item-wrap {
  color: #000000;
}
.cid-uTXDmZjsvI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTXDmZjsvI .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTXDmZjsvI .container {
    padding: 0 24px;
  }
}
.cid-uTXDmZjsvI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTXDmZjsvI .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTXDmZjsvI .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTXDmZjsvI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTXDmZjsvI .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTXDmZjsvI .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTXDmZjsvI .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTXDmZjsvI .mbr-text {
  color: #F9F6E0;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTXEh1tqnb {
  background-color: transparent;
}
.cid-uTXEh1tqnb .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTXEh1tqnb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTXEh1tqnb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTXEh1tqnb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTXEh1tqnb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTXEh1tqnb .menu_box .navbar.opened,
  .cid-uTXEh1tqnb .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTXEh1tqnb .navbar-dropdown {
  position: relative !important;
}
.cid-uTXEh1tqnb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTXEh1tqnb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTXEh1tqnb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTXEh1tqnb .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTXEh1tqnb .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTXEh1tqnb .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTXEh1tqnb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTXEh1tqnb .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTXEh1tqnb .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTXEh1tqnb .nav-item {
    margin: 0 !important;
  }
}
.cid-uTXEh1tqnb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTXEh1tqnb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTXEh1tqnb .nav-item .nav-link:hover,
.cid-uTXEh1tqnb .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTXEh1tqnb .nav-item .nav-link:hover::before,
.cid-uTXEh1tqnb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTXEh1tqnb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTXEh1tqnb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTXEh1tqnb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTXEh1tqnb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTXEh1tqnb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTXEh1tqnb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTXEh1tqnb .offcanvas_box {
    display: none;
  }
}
.cid-uTXEh1tqnb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTXEh1tqnb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTXEh1tqnb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTXEh1tqnb .container {
  display: flex;
  margin: auto;
}
.cid-uTXEh1tqnb .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTXEh1tqnb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTXEh1tqnb .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTXEh1tqnb .navbar-nav {
    margin: 0;
  }
}
.cid-uTXEh1tqnb .dropdown-menu,
.cid-uTXEh1tqnb .navbar.opened {
  background-color: false !important;
}
.cid-uTXEh1tqnb .nav-item:focus,
.cid-uTXEh1tqnb .nav-link:focus {
  outline: none;
}
.cid-uTXEh1tqnb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTXEh1tqnb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTXEh1tqnb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTXEh1tqnb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTXEh1tqnb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTXEh1tqnb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTXEh1tqnb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTXEh1tqnb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTXEh1tqnb .navbar.opened {
  transition: all 0.3s;
}
.cid-uTXEh1tqnb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTXEh1tqnb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTXEh1tqnb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTXEh1tqnb .navbar.collapsed {
  justify-content: center;
}
.cid-uTXEh1tqnb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTXEh1tqnb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTXEh1tqnb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTXEh1tqnb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTXEh1tqnb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTXEh1tqnb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTXEh1tqnb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTXEh1tqnb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTXEh1tqnb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTXEh1tqnb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTXEh1tqnb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTXEh1tqnb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTXEh1tqnb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTXEh1tqnb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTXEh1tqnb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTXEh1tqnb .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTXEh1tqnb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTXEh1tqnb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTXEh1tqnb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTXEh1tqnb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTXEh1tqnb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTXEh1tqnb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTXEh1tqnb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTXEh1tqnb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTXEh1tqnb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTXEh1tqnb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTXEh1tqnb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTXEh1tqnb .dropdown-item.active,
.cid-uTXEh1tqnb .dropdown-item:active {
  background-color: transparent;
}
.cid-uTXEh1tqnb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTXEh1tqnb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTXEh1tqnb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTXEh1tqnb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTXEh1tqnb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTXEh1tqnb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTXEh1tqnb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTXEh1tqnb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTXEh1tqnb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTXEh1tqnb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXEh1tqnb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTXEh1tqnb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTXEh1tqnb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXEh1tqnb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTXEh1tqnb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTXEh1tqnb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTXEh1tqnb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTXEh1tqnb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTXEh1tqnb .navbar {
    height: 70px;
  }
  .cid-uTXEh1tqnb .navbar.opened {
    height: auto;
  }
  .cid-uTXEh1tqnb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTXEh1tqnb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTXEh1tqnb .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTXEh1tqnb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTXEh1tqnb .text_widget {
  margin-bottom: 32px;
}
.cid-uTXEh1tqnb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTXEh1tqnb .text_widget a:hover,
.cid-uTXEh1tqnb .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTXEh1tqnb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTXEh1tqnb .contacts-wrapper {
  min-width: 240px;
}
.cid-uTXEh1tqnb .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTXEh1tqnb .contacts-wrapper .mbr-phone:hover,
.cid-uTXEh1tqnb .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTXEh1tqnb .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTXEh1tqnb .contacts-wrapper .mbr-email:hover,
.cid-uTXEh1tqnb .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTXEh1tqnb .navbar-caption {
  color: #ff8576;
}
.cid-uTXEh1tqnb .mbr-phone {
  color: #02504f;
}
.cid-uTXEh1tqnb .mbr-email {
  color: #033e3d;
}
.cid-uTXEh1tqnb .mbr-section-subtitle,
.cid-uTXEh1tqnb .text_widget,
.cid-uTXEh1tqnb .mbr-section-btn {
  text-align: center;
}
.cid-uTXEh1tqnb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTXEh3IcuZ {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uTXEh3IcuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXEh3IcuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTXEh3IcuZ .card {
  justify-content: center;
}
.cid-uTXEh3IcuZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTXEh3IcuZ .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTXEh3IcuZ .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uTXEh3IcuZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTXEh3IcuZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uTXEh3IcuZ .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTXEh3IcuZ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTXEh3IcuZ .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uTXEh3IcuZ .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTXEh3IcuZ .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uTXEh3IcuZ .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uTXEh3IcuZ .mbr-section-title {
  color: #f24d4a;
}
.cid-uTXEh3IcuZ .mbr-text {
  color: #f24d4a;
}
.cid-uTXEh3IcuZ .mbr-section-title,
.cid-uTXEh3IcuZ .mbr-section-btn {
  color: #02504f;
}
.cid-uTXEh3IcuZ .mbr-text,
.cid-uTXEh3IcuZ .text-wrapper {
  color: #ffffff;
}
.cid-uTXEh57Twc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uTXEh57Twc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXEh57Twc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTXEh57Twc .container {
    padding: 0 22px;
  }
}
.cid-uTXEh57Twc .row {
  justify-content: space-between;
}
.cid-uTXEh57Twc .row .card {
  justify-content: center;
}
.cid-uTXEh57Twc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTXEh57Twc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uTXEh57Twc .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uTXEh57Twc .image-wrapper {
  position: relative;
}
.cid-uTXEh57Twc .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uTXEh57Twc .image-wrapper img {
    height: 350px;
  }
}
.cid-uTXEh57Twc .mbr-section-title {
  color: #02504f;
}
.cid-uTXEh57Twc .mbr-desc {
  color: #000000;
}
.cid-uTXEh57Twc .mbr-text {
  color: #000000;
}
.cid-uTXEh6roAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTXEh6roAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTXEh6roAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTXEh6roAO .container {
    padding: 0 30px;
  }
}
.cid-uTXEh6roAO .row {
  justify-content: center;
}
.cid-uTXEh6roAO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTXEh6roAO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTXEh6roAO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTXEh6roAO .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTXEh6roAO .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTXEh6roAO .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTXEh6roAO .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTXEh6roAO .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uTXEh6roAO .mbr-section-title {
  color: #22654E;
}
.cid-uTXEh6roAO .mbr-text {
  color: #144031;
}
.cid-uTXEh6roAO .list,
.cid-uTXEh6roAO .item-wrap {
  color: #000000;
}
.cid-uTXEh7yojx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTXEh7yojx .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTXEh7yojx .container {
    padding: 0 24px;
  }
}
.cid-uTXEh7yojx .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTXEh7yojx .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTXEh7yojx .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTXEh7yojx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTXEh7yojx .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTXEh7yojx .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTXEh7yojx .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTXEh7yojx .mbr-text {
  color: #F9F6E0;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTY17iLQcZ {
  background-color: transparent;
}
.cid-uTY17iLQcZ .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTY17iLQcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTY17iLQcZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTY17iLQcZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTY17iLQcZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTY17iLQcZ .menu_box .navbar.opened,
  .cid-uTY17iLQcZ .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTY17iLQcZ .navbar-dropdown {
  position: relative !important;
}
.cid-uTY17iLQcZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTY17iLQcZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTY17iLQcZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTY17iLQcZ .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTY17iLQcZ .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTY17iLQcZ .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTY17iLQcZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTY17iLQcZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTY17iLQcZ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTY17iLQcZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uTY17iLQcZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTY17iLQcZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTY17iLQcZ .nav-item .nav-link:hover,
.cid-uTY17iLQcZ .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTY17iLQcZ .nav-item .nav-link:hover::before,
.cid-uTY17iLQcZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTY17iLQcZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTY17iLQcZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTY17iLQcZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTY17iLQcZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTY17iLQcZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTY17iLQcZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTY17iLQcZ .offcanvas_box {
    display: none;
  }
}
.cid-uTY17iLQcZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTY17iLQcZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTY17iLQcZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTY17iLQcZ .container {
  display: flex;
  margin: auto;
}
.cid-uTY17iLQcZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTY17iLQcZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTY17iLQcZ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTY17iLQcZ .navbar-nav {
    margin: 0;
  }
}
.cid-uTY17iLQcZ .dropdown-menu,
.cid-uTY17iLQcZ .navbar.opened {
  background-color: false !important;
}
.cid-uTY17iLQcZ .nav-item:focus,
.cid-uTY17iLQcZ .nav-link:focus {
  outline: none;
}
.cid-uTY17iLQcZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTY17iLQcZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTY17iLQcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTY17iLQcZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTY17iLQcZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTY17iLQcZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTY17iLQcZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTY17iLQcZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTY17iLQcZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uTY17iLQcZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTY17iLQcZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTY17iLQcZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTY17iLQcZ .navbar.collapsed {
  justify-content: center;
}
.cid-uTY17iLQcZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTY17iLQcZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTY17iLQcZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTY17iLQcZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTY17iLQcZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTY17iLQcZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTY17iLQcZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTY17iLQcZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTY17iLQcZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTY17iLQcZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTY17iLQcZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTY17iLQcZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTY17iLQcZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTY17iLQcZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTY17iLQcZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTY17iLQcZ .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTY17iLQcZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTY17iLQcZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTY17iLQcZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTY17iLQcZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTY17iLQcZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTY17iLQcZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTY17iLQcZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTY17iLQcZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTY17iLQcZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTY17iLQcZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTY17iLQcZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTY17iLQcZ .dropdown-item.active,
.cid-uTY17iLQcZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uTY17iLQcZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTY17iLQcZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTY17iLQcZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTY17iLQcZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTY17iLQcZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTY17iLQcZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTY17iLQcZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTY17iLQcZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTY17iLQcZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTY17iLQcZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTY17iLQcZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTY17iLQcZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTY17iLQcZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTY17iLQcZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTY17iLQcZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTY17iLQcZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTY17iLQcZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTY17iLQcZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTY17iLQcZ .navbar {
    height: 70px;
  }
  .cid-uTY17iLQcZ .navbar.opened {
    height: auto;
  }
  .cid-uTY17iLQcZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTY17iLQcZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTY17iLQcZ .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTY17iLQcZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTY17iLQcZ .text_widget {
  margin-bottom: 32px;
}
.cid-uTY17iLQcZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTY17iLQcZ .text_widget a:hover,
.cid-uTY17iLQcZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTY17iLQcZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTY17iLQcZ .contacts-wrapper {
  min-width: 240px;
}
.cid-uTY17iLQcZ .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTY17iLQcZ .contacts-wrapper .mbr-phone:hover,
.cid-uTY17iLQcZ .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTY17iLQcZ .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTY17iLQcZ .contacts-wrapper .mbr-email:hover,
.cid-uTY17iLQcZ .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTY17iLQcZ .navbar-caption {
  color: #ff8576;
}
.cid-uTY17iLQcZ .mbr-phone {
  color: #02504f;
}
.cid-uTY17iLQcZ .mbr-email {
  color: #033e3d;
}
.cid-uTY17iLQcZ .mbr-section-subtitle,
.cid-uTY17iLQcZ .text_widget,
.cid-uTY17iLQcZ .mbr-section-btn {
  text-align: center;
}
.cid-uTY17iLQcZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTY17kO7xe {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uTY17kO7xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY17kO7xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTY17kO7xe .card {
  justify-content: center;
}
.cid-uTY17kO7xe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTY17kO7xe .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTY17kO7xe .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uTY17kO7xe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTY17kO7xe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uTY17kO7xe .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTY17kO7xe .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTY17kO7xe .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uTY17kO7xe .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTY17kO7xe .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uTY17kO7xe .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uTY17kO7xe .mbr-section-title {
  color: #f24d4a;
}
.cid-uTY17kO7xe .mbr-text {
  color: #f24d4a;
}
.cid-uTY17kO7xe .mbr-section-title,
.cid-uTY17kO7xe .mbr-section-btn {
  color: #02504f;
}
.cid-uTY17kO7xe .mbr-text,
.cid-uTY17kO7xe .text-wrapper {
  color: #ffffff;
}
.cid-uTY17mgmWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uTY17mgmWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY17mgmWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTY17mgmWe .container {
    padding: 0 22px;
  }
}
.cid-uTY17mgmWe .row {
  justify-content: space-between;
}
.cid-uTY17mgmWe .row .card {
  justify-content: center;
}
.cid-uTY17mgmWe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTY17mgmWe .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uTY17mgmWe .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uTY17mgmWe .image-wrapper {
  position: relative;
}
.cid-uTY17mgmWe .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uTY17mgmWe .image-wrapper img {
    height: 350px;
  }
}
.cid-uTY17mgmWe .mbr-section-title {
  color: #02504f;
}
.cid-uTY17mgmWe .mbr-desc {
  color: #000000;
}
.cid-uTY17mgmWe .mbr-text {
  color: #000000;
}
.cid-uTY17nGMB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTY17nGMB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTY17nGMB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTY17nGMB9 .container {
    padding: 0 30px;
  }
}
.cid-uTY17nGMB9 .row {
  justify-content: center;
}
.cid-uTY17nGMB9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTY17nGMB9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTY17nGMB9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTY17nGMB9 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTY17nGMB9 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTY17nGMB9 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTY17nGMB9 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTY17nGMB9 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uTY17nGMB9 .mbr-section-title {
  color: #22654E;
}
.cid-uTY17nGMB9 .mbr-text {
  color: #144031;
}
.cid-uTY17nGMB9 .list,
.cid-uTY17nGMB9 .item-wrap {
  color: #000000;
}
.cid-uTY17p6DRF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTY17p6DRF .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTY17p6DRF .container {
    padding: 0 24px;
  }
}
.cid-uTY17p6DRF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTY17p6DRF .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTY17p6DRF .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTY17p6DRF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTY17p6DRF .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTY17p6DRF .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTY17p6DRF .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTY17p6DRF .mbr-text {
  color: #F9F6E0;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTYaX9rlbI {
  background-color: transparent;
}
.cid-uTYaX9rlbI .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTYaX9rlbI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTYaX9rlbI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTYaX9rlbI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTYaX9rlbI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTYaX9rlbI .menu_box .navbar.opened,
  .cid-uTYaX9rlbI .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTYaX9rlbI .navbar-dropdown {
  position: relative !important;
}
.cid-uTYaX9rlbI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTYaX9rlbI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTYaX9rlbI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTYaX9rlbI .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTYaX9rlbI .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTYaX9rlbI .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTYaX9rlbI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTYaX9rlbI .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTYaX9rlbI .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTYaX9rlbI .nav-item {
    margin: 0 !important;
  }
}
.cid-uTYaX9rlbI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTYaX9rlbI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTYaX9rlbI .nav-item .nav-link:hover,
.cid-uTYaX9rlbI .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTYaX9rlbI .nav-item .nav-link:hover::before,
.cid-uTYaX9rlbI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTYaX9rlbI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTYaX9rlbI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTYaX9rlbI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTYaX9rlbI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTYaX9rlbI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTYaX9rlbI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTYaX9rlbI .offcanvas_box {
    display: none;
  }
}
.cid-uTYaX9rlbI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTYaX9rlbI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTYaX9rlbI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTYaX9rlbI .container {
  display: flex;
  margin: auto;
}
.cid-uTYaX9rlbI .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTYaX9rlbI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTYaX9rlbI .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTYaX9rlbI .navbar-nav {
    margin: 0;
  }
}
.cid-uTYaX9rlbI .dropdown-menu,
.cid-uTYaX9rlbI .navbar.opened {
  background-color: false !important;
}
.cid-uTYaX9rlbI .nav-item:focus,
.cid-uTYaX9rlbI .nav-link:focus {
  outline: none;
}
.cid-uTYaX9rlbI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTYaX9rlbI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTYaX9rlbI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTYaX9rlbI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTYaX9rlbI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTYaX9rlbI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTYaX9rlbI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTYaX9rlbI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTYaX9rlbI .navbar.opened {
  transition: all 0.3s;
}
.cid-uTYaX9rlbI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTYaX9rlbI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTYaX9rlbI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTYaX9rlbI .navbar.collapsed {
  justify-content: center;
}
.cid-uTYaX9rlbI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTYaX9rlbI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTYaX9rlbI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTYaX9rlbI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTYaX9rlbI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTYaX9rlbI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTYaX9rlbI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYaX9rlbI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTYaX9rlbI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTYaX9rlbI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTYaX9rlbI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTYaX9rlbI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTYaX9rlbI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTYaX9rlbI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTYaX9rlbI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTYaX9rlbI .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTYaX9rlbI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTYaX9rlbI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTYaX9rlbI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTYaX9rlbI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTYaX9rlbI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTYaX9rlbI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTYaX9rlbI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTYaX9rlbI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTYaX9rlbI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTYaX9rlbI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTYaX9rlbI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTYaX9rlbI .dropdown-item.active,
.cid-uTYaX9rlbI .dropdown-item:active {
  background-color: transparent;
}
.cid-uTYaX9rlbI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTYaX9rlbI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTYaX9rlbI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTYaX9rlbI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTYaX9rlbI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTYaX9rlbI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTYaX9rlbI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTYaX9rlbI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTYaX9rlbI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTYaX9rlbI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYaX9rlbI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYaX9rlbI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTYaX9rlbI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYaX9rlbI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTYaX9rlbI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTYaX9rlbI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYaX9rlbI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTYaX9rlbI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTYaX9rlbI .navbar {
    height: 70px;
  }
  .cid-uTYaX9rlbI .navbar.opened {
    height: auto;
  }
  .cid-uTYaX9rlbI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTYaX9rlbI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTYaX9rlbI .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTYaX9rlbI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTYaX9rlbI .text_widget {
  margin-bottom: 32px;
}
.cid-uTYaX9rlbI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTYaX9rlbI .text_widget a:hover,
.cid-uTYaX9rlbI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTYaX9rlbI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTYaX9rlbI .contacts-wrapper {
  min-width: 240px;
}
.cid-uTYaX9rlbI .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYaX9rlbI .contacts-wrapper .mbr-phone:hover,
.cid-uTYaX9rlbI .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTYaX9rlbI .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYaX9rlbI .contacts-wrapper .mbr-email:hover,
.cid-uTYaX9rlbI .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTYaX9rlbI .navbar-caption {
  color: #ff8576;
}
.cid-uTYaX9rlbI .mbr-phone {
  color: #02504f;
}
.cid-uTYaX9rlbI .mbr-email {
  color: #033e3d;
}
.cid-uTYaX9rlbI .mbr-section-subtitle,
.cid-uTYaX9rlbI .text_widget,
.cid-uTYaX9rlbI .mbr-section-btn {
  text-align: center;
}
.cid-uTYaX9rlbI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTYaXayXla {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uTYaXayXla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYaXayXla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYaXayXla .card {
  justify-content: center;
}
.cid-uTYaXayXla .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTYaXayXla .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYaXayXla .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uTYaXayXla .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTYaXayXla .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uTYaXayXla .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTYaXayXla .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTYaXayXla .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uTYaXayXla .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTYaXayXla .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uTYaXayXla .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uTYaXayXla .mbr-section-title {
  color: #f24d4a;
}
.cid-uTYaXayXla .mbr-text {
  color: #f24d4a;
}
.cid-uTYaXayXla .mbr-section-title,
.cid-uTYaXayXla .mbr-section-btn {
  color: #02504f;
}
.cid-uTYaXayXla .mbr-text,
.cid-uTYaXayXla .text-wrapper {
  color: #ffffff;
}
.cid-uTYaXbmUL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uTYaXbmUL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYaXbmUL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYaXbmUL6 .container {
    padding: 0 22px;
  }
}
.cid-uTYaXbmUL6 .row {
  justify-content: space-between;
}
.cid-uTYaXbmUL6 .row .card {
  justify-content: center;
}
.cid-uTYaXbmUL6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTYaXbmUL6 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uTYaXbmUL6 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uTYaXbmUL6 .image-wrapper {
  position: relative;
}
.cid-uTYaXbmUL6 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uTYaXbmUL6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uTYaXbmUL6 .mbr-section-title {
  color: #02504f;
}
.cid-uTYaXbmUL6 .mbr-desc {
  color: #000000;
}
.cid-uTYaXbmUL6 .mbr-text {
  color: #000000;
}
.cid-uTYaXccNzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTYaXccNzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYaXccNzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYaXccNzy .container {
    padding: 0 30px;
  }
}
.cid-uTYaXccNzy .row {
  justify-content: center;
}
.cid-uTYaXccNzy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYaXccNzy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTYaXccNzy .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYaXccNzy .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTYaXccNzy .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTYaXccNzy .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTYaXccNzy .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTYaXccNzy .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uTYaXccNzy .mbr-section-title {
  color: #22654E;
}
.cid-uTYaXccNzy .mbr-text {
  color: #144031;
}
.cid-uTYaXccNzy .list,
.cid-uTYaXccNzy .item-wrap {
  color: #000000;
}
.cid-uTYaXcWatd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTYaXcWatd .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTYaXcWatd .container {
    padding: 0 24px;
  }
}
.cid-uTYaXcWatd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTYaXcWatd .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTYaXcWatd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTYaXcWatd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTYaXcWatd .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTYaXcWatd .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTYaXcWatd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTYaXcWatd .mbr-text {
  color: #F9F6E0;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTYcoH2UEB {
  background-color: transparent;
}
.cid-uTYcoH2UEB .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTYcoH2UEB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTYcoH2UEB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTYcoH2UEB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTYcoH2UEB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTYcoH2UEB .menu_box .navbar.opened,
  .cid-uTYcoH2UEB .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTYcoH2UEB .navbar-dropdown {
  position: relative !important;
}
.cid-uTYcoH2UEB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTYcoH2UEB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTYcoH2UEB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTYcoH2UEB .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTYcoH2UEB .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTYcoH2UEB .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTYcoH2UEB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTYcoH2UEB .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTYcoH2UEB .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTYcoH2UEB .nav-item {
    margin: 0 !important;
  }
}
.cid-uTYcoH2UEB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTYcoH2UEB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTYcoH2UEB .nav-item .nav-link:hover,
.cid-uTYcoH2UEB .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTYcoH2UEB .nav-item .nav-link:hover::before,
.cid-uTYcoH2UEB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTYcoH2UEB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTYcoH2UEB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTYcoH2UEB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTYcoH2UEB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTYcoH2UEB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTYcoH2UEB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTYcoH2UEB .offcanvas_box {
    display: none;
  }
}
.cid-uTYcoH2UEB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTYcoH2UEB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTYcoH2UEB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTYcoH2UEB .container {
  display: flex;
  margin: auto;
}
.cid-uTYcoH2UEB .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTYcoH2UEB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTYcoH2UEB .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTYcoH2UEB .navbar-nav {
    margin: 0;
  }
}
.cid-uTYcoH2UEB .dropdown-menu,
.cid-uTYcoH2UEB .navbar.opened {
  background-color: false !important;
}
.cid-uTYcoH2UEB .nav-item:focus,
.cid-uTYcoH2UEB .nav-link:focus {
  outline: none;
}
.cid-uTYcoH2UEB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTYcoH2UEB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTYcoH2UEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTYcoH2UEB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTYcoH2UEB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTYcoH2UEB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTYcoH2UEB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTYcoH2UEB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTYcoH2UEB .navbar.opened {
  transition: all 0.3s;
}
.cid-uTYcoH2UEB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTYcoH2UEB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTYcoH2UEB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTYcoH2UEB .navbar.collapsed {
  justify-content: center;
}
.cid-uTYcoH2UEB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTYcoH2UEB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTYcoH2UEB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTYcoH2UEB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTYcoH2UEB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTYcoH2UEB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTYcoH2UEB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYcoH2UEB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTYcoH2UEB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTYcoH2UEB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTYcoH2UEB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTYcoH2UEB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTYcoH2UEB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTYcoH2UEB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTYcoH2UEB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTYcoH2UEB .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTYcoH2UEB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTYcoH2UEB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTYcoH2UEB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTYcoH2UEB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTYcoH2UEB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTYcoH2UEB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTYcoH2UEB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTYcoH2UEB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTYcoH2UEB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTYcoH2UEB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTYcoH2UEB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTYcoH2UEB .dropdown-item.active,
.cid-uTYcoH2UEB .dropdown-item:active {
  background-color: transparent;
}
.cid-uTYcoH2UEB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTYcoH2UEB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTYcoH2UEB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTYcoH2UEB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTYcoH2UEB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTYcoH2UEB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTYcoH2UEB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTYcoH2UEB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTYcoH2UEB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTYcoH2UEB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYcoH2UEB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYcoH2UEB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTYcoH2UEB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYcoH2UEB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTYcoH2UEB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTYcoH2UEB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYcoH2UEB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTYcoH2UEB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTYcoH2UEB .navbar {
    height: 70px;
  }
  .cid-uTYcoH2UEB .navbar.opened {
    height: auto;
  }
  .cid-uTYcoH2UEB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTYcoH2UEB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTYcoH2UEB .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTYcoH2UEB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTYcoH2UEB .text_widget {
  margin-bottom: 32px;
}
.cid-uTYcoH2UEB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTYcoH2UEB .text_widget a:hover,
.cid-uTYcoH2UEB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTYcoH2UEB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTYcoH2UEB .contacts-wrapper {
  min-width: 240px;
}
.cid-uTYcoH2UEB .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYcoH2UEB .contacts-wrapper .mbr-phone:hover,
.cid-uTYcoH2UEB .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTYcoH2UEB .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYcoH2UEB .contacts-wrapper .mbr-email:hover,
.cid-uTYcoH2UEB .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTYcoH2UEB .navbar-caption {
  color: #ff8576;
}
.cid-uTYcoH2UEB .mbr-phone {
  color: #02504f;
}
.cid-uTYcoH2UEB .mbr-email {
  color: #033e3d;
}
.cid-uTYcoH2UEB .mbr-section-subtitle,
.cid-uTYcoH2UEB .text_widget,
.cid-uTYcoH2UEB .mbr-section-btn {
  text-align: center;
}
.cid-uTYcoH2UEB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTYcoIi9fO {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uTYcoIi9fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYcoIi9fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYcoIi9fO .card {
  justify-content: center;
}
.cid-uTYcoIi9fO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTYcoIi9fO .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYcoIi9fO .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uTYcoIi9fO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTYcoIi9fO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uTYcoIi9fO .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTYcoIi9fO .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTYcoIi9fO .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uTYcoIi9fO .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTYcoIi9fO .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uTYcoIi9fO .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uTYcoIi9fO .mbr-section-title {
  color: #f24d4a;
}
.cid-uTYcoIi9fO .mbr-text {
  color: #f24d4a;
}
.cid-uTYcoIi9fO .mbr-section-title,
.cid-uTYcoIi9fO .mbr-section-btn {
  color: #02504f;
}
.cid-uTYcoIi9fO .mbr-text,
.cid-uTYcoIi9fO .text-wrapper {
  color: #ffffff;
}
.cid-uTYcoJamHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uTYcoJamHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYcoJamHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYcoJamHk .container {
    padding: 0 22px;
  }
}
.cid-uTYcoJamHk .row {
  justify-content: space-between;
}
.cid-uTYcoJamHk .row .card {
  justify-content: center;
}
.cid-uTYcoJamHk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTYcoJamHk .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uTYcoJamHk .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uTYcoJamHk .image-wrapper {
  position: relative;
}
.cid-uTYcoJamHk .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uTYcoJamHk .image-wrapper img {
    height: 350px;
  }
}
.cid-uTYcoJamHk .mbr-section-title {
  color: #02504f;
}
.cid-uTYcoJamHk .mbr-desc {
  color: #000000;
}
.cid-uTYcoJamHk .mbr-text {
  color: #000000;
}
.cid-uTYcoKciP2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTYcoKciP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYcoKciP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYcoKciP2 .container {
    padding: 0 30px;
  }
}
.cid-uTYcoKciP2 .row {
  justify-content: center;
}
.cid-uTYcoKciP2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYcoKciP2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTYcoKciP2 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYcoKciP2 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTYcoKciP2 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTYcoKciP2 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTYcoKciP2 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTYcoKciP2 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uTYcoKciP2 .mbr-section-title {
  color: #22654E;
}
.cid-uTYcoKciP2 .mbr-text {
  color: #144031;
}
.cid-uTYcoKciP2 .list,
.cid-uTYcoKciP2 .item-wrap {
  color: #000000;
}
.cid-uTYcoKR1cM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTYcoKR1cM .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTYcoKR1cM .container {
    padding: 0 24px;
  }
}
.cid-uTYcoKR1cM .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTYcoKR1cM .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTYcoKR1cM .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTYcoKR1cM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTYcoKR1cM .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTYcoKR1cM .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTYcoKR1cM .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTYcoKR1cM .mbr-text {
  color: #F9F6E0;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uTYs3Js0Bk {
  background-color: transparent;
}
.cid-uTYs3Js0Bk .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTYs3Js0Bk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTYs3Js0Bk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTYs3Js0Bk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTYs3Js0Bk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTYs3Js0Bk .menu_box .navbar.opened,
  .cid-uTYs3Js0Bk .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTYs3Js0Bk .navbar-dropdown {
  position: relative !important;
}
.cid-uTYs3Js0Bk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTYs3Js0Bk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTYs3Js0Bk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTYs3Js0Bk .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTYs3Js0Bk .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTYs3Js0Bk .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTYs3Js0Bk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTYs3Js0Bk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTYs3Js0Bk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTYs3Js0Bk .nav-item {
    margin: 0 !important;
  }
}
.cid-uTYs3Js0Bk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTYs3Js0Bk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTYs3Js0Bk .nav-item .nav-link:hover,
.cid-uTYs3Js0Bk .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTYs3Js0Bk .nav-item .nav-link:hover::before,
.cid-uTYs3Js0Bk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTYs3Js0Bk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTYs3Js0Bk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTYs3Js0Bk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTYs3Js0Bk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTYs3Js0Bk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTYs3Js0Bk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTYs3Js0Bk .offcanvas_box {
    display: none;
  }
}
.cid-uTYs3Js0Bk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTYs3Js0Bk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTYs3Js0Bk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTYs3Js0Bk .container {
  display: flex;
  margin: auto;
}
.cid-uTYs3Js0Bk .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTYs3Js0Bk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTYs3Js0Bk .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTYs3Js0Bk .navbar-nav {
    margin: 0;
  }
}
.cid-uTYs3Js0Bk .dropdown-menu,
.cid-uTYs3Js0Bk .navbar.opened {
  background-color: false !important;
}
.cid-uTYs3Js0Bk .nav-item:focus,
.cid-uTYs3Js0Bk .nav-link:focus {
  outline: none;
}
.cid-uTYs3Js0Bk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTYs3Js0Bk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTYs3Js0Bk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTYs3Js0Bk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTYs3Js0Bk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTYs3Js0Bk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTYs3Js0Bk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTYs3Js0Bk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTYs3Js0Bk .navbar.opened {
  transition: all 0.3s;
}
.cid-uTYs3Js0Bk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTYs3Js0Bk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTYs3Js0Bk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTYs3Js0Bk .navbar.collapsed {
  justify-content: center;
}
.cid-uTYs3Js0Bk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTYs3Js0Bk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTYs3Js0Bk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTYs3Js0Bk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTYs3Js0Bk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTYs3Js0Bk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTYs3Js0Bk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYs3Js0Bk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTYs3Js0Bk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTYs3Js0Bk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTYs3Js0Bk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTYs3Js0Bk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTYs3Js0Bk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTYs3Js0Bk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTYs3Js0Bk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTYs3Js0Bk .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTYs3Js0Bk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTYs3Js0Bk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTYs3Js0Bk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTYs3Js0Bk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTYs3Js0Bk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTYs3Js0Bk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTYs3Js0Bk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTYs3Js0Bk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTYs3Js0Bk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTYs3Js0Bk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTYs3Js0Bk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTYs3Js0Bk .dropdown-item.active,
.cid-uTYs3Js0Bk .dropdown-item:active {
  background-color: transparent;
}
.cid-uTYs3Js0Bk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTYs3Js0Bk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTYs3Js0Bk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTYs3Js0Bk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTYs3Js0Bk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTYs3Js0Bk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTYs3Js0Bk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTYs3Js0Bk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTYs3Js0Bk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTYs3Js0Bk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYs3Js0Bk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTYs3Js0Bk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTYs3Js0Bk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYs3Js0Bk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTYs3Js0Bk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTYs3Js0Bk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTYs3Js0Bk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTYs3Js0Bk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTYs3Js0Bk .navbar {
    height: 70px;
  }
  .cid-uTYs3Js0Bk .navbar.opened {
    height: auto;
  }
  .cid-uTYs3Js0Bk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTYs3Js0Bk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTYs3Js0Bk .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTYs3Js0Bk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTYs3Js0Bk .text_widget {
  margin-bottom: 32px;
}
.cid-uTYs3Js0Bk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTYs3Js0Bk .text_widget a:hover,
.cid-uTYs3Js0Bk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTYs3Js0Bk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTYs3Js0Bk .contacts-wrapper {
  min-width: 240px;
}
.cid-uTYs3Js0Bk .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYs3Js0Bk .contacts-wrapper .mbr-phone:hover,
.cid-uTYs3Js0Bk .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTYs3Js0Bk .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTYs3Js0Bk .contacts-wrapper .mbr-email:hover,
.cid-uTYs3Js0Bk .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTYs3Js0Bk .navbar-caption {
  color: #ff8576;
}
.cid-uTYs3Js0Bk .mbr-phone {
  color: #02504f;
}
.cid-uTYs3Js0Bk .mbr-email {
  color: #033e3d;
}
.cid-uTYs3Js0Bk .mbr-section-subtitle,
.cid-uTYs3Js0Bk .text_widget,
.cid-uTYs3Js0Bk .mbr-section-btn {
  text-align: center;
}
.cid-uTYs3Js0Bk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTYs3KPwGs {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uTYs3KPwGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYs3KPwGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYs3KPwGs .card {
  justify-content: center;
}
.cid-uTYs3KPwGs .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTYs3KPwGs .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uTYs3KPwGs .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uTYs3KPwGs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uTYs3KPwGs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uTYs3KPwGs .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTYs3KPwGs .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTYs3KPwGs .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uTYs3KPwGs .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uTYs3KPwGs .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uTYs3KPwGs .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uTYs3KPwGs .mbr-section-title {
  color: #f24d4a;
}
.cid-uTYs3KPwGs .mbr-text {
  color: #f24d4a;
}
.cid-uTYs3KPwGs .mbr-section-title,
.cid-uTYs3KPwGs .mbr-section-btn {
  color: #02504f;
}
.cid-uTYs3KPwGs .mbr-text,
.cid-uTYs3KPwGs .text-wrapper {
  color: #ffffff;
}
.cid-uTYufLAnXy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uTYufLAnXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYufLAnXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYufLAnXy .items-wrap {
  justify-content: space-between;
}
.cid-uTYufLAnXy .title-wrapper {
  margin-bottom: 32px;
}
.cid-uTYufLAnXy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTYufLAnXy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTYufLAnXy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTYufLAnXy .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uTYufLAnXy .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTYufLAnXy .video-block {
    margin-bottom: 24px;
  }
}
.cid-uTYufLAnXy .mbr-figure__img {
  object-fit: cover;
}
.cid-uTYufLAnXy .app-video-wrapper::before {
  color: #e7ff34;
  box-shadow: none;
}
.cid-uTYufLAnXy .mbr-section-title {
  color: #000000;
}
.cid-uTYufLAnXy .mbr-text {
  color: #000000;
}
.cid-uTYufLAnXy .mbr-section-title,
.cid-uTYufLAnXy .mbr-section-btn {
  color: #02504f;
}
.cid-uTYs3MJljn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTYs3MJljn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYs3MJljn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTYs3MJljn .container {
    padding: 0 30px;
  }
}
.cid-uTYs3MJljn .row {
  justify-content: center;
}
.cid-uTYs3MJljn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYs3MJljn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTYs3MJljn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYs3MJljn .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTYs3MJljn .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTYs3MJljn .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTYs3MJljn .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTYs3MJljn .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uTYs3MJljn .mbr-section-title {
  color: #22654E;
}
.cid-uTYs3MJljn .mbr-text {
  color: #144031;
}
.cid-uTYs3MJljn .list,
.cid-uTYs3MJljn .item-wrap {
  color: #000000;
}
.cid-uTYs3NrKQt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTYs3NrKQt .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uTYs3NrKQt .container {
    padding: 0 24px;
  }
}
.cid-uTYs3NrKQt .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTYs3NrKQt .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uTYs3NrKQt .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uTYs3NrKQt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTYs3NrKQt .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTYs3NrKQt .mbr-section-btn {
    text-align: left;
  }
}
.cid-uTYs3NrKQt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uTYs3NrKQt .mbr-text {
  color: #F9F6E0;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
.cid-uUwoZlqubB {
  background-color: transparent;
}
.cid-uUwoZlqubB .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uUwoZlqubB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uUwoZlqubB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUwoZlqubB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUwoZlqubB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUwoZlqubB .menu_box .navbar.opened,
  .cid-uUwoZlqubB .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUwoZlqubB .navbar-dropdown {
  position: relative !important;
}
.cid-uUwoZlqubB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUwoZlqubB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uUwoZlqubB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUwoZlqubB .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uUwoZlqubB .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUwoZlqubB .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uUwoZlqubB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUwoZlqubB .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uUwoZlqubB .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uUwoZlqubB .nav-item {
    margin: 0 !important;
  }
}
.cid-uUwoZlqubB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uUwoZlqubB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uUwoZlqubB .nav-item .nav-link:hover,
.cid-uUwoZlqubB .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uUwoZlqubB .nav-item .nav-link:hover::before,
.cid-uUwoZlqubB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUwoZlqubB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUwoZlqubB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUwoZlqubB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUwoZlqubB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUwoZlqubB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUwoZlqubB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUwoZlqubB .offcanvas_box {
    display: none;
  }
}
.cid-uUwoZlqubB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUwoZlqubB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUwoZlqubB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUwoZlqubB .container {
  display: flex;
  margin: auto;
}
.cid-uUwoZlqubB .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUwoZlqubB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUwoZlqubB .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uUwoZlqubB .navbar-nav {
    margin: 0;
  }
}
.cid-uUwoZlqubB .dropdown-menu,
.cid-uUwoZlqubB .navbar.opened {
  background-color: false !important;
}
.cid-uUwoZlqubB .nav-item:focus,
.cid-uUwoZlqubB .nav-link:focus {
  outline: none;
}
.cid-uUwoZlqubB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUwoZlqubB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUwoZlqubB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUwoZlqubB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUwoZlqubB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUwoZlqubB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUwoZlqubB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUwoZlqubB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUwoZlqubB .navbar.opened {
  transition: all 0.3s;
}
.cid-uUwoZlqubB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUwoZlqubB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uUwoZlqubB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUwoZlqubB .navbar.collapsed {
  justify-content: center;
}
.cid-uUwoZlqubB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUwoZlqubB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUwoZlqubB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUwoZlqubB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUwoZlqubB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUwoZlqubB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUwoZlqubB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUwoZlqubB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUwoZlqubB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUwoZlqubB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUwoZlqubB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUwoZlqubB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUwoZlqubB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUwoZlqubB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUwoZlqubB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUwoZlqubB .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uUwoZlqubB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUwoZlqubB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUwoZlqubB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUwoZlqubB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUwoZlqubB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUwoZlqubB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUwoZlqubB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUwoZlqubB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUwoZlqubB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUwoZlqubB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUwoZlqubB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUwoZlqubB .dropdown-item.active,
.cid-uUwoZlqubB .dropdown-item:active {
  background-color: transparent;
}
.cid-uUwoZlqubB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uUwoZlqubB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUwoZlqubB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUwoZlqubB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUwoZlqubB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUwoZlqubB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUwoZlqubB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uUwoZlqubB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUwoZlqubB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUwoZlqubB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUwoZlqubB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUwoZlqubB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUwoZlqubB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUwoZlqubB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUwoZlqubB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUwoZlqubB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUwoZlqubB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUwoZlqubB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUwoZlqubB .navbar {
    height: 70px;
  }
  .cid-uUwoZlqubB .navbar.opened {
    height: auto;
  }
  .cid-uUwoZlqubB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUwoZlqubB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uUwoZlqubB .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uUwoZlqubB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUwoZlqubB .text_widget {
  margin-bottom: 32px;
}
.cid-uUwoZlqubB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUwoZlqubB .text_widget a:hover,
.cid-uUwoZlqubB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUwoZlqubB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uUwoZlqubB .contacts-wrapper {
  min-width: 240px;
}
.cid-uUwoZlqubB .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUwoZlqubB .contacts-wrapper .mbr-phone:hover,
.cid-uUwoZlqubB .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uUwoZlqubB .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUwoZlqubB .contacts-wrapper .mbr-email:hover,
.cid-uUwoZlqubB .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uUwoZlqubB .navbar-caption {
  color: #ff8576;
}
.cid-uUwoZlqubB .mbr-phone {
  color: #02504f;
}
.cid-uUwoZlqubB .mbr-email {
  color: #033e3d;
}
.cid-uUwoZlqubB .mbr-section-subtitle,
.cid-uUwoZlqubB .text_widget,
.cid-uUwoZlqubB .mbr-section-btn {
  text-align: center;
}
.cid-uUwoZlqubB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUwoZm1uTJ {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uUwoZm1uTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwoZm1uTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwoZm1uTJ .card {
  justify-content: center;
}
.cid-uUwoZm1uTJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUwoZm1uTJ .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uUwoZm1uTJ .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uUwoZm1uTJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uUwoZm1uTJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUwoZm1uTJ .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUwoZm1uTJ .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUwoZm1uTJ .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uUwoZm1uTJ .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uUwoZm1uTJ .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uUwoZm1uTJ .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uUwoZm1uTJ .mbr-section-title {
  color: #f24d4a;
}
.cid-uUwoZm1uTJ .mbr-text {
  color: #f24d4a;
}
.cid-uUwoZm1uTJ .mbr-section-title,
.cid-uUwoZm1uTJ .mbr-section-btn {
  color: #02504f;
}
.cid-uUwoZm1uTJ .mbr-text,
.cid-uUwoZm1uTJ .text-wrapper {
  color: #ffffff;
}
.cid-uUwoZmu1H7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4f3f4;
}
.cid-uUwoZmu1H7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwoZmu1H7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUwoZmu1H7 .container {
    padding: 0 22px;
  }
}
.cid-uUwoZmu1H7 .row {
  justify-content: space-between;
}
.cid-uUwoZmu1H7 .row .card {
  justify-content: center;
}
.cid-uUwoZmu1H7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUwoZmu1H7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uUwoZmu1H7 .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uUwoZmu1H7 .image-wrapper {
  position: relative;
}
.cid-uUwoZmu1H7 .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uUwoZmu1H7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUwoZmu1H7 .mbr-section-title {
  color: #02504f;
}
.cid-uUwoZmu1H7 .mbr-desc {
  color: #000000;
}
.cid-uUwoZmu1H7 .mbr-text {
  color: #000000;
}
.cid-uUwoZmXBew {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUwoZmXBew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwoZmXBew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUwoZmXBew .container {
    padding: 0 30px;
  }
}
.cid-uUwoZmXBew .row {
  justify-content: center;
}
.cid-uUwoZmXBew .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUwoZmXBew .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUwoZmXBew .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUwoZmXBew .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uUwoZmXBew .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uUwoZmXBew .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uUwoZmXBew .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUwoZmXBew .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uUwoZmXBew .mbr-section-title {
  color: #22654E;
}
.cid-uUwoZmXBew .mbr-text {
  color: #144031;
}
.cid-uUwoZmXBew .list,
.cid-uUwoZmXBew .item-wrap {
  color: #000000;
}
.cid-uUV0HZsF3q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUV0HZsF3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUV0HZsF3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUV0HZsF3q .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uUV0HZsF3q .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uUV0HZsF3q .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uUV0HZsF3q .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uUV0HZsF3q .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uUV0HZsF3q .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uUV0HZsF3q .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uUV0HZsF3q .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #056362;
}
.cid-uUV0HZsF3q .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uUV0HZsF3q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #056362;
  border-radius: 100%;
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUV0HZsF3q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uUV0HZsF3q .mbr-label,
.cid-uUV0HZsF3q .label-wrapper {
  color: #000000;
}
.cid-uUV0HZsF3q .mbr-section-title {
  color: #033e3d;
}
.cid-uUV0HZsF3q .mbr-text {
  color: #232323;
}
.cid-uUV0HZsF3q .card-title {
  color: #033e3d;
}
.cid-uUV0HZsF3q .card-text {
  color: #232323;
}
.cid-uUV0HZsF3q .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uUV0HZsF3q .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUV0HZsF3q .item-star,
.cid-uUV0HZsF3q .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uUV0HZsF3q .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uUULpU1pdl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uUULpU1pdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUULpU1pdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUULpU1pdl .content-wrapper {
  background: #edefeb;
}
@media (max-width: 991px) {
  .cid-uUULpU1pdl .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uUULpU1pdl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUULpU1pdl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUULpU1pdl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUULpU1pdl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uUULpU1pdl .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUULpU1pdl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUULpU1pdl .card-title {
  color: #033e3d;
}
.cid-uUULqOYbgW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUULqOYbgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUULqOYbgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUULqOYbgW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uUULqOYbgW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUULqOYbgW .container {
    padding: 0 16px;
  }
}
.cid-uUULqOYbgW .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uUULqOYbgW .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uUULqOYbgW .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #26a0a0;
}
.cid-uUULqOYbgW .item .item-wrapper {
  height: 100%;
}
.cid-uUULqOYbgW .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #26a0a0;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uUULqOYbgW .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uUULqOYbgW .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uUULqOYbgW .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uUULqOYbgW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUULqOYbgW .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uUULqOYbgW .item-emoji {
  color: #000000;
}
.cid-uUULqOYbgW .item-title {
  color: #000000;
}
.cid-uUULqOYbgW .item-text {
  color: #edefeb;
}
.cid-uUULqOYbgW .item-title,
.cid-uUULqOYbgW .mbr-section-btn {
  color: #ffffff;
}
.cid-uUULqOYbgW .card-title {
  text-align: center;
}
.cid-uUwoZnugRo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUwoZnugRo .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUwoZnugRo .container {
    padding: 0 24px;
  }
}
.cid-uUwoZnugRo .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUwoZnugRo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUwoZnugRo .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUwoZnugRo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUwoZnugRo .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUwoZnugRo .mbr-section-btn {
    text-align: left;
  }
}
.cid-uUwoZnugRo .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUwoZnugRo .mbr-text {
  color: #F9F6E0;
}
.cid-uUwoZnT4iu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uUwoZnT4iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUwoZnT4iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUwoZnT4iu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUwoZnT4iu .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUwoZnT4iu .row {
    text-align: center;
  }
  .cid-uUwoZnT4iu .row > div {
    margin: auto;
  }
  .cid-uUwoZnT4iu .social-row {
    justify-content: center;
  }
}
.cid-uUwoZnT4iu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUwoZnT4iu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUwoZnT4iu .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUwoZnT4iu .list {
    margin-bottom: 1rem;
  }
}
.cid-uUwoZnT4iu .mbr-text {
  color: #bbbbbb;
}
.cid-uUwoZnT4iu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uUwoZnT4iu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uUwoZnT4iu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uUwoZnT4iu .mbr-section-subtitle {
  text-align: center;
}
.cid-uUwoZnT4iu .powered {
  text-align: center;
}
.cid-uUwoZnT4iu hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uUwoZnT4iu H5 {
  text-align: center;
}
.cid-uUwoZnT4iu .list H5 {
  text-align: center;
}
.cid-uUBKrL3VOw {
  background-color: transparent;
}
.cid-uUBKrL3VOw .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uUBKrL3VOw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uUBKrL3VOw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUBKrL3VOw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUBKrL3VOw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUBKrL3VOw .menu_box .navbar.opened,
  .cid-uUBKrL3VOw .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUBKrL3VOw .navbar-dropdown {
  position: relative !important;
}
.cid-uUBKrL3VOw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uUBKrL3VOw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uUBKrL3VOw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUBKrL3VOw .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uUBKrL3VOw .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUBKrL3VOw .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uUBKrL3VOw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUBKrL3VOw .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uUBKrL3VOw .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uUBKrL3VOw .nav-item {
    margin: 0 !important;
  }
}
.cid-uUBKrL3VOw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uUBKrL3VOw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uUBKrL3VOw .nav-item .nav-link:hover,
.cid-uUBKrL3VOw .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uUBKrL3VOw .nav-item .nav-link:hover::before,
.cid-uUBKrL3VOw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUBKrL3VOw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUBKrL3VOw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUBKrL3VOw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUBKrL3VOw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUBKrL3VOw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUBKrL3VOw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUBKrL3VOw .offcanvas_box {
    display: none;
  }
}
.cid-uUBKrL3VOw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUBKrL3VOw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUBKrL3VOw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUBKrL3VOw .container {
  display: flex;
  margin: auto;
}
.cid-uUBKrL3VOw .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUBKrL3VOw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUBKrL3VOw .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uUBKrL3VOw .navbar-nav {
    margin: 0;
  }
}
.cid-uUBKrL3VOw .dropdown-menu,
.cid-uUBKrL3VOw .navbar.opened {
  background-color: false !important;
}
.cid-uUBKrL3VOw .nav-item:focus,
.cid-uUBKrL3VOw .nav-link:focus {
  outline: none;
}
.cid-uUBKrL3VOw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUBKrL3VOw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUBKrL3VOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUBKrL3VOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUBKrL3VOw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBKrL3VOw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBKrL3VOw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUBKrL3VOw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUBKrL3VOw .navbar.opened {
  transition: all 0.3s;
}
.cid-uUBKrL3VOw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUBKrL3VOw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uUBKrL3VOw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUBKrL3VOw .navbar.collapsed {
  justify-content: center;
}
.cid-uUBKrL3VOw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUBKrL3VOw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUBKrL3VOw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUBKrL3VOw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUBKrL3VOw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUBKrL3VOw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUBKrL3VOw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUBKrL3VOw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUBKrL3VOw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUBKrL3VOw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUBKrL3VOw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUBKrL3VOw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUBKrL3VOw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUBKrL3VOw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUBKrL3VOw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUBKrL3VOw .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uUBKrL3VOw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUBKrL3VOw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUBKrL3VOw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUBKrL3VOw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUBKrL3VOw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUBKrL3VOw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUBKrL3VOw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUBKrL3VOw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUBKrL3VOw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUBKrL3VOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUBKrL3VOw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUBKrL3VOw .dropdown-item.active,
.cid-uUBKrL3VOw .dropdown-item:active {
  background-color: transparent;
}
.cid-uUBKrL3VOw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uUBKrL3VOw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUBKrL3VOw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUBKrL3VOw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUBKrL3VOw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUBKrL3VOw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUBKrL3VOw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uUBKrL3VOw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUBKrL3VOw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUBKrL3VOw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBKrL3VOw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUBKrL3VOw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUBKrL3VOw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBKrL3VOw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBKrL3VOw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBKrL3VOw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBKrL3VOw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUBKrL3VOw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUBKrL3VOw .navbar {
    height: 70px;
  }
  .cid-uUBKrL3VOw .navbar.opened {
    height: auto;
  }
  .cid-uUBKrL3VOw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUBKrL3VOw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uUBKrL3VOw .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uUBKrL3VOw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUBKrL3VOw .text_widget {
  margin-bottom: 32px;
}
.cid-uUBKrL3VOw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUBKrL3VOw .text_widget a:hover,
.cid-uUBKrL3VOw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uUBKrL3VOw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uUBKrL3VOw .contacts-wrapper {
  min-width: 240px;
}
.cid-uUBKrL3VOw .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUBKrL3VOw .contacts-wrapper .mbr-phone:hover,
.cid-uUBKrL3VOw .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uUBKrL3VOw .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUBKrL3VOw .contacts-wrapper .mbr-email:hover,
.cid-uUBKrL3VOw .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uUBKrL3VOw .navbar-caption {
  color: #ff8576;
}
.cid-uUBKrL3VOw .mbr-phone {
  color: #02504f;
}
.cid-uUBKrL3VOw .mbr-email {
  color: #033e3d;
}
.cid-uUBKrL3VOw .mbr-section-subtitle,
.cid-uUBKrL3VOw .text_widget,
.cid-uUBKrL3VOw .mbr-section-btn {
  text-align: center;
}
.cid-uUBKrL3VOw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUBKrN3oOr {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uUBKrN3oOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBKrN3oOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBKrN3oOr .card {
  justify-content: center;
}
.cid-uUBKrN3oOr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUBKrN3oOr .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uUBKrN3oOr .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uUBKrN3oOr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uUBKrN3oOr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUBKrN3oOr .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uUBKrN3oOr .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUBKrN3oOr .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uUBKrN3oOr .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uUBKrN3oOr .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uUBKrN3oOr .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uUBKrN3oOr .mbr-section-title {
  color: #f24d4a;
}
.cid-uUBKrN3oOr .mbr-text {
  color: #f24d4a;
}
.cid-uUBKrN3oOr .mbr-section-title,
.cid-uUBKrN3oOr .mbr-section-btn {
  color: #02504f;
}
.cid-uUBKrN3oOr .mbr-text,
.cid-uUBKrN3oOr .text-wrapper {
  color: #ffffff;
}
.cid-uUBKrOeaiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f3f4;
}
.cid-uUBKrOeaiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBKrOeaiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUBKrOeaiN .container {
    padding: 0 22px;
  }
}
.cid-uUBKrOeaiN .row {
  justify-content: space-between;
}
.cid-uUBKrOeaiN .row .card {
  justify-content: center;
}
.cid-uUBKrOeaiN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUBKrOeaiN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uUBKrOeaiN .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-uUBKrOeaiN .image-wrapper {
  position: relative;
}
.cid-uUBKrOeaiN .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uUBKrOeaiN .image-wrapper img {
    height: 350px;
  }
}
.cid-uUBKrOeaiN .mbr-section-title {
  color: #02504f;
}
.cid-uUBKrOeaiN .mbr-desc {
  color: #000000;
}
.cid-uUBKrOeaiN .mbr-text {
  color: #000000;
}
.cid-uUBKrP4MmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUBKrP4MmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBKrP4MmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUBKrP4MmS .container {
    padding: 0 30px;
  }
}
.cid-uUBKrP4MmS .row {
  justify-content: center;
}
.cid-uUBKrP4MmS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUBKrP4MmS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUBKrP4MmS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUBKrP4MmS .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uUBKrP4MmS .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uUBKrP4MmS .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uUBKrP4MmS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUBKrP4MmS .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uUBKrP4MmS .mbr-section-title {
  color: #22654E;
}
.cid-uUBKrP4MmS .mbr-text {
  color: #144031;
}
.cid-uUBKrP4MmS .list,
.cid-uUBKrP4MmS .item-wrap {
  color: #000000;
}
.cid-uUBKrQuoMT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUBKrQuoMT .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uUBKrQuoMT .container {
    padding: 0 24px;
  }
}
.cid-uUBKrQuoMT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUBKrQuoMT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUBKrQuoMT .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUBKrQuoMT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUBKrQuoMT .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUBKrQuoMT .mbr-section-btn {
    text-align: left;
  }
}
.cid-uUBKrQuoMT .mbr-section-title {
  color: #F9F6E0;
}
.cid-uUBKrQuoMT .mbr-text {
  color: #F9F6E0;
}
.cid-uUBKrS4SCn {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uUBKrS4SCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBKrS4SCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBKrS4SCn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUBKrS4SCn .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uUBKrS4SCn .row {
    text-align: center;
  }
  .cid-uUBKrS4SCn .row > div {
    margin: auto;
  }
  .cid-uUBKrS4SCn .social-row {
    justify-content: center;
  }
}
.cid-uUBKrS4SCn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uUBKrS4SCn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uUBKrS4SCn .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUBKrS4SCn .list {
    margin-bottom: 1rem;
  }
}
.cid-uUBKrS4SCn .mbr-text {
  color: #bbbbbb;
}
.cid-uUBKrS4SCn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uUBKrS4SCn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uUBKrS4SCn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uUBKrS4SCn .mbr-section-subtitle {
  text-align: center;
}
.cid-uUBKrS4SCn .powered {
  text-align: center;
}
.cid-uUBKrS4SCn hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uUBKrS4SCn H5 {
  text-align: center;
}
.cid-uUBKrS4SCn .list H5 {
  text-align: center;
}
.cid-uTBgdxWwGG {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-dropdown {
  background-color: #f7f7f7 !important;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7f7f7 !important;
  background: #f7f7f7;
}
.cid-uTBgdxWwGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTBgdxWwGG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uTBgdxWwGG .menu_box .navbar.opened,
  .cid-uTBgdxWwGG .menu_box .navbar-collapse {
    background-color: #f7f7f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown {
  position: relative !important;
}
.cid-uTBgdxWwGG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 180px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uTBgdxWwGG .mbr-section-btn-main .btn {
  padding: 8px 60px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uTBgdxWwGG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uTBgdxWwGG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .nav-item {
    margin: 0 !important;
  }
}
.cid-uTBgdxWwGG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uTBgdxWwGG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f7ac9b;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover,
.cid-uTBgdxWwGG .nav-item .nav-link:focus {
  color: #f7ac9b !important;
}
.cid-uTBgdxWwGG .nav-item .nav-link:hover::before,
.cid-uTBgdxWwGG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uTBgdxWwGG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uTBgdxWwGG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uTBgdxWwGG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uTBgdxWwGG .offcanvas_box {
    display: none;
  }
}
.cid-uTBgdxWwGG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uTBgdxWwGG .container {
  display: flex;
  margin: auto;
}
.cid-uTBgdxWwGG .iconfont-wrapper {
  color: #ffffff;
  background-color: #02504f;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uTBgdxWwGG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uTBgdxWwGG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav {
    margin: 0;
  }
}
.cid-uTBgdxWwGG .dropdown-menu,
.cid-uTBgdxWwGG .navbar.opened {
  background-color: false !important;
}
.cid-uTBgdxWwGG .nav-item:focus,
.cid-uTBgdxWwGG .nav-link:focus {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTBgdxWwGG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTBgdxWwGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTBgdxWwGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTBgdxWwGG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uTBgdxWwGG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uTBgdxWwGG .navbar.opened {
  transition: all 0.3s;
}
.cid-uTBgdxWwGG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uTBgdxWwGG .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uTBgdxWwGG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar.collapsed {
  justify-content: center;
}
.cid-uTBgdxWwGG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTBgdxWwGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTBgdxWwGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uTBgdxWwGG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTBgdxWwGG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uTBgdxWwGG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uTBgdxWwGG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTBgdxWwGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uTBgdxWwGG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uTBgdxWwGG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uTBgdxWwGG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uTBgdxWwGG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uTBgdxWwGG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTBgdxWwGG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uTBgdxWwGG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTBgdxWwGG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uTBgdxWwGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTBgdxWwGG .dropdown-item.active,
.cid-uTBgdxWwGG .dropdown-item:active {
  background-color: transparent;
}
.cid-uTBgdxWwGG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTBgdxWwGG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTBgdxWwGG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTBgdxWwGG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uTBgdxWwGG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTBgdxWwGG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7f7f7;
  background: #02504f;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBgdxWwGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTBgdxWwGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBgdxWwGG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTBgdxWwGG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTBgdxWwGG .navbar {
    height: 70px;
  }
  .cid-uTBgdxWwGG .navbar.opened {
    height: auto;
  }
  .cid-uTBgdxWwGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTBgdxWwGG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uTBgdxWwGG .navbar-caption:hover {
  color: #f7ac9b;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uTBgdxWwGG .text_widget {
  margin-bottom: 32px;
}
.cid-uTBgdxWwGG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uTBgdxWwGG .text_widget a:hover,
.cid-uTBgdxWwGG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uTBgdxWwGG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uTBgdxWwGG .contacts-wrapper {
  min-width: 240px;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-phone:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:hover,
.cid-uTBgdxWwGG .contacts-wrapper .mbr-email:focus {
  color: #f7ac9b;
}
.cid-uTBgdxWwGG .navbar-caption {
  color: #ff8576;
}
.cid-uTBgdxWwGG .mbr-phone {
  color: #02504f;
}
.cid-uTBgdxWwGG .mbr-email {
  color: #033e3d;
}
.cid-uTBgdxWwGG .mbr-section-subtitle,
.cid-uTBgdxWwGG .text_widget,
.cid-uTBgdxWwGG .mbr-section-btn {
  text-align: center;
}
.cid-uTBgdxWwGG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVaFBnvEm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uVaFBnvEm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaFBnvEm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVaFBnvEm6 .container {
    padding: 0 15px;
  }
}
.cid-uVaFBnvEm6 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uVaFBnvEm6 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uVaFBnvEm6 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uVaFBnvEm6 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVaFBnvEm6 .content-wrap {
    display: block;
  }
}
.cid-uVaFBnvEm6 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVaFBnvEm6 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uVaFBnvEm6 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVaFBnvEm6 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uVaFBnvEm6 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uVaFBnvEm6 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uVaFBnvEm6 .mbr-section-title {
  color: #033e3d;
}
.cid-uVaFBnvEm6 .mbr-desc,
.cid-uVaFBnvEm6 .desc-wrapper {
  color: #3f1819;
}
.cid-uTYKYgmgLo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #02504f;
}
.cid-uTYKYgmgLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYKYgmgLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYKYgmgLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .media-wrap {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTYKYgmgLo .row {
    text-align: center;
  }
  .cid-uTYKYgmgLo .row > div {
    margin: auto;
  }
  .cid-uTYKYgmgLo .social-row {
    justify-content: center;
  }
}
.cid-uTYKYgmgLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTYKYgmgLo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYKYgmgLo .list {
    margin-bottom: 1rem;
  }
}
.cid-uTYKYgmgLo .mbr-text {
  color: #bbbbbb;
}
.cid-uTYKYgmgLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTYKYgmgLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTYKYgmgLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTYKYgmgLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uTYKYgmgLo .powered {
  text-align: center;
}
.cid-uTYKYgmgLo hr {
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uTYKYgmgLo H5 {
  text-align: center;
}
.cid-uTYKYgmgLo .list H5 {
  text-align: center;
}
