.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: 'Roboto Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.35rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.35rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f69b24 !important;
}
.bg-success {
  background-color: #2396d1 !important;
}
.bg-info {
  background-color: #f69b24 !important;
}
.bg-warning {
  background-color: #2396d1 !important;
}
.bg-danger {
  background-color: #f69b24 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f69b24 !important;
  border-color: #f69b24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f8b155 !important;
  border-color: #f8b155 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f8b155 !important;
  border-color: #f8b155 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #11a5b5 !important;
  border-color: #11a5b5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #15d0e4 !important;
  border-color: #15d0e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #15d0e4 !important;
  border-color: #15d0e4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f69b24 !important;
  border-color: #f69b24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f8b155 !important;
  border-color: #f8b155 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f8b155 !important;
  border-color: #f8b155 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2396d1 !important;
  border-color: #2396d1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #47ace0 !important;
  border-color: #47ace0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #47ace0 !important;
  border-color: #47ace0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2396d1 !important;
  border-color: #2396d1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #47ace0 !important;
  border-color: #47ace0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #47ace0 !important;
  border-color: #47ace0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f69b24 !important;
  border-color: #f69b24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f8b155 !important;
  border-color: #f8b155 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f8b155 !important;
  border-color: #f8b155 !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: #f69b24;
  color: #f69b24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bc6e08 !important;
  background-color: transparent !important;
  border-color: #bc6e08 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f69b24 !important;
  border-color: #f69b24 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #11a5b5;
  color: #11a5b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a5d66 !important;
  background-color: transparent !important;
  border-color: #0a5d66 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #11a5b5 !important;
  border-color: #11a5b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f69b24;
  color: #f69b24;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #bc6e08 !important;
  background-color: transparent !important;
  border-color: #bc6e08 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f69b24 !important;
  border-color: #f69b24 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2396d1;
  color: #2396d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #176187 !important;
  background-color: transparent !important;
  border-color: #176187 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2396d1 !important;
  border-color: #2396d1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2396d1;
  color: #2396d1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #176187 !important;
  background-color: transparent !important;
  border-color: #176187 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2396d1 !important;
  border-color: #2396d1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f69b24;
  color: #f69b24;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bc6e08 !important;
  background-color: transparent !important;
  border-color: #bc6e08 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f69b24 !important;
  border-color: #f69b24 !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: #f69b24 !important;
}
.text-secondary {
  color: #11a5b5 !important;
}
.text-success {
  color: #2396d1 !important;
}
.text-info {
  color: #f69b24 !important;
}
.text-warning {
  color: #2396d1 !important;
}
.text-danger {
  color: #f69b24 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ad6507 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #085058 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #14577a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ad6507 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #14577a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ad6507 !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: #f69b24;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f69b24;
}
.alert-warning {
  background-color: #2396d1;
}
.alert-danger {
  background-color: #f69b24;
}
.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: #f69b24;
  border-color: #f69b24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f69b24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4e8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cae7f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef4e8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cae7f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef4e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #f69b24 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f69b24;
}
/* 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: #f69b24;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f69b24;
}
.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: #f69b24;
  border-bottom-color: #f69b24;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f69b24 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #11a5b5 !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='%23f69b24' %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;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: relative !important;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: absolute !important;
}
.cid-uAXy9blJ1E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAXy9blJ1E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAXy9blJ1E .dropdown-item:hover,
.cid-uAXy9blJ1E .dropdown-item:focus {
  background: #f69b24 !important;
  color: white !important;
}
.cid-uAXy9blJ1E .dropdown-item:hover span {
  color: white;
}
.cid-uAXy9blJ1E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAXy9blJ1E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAXy9blJ1E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAXy9blJ1E .nav-link {
  position: relative;
}
.cid-uAXy9blJ1E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container {
    flex-wrap: nowrap;
  }
}
.cid-uAXy9blJ1E .navbar-nav {
  margin: 0 auto;
}
.cid-uAXy9blJ1E .dropdown-menu,
.cid-uAXy9blJ1E .navbar.opened {
  background: #f69b24 !important;
}
.cid-uAXy9blJ1E .nav-item:focus,
.cid-uAXy9blJ1E .nav-link:focus {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAXy9blJ1E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAXy9blJ1E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 155, 36, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uAXy9blJ1E .navbar.opened {
  transition: all 0.3s;
}
.cid-uAXy9blJ1E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAXy9blJ1E .navbar .navbar-logo img {
  width: auto;
}
.cid-uAXy9blJ1E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar.collapsed {
  justify-content: center;
}
.cid-uAXy9blJ1E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAXy9blJ1E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAXy9blJ1E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAXy9blJ1E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAXy9blJ1E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAXy9blJ1E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAXy9blJ1E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAXy9blJ1E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAXy9blJ1E .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown-item.active,
.cid-uAXy9blJ1E .dropdown-item:active {
  background-color: transparent;
}
.cid-uAXy9blJ1E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f69b24;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAXy9blJ1E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAXy9blJ1E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAXy9blJ1E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAXy9blJ1E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAXy9blJ1E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAXy9blJ1E .navbar {
    height: 70px;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    height: auto;
  }
  .cid-uAXy9blJ1E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAXy9blJ1E .container,
.cid-uAXy9blJ1E .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container:before,
  .cid-uAXy9blJ1E .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAXy9blJ1E .navbar-short {
  background-color: #f69b24 !important;
}
.cid-uAXy9blJ1E .navbar-short .container,
.cid-uAXy9blJ1E .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAXy9blJ1E .navbar-short .container:before,
.cid-uAXy9blJ1E .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAXy9blJ1E .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAXy9blJ1E .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAXy9blJ1E .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar {
    overflow: hidden;
  }
  .cid-uAXy9blJ1E .container,
  .cid-uAXy9blJ1E .container-fluid {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-brand {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-short .container,
  .cid-uAXy9blJ1E .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAXy9blJ1E .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    background: rgba(246, 155, 36, 0) !important;
  }
  .cid-uAXy9blJ1E .navbar.navbar-short {
    background-color: #f69b24 !important;
  }
  .cid-uAXy9blJ1E .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAXy9blJ1E .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAXy9blJ1E .mbr-section-btn {
    text-align: left;
  }
  .cid-uAXy9blJ1E .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAXy9blJ1E .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #f69b24;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-u4sydNf6tC {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/sunsh4-2000x1500.jpg");
}
.cid-u4sydNf6tC .mbr-overlay {
  background-color: #11a5b5;
  opacity: 0.9;
}
.cid-u4sydNf6tC .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u4sydNf6tC {
    align-items: flex-end;
  }
  .cid-u4sydNf6tC .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4sydNf6tC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4sydNf6tC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4sydNf6tC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4sydNf6tC .content-wrap {
    width: 100%;
  }
}
.cid-u4sydNf6tC .mbr-section-title {
  text-align: left;
}
.cid-u4sydNf6tC .mbr-text,
.cid-u4sydNf6tC .mbr-section-btn {
  text-align: left;
}
.cid-u4pK5qzqxM {
  background-color: #ffffff;
}
.cid-u4pK5qzqxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pK5qzqxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4pK5qzqxM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .container {
    padding: 0 16px;
  }
}
.cid-u4pK5qzqxM .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper {
    padding: 0;
  }
}
.cid-u4pK5qzqxM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u4pK5qzqxM .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4pK5qzqxM .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u4pK5qzqxM .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u4pK5qzqxM .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u4pK5qzqxM .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper img {
    display: none;
  }
}
.cid-u4pK5qzqxM .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u4pK5qzqxM .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u4pK5qzqxM .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u4pK5qzqxM .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u4pK5qzqxM .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u4pK5qzqxM .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u4pK5qzqxM .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u4pK5qzqxM .mbr-section-title {
  color: #08323C;
}
.cid-u4pK5qzqxM .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u4pK5qzqxM .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-u4pK5qzqxM .mbr-section-title,
.cid-u4pK5qzqxM .mbr-section-btn {
  text-align: center;
  color: #11a5b5;
}
.cid-uAKwt2J5OM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff2f7;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cid-uAKwt2J5OM .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uAKwt2J5OM .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uAKwt2J5OM .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #11a5b5;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-uAKwt2J5OM .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uAKwt2J5OM .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uAKwt2J5OM .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uAKwt2J5OM .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-uAKwt2J5OM .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uAKwt2J5OM .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-uAKwt2J5OM .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-uAKwt2J5OM .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uAKwt2J5OM .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-uAKwt2J5OM .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uAKwt2J5OM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAKwt2J5OM .mbr-section-title,
.cid-uAKwt2J5OM .mbr-section-btn {
  color: #edefeb;
}
.cid-tZUo0Ojp4O {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/7xm.xyz206582-1560x1000.png");
}
.cid-tZUo0Ojp4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUo0Ojp4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZUo0Ojp4O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZUo0Ojp4O .container-fluid {
    padding: 0 30px;
  }
}
.cid-tZUo0Ojp4O .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZUo0Ojp4O .container {
    padding: 0 30px;
  }
}
.cid-tZUo0Ojp4O .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tZUo0Ojp4O .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tZUo0Ojp4O .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZUo0Ojp4O .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tZUo0Ojp4O .mbr-section-title {
  color: #ffffff;
}
.cid-tZUo0Ojp4O .mbr-text {
  color: #ffffff;
}
.cid-u3FynrtiOP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/careingsgl-2000x1334.jpg");
}
.cid-u3FynrtiOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3FynrtiOP .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-u3FynrtiOP .container {
    padding: 0 22px;
  }
}
.cid-u3FynrtiOP .content-wrapper {
  padding-bottom: 60%;
}
.cid-u3FynrtiOP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u3FynrtiOP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u3FynrtiOP .mbr-section-title {
  color: #ffffff;
}
.cid-u3FynrtiOP .mbr-text {
  color: #232323;
}
.cid-u3FynrtiOP .mbr-section-title,
.cid-u3FynrtiOP .mbr-section-btn {
  color: #11a5b5;
}
.cid-u4pIfHBwqS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #11a5b5;
}
.cid-u4pIfHBwqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4pIfHBwqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u4pIfHBwqS .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-u4pIfHBwqS .mbr-section-title {
  color: #ffffff;
}
.cid-u4pIfHBwqS .mbr-text,
.cid-u4pIfHBwqS .mbr-section-btn {
  color: #ffffff;
}
.cid-u4pIfHBwqS .content-head {
  max-width: 800px;
}
.cid-u3WJisCaTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
@media (max-width: 992px) {
  .cid-u3WJisCaTm .container {
    padding: 0 16px;
  }
}
.cid-u3WJisCaTm .row {
  justify-content: space-between;
}
.cid-u3WJisCaTm .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u3WJisCaTm .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .cid-u3WJisCaTm .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u3WJisCaTm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3WJisCaTm .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3WJisCaTm .content-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-u3WJisCaTm .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-u3WJisCaTm .content-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-u3WJisCaTm .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #f6850c;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
.cid-u3WJisCaTm .content-wrapper .tags-wrapper .tags-wrap .mbr-tag:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-u3WJisCaTm .content-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  letter-spacing: .1em;
}
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-u3WJisCaTm .content-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-u3WJisCaTm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u3WJisCaTm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u3WJisCaTm .embla__slide .slide-content {
  width: 100%;
}
.cid-u3WJisCaTm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u3WJisCaTm .embla__button--next,
.cid-u3WJisCaTm .embla__button--prev {
  display: flex;
}
.cid-u3WJisCaTm .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #f69b24 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u3WJisCaTm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u3WJisCaTm .embla__button:hover {
  color: #2396d1 !important;
}
.cid-u3WJisCaTm .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-u3WJisCaTm .embla__button.embla__button--next {
  right: 0;
}
.cid-u3WJisCaTm .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-u3WJisCaTm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  box-shadow: 0 7px 20px #005f8c;
  border-radius: .5em;
}
.cid-u3WJisCaTm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u3WJisCaTm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u3WJisCaTm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u3WJisCaTm .mbr-section-title {
  color: #11a5b5;
  text-align: center;
}
.cid-u3WJisCaTm .mbr-section-subtitle {
  color: #080808;
}
.cid-u3WJisCaTm .mbr-text {
  color: #333333;
}
.cid-u3WJisCaTm .mbr-tag {
  color: #898989;
}
.cid-u3WJisCaTm .mbr-section-subtitle,
.cid-u3WJisCaTm .mbr-section-btn,
.cid-u3WJisCaTm .tags-wrapper {
  color: #f6850c;
}
.cid-u29vWxFwoW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f6850c;
}
.cid-u29vWxFwoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u29vWxFwoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u29vWxFwoW .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-u29vWxFwoW .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u29vWxFwoW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u29vWxFwoW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u29vWxFwoW .row {
  flex-direction: row-reverse;
}
.cid-u29vWxFwoW .image-wrapper {
  padding: 0 0.75rem;
}
.cid-u29vWxFwoW img,
.cid-u29vWxFwoW .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-u29vWxFwoW .mbr-section-title {
  color: #11a5b5;
  text-align: center;
}
.cid-u29vWxFwoW .mbr-text {
  color: #000000;
}
.cid-u29vWxFwoW .mbr-text,
.cid-u29vWxFwoW .mbr-section-btn {
  text-align: center;
}
.cid-u3JxCaOODO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3JxCaOODO .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-u3JxCaOODO .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 180px;
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .history-item {
    flex-wrap: wrap;
    margin-top: 110px;
  }
}
@media (max-width: 575px) {
  .cid-u3JxCaOODO .history-item {
    margin-top: 100px;
  }
}
.cid-u3JxCaOODO .history-item-first {
  margin-top: 0;
}
.cid-u3JxCaOODO .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-u3JxCaOODO .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-u3JxCaOODO .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .image-wrapper {
    max-width: 550px;
  }
}
.cid-u3JxCaOODO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3JxCaOODO .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-u3JxCaOODO .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-u3JxCaOODO .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u3JxCaOODO .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-u3JxCaOODO .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .text-wrapper {
    max-width: 550px;
  }
}
.cid-u3JxCaOODO .card-title {
  width: 100%;
  color: #A2A4A7;
}
.cid-u3JxCaOODO .card-subtitle {
  width: 100%;
  color: #f6850c;
  margin-top: 16px;
}
.cid-u3JxCaOODO .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-u3JxCaOODO .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-u3JxCaOODO .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u3JxCaOODO .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #45494e;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-u3JxCaOODO .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #45494e;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-u3JxCaOODO .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-u4r7Bpd4E2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #11a5b5;
  position: relative;
  overflow: hidden;
}
.cid-u4r7Bpd4E2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4r7Bpd4E2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4r7Bpd4E2 .text-wrapper {
  position: relative;
  z-index: 4;
}
.cid-u4r7Bpd4E2 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-u4r7Bpd4E2 .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-u4r7Bpd4E2 .mbr-text {
    width: 100%;
  }
}
.cid-u4r7Bpd4E2 .mbr-text b {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.cid-u4r7Bpd4E2 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-u4r7Bpd4E2 .img-bg {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 84vw;
  will-change: transform;
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(133deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-u4r7Bpd4E2 .img-bg {
    width: 80vw;
  }
}
.cid-u4r7Bpd4E2 .mbr-section-title,
.cid-u4r7Bpd4E2 .mbr-section-btn {
  color: #232323;
}
.cid-u1M8ffF51y {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/infinity24hrs-1500x617.png");
}
.cid-u1M8ffF51y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1M8ffF51y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1M8ffF51y .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1M8ffF51y .col-text {
    max-width: 624px;
  }
}
.cid-u1M8ffF51y .mbr-section-title {
  color: #3a341c;
  margin-bottom: 8px;
}
.cid-u1M8ffF51y .mbr-section-subtitle {
  color: #11a5b5;
}
.cid-u1M8ffF51y .mbr-text {
  margin-top: 24px;
  color: #232323;
}
.cid-u1M8ffF51y .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-u1M8ffF51y .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-u1M8ffF51y .card:not(:first-child) {
    border-left: 1px solid #ffffff;
  }
}
.cid-u1M8ffF51y .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u1M8ffF51y .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-u1M8ffF51y .card-title {
  color: #232323;
}
.cid-u3THiV5Jqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3THiV5Jqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3THiV5Jqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3THiV5Jqx .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3THiV5Jqx .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3THiV5Jqx .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3THiV5Jqx .item-img {
    width: 100%;
  }
}
.cid-u3THiV5Jqx .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3THiV5Jqx .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3THiV5Jqx .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3THiV5Jqx .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3THiV5Jqx .card-title {
  color: #11a5b5;
}
.cid-u3THiV5Jqx .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3THiV5Jqx .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3THiV5Jqx .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3THiV5Jqx .list-item {
  width: 100%;
}
.cid-u3THiV5Jqx .list-text {
  color: #131313;
}
.cid-u3THiV5Jqx .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3THiV5Jqx .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uAKu8rm20Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uAKu8rm20Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAKu8rm20Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAKu8rm20Z .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uAKu8rm20Z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uAKu8rm20Z .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-uAKu8rm20Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAKu8rm20Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAKu8rm20Z .content-head {
  max-width: 800px;
}
.cid-uAKu8rm20Z .mbr-section-title {
  color: #11a5b5;
}
.cid-tZUpcpmaI2 {
  background-color: #11a5b5;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZUpcpmaI2 .container-fluid {
  padding: 0 45px;
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-u4ANqaydRh {
  background-color: #11a5b5;
}
@media (min-width: 768px) {
  .cid-u4ANqaydRh {
    background-image: url("../../../assets/images/care-work-1-909x329.jpeg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-u4ANqaydRh .row {
  align-items: center;
}
.cid-u4ANqaydRh .image-wrapper {
  padding: 1rem;
}
.cid-u4ANqaydRh .col-text {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-u4ANqaydRh .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-u4ANqaydRh .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-u4ANqaydRh .col-text .radial-svg path {
    fill: #11a5b5;
  }
}
.cid-u4ANqaydRh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-u4ANqaydRh .text-wrapper {
    max-width: 400px;
  }
}
.cid-u4ANqaydRh .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-u4ANqaydRh .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-u4ANqaydRh .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u4ANqaydRh .btn-container {
  width: 100%;
}
.cid-u4ANqaydRh .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u4ANqaydRh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u4ANqaydRh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u4ANqaydRh .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-u4ANqaydRh .btn-white-outline:hover {
  color: #f69b24 !important;
  background: #ffffff !important;
}
.cid-u4ANqaydRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ANqaydRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-v {
  /* Type valid CSS here */
}
#custom-html-v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v p {
  font-size: 60px;
  color: #777;
}
.cid-tZUpcpmaI2 {
  background-color: #11a5b5;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZUpcpmaI2 .container-fluid {
  padding: 0 45px;
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: relative !important;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: absolute !important;
}
.cid-uAXy9blJ1E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAXy9blJ1E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAXy9blJ1E .dropdown-item:hover,
.cid-uAXy9blJ1E .dropdown-item:focus {
  background: #f69b24 !important;
  color: white !important;
}
.cid-uAXy9blJ1E .dropdown-item:hover span {
  color: white;
}
.cid-uAXy9blJ1E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAXy9blJ1E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAXy9blJ1E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAXy9blJ1E .nav-link {
  position: relative;
}
.cid-uAXy9blJ1E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container {
    flex-wrap: nowrap;
  }
}
.cid-uAXy9blJ1E .navbar-nav {
  margin: 0 auto;
}
.cid-uAXy9blJ1E .dropdown-menu,
.cid-uAXy9blJ1E .navbar.opened {
  background: #f69b24 !important;
}
.cid-uAXy9blJ1E .nav-item:focus,
.cid-uAXy9blJ1E .nav-link:focus {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAXy9blJ1E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAXy9blJ1E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 155, 36, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uAXy9blJ1E .navbar.opened {
  transition: all 0.3s;
}
.cid-uAXy9blJ1E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAXy9blJ1E .navbar .navbar-logo img {
  width: auto;
}
.cid-uAXy9blJ1E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar.collapsed {
  justify-content: center;
}
.cid-uAXy9blJ1E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAXy9blJ1E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAXy9blJ1E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAXy9blJ1E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAXy9blJ1E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAXy9blJ1E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAXy9blJ1E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAXy9blJ1E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAXy9blJ1E .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown-item.active,
.cid-uAXy9blJ1E .dropdown-item:active {
  background-color: transparent;
}
.cid-uAXy9blJ1E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f69b24;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAXy9blJ1E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAXy9blJ1E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAXy9blJ1E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAXy9blJ1E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAXy9blJ1E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAXy9blJ1E .navbar {
    height: 70px;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    height: auto;
  }
  .cid-uAXy9blJ1E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAXy9blJ1E .container,
.cid-uAXy9blJ1E .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container:before,
  .cid-uAXy9blJ1E .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAXy9blJ1E .navbar-short {
  background-color: #f69b24 !important;
}
.cid-uAXy9blJ1E .navbar-short .container,
.cid-uAXy9blJ1E .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAXy9blJ1E .navbar-short .container:before,
.cid-uAXy9blJ1E .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAXy9blJ1E .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAXy9blJ1E .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAXy9blJ1E .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar {
    overflow: hidden;
  }
  .cid-uAXy9blJ1E .container,
  .cid-uAXy9blJ1E .container-fluid {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-brand {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-short .container,
  .cid-uAXy9blJ1E .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAXy9blJ1E .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    background: rgba(246, 155, 36, 0) !important;
  }
  .cid-uAXy9blJ1E .navbar.navbar-short {
    background-color: #f69b24 !important;
  }
  .cid-uAXy9blJ1E .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAXy9blJ1E .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAXy9blJ1E .mbr-section-btn {
    text-align: left;
  }
  .cid-uAXy9blJ1E .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAXy9blJ1E .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #f69b24;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-u4ARsLS3qg {
  background-color: #11a5b5;
}
@media (min-width: 768px) {
  .cid-u4ARsLS3qg {
    background-image: url("../../../assets/images/sunsh59-1024x1024.jpeg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-u4ARsLS3qg .row {
  align-items: center;
}
.cid-u4ARsLS3qg .image-wrapper {
  padding: 1rem;
}
.cid-u4ARsLS3qg .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.cid-u4ARsLS3qg .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-u4ARsLS3qg .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-u4ARsLS3qg .col-text .radial-svg path {
    fill: #11a5b5;
  }
}
.cid-u4ARsLS3qg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-u4ARsLS3qg .text-wrapper {
    max-width: 400px;
  }
}
.cid-u4ARsLS3qg .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-u4ARsLS3qg .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-u4ARsLS3qg .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u4ARsLS3qg .btn-container {
  width: 100%;
}
.cid-u4ARsLS3qg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u4ARsLS3qg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u4ARsLS3qg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u4ARsLS3qg .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-u4ARsLS3qg .btn-white-outline:hover {
  color: #f69b24 !important;
  background: #ffffff !important;
}
.cid-u4ARsLS3qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ARsLS3qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4vvSc47Ze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u4vvSc47Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4vvSc47Ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u4vvSc47Ze .row {
    flex-direction: column-reverse;
  }
  .cid-u4vvSc47Ze .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4vvSc47Ze .google-map {
  height: 100%;
  position: relative;
}
.cid-u4vvSc47Ze .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u4vvSc47Ze .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-u4vvSc47Ze .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4vvSc47Ze .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4vvSc47Ze .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u4vvSc47Ze .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u4vvSc47Ze .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u4vvSc47Ze .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4vvSc47Ze .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u4vvSc47Ze .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #f69b24;
}
.cid-u4vvSc47Ze .mbr-section-title {
  color: #11a5b5;
}
.cid-u3WRJqDzH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/features11.svg");
}
.cid-u3WRJqDzH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3WRJqDzH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3WRJqDzH5 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u3WRJqDzH5 .container {
    padding: 0 24px;
  }
}
.cid-u3WRJqDzH5 .main-row {
  margin: 0;
}
.cid-u3WRJqDzH5 .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #00540b;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .main-row .card {
    padding: 0;
  }
}
.cid-u3WRJqDzH5 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .content-wrapper {
    padding: 24px;
  }
}
.cid-u3WRJqDzH5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u3WRJqDzH5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u3WRJqDzH5 .form-wrapper {
  border-left: 1px solid #00540b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .form-wrapper {
    padding: 24px !important;
  }
}
.cid-u3WRJqDzH5 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-u3WRJqDzH5 .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .dragArea.row .form-group {
    display: block;
  }
}
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #00540b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-control::placeholder {
  color: #f69b24;
}
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-control:hover,
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #00540b !important;
}
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-u3WRJqDzH5 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #11a5b5;
  border-color: #11a5b5;
}
.cid-u3WRJqDzH5 .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-u3WRJqDzH5 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u3WRJqDzH5 .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u3WRJqDzH5 .mbr-section-title {
  color: #11a5b5;
  text-align: right;
}
.cid-u3WRJqDzH5 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-u3WRJqDzH5 label {
  color: #F9F6E0;
}
.cid-u3WRJqDzH5 LABEL {
  color: #00540b;
}
.cid-u4vvFMBLrh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4vvFMBLrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4vvFMBLrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4vvFMBLrh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #f69b24;
  margin-left: 1rem;
}
.cid-u4vvFMBLrh .panel-group {
  border: none;
}
.cid-u4vvFMBLrh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4vvFMBLrh .panel-body,
.cid-u4vvFMBLrh .card-header {
  padding: 1rem 0;
}
.cid-u4vvFMBLrh .panel-title-edit {
  color: #000000;
}
.cid-u4vvFMBLrh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4vvFMBLrh H3 {
  color: #11a5b5;
}
.cid-u4B14vkmMN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/care-work-1-909x329.jpeg");
}
.cid-u4B14vkmMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4B14vkmMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4B14vkmMN .mbr-section-title {
  color: #f6f6ef;
}
.cid-u4B14vkmMN .mbr-section-btn {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-u4B14vkmMN .mbr-section-btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u4B14vkmMN .mbr-section-btn .btn {
    padding: 12px 46px;
  }
}
@media (max-width: 767px) {
  .cid-u4B14vkmMN .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-u4B14vkmMN .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-u4B14vkmMN .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-u4B14vkmMN .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-u4B14vkmMN .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
}
.cid-u4B14vkmMN .mbr-text a {
  text-decoration: underline !important;
}
.cid-u4B14vkmMN .mbr-text a:hover {
  color: inherit !important;
}
.cid-tZUpcpmaI2 {
  background-color: #11a5b5;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZUpcpmaI2 .container-fluid {
  padding: 0 45px;
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: relative !important;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: absolute !important;
}
.cid-uAXy9blJ1E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAXy9blJ1E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAXy9blJ1E .dropdown-item:hover,
.cid-uAXy9blJ1E .dropdown-item:focus {
  background: #f69b24 !important;
  color: white !important;
}
.cid-uAXy9blJ1E .dropdown-item:hover span {
  color: white;
}
.cid-uAXy9blJ1E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAXy9blJ1E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAXy9blJ1E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAXy9blJ1E .nav-link {
  position: relative;
}
.cid-uAXy9blJ1E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container {
    flex-wrap: nowrap;
  }
}
.cid-uAXy9blJ1E .navbar-nav {
  margin: 0 auto;
}
.cid-uAXy9blJ1E .dropdown-menu,
.cid-uAXy9blJ1E .navbar.opened {
  background: #f69b24 !important;
}
.cid-uAXy9blJ1E .nav-item:focus,
.cid-uAXy9blJ1E .nav-link:focus {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAXy9blJ1E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAXy9blJ1E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 155, 36, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uAXy9blJ1E .navbar.opened {
  transition: all 0.3s;
}
.cid-uAXy9blJ1E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAXy9blJ1E .navbar .navbar-logo img {
  width: auto;
}
.cid-uAXy9blJ1E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar.collapsed {
  justify-content: center;
}
.cid-uAXy9blJ1E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAXy9blJ1E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAXy9blJ1E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAXy9blJ1E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAXy9blJ1E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAXy9blJ1E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAXy9blJ1E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAXy9blJ1E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAXy9blJ1E .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown-item.active,
.cid-uAXy9blJ1E .dropdown-item:active {
  background-color: transparent;
}
.cid-uAXy9blJ1E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f69b24;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAXy9blJ1E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAXy9blJ1E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAXy9blJ1E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAXy9blJ1E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAXy9blJ1E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAXy9blJ1E .navbar {
    height: 70px;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    height: auto;
  }
  .cid-uAXy9blJ1E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAXy9blJ1E .container,
.cid-uAXy9blJ1E .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container:before,
  .cid-uAXy9blJ1E .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAXy9blJ1E .navbar-short {
  background-color: #f69b24 !important;
}
.cid-uAXy9blJ1E .navbar-short .container,
.cid-uAXy9blJ1E .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAXy9blJ1E .navbar-short .container:before,
.cid-uAXy9blJ1E .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAXy9blJ1E .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAXy9blJ1E .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAXy9blJ1E .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar {
    overflow: hidden;
  }
  .cid-uAXy9blJ1E .container,
  .cid-uAXy9blJ1E .container-fluid {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-brand {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-short .container,
  .cid-uAXy9blJ1E .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAXy9blJ1E .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    background: rgba(246, 155, 36, 0) !important;
  }
  .cid-uAXy9blJ1E .navbar.navbar-short {
    background-color: #f69b24 !important;
  }
  .cid-uAXy9blJ1E .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAXy9blJ1E .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAXy9blJ1E .mbr-section-btn {
    text-align: left;
  }
  .cid-uAXy9blJ1E .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAXy9blJ1E .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #f69b24;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-u4AP3mjT4L {
  background-color: #11a5b5;
}
@media (min-width: 768px) {
  .cid-u4AP3mjT4L {
    background-image: url("../../../assets/images/nurse-baby-health-mit-blog-7xm.xyz718434-2000x1333.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-u4AP3mjT4L .row {
  align-items: center;
}
.cid-u4AP3mjT4L .image-wrapper {
  padding: 1rem;
}
.cid-u4AP3mjT4L .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.cid-u4AP3mjT4L .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-u4AP3mjT4L .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-u4AP3mjT4L .col-text .radial-svg path {
    fill: #11a5b5;
  }
}
.cid-u4AP3mjT4L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-u4AP3mjT4L .text-wrapper {
    max-width: 400px;
  }
}
.cid-u4AP3mjT4L .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-u4AP3mjT4L .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-u4AP3mjT4L .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u4AP3mjT4L .btn-container {
  width: 100%;
}
.cid-u4AP3mjT4L .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u4AP3mjT4L .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u4AP3mjT4L .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u4AP3mjT4L .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-u4AP3mjT4L .btn-white-outline:hover {
  color: #f69b24 !important;
  background: #ffffff !important;
}
.cid-u4AP3mjT4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AP3mjT4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4vEfdkyCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4vEfdkyCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4vEfdkyCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4vEfdkyCy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4vEfdkyCy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4vEfdkyCy .container {
    padding: 0 16px;
  }
}
.cid-u4vEfdkyCy .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f69b24;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-u4vEfdkyCy .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-u4vEfdkyCy .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u4vEfdkyCy .image-wrapper img {
    height: 300px;
  }
}
.cid-u4vEfdkyCy .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u4vEfdkyCy .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4vEfdkyCy .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u4vEfdkyCy .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u4vEfdkyCy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u4vEfdkyCy .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u4vEfdkyCy .mbr-section-title,
.cid-u4vEfdkyCy .mbr-section-btn {
  color: #11a5b5;
}
.cid-u3X2BnXJ7E {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sunsh1-1024x1024.jpg");
  display: flex;
  align-items: center;
  min-height: 670px;
}
@media (max-width: 767px) {
  .cid-u3X2BnXJ7E {
    background-size: 200% 100%;
    background-position: left center;
  }
}
.cid-u3X2BnXJ7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3X2BnXJ7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .cid-u3X2BnXJ7E {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-u3X2BnXJ7E {
    min-height: 0;
  }
}
.cid-u3X2BnXJ7E .container {
  max-width: 100%;
  width: 100%;
  padding-left: 8%;
  padding-right: 46%;
}
@media (max-width: 991px) {
  .cid-u3X2BnXJ7E .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u3X2BnXJ7E .row {
  margin-left: -20px;
  margin-right: -20px;
}
.cid-u3X2BnXJ7E .row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-u3X2BnXJ7E .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u3X2BnXJ7E .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3X2BnXJ7E .content-container {
    padding-right: 200px;
  }
}
.cid-u3X2BnXJ7E .mbr-section-title {
  color: #11a5b5;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-u3X2BnXJ7E .mbr-section-title {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u3X2BnXJ7E .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u3X2BnXJ7E .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.cid-u3X2BnXJ7E .mbr-text {
  color: #112B6D;
  margin-bottom: 0.9rem;
  width: 100%;
}
.cid-u3X2BnXJ7E .mbr-section-btn {
  margin-top: 10px;
}
.cid-u3X2BnXJ7E .mbr-text,
.cid-u3X2BnXJ7E .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u4vE6zYDoX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4vE6zYDoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4vE6zYDoX .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-u4vE6zYDoX .container {
    padding: 0 16px;
  }
}
.cid-u4vE6zYDoX .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #11a5b5;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4vE6zYDoX .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u4vE6zYDoX .row {
    padding: 20px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4vE6zYDoX .row .card {
    margin-bottom: 20px;
  }
}
.cid-u4vE6zYDoX .row .card .image-wrapper img {
  height: 300px;
  border-radius: 16px;
  object-fit: cover;
}
.cid-u4vE6zYDoX .row .card:nth-child(2) .image-wrapper {
  margin-top: 10%;
}
@media (max-width: 992px) {
  .cid-u4vE6zYDoX .row .card:nth-child(2) .image-wrapper {
    margin-top: 0;
  }
}
.cid-u3X0nEGdjS {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/healthcare-assistant-jobs-in-canada-with-visa-sponsorship-1-2000x1235.png");
}
.cid-u3X0nEGdjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3X0nEGdjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3X0nEGdjS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .container {
    padding: 0 16px;
  }
}
.cid-u3X0nEGdjS .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .row {
    margin: 0 10px;
  }
}
.cid-u3X0nEGdjS .row .card {
  padding: 0;
}
.cid-u3X0nEGdjS .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #11a5b5;
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-u3X0nEGdjS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u3X0nEGdjS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u3X0nEGdjS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3X0nEGdjS .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u3X0nEGdjS .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u3X0nEGdjS .mbr-section-subtitle {
  color: #edefeb;
  text-align: center;
}
.cid-u3X0nEGdjS .mbr-section-title {
  color: #192227;
}
.cid-u3X0nEGdjS .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-u3X0nEGdjS .mbr-section-title,
.cid-u3X0nEGdjS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u4vTdzJsNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4vTdzJsNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4vTdzJsNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4vTdzJsNH .container,
.cid-u4vTdzJsNH .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4vTdzJsNH .container,
  .cid-u4vTdzJsNH .container-fluid {
    padding: 0 20px;
  }
}
.cid-u4vTdzJsNH .container .decor-wrapper,
.cid-u4vTdzJsNH .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4vTdzJsNH .container .decor-wrapper,
  .cid-u4vTdzJsNH .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-u4vTdzJsNH .container .decor-wrapper .decor,
