.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: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.08rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.35rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.864rem;
    font-size: calc( 1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fff555 !important;
}
.bg-success {
  background-color: #44cc44 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #7343ad !important;
}
.bg-danger {
  background-color: #ff8055 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff555 !important;
  border-color: #fff555 !important;
  color: #555000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff888 !important;
  border-color: #fff888 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #555000 !important;
  background-color: #fff888 !important;
  border-color: #fff888 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7343ad !important;
  border-color: #7343ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !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: #fff555;
  color: #fff555;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fdee00 !important;
  background-color: transparent !important;
  border-color: #fdee00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #555000 !important;
  background-color: #fff555 !important;
  border-color: #fff555 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #44cc44;
  color: #44cc44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #289228 !important;
  background-color: transparent !important;
  border-color: #289228 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7343ad;
  color: #7343ad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #492b6f !important;
  background-color: transparent !important;
  border-color: #492b6f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7343ad !important;
  border-color: #7343ad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !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: #fff555 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #44cc44 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #7343ad !important;
}
.text-danger {
  color: #ff8055 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #eee000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #248624 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #422763 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ee3c00 !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: #fff555;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #7343ad;
}
.alert-danger {
  background-color: #ff8055;
}
.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: #fff555;
  border-color: #fff555;
  color: #6e6800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff555;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4f8e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b598d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fff555 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fff555;
}
/* 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: #fff555;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff555;
}
.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: #fff555;
  border-bottom-color: #fff555;
}
.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: #fff555 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23fff555' %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;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff555;
  border-radius: 100%;
  color: #000000 !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #fff555;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ffffff !important;
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-tYpMYKQbvW {
  background-color: transparent;
}
.cid-tYpMYKQbvW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tYpMYKQbvW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tYpMYKQbvW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYpMYKQbvW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYpMYKQbvW .menu_box .navbar.opened,
  .cid-tYpMYKQbvW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYpMYKQbvW .navbar-dropdown {
  position: relative !important;
}
.cid-tYpMYKQbvW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYpMYKQbvW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYpMYKQbvW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-tYpMYKQbvW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYpMYKQbvW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYpMYKQbvW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYpMYKQbvW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYpMYKQbvW .offcanvas-body .mbr-text,
  .cid-tYpMYKQbvW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYpMYKQbvW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYpMYKQbvW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYpMYKQbvW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpMYKQbvW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYpMYKQbvW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYpMYKQbvW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYpMYKQbvW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYpMYKQbvW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-tYpMYKQbvW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYpMYKQbvW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .nav-item {
    margin: 0 !important;
  }
}
.cid-tYpMYKQbvW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tYpMYKQbvW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tYpMYKQbvW .nav-item .nav-link:hover::before,
.cid-tYpMYKQbvW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tYpMYKQbvW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYpMYKQbvW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpMYKQbvW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYpMYKQbvW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYpMYKQbvW .offcanvas_box {
    display: none;
  }
}
.cid-tYpMYKQbvW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYpMYKQbvW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYpMYKQbvW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYpMYKQbvW .container {
  display: flex;
  margin: auto;
}
.cid-tYpMYKQbvW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYpMYKQbvW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYpMYKQbvW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYpMYKQbvW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .navbar-nav {
    margin: 0;
  }
}
.cid-tYpMYKQbvW .dropdown-menu,
.cid-tYpMYKQbvW .navbar.opened {
  background-color: false !important;
}
.cid-tYpMYKQbvW .nav-item:focus,
.cid-tYpMYKQbvW .nav-link:focus {
  outline: none;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYpMYKQbvW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYpMYKQbvW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYpMYKQbvW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYpMYKQbvW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYpMYKQbvW .navbar.opened {
  transition: all 0.3s;
}
.cid-tYpMYKQbvW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYpMYKQbvW .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYpMYKQbvW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYpMYKQbvW .navbar.collapsed {
  justify-content: center;
}
.cid-tYpMYKQbvW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYpMYKQbvW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYpMYKQbvW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYpMYKQbvW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYpMYKQbvW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYpMYKQbvW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYpMYKQbvW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYpMYKQbvW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYpMYKQbvW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYpMYKQbvW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYpMYKQbvW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYpMYKQbvW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYpMYKQbvW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYpMYKQbvW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYpMYKQbvW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYpMYKQbvW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYpMYKQbvW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYpMYKQbvW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYpMYKQbvW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYpMYKQbvW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYpMYKQbvW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYpMYKQbvW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYpMYKQbvW .dropdown-item.active,
.cid-tYpMYKQbvW .dropdown-item:active {
  background-color: transparent;
}
.cid-tYpMYKQbvW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tYpMYKQbvW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYpMYKQbvW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYpMYKQbvW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYpMYKQbvW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYpMYKQbvW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYpMYKQbvW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fff555;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYpMYKQbvW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYpMYKQbvW .navbar {
    height: 70px;
  }
  .cid-tYpMYKQbvW .navbar.opened {
    height: auto;
  }
  .cid-tYpMYKQbvW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYpMYKQbvW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tYpMYKQbvW .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-tYpMYKQbvW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYpMYKQbvW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYpMYKQbvW .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-tYpMYKQbvW .navbar-caption:hover {
  color: #fff555;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYpMYKQbvW .text_widget {
  margin-bottom: 32px;
}
.cid-tYpMYKQbvW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYpMYKQbvW .text_widget a:hover,
.cid-tYpMYKQbvW .text_widget a:focus {
  opacity: .8;
}
.cid-tYpMYKQbvW .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff555;
}
.cid-tYpMYKQbvW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYpMYKQbvW .navbar-caption {
  color: #000000;
}
.cid-tYpMYKQbvW .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-tYpMYKQbvW .mbr-section-subtitle,
.cid-tYpMYKQbvW .text_widget,
.cid-tYpMYKQbvW .mbr-section-btn {
  text-align: center;
}
.cid-tYpMYKQbvW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYpMZ0XSZz {
  background-image: url("../../../assets/images/1-18.webp");
}
.cid-tYpMZ0XSZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpMZ0XSZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpMZ0XSZz .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-tYpMZ0XSZz .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpMZ0XSZz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYpMZ0XSZz .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-tYpMZ0XSZz .container {
    padding: 0 20px;
  }
}
.cid-tYpMZ0XSZz .row {
  height: 100%;
}
.cid-tYpMZ0XSZz .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tYpMZ0XSZz .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-tYpMZ0XSZz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-tYpMZ0XSZz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tYpMZ0XSZz .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tYpMZ0XSZz .mbr-section-title {
  color: #ffffff;
}
.cid-tYpMZ0XSZz .mbr-desc {
  color: #ffffff;
}
.cid-urabYwU3dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6c6cf;
}
.cid-urabYwU3dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urabYwU3dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urabYwU3dr .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-urabYwU3dr .container-fluid {
    padding: 0 16px;
  }
}
.cid-urabYwU3dr .container-fluid .row {
  padding: 0;
}
.cid-urabYwU3dr .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urabYwU3dr .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-urabYwU3dr .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #454545;
}
.cid-urabYwU3dr .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-urabYwU3dr .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #461581;
  opacity: .3;
}
.cid-urabYwU3dr .mbr-section-title {
  color: #495DFF;
}
.cid-urabYwU3dr .mbr-text {
  color: #495DFF;
}
.cid-urabYwU3dr .mbr-section-title,
.cid-urabYwU3dr .list-wrapper {
  color: #000000;
}
.cid-uracHfd7RE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uracHfd7RE .card {
  padding: 5rem 0;
  background: #000000;
  margin: auto;
  border-radius: 0;
}
.cid-uracHfd7RE .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uracHfd7RE .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #fff555;
  opacity: 0;
}
.cid-uracHfd7RE .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uracHfd7RE .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-uracHfd7RE .mbr-section-title {
  color: #ffffff;
}
.cid-uracHfd7RE .col-10 {
  margin: auto;
}
.cid-urbcES9NVe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.cid-urbcES9NVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbcES9NVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbcES9NVe .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-urbcES9NVe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urbcES9NVe .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-urbcES9NVe .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urbcES9NVe .container {
    padding: 0 14px;
  }
}
.cid-urbcES9NVe .row {
  justify-content: center;
}
.cid-urbcES9NVe .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urbcES9NVe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urbcES9NVe .item {
  margin-bottom: 40px;
}
.cid-urbcES9NVe .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #6f94aa;
  height: 100%;
  margin: 0 9px;
}
.cid-urbcES9NVe .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6f94aa;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urbcES9NVe .item .item-wrapper {
    margin: 0;
  }
}
.cid-urbcES9NVe .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-urbcES9NVe .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-urbcES9NVe .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-urbcES9NVe .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-urbcES9NVe .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-urbcES9NVe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urbcES9NVe .card-text {
  color: #f1f1f1;
}
.cid-urbcES9NVe .card-name {
  color: #f1f1f1;
}
.cid-urbcES9NVe .card-text,
.cid-urbcES9NVe .item-img {
  color: #000000;
}
.cid-urb9q0NiA7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urb9q0NiA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urb9q0NiA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urb9q0NiA7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urb9q0NiA7 .row {
  flex-direction: row-reverse;
}
.cid-urb9q0NiA7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urb9q0NiA7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urb9q0NiA7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urb9q0NiA7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urb9q0NiA7 .mbr-text,
.cid-urb9q0NiA7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urba7gAlus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urba7gAlus .mbr-fallback-image.disabled {
  display: none;
}
.cid-urba7gAlus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urba7gAlus .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urba7gAlus P {
  max-width: 1200px;
}
.cid-urba7gAlus .mbr-section-btn,
.cid-urba7gAlus .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urba7gAlus .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urba7gAlus .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urba7gAlus .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urba7gAlus .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urba7gAlus .mbr-section-title {
  color: #000000;
}
.cid-urba7gAlus .mbr-text,
.cid-urba7gAlus .mbr-section-btn {
  color: #ffffff;
}
.cid-urba7gAlus .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urbamjIViz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urbamjIViz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbamjIViz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbamjIViz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-urbamjIViz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-urbamjIViz .container {
    padding: 0 30px;
  }
}
.cid-urbamjIViz .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urbamjIViz .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-urbamjIViz .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-urbamjIViz .image-wrapper img {
    height: 300px;
  }
}
.cid-urbamjIViz .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-urbamjIViz .text-wrapper {
    margin: 0;
  }
}
.cid-urbamjIViz .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-urbamjIViz .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-urbamjIViz .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urbamjIViz .mbr-section-title {
  color: #ffffff;
}
.cid-urbamjIViz .mbr-text {
  color: #ffffff;
}
.cid-uragWJrKTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-uragWJrKTx img {
  border-radius: 0px;
}
.cid-uragWJrKTx .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-uragWJrKTx .date {
  text-transform: uppercase;
  color: #fff555;
  text-align: left;
  padding-top: 1rem;
}
.cid-uragWJrKTx .author {
  color: #000000;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uragWJrKTx .heading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .cid-uragWJrKTx img {
    margin-top: 60px;
  }
}
.cid-urcesJivAD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/4f3a2701-1920x1280.jpg");
}
.cid-urcesJivAD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #bf3e11;
}
.cid-urcesJivAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcesJivAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcesJivAD .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-urcesJivAD .image-wrap {
    height: 300px;
  }
}
.cid-urb9knPpNz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urb9knPpNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urb9knPpNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urb9knPpNz .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urb9knPpNz P {
  max-width: 1200px;
}
.cid-urb9knPpNz .mbr-section-btn,
.cid-urb9knPpNz .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urb9knPpNz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urb9knPpNz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urb9knPpNz .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urb9knPpNz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urb9knPpNz .mbr-section-title {
  color: #ffffff;
}
.cid-urb9knPpNz .mbr-text,
.cid-urb9knPpNz .mbr-section-btn {
  color: #ffffff;
}
.cid-urb9knPpNz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urb7vPgSVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urb7vPgSVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urb7vPgSVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urb7vPgSVW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urb7vPgSVW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urb7vPgSVW .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #454545;
}
.cid-urb7vPgSVW .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-urb7vPgSVW .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-urb7vPgSVW .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-urb7vPgSVW .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-urb7vPgSVW .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-urb7vPgSVW .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urb7vPgSVW .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-urb7vPgSVW .mbr-section-title {
  color: #ffffff;
}
.cid-urb7vPgSVW .item-title {
  color: #ffffff;
}
.cid-urb7vPgSVW .item-text,
.cid-urb7vPgSVW .text-wrap {
  color: #f5f5f5;
  text-align: center;
}
.cid-urb7vPgSVW .mbr-section-title,
.cid-urb7vPgSVW .tabs-wrapper {
  text-align: center;
}
.cid-urb7vPgSVW .item-title,
.cid-urb7vPgSVW .image-wrapper {
  text-align: center;
  color: #f5f5f5;
}
.cid-urb96l68uM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urb96l68uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urb96l68uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urb96l68uM .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urb96l68uM .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urb96l68uM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urb96l68uM .container {
    padding: 0 20px;
  }
}
.cid-urb96l68uM .row {
  justify-content: space-between;
}
.cid-urb96l68uM .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-urb96l68uM .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-urb96l68uM .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-urb96l68uM .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-urb96l68uM .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urb96l68uM .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-urb96l68uM .mbr-section-title {
  color: #000000;
}
.cid-urb96l68uM .mbr-desc {
  color: #000000;
}
.cid-urb96l68uM .mbr-text {
  color: #9a9a9a;
}
.cid-urb96l68uM .mbr-text,
.cid-urb96l68uM .text-wrap {
  color: #000000;
}
.cid-urcaEQw0C2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-urcaEQw0C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcaEQw0C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcaEQw0C2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-urcaEQw0C2 .container {
    padding: 10px 8px;
  }
}
.cid-urcaEQw0C2 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-urcaEQw0C2 .row {
    padding: 50px 10px;
  }
}
.cid-urcaEQw0C2 .row .card {
  padding: 0;
}
.cid-urcaEQw0C2 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #dfe6ea;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urcaEQw0C2 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-urcaEQw0C2 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urcaEQw0C2 .mbr-section-title span {
  opacity: .5;
}
.cid-urb4NYM0r8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urb4NYM0r8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urb4NYM0r8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urb4NYM0r8 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urb4NYM0r8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urb4NYM0r8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urb4NYM0r8 .panel-group {
    margin-bottom: 24px;
  }
}
.cid-urb4NYM0r8 .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-urb4NYM0r8 .panel-group .card {
    padding: 16px;
  }
}
.cid-urb4NYM0r8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-urb4NYM0r8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff555;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #cdcdcd;
  margin-left: 8px;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #9a9a9a;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f5f5f5;
}
.cid-urb4NYM0r8 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-urb4NYM0r8 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-urb4NYM0r8 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-urb4NYM0r8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-urb4NYM0r8 .card-wrapper {
  background-color: #fff555;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ff9b78;
}
@media (max-width: 992px) {
  .cid-urb4NYM0r8 .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-urb4NYM0r8 .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-urb4NYM0r8 .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-urb4NYM0r8 .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urb4NYM0r8 .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-urb4NYM0r8 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-urb4NYM0r8 .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-urb4NYM0r8 .mbr-section-title {
  color: #000000;
}
.cid-urb4NYM0r8 .panel-title-edit {
  color: #272b2e;
}
.cid-urb4NYM0r8 .panel-text {
  color: #15171a;
}
.cid-urb4NYM0r8 .card-title {
  color: #272b2e;
}
.cid-urb4NYM0r8 .card-title,
.cid-urb4NYM0r8 .icon-wrap,
.cid-urb4NYM0r8 .mbr-section-btn {
  text-align: center;
}
.cid-urb4NYM0r8 .panel-title-edit,
.cid-urb4NYM0r8 .icon-wrapper {
  color: #000000;
}
.cid-urbPG3BKVW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-urbPG3BKVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbPG3BKVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbPG3BKVW .card-wrapper {
  border: 1px solid #fff555;
}
.cid-urbPG3BKVW .google-map {
  height: 30rem;
  position: relative;
}
.cid-urbPG3BKVW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-urbPG3BKVW .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-urbPG3BKVW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urbPG3BKVW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urbPG3BKVW .content-head {
  max-width: 800px;
}
.cid-urbPG3BKVW .mbr-section-title {
  color: #ffffff;
}
.cid-tYpNQ4zUZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-tYpNQ4zUZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpNQ4zUZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpNQ4zUZw .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpNQ4zUZw .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .container {
    padding: 0 20px;
  }
}
.cid-tYpNQ4zUZw .row {
  justify-content: center;
}
.cid-tYpNQ4zUZw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fff555;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-tYpNQ4zUZw .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpNQ4zUZw .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tYpNQ4zUZw .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-tYpNQ4zUZw .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpNQ4zUZw .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-tYpNQ4zUZw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYpNQ4zUZw .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tYpNQ4zUZw .nav-wrapper .list .item-wrap:hover,
.cid-tYpNQ4zUZw .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-tYpNQ4zUZw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-tYpNQ4zUZw .mbr-text {
  color: #000000;
}
.cid-tYpNQ4zUZw .mbr-list-title {
  color: #461581;
}
.cid-tYpNQ4zUZw .list {
  color: #9a9a9a;
}
.cid-tYpNQ4zUZw .list,
.cid-tYpNQ4zUZw .item-wrap,
.cid-tYpNQ4zUZw .contacts-wrapper {
  color: #000000;
}
.cid-tYpMYKQbvW {
  background-color: transparent;
}
.cid-tYpMYKQbvW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tYpMYKQbvW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tYpMYKQbvW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYpMYKQbvW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYpMYKQbvW .menu_box .navbar.opened,
  .cid-tYpMYKQbvW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYpMYKQbvW .navbar-dropdown {
  position: relative !important;
}
.cid-tYpMYKQbvW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYpMYKQbvW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYpMYKQbvW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-tYpMYKQbvW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYpMYKQbvW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYpMYKQbvW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYpMYKQbvW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYpMYKQbvW .offcanvas-body .mbr-text,
  .cid-tYpMYKQbvW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYpMYKQbvW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYpMYKQbvW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYpMYKQbvW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYpMYKQbvW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpMYKQbvW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYpMYKQbvW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYpMYKQbvW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYpMYKQbvW .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYpMYKQbvW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-tYpMYKQbvW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYpMYKQbvW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .nav-item {
    margin: 0 !important;
  }
}
.cid-tYpMYKQbvW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tYpMYKQbvW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tYpMYKQbvW .nav-item .nav-link:hover::before,
.cid-tYpMYKQbvW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tYpMYKQbvW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYpMYKQbvW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpMYKQbvW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYpMYKQbvW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYpMYKQbvW .offcanvas_box {
    display: none;
  }
}
.cid-tYpMYKQbvW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYpMYKQbvW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYpMYKQbvW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYpMYKQbvW .container {
  display: flex;
  margin: auto;
}
.cid-tYpMYKQbvW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYpMYKQbvW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYpMYKQbvW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYpMYKQbvW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .navbar-nav {
    margin: 0;
  }
}
.cid-tYpMYKQbvW .dropdown-menu,
.cid-tYpMYKQbvW .navbar.opened {
  background-color: false !important;
}
.cid-tYpMYKQbvW .nav-item:focus,
.cid-tYpMYKQbvW .nav-link:focus {
  outline: none;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYpMYKQbvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYpMYKQbvW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYpMYKQbvW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYpMYKQbvW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYpMYKQbvW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYpMYKQbvW .navbar.opened {
  transition: all 0.3s;
}
.cid-tYpMYKQbvW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYpMYKQbvW .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYpMYKQbvW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYpMYKQbvW .navbar.collapsed {
  justify-content: center;
}
.cid-tYpMYKQbvW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYpMYKQbvW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYpMYKQbvW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYpMYKQbvW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYpMYKQbvW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYpMYKQbvW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYpMYKQbvW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYpMYKQbvW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYpMYKQbvW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYpMYKQbvW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYpMYKQbvW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYpMYKQbvW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYpMYKQbvW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYpMYKQbvW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYpMYKQbvW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYpMYKQbvW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYpMYKQbvW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYpMYKQbvW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYpMYKQbvW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYpMYKQbvW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYpMYKQbvW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYpMYKQbvW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYpMYKQbvW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYpMYKQbvW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYpMYKQbvW .dropdown-item.active,
.cid-tYpMYKQbvW .dropdown-item:active {
  background-color: transparent;
}
.cid-tYpMYKQbvW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tYpMYKQbvW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYpMYKQbvW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYpMYKQbvW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYpMYKQbvW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYpMYKQbvW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYpMYKQbvW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fff555;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpMYKQbvW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYpMYKQbvW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpMYKQbvW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYpMYKQbvW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYpMYKQbvW .navbar {
    height: 70px;
  }
  .cid-tYpMYKQbvW .navbar.opened {
    height: auto;
  }
  .cid-tYpMYKQbvW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYpMYKQbvW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tYpMYKQbvW .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-tYpMYKQbvW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYpMYKQbvW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYpMYKQbvW .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-tYpMYKQbvW .navbar-caption:hover {
  color: #fff555;
}
@media (min-width: 992px) {
  .cid-tYpMYKQbvW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYpMYKQbvW .text_widget {
  margin-bottom: 32px;
}
.cid-tYpMYKQbvW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYpMYKQbvW .text_widget a:hover,
.cid-tYpMYKQbvW .text_widget a:focus {
  opacity: .8;
}
.cid-tYpMYKQbvW .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff555;
}
.cid-tYpMYKQbvW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYpMYKQbvW .navbar-caption {
  color: #000000;
}
.cid-tYpMYKQbvW .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-tYpMYKQbvW .mbr-section-subtitle,
.cid-tYpMYKQbvW .text_widget,
.cid-tYpMYKQbvW .mbr-section-btn {
  text-align: center;
}
.cid-tYpMYKQbvW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urbBjEVAXe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-urbBjEVAXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbBjEVAXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbBjEVAXe .content-wrap {
  justify-content: flex-end;
}
.cid-urbBjEVAXe .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urbBjEVAXe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urbBjEVAXe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbBjEVAXe .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #fff555, #fff888);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urbBjEVAXe .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbBjEVAXe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbBjEVAXe .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urbBjEVAXe .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urbBjEVAXe .image-wrapper {
    padding: 0;
  }
}
.cid-urbBjEVAXe .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbBjEVAXe .image-wrapper img {
    height: 350px;
  }
}
.cid-urbBjEVAXe .mbr-section-title {
  color: #ffffff;
}
.cid-urbBjEVAXe .mbr-text,
.cid-urbBjEVAXe .text-wrapper {
  color: #ffffff;
}
.cid-urbBjEVAXe .mbr-section-title,
.cid-urbBjEVAXe .mbr-section-btn,
.cid-urbBjEVAXe .clients-wrapper {
  color: #f5f5f5;
}
.cid-urbCP9bZ7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-urbCP9bZ7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbCP9bZ7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbCP9bZ7u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .container {
    padding: 0 16px;
  }
}
.cid-urbCP9bZ7u .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .row {
    margin: 0 10px;
  }
}
.cid-urbCP9bZ7u .row .card {
  position: relative;
  padding: 0;
}
.cid-urbCP9bZ7u .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-urbCP9bZ7u .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-urbCP9bZ7u .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f5d249;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-urbCP9bZ7u .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-urbCP9bZ7u .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-urbCP9bZ7u .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-urbCP9bZ7u .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-urbCP9bZ7u .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urbCP9bZ7u .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urbCP9bZ7u .title-wrapper .mbr-text {
  margin: 0;
}
.cid-urbCP9bZ7u .mbr-section-title {
  color: #fdfcfc;
}
.cid-urbCP9bZ7u .mbr-text {
  color: #F9A600;
}
.cid-urbCP9bZ7u .mbr-text,
.cid-urbCP9bZ7u .mbr-section-btn {
  color: #ffffff;
}
.cid-urbFOUliGz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-urbFOUliGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbFOUliGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbFOUliGz .card-wrapper {
  border: 1px solid #fff555;
}
.cid-urbFOUliGz .google-map {
  height: 30rem;
  position: relative;
}
.cid-urbFOUliGz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-urbFOUliGz .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-urbFOUliGz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urbFOUliGz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urbFOUliGz .content-head {
  max-width: 800px;
}
.cid-urbFOUliGz .mbr-section-title {
  color: #221b35;
}
.cid-tYpNQ4zUZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-tYpNQ4zUZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpNQ4zUZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpNQ4zUZw .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpNQ4zUZw .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .container {
    padding: 0 20px;
  }
}
.cid-tYpNQ4zUZw .row {
  justify-content: center;
}
.cid-tYpNQ4zUZw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fff555;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-tYpNQ4zUZw .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpNQ4zUZw .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tYpNQ4zUZw .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-tYpNQ4zUZw .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpNQ4zUZw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpNQ4zUZw .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-tYpNQ4zUZw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYpNQ4zUZw .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tYpNQ4zUZw .nav-wrapper .list .item-wrap:hover,
.cid-tYpNQ4zUZw .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-tYpNQ4zUZw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-tYpNQ4zUZw .mbr-text {
  color: #000000;
}
.cid-tYpNQ4zUZw .mbr-list-title {
  color: #461581;
}
.cid-tYpNQ4zUZw .list {
  color: #9a9a9a;
}
.cid-tYpNQ4zUZw .list,
.cid-tYpNQ4zUZw .item-wrap,
.cid-tYpNQ4zUZw .contacts-wrapper {
  color: #000000;
}
.cid-urcd4YprSC {
  background-color: transparent;
}
.cid-urcd4YprSC .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-urcd4YprSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-urcd4YprSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urcd4YprSC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urcd4YprSC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urcd4YprSC .menu_box .navbar.opened,
  .cid-urcd4YprSC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-urcd4YprSC .navbar-dropdown {
  position: relative !important;
}
.cid-urcd4YprSC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urcd4YprSC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urcd4YprSC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urcd4YprSC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urcd4YprSC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urcd4YprSC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-urcd4YprSC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urcd4YprSC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urcd4YprSC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urcd4YprSC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urcd4YprSC .offcanvas-body .mbr-text,
  .cid-urcd4YprSC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-urcd4YprSC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-urcd4YprSC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urcd4YprSC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-urcd4YprSC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urcd4YprSC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urcd4YprSC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urcd4YprSC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urcd4YprSC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urcd4YprSC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urcd4YprSC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-urcd4YprSC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urcd4YprSC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urcd4YprSC .lg_brand {
    margin: 0 1rem;
  }
  .cid-urcd4YprSC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-urcd4YprSC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urcd4YprSC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urcd4YprSC .nav-item {
    margin: 0 !important;
  }
}
.cid-urcd4YprSC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-urcd4YprSC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urcd4YprSC .nav-item .nav-link:hover::before,
.cid-urcd4YprSC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-urcd4YprSC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urcd4YprSC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urcd4YprSC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urcd4YprSC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urcd4YprSC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urcd4YprSC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urcd4YprSC .offcanvas_box {
    display: none;
  }
}
.cid-urcd4YprSC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urcd4YprSC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urcd4YprSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urcd4YprSC .container {
  display: flex;
  margin: auto;
}
.cid-urcd4YprSC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urcd4YprSC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urcd4YprSC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urcd4YprSC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urcd4YprSC .navbar-nav {
    margin: 0;
  }
}
.cid-urcd4YprSC .dropdown-menu,
.cid-urcd4YprSC .navbar.opened {
  background-color: false !important;
}
.cid-urcd4YprSC .nav-item:focus,
.cid-urcd4YprSC .nav-link:focus {
  outline: none;
}
.cid-urcd4YprSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urcd4YprSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urcd4YprSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urcd4YprSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urcd4YprSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urcd4YprSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urcd4YprSC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urcd4YprSC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urcd4YprSC .navbar.opened {
  transition: all 0.3s;
}
.cid-urcd4YprSC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urcd4YprSC .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-urcd4YprSC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-urcd4YprSC .navbar.collapsed {
  justify-content: center;
}
.cid-urcd4YprSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urcd4YprSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urcd4YprSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urcd4YprSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urcd4YprSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urcd4YprSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urcd4YprSC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urcd4YprSC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urcd4YprSC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urcd4YprSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urcd4YprSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urcd4YprSC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urcd4YprSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urcd4YprSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urcd4YprSC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urcd4YprSC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urcd4YprSC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urcd4YprSC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urcd4YprSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urcd4YprSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urcd4YprSC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urcd4YprSC .navbar.navbar-short {
  min-height: 60px;
}
.cid-urcd4YprSC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urcd4YprSC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urcd4YprSC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urcd4YprSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urcd4YprSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urcd4YprSC .dropdown-item.active,
.cid-urcd4YprSC .dropdown-item:active {
  background-color: transparent;
}
.cid-urcd4YprSC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-urcd4YprSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urcd4YprSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urcd4YprSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urcd4YprSC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urcd4YprSC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urcd4YprSC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fff555;
}
.cid-urcd4YprSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urcd4YprSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urcd4YprSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urcd4YprSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urcd4YprSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urcd4YprSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urcd4YprSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urcd4YprSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urcd4YprSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urcd4YprSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urcd4YprSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urcd4YprSC .navbar {
    height: 70px;
  }
  .cid-urcd4YprSC .navbar.opened {
    height: auto;
  }
  .cid-urcd4YprSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urcd4YprSC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-urcd4YprSC .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-urcd4YprSC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urcd4YprSC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-urcd4YprSC .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-urcd4YprSC .navbar-caption:hover {
  color: #fff555;
}
@media (min-width: 992px) {
  .cid-urcd4YprSC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urcd4YprSC .text_widget {
  margin-bottom: 32px;
}
.cid-urcd4YprSC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urcd4YprSC .text_widget a:hover,
.cid-urcd4YprSC .text_widget a:focus {
  opacity: .8;
}
.cid-urcd4YprSC .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff555;
}
.cid-urcd4YprSC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urcd4YprSC .navbar-caption {
  color: #000000;
}
.cid-urcd4YprSC .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-urcd4YprSC .mbr-section-subtitle,
.cid-urcd4YprSC .text_widget,
.cid-urcd4YprSC .mbr-section-btn {
  text-align: center;
}
.cid-urcd4YprSC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urcd4Zdeke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-urcd4Zdeke .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcd4Zdeke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcd4Zdeke .content-wrap {
  justify-content: flex-end;
}
.cid-urcd4Zdeke .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urcd4Zdeke .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urcd4Zdeke .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urcd4Zdeke .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #fff555, #fff888);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urcd4Zdeke .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urcd4Zdeke .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urcd4Zdeke .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urcd4Zdeke .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urcd4Zdeke .image-wrapper {
    padding: 0;
  }
}
.cid-urcd4Zdeke .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urcd4Zdeke .image-wrapper img {
    height: 350px;
  }
}
.cid-urcd4Zdeke .mbr-section-title {
  color: #ffffff;
}
.cid-urcd4Zdeke .mbr-text,
.cid-urcd4Zdeke .text-wrapper {
  color: #ffffff;
}
.cid-urcd4Zdeke .mbr-section-title,
.cid-urcd4Zdeke .mbr-section-btn,
.cid-urcd4Zdeke .clients-wrapper {
  color: #f5f5f5;
}
.cid-urcd4Zyy5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-urcd4Zyy5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcd4Zyy5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcd4Zyy5S .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .container {
    padding: 0 16px;
  }
}
.cid-urcd4Zyy5S .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .row {
    margin: 0 10px;
  }
}
.cid-urcd4Zyy5S .row .card {
  position: relative;
  padding: 0;
}
.cid-urcd4Zyy5S .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-urcd4Zyy5S .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-urcd4Zyy5S .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f5d249;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-urcd4Zyy5S .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-urcd4Zyy5S .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-urcd4Zyy5S .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-urcd4Zyy5S .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-urcd4Zyy5S .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urcd4Zyy5S .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcd4Zyy5S .title-wrapper .mbr-text {
  margin: 0;
}
.cid-urcd4Zyy5S .mbr-section-title {
  color: #fdfcfc;
}
.cid-urcd4Zyy5S .mbr-text {
  color: #F9A600;
}
.cid-urcd4Zyy5S .mbr-text,
.cid-urcd4Zyy5S .mbr-section-btn {
  color: #ffffff;
}
.cid-urcd4ZXNbO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-urcd4ZXNbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcd4ZXNbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcd4ZXNbO .card-wrapper {
  border: 1px solid #fff555;
}
.cid-urcd4ZXNbO .google-map {
  height: 30rem;
  position: relative;
}
.cid-urcd4ZXNbO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-urcd4ZXNbO .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-urcd4ZXNbO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urcd4ZXNbO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urcd4ZXNbO .content-head {
  max-width: 800px;
}
.cid-urcd4ZXNbO .mbr-section-title {
  color: #221b35;
}
.cid-urcd50pr0R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcd50pr0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcd50pr0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcd50pr0R .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urcd50pr0R .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcd50pr0R .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urcd50pr0R .container {
    padding: 0 20px;
  }
}
.cid-urcd50pr0R .row {
  justify-content: center;
}
.cid-urcd50pr0R .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fff555;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-urcd50pr0R .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-urcd50pr0R .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urcd50pr0R .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urcd50pr0R .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-urcd50pr0R .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-urcd50pr0R .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urcd50pr0R .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urcd50pr0R .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urcd50pr0R .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-urcd50pr0R .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urcd50pr0R .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-urcd50pr0R .nav-wrapper .list .item-wrap:hover,
.cid-urcd50pr0R .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-urcd50pr0R .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-urcd50pr0R .mbr-text {
  color: #000000;
}
.cid-urcd50pr0R .mbr-list-title {
  color: #461581;
}
.cid-urcd50pr0R .list {
  color: #9a9a9a;
}
.cid-urcd50pr0R .list,
.cid-urcd50pr0R .item-wrap,
.cid-urcd50pr0R .contacts-wrapper {
  color: #000000;
}
.cid-urce4ZHfej {
  background-color: transparent;
}
.cid-urce4ZHfej .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-urce4ZHfej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-urce4ZHfej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urce4ZHfej .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urce4ZHfej .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urce4ZHfej .menu_box .navbar.opened,
  .cid-urce4ZHfej .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-urce4ZHfej .navbar-dropdown {
  position: relative !important;
}
.cid-urce4ZHfej .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urce4ZHfej .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urce4ZHfej .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urce4ZHfej .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urce4ZHfej .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urce4ZHfej .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-urce4ZHfej .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urce4ZHfej .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urce4ZHfej .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urce4ZHfej .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urce4ZHfej .offcanvas-body .mbr-text,
  .cid-urce4ZHfej .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-urce4ZHfej .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-urce4ZHfej .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urce4ZHfej .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-urce4ZHfej .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urce4ZHfej .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urce4ZHfej .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urce4ZHfej .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urce4ZHfej ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urce4ZHfej .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urce4ZHfej .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-urce4ZHfej .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urce4ZHfej li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urce4ZHfej .lg_brand {
    margin: 0 1rem;
  }
  .cid-urce4ZHfej .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-urce4ZHfej .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urce4ZHfej .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urce4ZHfej .nav-item {
    margin: 0 !important;
  }
}
.cid-urce4ZHfej .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-urce4ZHfej .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urce4ZHfej .nav-item .nav-link:hover::before,
.cid-urce4ZHfej .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-urce4ZHfej .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urce4ZHfej .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urce4ZHfej .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urce4ZHfej .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urce4ZHfej .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urce4ZHfej .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urce4ZHfej .offcanvas_box {
    display: none;
  }
}
.cid-urce4ZHfej .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urce4ZHfej .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urce4ZHfej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urce4ZHfej .container {
  display: flex;
  margin: auto;
}
.cid-urce4ZHfej .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urce4ZHfej .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urce4ZHfej .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urce4ZHfej .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urce4ZHfej .navbar-nav {
    margin: 0;
  }
}
.cid-urce4ZHfej .dropdown-menu,
.cid-urce4ZHfej .navbar.opened {
  background-color: false !important;
}
.cid-urce4ZHfej .nav-item:focus,
.cid-urce4ZHfej .nav-link:focus {
  outline: none;
}
.cid-urce4ZHfej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urce4ZHfej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urce4ZHfej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urce4ZHfej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urce4ZHfej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urce4ZHfej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urce4ZHfej .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urce4ZHfej .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urce4ZHfej .navbar.opened {
  transition: all 0.3s;
}
.cid-urce4ZHfej .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urce4ZHfej .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-urce4ZHfej .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-urce4ZHfej .navbar.collapsed {
  justify-content: center;
}
.cid-urce4ZHfej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urce4ZHfej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urce4ZHfej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urce4ZHfej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urce4ZHfej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urce4ZHfej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urce4ZHfej .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urce4ZHfej .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urce4ZHfej .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urce4ZHfej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urce4ZHfej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urce4ZHfej .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urce4ZHfej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urce4ZHfej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urce4ZHfej .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urce4ZHfej .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urce4ZHfej .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urce4ZHfej .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urce4ZHfej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urce4ZHfej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urce4ZHfej .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urce4ZHfej .navbar.navbar-short {
  min-height: 60px;
}
.cid-urce4ZHfej .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urce4ZHfej .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urce4ZHfej .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urce4ZHfej .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urce4ZHfej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urce4ZHfej .dropdown-item.active,
.cid-urce4ZHfej .dropdown-item:active {
  background-color: transparent;
}
.cid-urce4ZHfej .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-urce4ZHfej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urce4ZHfej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urce4ZHfej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urce4ZHfej ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urce4ZHfej .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urce4ZHfej button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fff555;
}
.cid-urce4ZHfej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urce4ZHfej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urce4ZHfej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urce4ZHfej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urce4ZHfej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urce4ZHfej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urce4ZHfej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urce4ZHfej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urce4ZHfej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urce4ZHfej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urce4ZHfej .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urce4ZHfej .navbar {
    height: 70px;
  }
  .cid-urce4ZHfej .navbar.opened {
    height: auto;
  }
  .cid-urce4ZHfej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urce4ZHfej .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-urce4ZHfej .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-urce4ZHfej .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urce4ZHfej .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-urce4ZHfej .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-urce4ZHfej .navbar-caption:hover {
  color: #fff555;
}
@media (min-width: 992px) {
  .cid-urce4ZHfej .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urce4ZHfej .text_widget {
  margin-bottom: 32px;
}
.cid-urce4ZHfej .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urce4ZHfej .text_widget a:hover,
.cid-urce4ZHfej .text_widget a:focus {
  opacity: .8;
}
.cid-urce4ZHfej .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff555;
}
.cid-urce4ZHfej .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urce4ZHfej .navbar-caption {
  color: #000000;
}
.cid-urce4ZHfej .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-urce4ZHfej .mbr-section-subtitle,
.cid-urce4ZHfej .text_widget,
.cid-urce4ZHfej .mbr-section-btn {
  text-align: center;
}
.cid-urce4ZHfej a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urce50miAB {
  background-image: url("../../../assets/images/off-piste-snowboarding-1500x1000.jpg");
}
.cid-urce50miAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce50miAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce50miAB .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-urce50miAB .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urce50miAB .container-fluid {
    padding: 0 20px;
  }
}
.cid-urce50miAB .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-urce50miAB .container {
    padding: 0 20px;
  }
}
.cid-urce50miAB .row {
  height: 100%;
}
.cid-urce50miAB .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-urce50miAB .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-urce50miAB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-urce50miAB .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urce50miAB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-urce50miAB .mbr-section-title {
  color: #ffffff;
}
.cid-urce50miAB .mbr-desc {
  color: #ffffff;
}
.cid-urce50OKvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6c6cf;
}
.cid-urce50OKvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce50OKvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce50OKvw .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-urce50OKvw .container-fluid {
    padding: 0 16px;
  }
}
.cid-urce50OKvw .container-fluid .row {
  padding: 0;
}
.cid-urce50OKvw .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urce50OKvw .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-urce50OKvw .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-urce50OKvw .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-urce50OKvw .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: .3;
}
.cid-urce50OKvw .mbr-section-title {
  color: #495DFF;
}
.cid-urce50OKvw .mbr-text {
  color: #495DFF;
}
.cid-urce50OKvw .mbr-section-title,
.cid-urce50OKvw .list-wrapper {
  color: #000000;
}
.cid-urce51atEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urce51atEP .card {
  padding: 5rem 0;
  background: #000000;
  margin: auto;
  border-radius: 0;
}
.cid-urce51atEP .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-urce51atEP .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #fff555;
  opacity: 0;
}
.cid-urce51atEP .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-urce51atEP .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-urce51atEP .mbr-section-title {
  color: #ffffff;
}
.cid-urce51atEP .col-10 {
  margin: auto;
}
.cid-urcnS0hlkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urcnS0hlkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcnS0hlkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcnS0hlkb .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-urcnS0hlkb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-urcnS0hlkb .container {
    padding: 0 26px;
  }
}
.cid-urcnS0hlkb .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-urcnS0hlkb .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-urcnS0hlkb .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-urcnS0hlkb .mbr-section-title {
  color: #ffffff;
}
.cid-urcnS0hlkb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urcnS0hlkb .mbr-text {
  color: #cacaca;
}
.cid-urce51xh9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.cid-urce51xh9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce51xh9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce51xh9E .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-urce51xh9E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urce51xh9E .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-urce51xh9E .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urce51xh9E .container {
    padding: 0 14px;
  }
}
.cid-urce51xh9E .row {
  justify-content: center;
}
.cid-urce51xh9E .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urce51xh9E .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urce51xh9E .item {
  margin-bottom: 40px;
}
.cid-urce51xh9E .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #6f94aa;
  height: 100%;
  margin: 0 9px;
}
.cid-urce51xh9E .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6f94aa;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urce51xh9E .item .item-wrapper {
    margin: 0;
  }
}
.cid-urce51xh9E .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-urce51xh9E .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-urce51xh9E .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-urce51xh9E .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-urce51xh9E .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-urce51xh9E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urce51xh9E .card-text {
  color: #f1f1f1;
}
.cid-urce51xh9E .card-name {
  color: #f1f1f1;
}
.cid-urce51xh9E .card-text,
.cid-urce51xh9E .item-img {
  color: #000000;
}
.cid-urce520QuW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urce520QuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce520QuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urce520QuW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urce520QuW .row {
  flex-direction: row-reverse;
}
.cid-urce520QuW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urce520QuW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urce520QuW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urce520QuW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urce520QuW .mbr-text,
.cid-urce520QuW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urce52saHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urce52saHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce52saHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urce52saHd .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urce52saHd P {
  max-width: 1200px;
}
.cid-urce52saHd .mbr-section-btn,
.cid-urce52saHd .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urce52saHd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urce52saHd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urce52saHd .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urce52saHd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urce52saHd .mbr-section-title {
  color: #000000;
}
.cid-urce52saHd .mbr-text,
.cid-urce52saHd .mbr-section-btn {
  color: #ffffff;
}
.cid-urce52saHd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urce52R9YK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urce52R9YK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce52R9YK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce52R9YK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-urce52R9YK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-urce52R9YK .container {
    padding: 0 30px;
  }
}
.cid-urce52R9YK .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urce52R9YK .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-urce52R9YK .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-urce52R9YK .image-wrapper img {
    height: 300px;
  }
}
.cid-urce52R9YK .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-urce52R9YK .text-wrapper {
    margin: 0;
  }
}
.cid-urce52R9YK .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-urce52R9YK .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-urce52R9YK .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urce52R9YK .mbr-section-title {
  color: #ffffff;
}
.cid-urce52R9YK .mbr-text {
  color: #ffffff;
}
.cid-urce53g5Op {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819bab;
}
.cid-urce53g5Op img {
  border-radius: 0px;
}
.cid-urce53g5Op .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-urce53g5Op .date {
  text-transform: uppercase;
  color: #fff555;
  text-align: left;
  padding-top: 1rem;
}
.cid-urce53g5Op .author {
  color: #000000;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-urce53g5Op .heading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .cid-urce53g5Op img {
    margin-top: 60px;
  }
}
.cid-urce53PWgV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urce53PWgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce53PWgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urce53PWgV .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urce53PWgV P {
  max-width: 1200px;
}
.cid-urce53PWgV .mbr-section-btn,
.cid-urce53PWgV .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urce53PWgV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urce53PWgV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urce53PWgV .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urce53PWgV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urce53PWgV .mbr-section-title {
  color: #ffffff;
}
.cid-urce53PWgV .mbr-text,
.cid-urce53PWgV .mbr-section-btn {
  color: #ffffff;
}
.cid-urce53PWgV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urce54e5lm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urce54e5lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce54e5lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce54e5lm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urce54e5lm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urce54e5lm .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-urce54e5lm .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-urce54e5lm .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-urce54e5lm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urce54e5lm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-urce54e5lm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-urce54e5lm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #454545;
}
.cid-urce54e5lm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-urce54e5lm .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-urce54e5lm .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-urce54e5lm .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-urce54e5lm .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-urce54e5lm .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urce54e5lm .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-urce54e5lm .mbr-section-title {
  color: #ffffff;
}
.cid-urce54e5lm .item-title {
  color: #ffffff;
}
.cid-urce54e5lm .item-text,
.cid-urce54e5lm .text-wrap {
  color: #f5f5f5;
  text-align: center;
}
.cid-urce54e5lm .mbr-section-title,
.cid-urce54e5lm .tabs-wrapper {
  text-align: center;
}
.cid-urce54e5lm .item-title,
.cid-urce54e5lm .image-wrapper {
  text-align: center;
  color: #f5f5f5;
}
.cid-urce54MUM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urce54MUM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce54MUM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce54MUM3 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urce54MUM3 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urce54MUM3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urce54MUM3 .container {
    padding: 0 20px;
  }
}
.cid-urce54MUM3 .row {
  justify-content: space-between;
}
.cid-urce54MUM3 .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-urce54MUM3 .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-urce54MUM3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-urce54MUM3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-urce54MUM3 .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urce54MUM3 .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-urce54MUM3 .mbr-section-title {
  color: #000000;
}
.cid-urce54MUM3 .mbr-desc {
  color: #000000;
}
.cid-urce54MUM3 .mbr-text {
  color: #9a9a9a;
}
.cid-urce54MUM3 .mbr-text,
.cid-urce54MUM3 .text-wrap {
  color: #000000;
}
.cid-urce55cewv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-urce55cewv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce55cewv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce55cewv .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-urce55cewv .container {
    padding: 10px 8px;
  }
}
.cid-urce55cewv .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-urce55cewv .row {
    padding: 50px 10px;
  }
}
.cid-urce55cewv .row .card {
  padding: 0;
}
.cid-urce55cewv .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #dfe6ea;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urce55cewv .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-urce55cewv .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urce55cewv .mbr-section-title span {
  opacity: .5;
}
.cid-urce55ENAL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urce55ENAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce55ENAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce55ENAL .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urce55ENAL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urce55ENAL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urce55ENAL .panel-group {
    margin-bottom: 24px;
  }
}
.cid-urce55ENAL .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-urce55ENAL .panel-group .card {
    padding: 16px;
  }
}
.cid-urce55ENAL .panel-group .card:first-child {
  margin-top: 0;
}
.cid-urce55ENAL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff555;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #cdcdcd;
  margin-left: 8px;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #9a9a9a;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f5f5f5;
}
.cid-urce55ENAL .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-urce55ENAL .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-urce55ENAL .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-urce55ENAL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-urce55ENAL .card-wrapper {
  background-color: #fff555;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ff9b78;
}
@media (max-width: 992px) {
  .cid-urce55ENAL .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-urce55ENAL .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-urce55ENAL .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-urce55ENAL .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urce55ENAL .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-urce55ENAL .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-urce55ENAL .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-urce55ENAL .mbr-section-title {
  color: #000000;
}
.cid-urce55ENAL .panel-title-edit {
  color: #272b2e;
}
.cid-urce55ENAL .panel-text {
  color: #15171a;
}
.cid-urce55ENAL .card-title {
  color: #272b2e;
}
.cid-urce55ENAL .card-title,
.cid-urce55ENAL .icon-wrap,
.cid-urce55ENAL .mbr-section-btn {
  text-align: center;
}
.cid-urce55ENAL .panel-title-edit,
.cid-urce55ENAL .icon-wrapper {
  color: #000000;
}
.cid-urcAihjnAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urcAihjnAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcAihjnAK .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-urcAihjnAK .container {
    padding: 0 30px;
  }
}
.cid-urcAihjnAK .row {
  justify-content: center;
}
.cid-urcAihjnAK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urcAihjnAK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcAihjnAK .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #6f94aa;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-urcAihjnAK .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-urcAihjnAK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urcAihjnAK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-urcAihjnAK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urcAihjnAK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #f5f5f5;
  background-color: #6f94aa;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-urcAihjnAK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-urcAihjnAK .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-urcAihjnAK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-urcAihjnAK .mbr-section-title {
  color: #000000;
}
.cid-urcAihjnAK .panel-title-edit {
  color: #000000;
}
.cid-urcAihjnAK .panel-text {
  color: #144031;
}
.cid-urce56gZFI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-urce56gZFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce56gZFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce56gZFI .card-wrapper {
  border: 1px solid #fff555;
}
.cid-urce56gZFI .google-map {
  height: 30rem;
  position: relative;
}
.cid-urce56gZFI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-urce56gZFI .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-urce56gZFI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urce56gZFI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urce56gZFI .content-head {
  max-width: 800px;
}
.cid-urce56gZFI .mbr-section-title {
  color: #ffffff;
}
.cid-urce56MKSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urce56MKSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urce56MKSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urce56MKSJ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urce56MKSJ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urce56MKSJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urce56MKSJ .container {
    padding: 0 20px;
  }
}
.cid-urce56MKSJ .row {
  justify-content: center;
}
.cid-urce56MKSJ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fff555;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-urce56MKSJ .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-urce56MKSJ .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urce56MKSJ .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urce56MKSJ .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-urce56MKSJ .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-urce56MKSJ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urce56MKSJ .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urce56MKSJ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urce56MKSJ .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-urce56MKSJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urce56MKSJ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-urce56MKSJ .nav-wrapper .list .item-wrap:hover,
.cid-urce56MKSJ .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-urce56MKSJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-urce56MKSJ .mbr-text {
  color: #000000;
}
.cid-urce56MKSJ .mbr-list-title {
  color: #461581;
}
.cid-urce56MKSJ .list {
  color: #9a9a9a;
}
.cid-urce56MKSJ .list,
.cid-urce56MKSJ .item-wrap,
.cid-urce56MKSJ .contacts-wrapper {
  color: #000000;
}
.cid-urcgi9sHKI {
  background-color: transparent;
}
.cid-urcgi9sHKI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-urcgi9sHKI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-urcgi9sHKI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urcgi9sHKI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urcgi9sHKI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urcgi9sHKI .menu_box .navbar.opened,
  .cid-urcgi9sHKI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-urcgi9sHKI .navbar-dropdown {
  position: relative !important;
}
.cid-urcgi9sHKI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urcgi9sHKI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urcgi9sHKI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urcgi9sHKI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urcgi9sHKI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urcgi9sHKI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-urcgi9sHKI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urcgi9sHKI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urcgi9sHKI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urcgi9sHKI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urcgi9sHKI .offcanvas-body .mbr-text,
  .cid-urcgi9sHKI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-urcgi9sHKI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-urcgi9sHKI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urcgi9sHKI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-urcgi9sHKI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urcgi9sHKI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urcgi9sHKI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urcgi9sHKI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urcgi9sHKI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urcgi9sHKI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urcgi9sHKI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-urcgi9sHKI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urcgi9sHKI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urcgi9sHKI .lg_brand {
    margin: 0 1rem;
  }
  .cid-urcgi9sHKI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-urcgi9sHKI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urcgi9sHKI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urcgi9sHKI .nav-item {
    margin: 0 !important;
  }
}
.cid-urcgi9sHKI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-urcgi9sHKI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urcgi9sHKI .nav-item .nav-link:hover::before,
.cid-urcgi9sHKI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-urcgi9sHKI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urcgi9sHKI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urcgi9sHKI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urcgi9sHKI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urcgi9sHKI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urcgi9sHKI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urcgi9sHKI .offcanvas_box {
    display: none;
  }
}
.cid-urcgi9sHKI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urcgi9sHKI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urcgi9sHKI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urcgi9sHKI .container {
  display: flex;
  margin: auto;
}
.cid-urcgi9sHKI .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urcgi9sHKI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urcgi9sHKI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urcgi9sHKI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urcgi9sHKI .navbar-nav {
    margin: 0;
  }
}
.cid-urcgi9sHKI .dropdown-menu,
.cid-urcgi9sHKI .navbar.opened {
  background-color: false !important;
}
.cid-urcgi9sHKI .nav-item:focus,
.cid-urcgi9sHKI .nav-link:focus {
  outline: none;
}
.cid-urcgi9sHKI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urcgi9sHKI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urcgi9sHKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urcgi9sHKI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urcgi9sHKI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urcgi9sHKI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urcgi9sHKI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urcgi9sHKI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urcgi9sHKI .navbar.opened {
  transition: all 0.3s;
}
.cid-urcgi9sHKI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urcgi9sHKI .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-urcgi9sHKI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-urcgi9sHKI .navbar.collapsed {
  justify-content: center;
}
.cid-urcgi9sHKI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urcgi9sHKI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urcgi9sHKI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urcgi9sHKI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urcgi9sHKI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urcgi9sHKI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urcgi9sHKI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urcgi9sHKI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urcgi9sHKI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urcgi9sHKI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urcgi9sHKI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urcgi9sHKI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urcgi9sHKI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urcgi9sHKI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urcgi9sHKI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urcgi9sHKI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urcgi9sHKI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urcgi9sHKI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urcgi9sHKI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urcgi9sHKI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urcgi9sHKI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urcgi9sHKI .navbar.navbar-short {
  min-height: 60px;
}
.cid-urcgi9sHKI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urcgi9sHKI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urcgi9sHKI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urcgi9sHKI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urcgi9sHKI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urcgi9sHKI .dropdown-item.active,
.cid-urcgi9sHKI .dropdown-item:active {
  background-color: transparent;
}
.cid-urcgi9sHKI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-urcgi9sHKI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urcgi9sHKI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urcgi9sHKI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urcgi9sHKI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urcgi9sHKI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urcgi9sHKI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fff555;
}
.cid-urcgi9sHKI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urcgi9sHKI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urcgi9sHKI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urcgi9sHKI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urcgi9sHKI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urcgi9sHKI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urcgi9sHKI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urcgi9sHKI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urcgi9sHKI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urcgi9sHKI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urcgi9sHKI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urcgi9sHKI .navbar {
    height: 70px;
  }
  .cid-urcgi9sHKI .navbar.opened {
    height: auto;
  }
  .cid-urcgi9sHKI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urcgi9sHKI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-urcgi9sHKI .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-urcgi9sHKI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urcgi9sHKI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-urcgi9sHKI .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-urcgi9sHKI .navbar-caption:hover {
  color: #fff555;
}
@media (min-width: 992px) {
  .cid-urcgi9sHKI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urcgi9sHKI .text_widget {
  margin-bottom: 32px;
}
.cid-urcgi9sHKI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urcgi9sHKI .text_widget a:hover,
.cid-urcgi9sHKI .text_widget a:focus {
  opacity: .8;
}
.cid-urcgi9sHKI .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff555;
}
.cid-urcgi9sHKI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urcgi9sHKI .navbar-caption {
  color: #000000;
}
.cid-urcgi9sHKI .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-urcgi9sHKI .mbr-section-subtitle,
.cid-urcgi9sHKI .text_widget,
.cid-urcgi9sHKI .mbr-section-btn {
  text-align: center;
}
.cid-urcgi9sHKI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urcgi9ZgP0 {
  background-image: url("../../../assets/images/csm-skischule-soelden-kids-0370-da47ad3657.webp");
}
.cid-urcgi9ZgP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgi9ZgP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgi9ZgP0 .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-urcgi9ZgP0 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcgi9ZgP0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-urcgi9ZgP0 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-urcgi9ZgP0 .container {
    padding: 0 20px;
  }
}
.cid-urcgi9ZgP0 .row {
  height: 100%;
}
.cid-urcgi9ZgP0 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-urcgi9ZgP0 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-urcgi9ZgP0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-urcgi9ZgP0 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcgi9ZgP0 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-urcgi9ZgP0 .mbr-section-title {
  color: #ffffff;
}
.cid-urcgi9ZgP0 .mbr-desc {
  color: #ffffff;
}
.cid-urcgiap4Ve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6c6cf;
}
.cid-urcgiap4Ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiap4Ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiap4Ve .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-urcgiap4Ve .container-fluid {
    padding: 0 16px;
  }
}
.cid-urcgiap4Ve .container-fluid .row {
  padding: 0;
}
.cid-urcgiap4Ve .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urcgiap4Ve .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-urcgiap4Ve .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #454545;
}
.cid-urcgiap4Ve .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-urcgiap4Ve .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: .3;
}
.cid-urcgiap4Ve .mbr-section-title {
  color: #495DFF;
}
.cid-urcgiap4Ve .mbr-text {
  color: #495DFF;
}
.cid-urcgiap4Ve .mbr-section-title,
.cid-urcgiap4Ve .list-wrapper {
  color: #000000;
}
.cid-urcgiaRugs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urcgiaRugs .card {
  padding: 5rem 0;
  background: #000000;
  margin: auto;
  border-radius: 0;
}
.cid-urcgiaRugs .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-urcgiaRugs .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #fff555;
  opacity: 0;
}
.cid-urcgiaRugs .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-urcgiaRugs .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-urcgiaRugs .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiaRugs .col-10 {
  margin: auto;
}
.cid-urcgibgsyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.cid-urcgibgsyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgibgsyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgibgsyY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-urcgibgsyY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urcgibgsyY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-urcgibgsyY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urcgibgsyY .container {
    padding: 0 14px;
  }
}
.cid-urcgibgsyY .row {
  justify-content: center;
}
.cid-urcgibgsyY .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urcgibgsyY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcgibgsyY .item {
  margin-bottom: 40px;
}
.cid-urcgibgsyY .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #6f94aa;
  height: 100%;
  margin: 0 9px;
}
.cid-urcgibgsyY .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6f94aa;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urcgibgsyY .item .item-wrapper {
    margin: 0;
  }
}
.cid-urcgibgsyY .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-urcgibgsyY .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-urcgibgsyY .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-urcgibgsyY .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-urcgibgsyY .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-urcgibgsyY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urcgibgsyY .card-text {
  color: #f1f1f1;
}
.cid-urcgibgsyY .card-name {
  color: #f1f1f1;
}
.cid-urcgibgsyY .card-text,
.cid-urcgibgsyY .item-img {
  color: #000000;
}
.cid-urcgibNwCt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urcgibNwCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgibNwCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urcgibNwCt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urcgibNwCt .row {
  flex-direction: row-reverse;
}
.cid-urcgibNwCt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urcgibNwCt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urcgibNwCt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urcgibNwCt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urcgibNwCt .mbr-text,
.cid-urcgibNwCt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urcgicel68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgicel68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgicel68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urcgicel68 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urcgicel68 P {
  max-width: 1200px;
}
.cid-urcgicel68 .mbr-section-btn,
.cid-urcgicel68 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urcgicel68 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urcgicel68 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urcgicel68 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urcgicel68 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urcgicel68 .mbr-section-title {
  color: #000000;
}
.cid-urcgicel68 .mbr-text,
.cid-urcgicel68 .mbr-section-btn {
  color: #ffffff;
}
.cid-urcgicel68 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urcgicIq8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urcgicIq8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgicIq8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgicIq8e .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-urcgicIq8e .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-urcgicIq8e .container {
    padding: 0 30px;
  }
}
.cid-urcgicIq8e .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urcgicIq8e .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-urcgicIq8e .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-urcgicIq8e .image-wrapper img {
    height: 300px;
  }
}
.cid-urcgicIq8e .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-urcgicIq8e .text-wrapper {
    margin: 0;
  }
}
.cid-urcgicIq8e .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-urcgicIq8e .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-urcgicIq8e .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urcgicIq8e .mbr-section-title {
  color: #ffffff;
}
.cid-urcgicIq8e .mbr-text {
  color: #ffffff;
}
.cid-urcgida7T3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819bab;
}
.cid-urcgida7T3 img {
  border-radius: 0px;
}
.cid-urcgida7T3 .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-urcgida7T3 .date {
  text-transform: uppercase;
  color: #fff555;
  text-align: left;
  padding-top: 1rem;
}
.cid-urcgida7T3 .author {
  color: #000000;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-urcgida7T3 .heading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .cid-urcgida7T3 img {
    margin-top: 60px;
  }
}
.cid-urcgidGL45 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urcgidGL45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgidGL45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urcgidGL45 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urcgidGL45 P {
  max-width: 1200px;
}
.cid-urcgidGL45 .mbr-section-btn,
.cid-urcgidGL45 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urcgidGL45 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urcgidGL45 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urcgidGL45 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urcgidGL45 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urcgidGL45 .mbr-section-title {
  color: #ffffff;
}
.cid-urcgidGL45 .mbr-text,
.cid-urcgidGL45 .mbr-section-btn {
  color: #ffffff;
}
.cid-urcgidGL45 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urcgieaS7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urcgieaS7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgieaS7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgieaS7N .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urcgieaS7N .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcgieaS7N .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #454545;
}
.cid-urcgieaS7N .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-urcgieaS7N .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-urcgieaS7N .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-urcgieaS7N .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-urcgieaS7N .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-urcgieaS7N .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgieaS7N .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-urcgieaS7N .mbr-section-title {
  color: #ffffff;
}
.cid-urcgieaS7N .item-title {
  color: #ffffff;
}
.cid-urcgieaS7N .item-text,
.cid-urcgieaS7N .text-wrap {
  color: #f5f5f5;
  text-align: center;
}
.cid-urcgieaS7N .mbr-section-title,
.cid-urcgieaS7N .tabs-wrapper {
  text-align: center;
}
.cid-urcgieaS7N .item-title,
.cid-urcgieaS7N .image-wrapper {
  text-align: center;
  color: #f5f5f5;
}
.cid-urcgieNd23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgieNd23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgieNd23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgieNd23 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urcgieNd23 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcgieNd23 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urcgieNd23 .container {
    padding: 0 20px;
  }
}
.cid-urcgieNd23 .row {
  justify-content: space-between;
}
.cid-urcgieNd23 .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-urcgieNd23 .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-urcgieNd23 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-urcgieNd23 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-urcgieNd23 .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgieNd23 .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-urcgieNd23 .mbr-section-title {
  color: #000000;
}
.cid-urcgieNd23 .mbr-desc {
  color: #000000;
}
.cid-urcgieNd23 .mbr-text {
  color: #9a9a9a;
}
.cid-urcgieNd23 .mbr-text,
.cid-urcgieNd23 .text-wrap {
  color: #000000;
}
.cid-urcgiffy69 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-urcgiffy69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiffy69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiffy69 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-urcgiffy69 .container {
    padding: 10px 8px;
  }
}
.cid-urcgiffy69 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-urcgiffy69 .row {
    padding: 50px 10px;
  }
}
.cid-urcgiffy69 .row .card {
  padding: 0;
}
.cid-urcgiffy69 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #dfe6ea;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urcgiffy69 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-urcgiffy69 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urcgiffy69 .mbr-section-title span {
  opacity: .5;
}
.cid-urcgifJNYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgifJNYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgifJNYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgifJNYy .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urcgifJNYy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urcgifJNYy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgifJNYy .panel-group {
    margin-bottom: 24px;
  }
}
.cid-urcgifJNYy .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-urcgifJNYy .panel-group .card {
    padding: 16px;
  }
}
.cid-urcgifJNYy .panel-group .card:first-child {
  margin-top: 0;
}
.cid-urcgifJNYy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff555;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #cdcdcd;
  margin-left: 8px;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #9a9a9a;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f5f5f5;
}
.cid-urcgifJNYy .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-urcgifJNYy .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-urcgifJNYy .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-urcgifJNYy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-urcgifJNYy .card-wrapper {
  background-color: #fff555;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ff9b78;
}
@media (max-width: 992px) {
  .cid-urcgifJNYy .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-urcgifJNYy .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-urcgifJNYy .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-urcgifJNYy .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urcgifJNYy .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-urcgifJNYy .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-urcgifJNYy .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-urcgifJNYy .mbr-section-title {
  color: #000000;
}
.cid-urcgifJNYy .panel-title-edit {
  color: #272b2e;
}
.cid-urcgifJNYy .panel-text {
  color: #15171a;
}
.cid-urcgifJNYy .card-title {
  color: #272b2e;
}
.cid-urcgifJNYy .card-title,
.cid-urcgifJNYy .icon-wrap,
.cid-urcgifJNYy .mbr-section-btn {
  text-align: center;
}
.cid-urcgifJNYy .panel-title-edit,
.cid-urcgifJNYy .icon-wrapper {
  color: #000000;
}
.cid-urekyZlZeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urekyZlZeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urekyZlZeI .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-urekyZlZeI .container {
    padding: 0 30px;
  }
}
.cid-urekyZlZeI .row {
  justify-content: center;
}
.cid-urekyZlZeI .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urekyZlZeI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urekyZlZeI .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #6f94aa;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-urekyZlZeI .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-urekyZlZeI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urekyZlZeI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-urekyZlZeI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urekyZlZeI .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #6f94aa;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-urekyZlZeI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-urekyZlZeI .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-urekyZlZeI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-urekyZlZeI .mbr-section-title {
  color: #000000;
}
.cid-urekyZlZeI .panel-title-edit {
  color: #000000;
}
.cid-urekyZlZeI .panel-text {
  color: #000000;
}
.cid-urcgih9lEf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-urcgih9lEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgih9lEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgih9lEf .card-wrapper {
  border: 1px solid #fff555;
}
.cid-urcgih9lEf .google-map {
  height: 30rem;
  position: relative;
}
.cid-urcgih9lEf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-urcgih9lEf .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-urcgih9lEf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urcgih9lEf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urcgih9lEf .content-head {
  max-width: 800px;
}
.cid-urcgih9lEf .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiieqMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgiieqMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiieqMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiieqMm .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urcgiieqMm .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiieqMm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiieqMm .container {
    padding: 0 20px;
  }
}
.cid-urcgiieqMm .row {
  justify-content: center;
}
.cid-urcgiieqMm .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fff555;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-urcgiieqMm .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-urcgiieqMm .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urcgiieqMm .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urcgiieqMm .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-urcgiieqMm .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-urcgiieqMm .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urcgiieqMm .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urcgiieqMm .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urcgiieqMm .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-urcgiieqMm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urcgiieqMm .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-urcgiieqMm .nav-wrapper .list .item-wrap:hover,
.cid-urcgiieqMm .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-urcgiieqMm .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-urcgiieqMm .mbr-text {
  color: #000000;
}
.cid-urcgiieqMm .mbr-list-title {
  color: #461581;
}
.cid-urcgiieqMm .list {
  color: #9a9a9a;
}
.cid-urcgiieqMm .list,
.cid-urcgiieqMm .item-wrap,
.cid-urcgiieqMm .contacts-wrapper {
  color: #000000;
}
.cid-urcgiSJM7n {
  background-color: transparent;
}
.cid-urcgiSJM7n .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-urcgiSJM7n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-urcgiSJM7n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urcgiSJM7n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urcgiSJM7n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urcgiSJM7n .menu_box .navbar.opened,
  .cid-urcgiSJM7n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-urcgiSJM7n .navbar-dropdown {
  position: relative !important;
}
.cid-urcgiSJM7n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urcgiSJM7n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urcgiSJM7n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urcgiSJM7n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urcgiSJM7n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urcgiSJM7n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #ffffff;
  }
  .cid-urcgiSJM7n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urcgiSJM7n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urcgiSJM7n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urcgiSJM7n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urcgiSJM7n .offcanvas-body .mbr-text,
  .cid-urcgiSJM7n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-urcgiSJM7n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-urcgiSJM7n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urcgiSJM7n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-urcgiSJM7n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urcgiSJM7n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urcgiSJM7n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urcgiSJM7n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urcgiSJM7n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urcgiSJM7n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urcgiSJM7n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-urcgiSJM7n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urcgiSJM7n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urcgiSJM7n .lg_brand {
    margin: 0 1rem;
  }
  .cid-urcgiSJM7n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-urcgiSJM7n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urcgiSJM7n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urcgiSJM7n .nav-item {
    margin: 0 !important;
  }
}
.cid-urcgiSJM7n .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-urcgiSJM7n .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urcgiSJM7n .nav-item .nav-link:hover::before,
.cid-urcgiSJM7n .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-urcgiSJM7n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urcgiSJM7n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urcgiSJM7n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urcgiSJM7n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urcgiSJM7n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-urcgiSJM7n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urcgiSJM7n .offcanvas_box {
    display: none;
  }
}
.cid-urcgiSJM7n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urcgiSJM7n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urcgiSJM7n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urcgiSJM7n .container {
  display: flex;
  margin: auto;
}
.cid-urcgiSJM7n .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urcgiSJM7n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urcgiSJM7n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urcgiSJM7n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urcgiSJM7n .navbar-nav {
    margin: 0;
  }
}
.cid-urcgiSJM7n .dropdown-menu,
.cid-urcgiSJM7n .navbar.opened {
  background-color: false !important;
}
.cid-urcgiSJM7n .nav-item:focus,
.cid-urcgiSJM7n .nav-link:focus {
  outline: none;
}
.cid-urcgiSJM7n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urcgiSJM7n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urcgiSJM7n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urcgiSJM7n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urcgiSJM7n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urcgiSJM7n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urcgiSJM7n .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urcgiSJM7n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urcgiSJM7n .navbar.opened {
  transition: all 0.3s;
}
.cid-urcgiSJM7n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urcgiSJM7n .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-urcgiSJM7n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-urcgiSJM7n .navbar.collapsed {
  justify-content: center;
}
.cid-urcgiSJM7n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urcgiSJM7n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urcgiSJM7n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urcgiSJM7n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urcgiSJM7n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urcgiSJM7n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urcgiSJM7n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urcgiSJM7n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urcgiSJM7n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urcgiSJM7n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urcgiSJM7n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urcgiSJM7n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urcgiSJM7n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urcgiSJM7n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urcgiSJM7n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urcgiSJM7n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urcgiSJM7n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urcgiSJM7n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urcgiSJM7n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urcgiSJM7n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urcgiSJM7n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urcgiSJM7n .navbar.navbar-short {
  min-height: 60px;
}
.cid-urcgiSJM7n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urcgiSJM7n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urcgiSJM7n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urcgiSJM7n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-urcgiSJM7n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urcgiSJM7n .dropdown-item.active,
.cid-urcgiSJM7n .dropdown-item:active {
  background-color: transparent;
}
.cid-urcgiSJM7n .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-urcgiSJM7n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urcgiSJM7n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urcgiSJM7n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urcgiSJM7n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urcgiSJM7n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urcgiSJM7n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fff555;
}
.cid-urcgiSJM7n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urcgiSJM7n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urcgiSJM7n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urcgiSJM7n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urcgiSJM7n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urcgiSJM7n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urcgiSJM7n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urcgiSJM7n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urcgiSJM7n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urcgiSJM7n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urcgiSJM7n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urcgiSJM7n .navbar {
    height: 70px;
  }
  .cid-urcgiSJM7n .navbar.opened {
    height: auto;
  }
  .cid-urcgiSJM7n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urcgiSJM7n .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-urcgiSJM7n .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-urcgiSJM7n .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urcgiSJM7n .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-urcgiSJM7n .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-urcgiSJM7n .navbar-caption:hover {
  color: #fff555;
}
@media (min-width: 992px) {
  .cid-urcgiSJM7n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urcgiSJM7n .text_widget {
  margin-bottom: 32px;
}
.cid-urcgiSJM7n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urcgiSJM7n .text_widget a:hover,
.cid-urcgiSJM7n .text_widget a:focus {
  opacity: .8;
}
.cid-urcgiSJM7n .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff555;
}
.cid-urcgiSJM7n .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urcgiSJM7n .navbar-caption {
  color: #000000;
}
.cid-urcgiSJM7n .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-urcgiSJM7n .mbr-section-subtitle,
.cid-urcgiSJM7n .text_widget,
.cid-urcgiSJM7n .mbr-section-btn {
  text-align: center;
}
.cid-urcgiSJM7n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urcgiThEs8 {
  background-image: url("../../../assets/images/winterwandern-1-1620x1080.jpg");
}
.cid-urcgiThEs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiThEs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiThEs8 .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-urcgiThEs8 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiThEs8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-urcgiThEs8 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-urcgiThEs8 .container {
    padding: 0 20px;
  }
}
.cid-urcgiThEs8 .row {
  height: 100%;
}
.cid-urcgiThEs8 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-urcgiThEs8 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-urcgiThEs8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-urcgiThEs8 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcgiThEs8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-urcgiThEs8 .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiThEs8 .mbr-desc {
  color: #ffffff;
}
.cid-urcgiTFKau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6c6cf;
}
.cid-urcgiTFKau .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiTFKau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiTFKau .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-urcgiTFKau .container-fluid {
    padding: 0 16px;
  }
}
.cid-urcgiTFKau .container-fluid .row {
  padding: 0;
}
.cid-urcgiTFKau .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urcgiTFKau .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-urcgiTFKau .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #454545;
}
.cid-urcgiTFKau .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-urcgiTFKau .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: .3;
}
.cid-urcgiTFKau .mbr-section-title {
  color: #495DFF;
}
.cid-urcgiTFKau .mbr-text {
  color: #495DFF;
}
.cid-urcgiTFKau .mbr-section-title,
.cid-urcgiTFKau .list-wrapper {
  color: #000000;
}
.cid-urcgiU5wjq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urcgiU5wjq .card {
  padding: 5rem 0;
  background: #000000;
  margin: auto;
  border-radius: 0;
}
.cid-urcgiU5wjq .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-urcgiU5wjq .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #fff555;
  opacity: 0;
}
.cid-urcgiU5wjq .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-urcgiU5wjq .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-urcgiU5wjq .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiU5wjq .col-10 {
  margin: auto;
}
.cid-urcgiUxeN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.cid-urcgiUxeN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiUxeN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiUxeN5 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-urcgiUxeN5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urcgiUxeN5 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiUxeN5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urcgiUxeN5 .container {
    padding: 0 14px;
  }
}
.cid-urcgiUxeN5 .row {
  justify-content: center;
}
.cid-urcgiUxeN5 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urcgiUxeN5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcgiUxeN5 .item {
  margin-bottom: 40px;
}
.cid-urcgiUxeN5 .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #6f94aa;
  height: 100%;
  margin: 0 9px;
}
.cid-urcgiUxeN5 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6f94aa;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-urcgiUxeN5 .item .item-wrapper {
    margin: 0;
  }
}
.cid-urcgiUxeN5 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-urcgiUxeN5 .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-urcgiUxeN5 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-urcgiUxeN5 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-urcgiUxeN5 .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-urcgiUxeN5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urcgiUxeN5 .card-text {
  color: #f1f1f1;
}
.cid-urcgiUxeN5 .card-name {
  color: #f1f1f1;
}
.cid-urcgiUxeN5 .card-text,
.cid-urcgiUxeN5 .item-img {
  color: #000000;
}
.cid-urcgiV3azx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urcgiV3azx .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiV3azx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urcgiV3azx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urcgiV3azx .row {
  flex-direction: row-reverse;
}
.cid-urcgiV3azx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urcgiV3azx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urcgiV3azx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urcgiV3azx .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-urcgiV3azx .mbr-text,
.cid-urcgiV3azx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urcgiVyzZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgiVyzZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiVyzZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urcgiVyzZT .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urcgiVyzZT P {
  max-width: 1200px;
}
.cid-urcgiVyzZT .mbr-section-btn,
.cid-urcgiVyzZT .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urcgiVyzZT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urcgiVyzZT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urcgiVyzZT .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urcgiVyzZT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urcgiVyzZT .mbr-section-title {
  color: #000000;
}
.cid-urcgiVyzZT .mbr-text,
.cid-urcgiVyzZT .mbr-section-btn {
  color: #ffffff;
}
.cid-urcgiVyzZT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urcgiW5Dzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urcgiW5Dzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiW5Dzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiW5Dzr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-urcgiW5Dzr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiW5Dzr .container {
    padding: 0 30px;
  }
}
.cid-urcgiW5Dzr .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urcgiW5Dzr .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-urcgiW5Dzr .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-urcgiW5Dzr .image-wrapper img {
    height: 300px;
  }
}
.cid-urcgiW5Dzr .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-urcgiW5Dzr .text-wrapper {
    margin: 0;
  }
}
.cid-urcgiW5Dzr .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-urcgiW5Dzr .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-urcgiW5Dzr .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-urcgiW5Dzr .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiW5Dzr .mbr-text {
  color: #ffffff;
}
.cid-urcgiWwdXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #819bab;
}
.cid-urcgiWwdXn img {
  border-radius: 0px;
}
.cid-urcgiWwdXn .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-urcgiWwdXn .date {
  text-transform: uppercase;
  color: #fff555;
  text-align: left;
  padding-top: 1rem;
}
.cid-urcgiWwdXn .author {
  color: #000000;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-urcgiWwdXn .heading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .cid-urcgiWwdXn img {
    margin-top: 60px;
  }
}
.cid-urcgiX3AsG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-urcgiX3AsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiX3AsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-urcgiX3AsG .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-urcgiX3AsG P {
  max-width: 1200px;
}
.cid-urcgiX3AsG .mbr-section-btn,
.cid-urcgiX3AsG .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urcgiX3AsG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urcgiX3AsG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urcgiX3AsG .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-urcgiX3AsG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urcgiX3AsG .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiX3AsG .mbr-text,
.cid-urcgiX3AsG .mbr-section-btn {
  color: #ffffff;
}
.cid-urcgiX3AsG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urcgiXu30T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urcgiXu30T .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiXu30T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiXu30T .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urcgiXu30T .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urcgiXu30T .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs .nav-item {
  position: relative;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #ffffff;
  display: block;
  margin: 8px 16px;
}
.cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 24px 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 40px;
  }
}
.cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  opacity: .3;
  border-radius: 60px;
  pointer-events: none;
  z-index: -1;
}
.cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #454545;
}
.cid-urcgiXu30T .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-urcgiXu30T .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-urcgiXu30T .tab-content .tab-pane .content-wrap .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-urcgiXu30T .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-urcgiXu30T .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-urcgiXu30T .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgiXu30T .tab-content .tab-pane .content-wrap .text-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-urcgiXu30T .mbr-section-title {
  color: #ffffff;
}
.cid-urcgiXu30T .item-title {
  color: #ffffff;
}
.cid-urcgiXu30T .item-text,
.cid-urcgiXu30T .text-wrap {
  color: #f5f5f5;
  text-align: center;
}
.cid-urcgiXu30T .mbr-section-title,
.cid-urcgiXu30T .tabs-wrapper {
  text-align: center;
}
.cid-urcgiXu30T .item-title,
.cid-urcgiXu30T .image-wrapper {
  text-align: center;
  color: #f5f5f5;
}
.cid-urcgiY774V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgiY774V .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiY774V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiY774V .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urcgiY774V .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiY774V .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urcgiY774V .container {
    padding: 0 20px;
  }
}
.cid-urcgiY774V .row {
  justify-content: space-between;
}
.cid-urcgiY774V .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-urcgiY774V .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-urcgiY774V .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-urcgiY774V .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-urcgiY774V .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgiY774V .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-urcgiY774V .mbr-section-title {
  color: #000000;
}
.cid-urcgiY774V .mbr-desc {
  color: #000000;
}
.cid-urcgiY774V .mbr-text {
  color: #9a9a9a;
}
.cid-urcgiY774V .mbr-text,
.cid-urcgiY774V .text-wrap {
  color: #000000;
}
.cid-urcgiYxqvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-urcgiYxqvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiYxqvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiYxqvL .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-urcgiYxqvL .container {
    padding: 10px 8px;
  }
}
.cid-urcgiYxqvL .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-urcgiYxqvL .row {
    padding: 50px 10px;
  }
}
.cid-urcgiYxqvL .row .card {
  padding: 0;
}
.cid-urcgiYxqvL .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #dfe6ea;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-urcgiYxqvL .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-urcgiYxqvL .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-urcgiYxqvL .mbr-section-title span {
  opacity: .5;
}
.cid-urcgiYYJPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgiYYJPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiYYJPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiYYJPs .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urcgiYYJPs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urcgiYYJPs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urcgiYYJPs .panel-group {
    margin-bottom: 24px;
  }
}
.cid-urcgiYYJPs .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-urcgiYYJPs .panel-group .card {
    padding: 16px;
  }
}
.cid-urcgiYYJPs .panel-group .card:first-child {
  margin-top: 0;
}
.cid-urcgiYYJPs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff555;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #cdcdcd;
  margin-left: 8px;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #9a9a9a;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f5f5f5;
}
.cid-urcgiYYJPs .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-urcgiYYJPs .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-urcgiYYJPs .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-urcgiYYJPs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-urcgiYYJPs .card-wrapper {
  background-color: #fff555;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #ff9b78;
}
@media (max-width: 992px) {
  .cid-urcgiYYJPs .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-urcgiYYJPs .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-urcgiYYJPs .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-urcgiYYJPs .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urcgiYYJPs .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-urcgiYYJPs .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-urcgiYYJPs .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-urcgiYYJPs .mbr-section-title {
  color: #000000;
}
.cid-urcgiYYJPs .panel-title-edit {
  color: #272b2e;
}
.cid-urcgiYYJPs .panel-text {
  color: #15171a;
}
.cid-urcgiYYJPs .card-title {
  color: #272b2e;
}
.cid-urcgiYYJPs .card-title,
.cid-urcgiYYJPs .icon-wrap,
.cid-urcgiYYJPs .mbr-section-btn {
  text-align: center;
}
.cid-urcgiYYJPs .panel-title-edit,
.cid-urcgiYYJPs .icon-wrapper {
  color: #000000;
}
.cid-ureljv2lW6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ureljv2lW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureljv2lW6 .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-ureljv2lW6 .container {
    padding: 0 30px;
  }
}
.cid-ureljv2lW6 .row {
  justify-content: center;
}
.cid-ureljv2lW6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ureljv2lW6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ureljv2lW6 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #6f94aa;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ureljv2lW6 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ureljv2lW6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ureljv2lW6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ureljv2lW6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ureljv2lW6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #6f94aa;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ureljv2lW6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ureljv2lW6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ureljv2lW6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ureljv2lW6 .mbr-section-title {
  color: #000000;
}
.cid-ureljv2lW6 .panel-title-edit {
  color: #000000;
}
.cid-ureljv2lW6 .panel-text {
  color: #000000;
}
.cid-urcgiZF5Xo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-urcgiZF5Xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgiZF5Xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgiZF5Xo .card-wrapper {
  border: 1px solid #fff555;
}
.cid-urcgiZF5Xo .google-map {
  height: 30rem;
  position: relative;
}
.cid-urcgiZF5Xo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-urcgiZF5Xo .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-urcgiZF5Xo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urcgiZF5Xo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urcgiZF5Xo .content-head {
  max-width: 800px;
}
.cid-urcgiZF5Xo .mbr-section-title {
  color: #ffffff;
}
.cid-urcgj0ahW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6f94aa;
}
.cid-urcgj0ahW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcgj0ahW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urcgj0ahW9 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-urcgj0ahW9 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-urcgj0ahW9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urcgj0ahW9 .container {
    padding: 0 20px;
  }
}
.cid-urcgj0ahW9 .row {
  justify-content: center;
}
.cid-urcgj0ahW9 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #fff555;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-urcgj0ahW9 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-urcgj0ahW9 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urcgj0ahW9 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urcgj0ahW9 .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-urcgj0ahW9 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-urcgj0ahW9 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-urcgj0ahW9 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-urcgj0ahW9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-urcgj0ahW9 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-urcgj0ahW9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urcgj0ahW9 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-urcgj0ahW9 .nav-wrapper .list .item-wrap:hover,
.cid-urcgj0ahW9 .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-urcgj0ahW9 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-urcgj0ahW9 .mbr-text {
  color: #000000;
}
.cid-urcgj0ahW9 .mbr-list-title {
  color: #461581;
}
.cid-urcgj0ahW9 .list {
  color: #9a9a9a;
}
.cid-urcgj0ahW9 .list,
.cid-urcgj0ahW9 .item-wrap,
.cid-urcgj0ahW9 .contacts-wrapper {
  color: #000000;
}