.cid-u4vTdzJsNH .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #f7f7f7;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.cid-u4vTdzJsNH .container .decor-wrapper .decor:first-child,
.cid-u4vTdzJsNH .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.cid-u4vTdzJsNH .container .decor-wrapper .decor:last-child,
.cid-u4vTdzJsNH .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.cid-u4vTdzJsNH .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u4vTdzJsNH .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u4vTdzJsNH .title-wrapper .mbr-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #005f8c;
  margin-bottom: 50px;
}
.cid-u4vTdzJsNH .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .cid-u4vTdzJsNH .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.cid-u4vTdzJsNH .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u4vTdzJsNH .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u4vTdzJsNH .mbr-section-title {
  color: #ff9523;
}
.cid-u4vTdzJsNH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4vTdzJsNH .mbr-text {
  color: #ffffff;
}
.cid-u4vTdzJsNH .mbr-text,
.cid-u4vTdzJsNH .mbr-section-btn {
  color: #232323;
}
.cid-u4vTfR62vB {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #11a5b5;
}
.cid-u4vTfR62vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4vTfR62vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4vTfR62vB .container,
.cid-u4vTfR62vB .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .container,
  .cid-u4vTfR62vB .container-fluid {
    padding: 0 20px;
  }
}
.cid-u4vTfR62vB .container .decor-wrapper,
.cid-u4vTfR62vB .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .container .decor-wrapper,
  .cid-u4vTfR62vB .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-u4vTfR62vB .container .decor-wrapper .decor,
.cid-u4vTfR62vB .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #11a5b5;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-u4vTfR62vB .container .decor-wrapper .decor:first-child,
.cid-u4vTfR62vB .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-u4vTfR62vB .container .decor-wrapper .decor:last-child,
.cid-u4vTfR62vB .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-u4vTfR62vB .row {
  justify-content: space-between;
}
.cid-u4vTfR62vB .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u4vTfR62vB .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u4vTfR62vB .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .card {
    margin-bottom: 40px;
  }
}
.cid-u4vTfR62vB .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-u4vTfR62vB .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-u4vTfR62vB .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-u4vTfR62vB .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-u4vTfR62vB .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-u4vTfR62vB .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ed9b82;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-u4vTfR62vB .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u4vTfR62vB .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-u4vTfR62vB .mbr-section-title {
  color: #ffffff;
}
.cid-u4vTfR62vB .mbr-desc {
  color: #3d4045;
}
.cid-u4vTfR62vB .mbr-card-title {
  color: #ffffff;
}
.cid-u4vTfR62vB .mbr-text {
  color: #ffffff;
}
.cid-u4vTfR62vB .card-desc {
  text-align: right;
}
.cid-u4BxiCu2ju {
  background-color: #f6850c;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-u4BxiCu2ju .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-u4BxiCu2ju .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u4BxiCu2ju .row {
    margin-top: auto;
  }
}
.cid-u4BxiCu2ju .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-u4BxiCu2ju .img-bg-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u4BxiCu2ju .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 80% 60%, rgba(24, 24, 23, 0.95) 14%, transparent 71%), url("../../../assets/images/staff-image-1-1024x1024.jpeg");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.cid-u4BxiCu2ju .col-text {
  padding-right: 8.33333333% !important;
  padding-left: 8.33333333% !important;
}
@media (max-width: 991px) {
  .cid-u4BxiCu2ju .col-text {
    padding: 0 !important;
  }
}
.cid-u4BxiCu2ju .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-u4BxiCu2ju .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-u4BxiCu2ju .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-u4BxiCu2ju .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .cid-u4BxiCu2ju .mbr-text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-u4BxiCu2ju .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-u4BurUFp5m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/care-work-1-909x329.jpeg");
}
.cid-u4BurUFp5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4BurUFp5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4BurUFp5m .mbr-section-title {
  color: #f6f6ef;
}
.cid-u4BurUFp5m .mbr-section-btn {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-u4BurUFp5m .mbr-section-btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u4BurUFp5m .mbr-section-btn .btn {
    padding: 12px 46px;
  }
}
@media (max-width: 767px) {
  .cid-u4BurUFp5m .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-u4BurUFp5m .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-u4BurUFp5m .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-u4BurUFp5m .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-u4BurUFp5m .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
}
.cid-u4BurUFp5m .mbr-text a {
  text-decoration: underline !important;
}
.cid-u4BurUFp5m .mbr-text a:hover {
  color: inherit !important;
}
.cid-tZUpcpmaI2 {
  background-color: #11a5b5;
}
.cid-tZUpcpmaI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUpcpmaI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZUpcpmaI2 .container-fluid {
  padding: 0 45px;
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .container {
    padding: 0 25px;
  }
}
.cid-tZUpcpmaI2 .row {
  justify-content: space-between;
}
.cid-tZUpcpmaI2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tZUpcpmaI2 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .list-content {
    display: block;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper,
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .nav-wrapper,
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .mbr-list-title,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tZUpcpmaI2 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tZUpcpmaI2 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tZUpcpmaI2 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZUpcpmaI2 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tZUpcpmaI2 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tZUpcpmaI2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tZUpcpmaI2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-list-title {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .list {
  color: #ffffff;
}
.cid-tZUpcpmaI2 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tZUpcpmaI2 .mbr-brand {
  color: #ffffff;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: relative !important;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  position: absolute !important;
}
.cid-uAXy9blJ1E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAXy9blJ1E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAXy9blJ1E .dropdown-item:hover,
.cid-uAXy9blJ1E .dropdown-item:focus {
  background: #f69b24 !important;
  color: white !important;
}
.cid-uAXy9blJ1E .dropdown-item:hover span {
  color: white;
}
.cid-uAXy9blJ1E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAXy9blJ1E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAXy9blJ1E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAXy9blJ1E .nav-link {
  position: relative;
}
.cid-uAXy9blJ1E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container {
    flex-wrap: nowrap;
  }
}
.cid-uAXy9blJ1E .navbar-nav {
  margin: 0 auto;
}
.cid-uAXy9blJ1E .dropdown-menu,
.cid-uAXy9blJ1E .navbar.opened {
  background: #f69b24 !important;
}
.cid-uAXy9blJ1E .nav-item:focus,
.cid-uAXy9blJ1E .nav-link:focus {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAXy9blJ1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAXy9blJ1E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAXy9blJ1E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAXy9blJ1E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 155, 36, 0);
  border: none !important;
  box-shadow: none !important;
}
.cid-uAXy9blJ1E .navbar.opened {
  transition: all 0.3s;
}
.cid-uAXy9blJ1E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAXy9blJ1E .navbar .navbar-logo img {
  width: auto;
}
.cid-uAXy9blJ1E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar.collapsed {
  justify-content: center;
}
.cid-uAXy9blJ1E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAXy9blJ1E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAXy9blJ1E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAXy9blJ1E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAXy9blJ1E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAXy9blJ1E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAXy9blJ1E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAXy9blJ1E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAXy9blJ1E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAXy9blJ1E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAXy9blJ1E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAXy9blJ1E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAXy9blJ1E .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAXy9blJ1E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAXy9blJ1E .dropdown-item.active,
.cid-uAXy9blJ1E .dropdown-item:active {
  background-color: transparent;
}
.cid-uAXy9blJ1E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAXy9blJ1E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f69b24;
}
.cid-uAXy9blJ1E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAXy9blJ1E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAXy9blJ1E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAXy9blJ1E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAXy9blJ1E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAXy9blJ1E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAXy9blJ1E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAXy9blJ1E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAXy9blJ1E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAXy9blJ1E .navbar {
    height: 70px;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    height: auto;
  }
  .cid-uAXy9blJ1E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAXy9blJ1E .container,
.cid-uAXy9blJ1E .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAXy9blJ1E .container:before,
  .cid-uAXy9blJ1E .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAXy9blJ1E .navbar-short {
  background-color: #f69b24 !important;
}
.cid-uAXy9blJ1E .navbar-short .container,
.cid-uAXy9blJ1E .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAXy9blJ1E .navbar-short .container:before,
.cid-uAXy9blJ1E .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAXy9blJ1E .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAXy9blJ1E .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAXy9blJ1E .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAXy9blJ1E .navbar {
    overflow: hidden;
  }
  .cid-uAXy9blJ1E .container,
  .cid-uAXy9blJ1E .container-fluid {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-brand {
    min-height: 85px;
  }
  .cid-uAXy9blJ1E .navbar-short .container,
  .cid-uAXy9blJ1E .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAXy9blJ1E .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAXy9blJ1E .navbar.opened {
    background: rgba(246, 155, 36, 0) !important;
  }
  .cid-uAXy9blJ1E .navbar.navbar-short {
    background-color: #f69b24 !important;
  }
  .cid-uAXy9blJ1E .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAXy9blJ1E .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAXy9blJ1E .mbr-section-btn {
    text-align: left;
  }
  .cid-uAXy9blJ1E .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAXy9blJ1E .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #f69b24;
    z-index: 4;
    transition: 0.1s all;
  }
}
