.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: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 9.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.625rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 5.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 7.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.51rem;
    font-size: calc( 3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.24rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ade988 !important;
}
.bg-info {
  background-color: #fdfcfc !important;
}
.bg-warning {
  background-color: #b08ce1 !important;
}
.bg-danger {
  background-color: #f06246 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
  color: #966464 !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: #966464 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ade988 !important;
  border-color: #ade988 !important;
  color: #306012 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #306012 !important;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06246 !important;
  border-color: #f06246 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f48a75 !important;
  border-color: #f48a75 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f48a75 !important;
  border-color: #f48a75 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f9a600;
  color: #f9a600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a26c00 !important;
  background-color: transparent !important;
  border-color: #a26c00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fdfcfc;
  color: #fdfcfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #dac8c8 !important;
  background-color: transparent !important;
  border-color: #dac8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #966464 !important;
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ade988;
  color: #ade988;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7bdb3f !important;
  background-color: transparent !important;
  border-color: #7bdb3f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #306012 !important;
  background-color: #ade988 !important;
  border-color: #ade988 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b08ce1;
  color: #b08ce1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8147cf !important;
  background-color: transparent !important;
  border-color: #8147cf !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06246;
  color: #f06246;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf3011 !important;
  background-color: transparent !important;
  border-color: #cf3011 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06246 !important;
  border-color: #f06246 !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: #ffffff !important;
}
.text-secondary {
  color: #f9a600 !important;
}
.text-success {
  color: #ade988 !important;
}
.text-info {
  color: #fdfcfc !important;
}
.text-warning {
  color: #b08ce1 !important;
}
.text-danger {
  color: #f06246 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #936200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #72d932 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d4bfbf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #783bcc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c02d10 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfcfc;
}
.alert-warning {
  background-color: #b08ce1;
}
.alert-danger {
  background-color: #f06246;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f9a600 !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='%23ffffff' %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;
}
img {
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 40px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  border: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  justify-content: flex-end;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    width: 70px;
  }
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #f9a600 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #f9a600 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #b08ce1 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f06246 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.cid-tN0YvQmWp6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #192227;
}
.cid-tN0YvQmWp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YvQmWp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YvQmWp6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .container {
    padding: 0 16px;
  }
}
.cid-tN0YvQmWp6 .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-tN0YvQmWp6 .row {
    padding: 45px 4px;
  }
}
.cid-tN0YvQmWp6 .row .card {
  justify-content: center;
}
.cid-tN0YvQmWp6 .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tN0YvQmWp6 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #d1cece;
}
@media (max-width: 1440px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN0YvQmWp6 .mbr-section-subtitle {
  color: #d1cece;
}
.cid-tN0YvQmWp6 .mbr-section-title {
  color: #192227;
}
.cid-tN0YvQmWp6 .mbr-text {
  color: #192227;
}
.cid-tN0YRvRkma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRvRkma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRvRkma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRvRkma .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .container {
    padding: 0 16px;
  }
}
.cid-tN0YRvRkma .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row {
    margin: 0 10px;
  }
}
.cid-tN0YRvRkma .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card {
    padding: 0;
  }
}
.cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tN0YRvRkma .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YRvRkma .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-tN0YRvRkma .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YRvRkma .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YRvRkma .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRvRkma .mbr-text {
  color: #F9A600;
}
.cid-uSkQotppkA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2025-07-29-13-46-49-1162x711.png");
}
.cid-uSkQotppkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkQotppkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkQotppkA .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSkQotppkA .image-wrap {
    height: 350px;
  }
}
.cid-tN0YRQkTJW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRQkTJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRQkTJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRQkTJW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container {
    padding: 0 16px;
  }
}
.cid-tN0YRQkTJW .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row {
    margin: 0 10px;
  }
}
.cid-tN0YRQkTJW .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YRQkTJW .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRQkTJW .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YRQkTJW .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YRQkTJW .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YRQkTJW .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRQkTJW .item-title {
  color: #192227;
}
.cid-tN0YRQkTJW .mbr-text {
  color: #192227;
}
.cid-uSkSUwFcgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
  overflow: hidden;
}
.cid-uSkSUwFcgR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .container {
    padding: 0 16px;
  }
}
.cid-uSkSUwFcgR .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .row {
    margin: 0 10px;
  }
}
.cid-uSkSUwFcgR .row .card {
  position: relative;
  padding: 0;
}
.cid-uSkSUwFcgR .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #f9a600;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uSkSUwFcgR .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uSkSUwFcgR .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uSkSUwFcgR .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .row .card .icon-decor {
    display: none;
  }
}
.cid-uSkSUwFcgR .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uSkSUwFcgR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSkSUwFcgR .item:focus,
.cid-uSkSUwFcgR span:focus {
  outline: none;
}
.cid-uSkSUwFcgR .item-wrapper {
  position: relative;
}
.cid-uSkSUwFcgR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .cid-uSkSUwFcgR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSkSUwFcgR .embla__slide .slide-content {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uSkSUwFcgR .embla__slide .slide-content {
    margin-right: 0;
  }
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uSkSUwFcgR .embla__slide .slide-content .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uSkSUwFcgR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uSkSUwFcgR .embla__button--next,
.cid-uSkSUwFcgR .embla__button--prev {
  display: flex;
}
.cid-uSkSUwFcgR .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #f9a600 !important;
  border: 2px solid #f9a600 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSkSUwFcgR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSkSUwFcgR .embla__button:hover {
  color: #fdfcfc !important;
}
.cid-uSkSUwFcgR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSkSUwFcgR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSkSUwFcgR .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uSkSUwFcgR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSkSUwFcgR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSkSUwFcgR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSkSUwFcgR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSkSUwFcgR .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkSUwFcgR .item-title {
  color: #192227;
}
.cid-uSkSUwFcgR .mbr-text {
  color: #192227;
}
.cid-tN0Z28w70R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0Z28w70R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0Z28w70R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0Z28w70R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container {
    padding: 0 16px;
  }
}
.cid-tN0Z28w70R .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row {
    margin: 0 10px;
  }
}
.cid-tN0Z28w70R .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0Z28w70R .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0Z28w70R .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0Z28w70R .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper {
    width: 100%;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0Z28w70R .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0Z28w70R .mbr-text {
  color: #fdfcfc;
}
.cid-tN10J5kPi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN10J5kPi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10J5kPi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10J5kPi3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .container {
    padding: 0 16px;
  }
}
.cid-tN10J5kPi3 .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .row {
    margin: 0 10px;
  }
}
.cid-tN10J5kPi3 .row .card {
  position: relative;
  padding: 0;
}
.cid-tN10J5kPi3 .items-wrapper .item {
  margin-bottom: 100px;
  transform: rotate(3deg);
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) {
  transform: rotate(-3deg);
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img {
  background-color: #f9a600;
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) {
    transform: rotate(0);
  }
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #c38200;
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #c38200;
}
.cid-tN10J5kPi3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item {
    transform: rotate(0);
    margin-bottom: 20px;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img {
  padding: 30px 40px;
  background-color: #ffbc37;
  border-radius: 20px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img {
    padding: 20px;
    margin: 0 0 5px 0;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  object-fit: cover;
  border-radius: 5rem !important;
  margin: 0 auto 30px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img img {
    margin: 0 auto 20px;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content {
  background-color: #ffbc37;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content .mbr-text {
    padding: 20px;
  }
}
.cid-tN10J5kPi3 .mbr-name {
  color: #192227;
  text-align: center;
}
.cid-tN10J5kPi3 .mbr-role {
  color: #192227;
  text-align: center;
}
.cid-tN10J5kPi3 .mbr-text {
  color: #192227;
}
.cid-uSkStqaKzD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uSkStqaKzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkStqaKzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkStqaKzD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .container {
    padding: 0 16px;
  }
}
.cid-uSkStqaKzD .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .row {
    margin: 0 10px;
  }
}
.cid-uSkStqaKzD .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .row .card {
    padding: 0;
  }
}
.cid-uSkStqaKzD .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uSkStqaKzD .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .title-wrapper {
    padding-right: 0;
  }
}
.cid-uSkStqaKzD .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkStqaKzD .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-uSkStqaKzD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSkStqaKzD .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uSkStqaKzD .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkStqaKzD .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .image-wrapper {
    padding-top: 40px;
  }
}
.cid-uSkStqaKzD .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSkStqaKzD .image-wrapper img {
    height: 350px;
  }
}
.cid-uSkStqaKzD .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkStqaKzD .mbr-text {
  color: #F9A600;
}
.cid-uSkStqaKzD .mbr-text,
.cid-uSkStqaKzD .mbr-section-btn {
  color: #ffffff;
}
.cid-tN10jiEfk5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN10jiEfk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10jiEfk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10jiEfk5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container {
    padding: 0 16px;
  }
}
.cid-tN10jiEfk5 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .row {
    margin: 0 10px;
  }
}
.cid-tN10jiEfk5 .row .item {
  padding: 0;
}
.cid-tN10jiEfk5 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN10jiEfk5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tN10jiEfk5 .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tN10jiEfk5 .panel-group .card:first-child {
  border-top: none;
}
.cid-tN10jiEfk5 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tN10jiEfk5 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9a600;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #f9a600;
  background-color: #192227;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .image-wrapper {
  height: 100%;
}
.cid-tN10jiEfk5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN10jiEfk5 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-title-edit {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-text {
  color: #fdfcfc;
}
.cid-uSkRzOh2If {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkRzOh2If .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkRzOh2If .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkRzOh2If .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSkRzOh2If .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkRzOh2If .item {
    margin-bottom: 15px;
  }
}
.cid-uSkRzOh2If .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSkRzOh2If .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSkRzOh2If .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkRzOh2If .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkRzOh2If .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSkRzOh2If .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSkRzOh2If .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSkRzOh2If .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSkRzOh2If .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSkRzOh2If .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkRzOh2If .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSkRzOh2If .card-title {
  color: #000000;
}
.cid-uSkRzOh2If .card-text {
  color: #8a8a8a;
}
.cid-tN10nYGY7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN10nYGY7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10nYGY7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10nYGY7q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .container {
    padding: 0 16px;
  }
}
.cid-tN10nYGY7q .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .row {
    margin: 0 10px;
  }
}
.cid-tN10nYGY7q .row .card {
  padding: 0;
}
.cid-tN10nYGY7q .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN10nYGY7q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN10nYGY7q .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .google-map iframe {
    height: 350px;
  }
}
.cid-tN10nYGY7q .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkRAq6KtH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkRAq6KtH .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSkVSZb0Os .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSkVSZb0Os .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSkVSZb0Os .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkVSZb0Os .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkVSZb0Os .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkVSZb0Os .menu_box .navbar.opened,
  .cid-uSkVSZb0Os .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkVSZb0Os .navbar-dropdown {
  position: relative !important;
}
.cid-uSkVSZb0Os .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkVSZb0Os .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSkVSZb0Os .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSkVSZb0Os .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSkVSZb0Os .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSkVSZb0Os .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSkVSZb0Os .offcanvas-body .mbr-text,
  .cid-uSkVSZb0Os .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSkVSZb0Os .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSkVSZb0Os .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSkVSZb0Os .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSkVSZb0Os .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSkVSZb0Os .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSkVSZb0Os .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSkVSZb0Os .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSkVSZb0Os ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSkVSZb0Os .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkVSZb0Os .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-uSkVSZb0Os .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSkVSZb0Os li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSkVSZb0Os .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSkVSZb0Os .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSkVSZb0Os .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkVSZb0Os .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSkVSZb0Os .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkVSZb0Os .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkVSZb0Os .nav-item .nav-link:hover,
.cid-uSkVSZb0Os .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSkVSZb0Os .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSkVSZb0Os .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSkVSZb0Os .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkVSZb0Os .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkVSZb0Os .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkVSZb0Os .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkVSZb0Os .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-uSkVSZb0Os .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkVSZb0Os .offcanvas_box {
    display: none;
  }
}
.cid-uSkVSZb0Os .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSkVSZb0Os .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkVSZb0Os .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSkVSZb0Os .container {
  display: flex;
  margin: auto;
}
.cid-uSkVSZb0Os .iconfont-wrapper {
  color: #fdfcfc;
  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-uSkVSZb0Os .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkVSZb0Os .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkVSZb0Os .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkVSZb0Os .navbar-nav {
    margin: 0;
  }
}
.cid-uSkVSZb0Os .dropdown-menu,
.cid-uSkVSZb0Os .navbar.opened {
  background-color: false !important;
}
.cid-uSkVSZb0Os .nav-item:focus,
.cid-uSkVSZb0Os .nav-link:focus {
  outline: none;
}
.cid-uSkVSZb0Os .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkVSZb0Os .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkVSZb0Os .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkVSZb0Os .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkVSZb0Os .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkVSZb0Os .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkVSZb0Os .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkVSZb0Os .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkVSZb0Os .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkVSZb0Os .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkVSZb0Os .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSkVSZb0Os .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSkVSZb0Os .navbar.collapsed {
  justify-content: center;
}
.cid-uSkVSZb0Os .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkVSZb0Os .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkVSZb0Os .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkVSZb0Os .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkVSZb0Os .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkVSZb0Os .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkVSZb0Os .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkVSZb0Os .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkVSZb0Os .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSkVSZb0Os .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkVSZb0Os .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkVSZb0Os .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkVSZb0Os .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkVSZb0Os .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkVSZb0Os .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkVSZb0Os .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSkVSZb0Os .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkVSZb0Os .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkVSZb0Os .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkVSZb0Os .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkVSZb0Os .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkVSZb0Os .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkVSZb0Os .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkVSZb0Os .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkVSZb0Os .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-uSkVSZb0Os .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSkVSZb0Os .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkVSZb0Os .dropdown-item.active,
.cid-uSkVSZb0Os .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkVSZb0Os .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkVSZb0Os .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkVSZb0Os .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkVSZb0Os .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkVSZb0Os ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkVSZb0Os .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkVSZb0Os button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSkVSZb0Os button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSkVSZb0Os button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkVSZb0Os button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkVSZb0Os button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkVSZb0Os button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkVSZb0Os nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkVSZb0Os nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkVSZb0Os nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkVSZb0Os nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkVSZb0Os a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkVSZb0Os .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-uSkVSZb0Os .navbar {
    height: 70px;
  }
  .cid-uSkVSZb0Os .navbar.opened {
    height: auto;
  }
  .cid-uSkVSZb0Os .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkVSZb0Os .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSkVSZb0Os .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSkVSZb0Os .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSkVSZb0Os .mbr-section-btn-main .btn:hover,
.cid-uSkVSZb0Os .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSkVSZb0Os .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSkVSZb0Os .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSkVSZb0Os .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSkVSZb0Os .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSkVSZb0Os .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSkVSZb0Os .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSkVSZb0Os .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSkVSZb0Os .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkVSZb0Os .text_widget {
  margin-bottom: 32px;
}
.cid-uSkVSZb0Os .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkVSZb0Os .text_widget a:hover,
.cid-uSkVSZb0Os .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSkVSZb0Os .icons-menu-main {
  display: flex;
}
.cid-uSkVSZb0Os .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkVSZb0Os .navbar-caption {
  color: #fdfcfc;
}
.cid-uSkVSZb0Os .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkVSZb0Os .mbr-section-subtitle,
.cid-uSkVSZb0Os .text_widget,
.cid-uSkVSZb0Os .mbr-section-btn {
  text-align: center;
}
.cid-uSkVSZb0Os a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkYj091Q6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSkYj091Q6 .mbr-text {
  color: #221b35;
}
.cid-uSkYj091Q6 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uSkYj091Q6 h5,
.cid-uSkYj091Q6 h6 {
  background: #ffffff;
  display: inline;
}
.cid-uSkYj091Q6 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSkYj091Q6 h6 {
  line-height: 1.3 !important;
}
.cid-uSkYj091Q6 h6 span {
  padding-right: 2rem;
}
.cid-uSkYj091Q6 .mbr-section-title,
.cid-uSkYj091Q6 .align {
  color: #ffffff;
}
.cid-uSkYj091Q6 .mbr-section-subtitle,
.cid-uSkYj091Q6 .align {
  color: #000000;
  text-align: left;
}
.cid-uSkYcxwoDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkYcxwoDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkYcxwoDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkYcxwoDd .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSkYcxwoDd .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkYcxwoDd .item {
    margin-bottom: 15px;
  }
}
.cid-uSkYcxwoDd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSkYcxwoDd .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSkYcxwoDd .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkYcxwoDd .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkYcxwoDd .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSkYcxwoDd .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSkYcxwoDd .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSkYcxwoDd .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSkYcxwoDd .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSkYcxwoDd .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkYcxwoDd .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSkYcxwoDd .card-title {
  color: #000000;
}
.cid-uSkYcxwoDd .card-text {
  color: #8a8a8a;
}
.cid-uSkYcyeNNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uSkYcyeNNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkYcyeNNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkYcyeNNb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkYcyeNNb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkYcyeNNb .container {
    padding: 0 16px;
  }
}
.cid-uSkYcyeNNb .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkYcyeNNb .row {
    margin: 0 10px;
  }
}
.cid-uSkYcyeNNb .row .card {
  padding: 0;
}
.cid-uSkYcyeNNb .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSkYcyeNNb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkYcyeNNb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkYcyeNNb .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSkYcyeNNb .google-map iframe {
    height: 350px;
  }
}
.cid-uSkYcyeNNb .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkYcz1qYz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkYcz1qYz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSkYczzFHp .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSkYczzFHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSkYczzFHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkYczzFHp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkYczzFHp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkYczzFHp .menu_box .navbar.opened,
  .cid-uSkYczzFHp .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkYczzFHp .navbar-dropdown {
  position: relative !important;
}
.cid-uSkYczzFHp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkYczzFHp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSkYczzFHp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSkYczzFHp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSkYczzFHp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSkYczzFHp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSkYczzFHp .offcanvas-body .mbr-text,
  .cid-uSkYczzFHp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSkYczzFHp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSkYczzFHp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSkYczzFHp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSkYczzFHp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSkYczzFHp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSkYczzFHp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSkYczzFHp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSkYczzFHp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSkYczzFHp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkYczzFHp .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-uSkYczzFHp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSkYczzFHp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSkYczzFHp .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSkYczzFHp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSkYczzFHp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkYczzFHp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSkYczzFHp .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkYczzFHp .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkYczzFHp .nav-item .nav-link:hover,
.cid-uSkYczzFHp .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSkYczzFHp .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSkYczzFHp .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSkYczzFHp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkYczzFHp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkYczzFHp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkYczzFHp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkYczzFHp .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-uSkYczzFHp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkYczzFHp .offcanvas_box {
    display: none;
  }
}
.cid-uSkYczzFHp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSkYczzFHp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkYczzFHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSkYczzFHp .container {
  display: flex;
  margin: auto;
}
.cid-uSkYczzFHp .iconfont-wrapper {
  color: #fdfcfc;
  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-uSkYczzFHp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkYczzFHp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkYczzFHp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkYczzFHp .navbar-nav {
    margin: 0;
  }
}
.cid-uSkYczzFHp .dropdown-menu,
.cid-uSkYczzFHp .navbar.opened {
  background-color: false !important;
}
.cid-uSkYczzFHp .nav-item:focus,
.cid-uSkYczzFHp .nav-link:focus {
  outline: none;
}
.cid-uSkYczzFHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkYczzFHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkYczzFHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkYczzFHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkYczzFHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkYczzFHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkYczzFHp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkYczzFHp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkYczzFHp .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkYczzFHp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkYczzFHp .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSkYczzFHp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSkYczzFHp .navbar.collapsed {
  justify-content: center;
}
.cid-uSkYczzFHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkYczzFHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkYczzFHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkYczzFHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkYczzFHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkYczzFHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkYczzFHp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkYczzFHp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkYczzFHp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSkYczzFHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkYczzFHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkYczzFHp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkYczzFHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkYczzFHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkYczzFHp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkYczzFHp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSkYczzFHp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkYczzFHp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkYczzFHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkYczzFHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkYczzFHp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkYczzFHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkYczzFHp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkYczzFHp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkYczzFHp .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-uSkYczzFHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSkYczzFHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkYczzFHp .dropdown-item.active,
.cid-uSkYczzFHp .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkYczzFHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkYczzFHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkYczzFHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkYczzFHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkYczzFHp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkYczzFHp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkYczzFHp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSkYczzFHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSkYczzFHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkYczzFHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkYczzFHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkYczzFHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkYczzFHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkYczzFHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkYczzFHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkYczzFHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkYczzFHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkYczzFHp .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-uSkYczzFHp .navbar {
    height: 70px;
  }
  .cid-uSkYczzFHp .navbar.opened {
    height: auto;
  }
  .cid-uSkYczzFHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkYczzFHp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSkYczzFHp .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSkYczzFHp .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSkYczzFHp .mbr-section-btn-main .btn:hover,
.cid-uSkYczzFHp .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSkYczzFHp .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSkYczzFHp .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSkYczzFHp .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSkYczzFHp .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSkYczzFHp .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSkYczzFHp .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSkYczzFHp .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSkYczzFHp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkYczzFHp .text_widget {
  margin-bottom: 32px;
}
.cid-uSkYczzFHp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkYczzFHp .text_widget a:hover,
.cid-uSkYczzFHp .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSkYczzFHp .icons-menu-main {
  display: flex;
}
.cid-uSkYczzFHp .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkYczzFHp .navbar-caption {
  color: #fdfcfc;
}
.cid-uSkYczzFHp .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkYczzFHp .mbr-section-subtitle,
.cid-uSkYczzFHp .text_widget,
.cid-uSkYczzFHp .mbr-section-btn {
  text-align: center;
}
.cid-uSkYczzFHp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkYnUcEYQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSkYnUcEYQ .mbr-text {
  color: #221b35;
}
.cid-uSkYnUcEYQ .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uSkYnUcEYQ h5,
.cid-uSkYnUcEYQ h6 {
  background: #ffffff;
  display: inline;
}
.cid-uSkYnUcEYQ h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uSkYnUcEYQ h6 {
  line-height: 1.3 !important;
}
.cid-uSkYnUcEYQ h6 span {
  padding-right: 2rem;
}
.cid-uSkYnUcEYQ .mbr-section-title,
.cid-uSkYnUcEYQ .align {
  color: #ffffff;
}
.cid-uSkYnUcEYQ .mbr-section-subtitle,
.cid-uSkYnUcEYQ .align {
  color: #000000;
  text-align: left;
}
.cid-uSkYnV0Lpq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkYnV0Lpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkYnV0Lpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkYnV0Lpq .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSkYnV0Lpq .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkYnV0Lpq .item {
    margin-bottom: 15px;
  }
}
.cid-uSkYnV0Lpq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSkYnV0Lpq .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSkYnV0Lpq .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkYnV0Lpq .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkYnV0Lpq .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSkYnV0Lpq .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSkYnV0Lpq .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSkYnV0Lpq .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSkYnV0Lpq .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSkYnV0Lpq .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkYnV0Lpq .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSkYnV0Lpq .card-title {
  color: #000000;
}
.cid-uSkYnV0Lpq .card-text {
  color: #8a8a8a;
}
.cid-uSkYnWzeus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uSkYnWzeus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkYnWzeus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkYnWzeus .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkYnWzeus .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkYnWzeus .container {
    padding: 0 16px;
  }
}
.cid-uSkYnWzeus .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkYnWzeus .row {
    margin: 0 10px;
  }
}
.cid-uSkYnWzeus .row .card {
  padding: 0;
}
.cid-uSkYnWzeus .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSkYnWzeus .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkYnWzeus .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkYnWzeus .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSkYnWzeus .google-map iframe {
    height: 350px;
  }
}
.cid-uSkYnWzeus .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkYnXhFmi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkYnXhFmi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSkYnXIvVX .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSkYnXIvVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSkYnXIvVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkYnXIvVX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkYnXIvVX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkYnXIvVX .menu_box .navbar.opened,
  .cid-uSkYnXIvVX .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkYnXIvVX .navbar-dropdown {
  position: relative !important;
}
.cid-uSkYnXIvVX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkYnXIvVX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSkYnXIvVX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSkYnXIvVX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSkYnXIvVX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSkYnXIvVX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSkYnXIvVX .offcanvas-body .mbr-text,
  .cid-uSkYnXIvVX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSkYnXIvVX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSkYnXIvVX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSkYnXIvVX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSkYnXIvVX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSkYnXIvVX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSkYnXIvVX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSkYnXIvVX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSkYnXIvVX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSkYnXIvVX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkYnXIvVX .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-uSkYnXIvVX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSkYnXIvVX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSkYnXIvVX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSkYnXIvVX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSkYnXIvVX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkYnXIvVX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSkYnXIvVX .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkYnXIvVX .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkYnXIvVX .nav-item .nav-link:hover,
.cid-uSkYnXIvVX .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSkYnXIvVX .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSkYnXIvVX .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSkYnXIvVX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkYnXIvVX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkYnXIvVX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkYnXIvVX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkYnXIvVX .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-uSkYnXIvVX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkYnXIvVX .offcanvas_box {
    display: none;
  }
}
.cid-uSkYnXIvVX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSkYnXIvVX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkYnXIvVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSkYnXIvVX .container {
  display: flex;
  margin: auto;
}
.cid-uSkYnXIvVX .iconfont-wrapper {
  color: #fdfcfc;
  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-uSkYnXIvVX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkYnXIvVX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkYnXIvVX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkYnXIvVX .navbar-nav {
    margin: 0;
  }
}
.cid-uSkYnXIvVX .dropdown-menu,
.cid-uSkYnXIvVX .navbar.opened {
  background-color: false !important;
}
.cid-uSkYnXIvVX .nav-item:focus,
.cid-uSkYnXIvVX .nav-link:focus {
  outline: none;
}
.cid-uSkYnXIvVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkYnXIvVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkYnXIvVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkYnXIvVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkYnXIvVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkYnXIvVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkYnXIvVX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkYnXIvVX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkYnXIvVX .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkYnXIvVX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkYnXIvVX .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSkYnXIvVX .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSkYnXIvVX .navbar.collapsed {
  justify-content: center;
}
.cid-uSkYnXIvVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkYnXIvVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkYnXIvVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkYnXIvVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkYnXIvVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkYnXIvVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkYnXIvVX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkYnXIvVX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkYnXIvVX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSkYnXIvVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkYnXIvVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkYnXIvVX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkYnXIvVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkYnXIvVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkYnXIvVX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkYnXIvVX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSkYnXIvVX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkYnXIvVX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkYnXIvVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkYnXIvVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkYnXIvVX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkYnXIvVX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkYnXIvVX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkYnXIvVX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkYnXIvVX .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-uSkYnXIvVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSkYnXIvVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkYnXIvVX .dropdown-item.active,
.cid-uSkYnXIvVX .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkYnXIvVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkYnXIvVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkYnXIvVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkYnXIvVX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkYnXIvVX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkYnXIvVX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkYnXIvVX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSkYnXIvVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSkYnXIvVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkYnXIvVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkYnXIvVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkYnXIvVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkYnXIvVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkYnXIvVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkYnXIvVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkYnXIvVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkYnXIvVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkYnXIvVX .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-uSkYnXIvVX .navbar {
    height: 70px;
  }
  .cid-uSkYnXIvVX .navbar.opened {
    height: auto;
  }
  .cid-uSkYnXIvVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkYnXIvVX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSkYnXIvVX .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSkYnXIvVX .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSkYnXIvVX .mbr-section-btn-main .btn:hover,
.cid-uSkYnXIvVX .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSkYnXIvVX .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSkYnXIvVX .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSkYnXIvVX .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSkYnXIvVX .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSkYnXIvVX .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSkYnXIvVX .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSkYnXIvVX .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSkYnXIvVX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkYnXIvVX .text_widget {
  margin-bottom: 32px;
}
.cid-uSkYnXIvVX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkYnXIvVX .text_widget a:hover,
.cid-uSkYnXIvVX .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSkYnXIvVX .icons-menu-main {
  display: flex;
}
.cid-uSkYnXIvVX .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkYnXIvVX .navbar-caption {
  color: #fdfcfc;
}
.cid-uSkYnXIvVX .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkYnXIvVX .mbr-section-subtitle,
.cid-uSkYnXIvVX .text_widget,
.cid-uSkYnXIvVX .mbr-section-btn {
  text-align: center;
}
.cid-uSkYnXIvVX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkZjKxQ1j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSkZjKxQ1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZjKxQ1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZjKxQ1j .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uSkZjKxQ1j .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uSkZjKxQ1j .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uSkZjKxQ1j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSkZjKxQ1j img {
  border-radius: 2rem;
}
.cid-uSkZjKxQ1j .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSkZjKxQ1j .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uSkZjKxQ1j .mbr-text,
.cid-uSkZjKxQ1j .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uSkZepQjEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkZepQjEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZepQjEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZepQjEG .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSkZepQjEG .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkZepQjEG .item {
    margin-bottom: 15px;
  }
}
.cid-uSkZepQjEG .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSkZepQjEG .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSkZepQjEG .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkZepQjEG .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkZepQjEG .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSkZepQjEG .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSkZepQjEG .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSkZepQjEG .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSkZepQjEG .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSkZepQjEG .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkZepQjEG .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSkZepQjEG .card-title {
  color: #000000;
}
.cid-uSkZepQjEG .card-text {
  color: #8a8a8a;
}
.cid-uSkZeqGTKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uSkZeqGTKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZeqGTKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZeqGTKW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkZeqGTKW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkZeqGTKW .container {
    padding: 0 16px;
  }
}
.cid-uSkZeqGTKW .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkZeqGTKW .row {
    margin: 0 10px;
  }
}
.cid-uSkZeqGTKW .row .card {
  padding: 0;
}
.cid-uSkZeqGTKW .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSkZeqGTKW .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkZeqGTKW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkZeqGTKW .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSkZeqGTKW .google-map iframe {
    height: 350px;
  }
}
.cid-uSkZeqGTKW .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkZernsMO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkZernsMO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSkZerPFdl .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSkZerPFdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSkZerPFdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkZerPFdl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkZerPFdl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkZerPFdl .menu_box .navbar.opened,
  .cid-uSkZerPFdl .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkZerPFdl .navbar-dropdown {
  position: relative !important;
}
.cid-uSkZerPFdl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkZerPFdl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSkZerPFdl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSkZerPFdl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSkZerPFdl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSkZerPFdl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSkZerPFdl .offcanvas-body .mbr-text,
  .cid-uSkZerPFdl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSkZerPFdl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSkZerPFdl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSkZerPFdl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSkZerPFdl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSkZerPFdl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSkZerPFdl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSkZerPFdl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSkZerPFdl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSkZerPFdl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkZerPFdl .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-uSkZerPFdl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSkZerPFdl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSkZerPFdl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSkZerPFdl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSkZerPFdl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkZerPFdl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSkZerPFdl .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkZerPFdl .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkZerPFdl .nav-item .nav-link:hover,
.cid-uSkZerPFdl .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSkZerPFdl .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSkZerPFdl .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSkZerPFdl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkZerPFdl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkZerPFdl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkZerPFdl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkZerPFdl .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-uSkZerPFdl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkZerPFdl .offcanvas_box {
    display: none;
  }
}
.cid-uSkZerPFdl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSkZerPFdl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkZerPFdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSkZerPFdl .container {
  display: flex;
  margin: auto;
}
.cid-uSkZerPFdl .iconfont-wrapper {
  color: #fdfcfc;
  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-uSkZerPFdl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkZerPFdl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkZerPFdl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkZerPFdl .navbar-nav {
    margin: 0;
  }
}
.cid-uSkZerPFdl .dropdown-menu,
.cid-uSkZerPFdl .navbar.opened {
  background-color: false !important;
}
.cid-uSkZerPFdl .nav-item:focus,
.cid-uSkZerPFdl .nav-link:focus {
  outline: none;
}
.cid-uSkZerPFdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkZerPFdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkZerPFdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkZerPFdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkZerPFdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkZerPFdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkZerPFdl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkZerPFdl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkZerPFdl .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkZerPFdl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkZerPFdl .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSkZerPFdl .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSkZerPFdl .navbar.collapsed {
  justify-content: center;
}
.cid-uSkZerPFdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkZerPFdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkZerPFdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkZerPFdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkZerPFdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkZerPFdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkZerPFdl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkZerPFdl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkZerPFdl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSkZerPFdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkZerPFdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkZerPFdl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkZerPFdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkZerPFdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkZerPFdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkZerPFdl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSkZerPFdl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkZerPFdl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkZerPFdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkZerPFdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkZerPFdl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkZerPFdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkZerPFdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkZerPFdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkZerPFdl .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-uSkZerPFdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSkZerPFdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkZerPFdl .dropdown-item.active,
.cid-uSkZerPFdl .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkZerPFdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkZerPFdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkZerPFdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkZerPFdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkZerPFdl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkZerPFdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkZerPFdl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSkZerPFdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSkZerPFdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkZerPFdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkZerPFdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkZerPFdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkZerPFdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkZerPFdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkZerPFdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkZerPFdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkZerPFdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkZerPFdl .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-uSkZerPFdl .navbar {
    height: 70px;
  }
  .cid-uSkZerPFdl .navbar.opened {
    height: auto;
  }
  .cid-uSkZerPFdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkZerPFdl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSkZerPFdl .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSkZerPFdl .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSkZerPFdl .mbr-section-btn-main .btn:hover,
.cid-uSkZerPFdl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSkZerPFdl .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSkZerPFdl .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSkZerPFdl .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSkZerPFdl .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSkZerPFdl .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSkZerPFdl .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSkZerPFdl .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSkZerPFdl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkZerPFdl .text_widget {
  margin-bottom: 32px;
}
.cid-uSkZerPFdl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkZerPFdl .text_widget a:hover,
.cid-uSkZerPFdl .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSkZerPFdl .icons-menu-main {
  display: flex;
}
.cid-uSkZerPFdl .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkZerPFdl .navbar-caption {
  color: #fdfcfc;
}
.cid-uSkZerPFdl .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkZerPFdl .mbr-section-subtitle,
.cid-uSkZerPFdl .text_widget,
.cid-uSkZerPFdl .mbr-section-btn {
  text-align: center;
}
.cid-uSkZerPFdl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkZFls6VR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSkZFls6VR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZFls6VR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZFls6VR .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uSkZFls6VR .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uSkZFls6VR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uSkZFls6VR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSkZFls6VR img {
  border-radius: 2rem;
}
.cid-uSkZFls6VR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSkZFls6VR .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uSkZFls6VR .mbr-text,
.cid-uSkZFls6VR .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uSkZFnof5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkZFnof5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZFnof5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZFnof5l .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSkZFnof5l .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkZFnof5l .item {
    margin-bottom: 15px;
  }
}
.cid-uSkZFnof5l .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSkZFnof5l .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSkZFnof5l .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkZFnof5l .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkZFnof5l .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSkZFnof5l .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSkZFnof5l .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSkZFnof5l .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSkZFnof5l .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSkZFnof5l .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkZFnof5l .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSkZFnof5l .card-title {
  color: #000000;
}
.cid-uSkZFnof5l .card-text {
  color: #8a8a8a;
}
.cid-uSkZFo5qav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uSkZFo5qav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZFo5qav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZFo5qav .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkZFo5qav .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkZFo5qav .container {
    padding: 0 16px;
  }
}
.cid-uSkZFo5qav .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkZFo5qav .row {
    margin: 0 10px;
  }
}
.cid-uSkZFo5qav .row .card {
  padding: 0;
}
.cid-uSkZFo5qav .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSkZFo5qav .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkZFo5qav .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkZFo5qav .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSkZFo5qav .google-map iframe {
    height: 350px;
  }
}
.cid-uSkZFo5qav .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkZFoUupN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkZFoUupN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSkZFpwNCq .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSkZFpwNCq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSkZFpwNCq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkZFpwNCq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkZFpwNCq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkZFpwNCq .menu_box .navbar.opened,
  .cid-uSkZFpwNCq .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkZFpwNCq .navbar-dropdown {
  position: relative !important;
}
.cid-uSkZFpwNCq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkZFpwNCq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSkZFpwNCq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSkZFpwNCq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSkZFpwNCq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSkZFpwNCq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSkZFpwNCq .offcanvas-body .mbr-text,
  .cid-uSkZFpwNCq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSkZFpwNCq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSkZFpwNCq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSkZFpwNCq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSkZFpwNCq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSkZFpwNCq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSkZFpwNCq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSkZFpwNCq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSkZFpwNCq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSkZFpwNCq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkZFpwNCq .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-uSkZFpwNCq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSkZFpwNCq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSkZFpwNCq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSkZFpwNCq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSkZFpwNCq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkZFpwNCq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSkZFpwNCq .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkZFpwNCq .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkZFpwNCq .nav-item .nav-link:hover,
.cid-uSkZFpwNCq .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSkZFpwNCq .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSkZFpwNCq .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSkZFpwNCq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkZFpwNCq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkZFpwNCq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkZFpwNCq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkZFpwNCq .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-uSkZFpwNCq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkZFpwNCq .offcanvas_box {
    display: none;
  }
}
.cid-uSkZFpwNCq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSkZFpwNCq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkZFpwNCq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSkZFpwNCq .container {
  display: flex;
  margin: auto;
}
.cid-uSkZFpwNCq .iconfont-wrapper {
  color: #fdfcfc;
  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-uSkZFpwNCq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkZFpwNCq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkZFpwNCq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkZFpwNCq .navbar-nav {
    margin: 0;
  }
}
.cid-uSkZFpwNCq .dropdown-menu,
.cid-uSkZFpwNCq .navbar.opened {
  background-color: false !important;
}
.cid-uSkZFpwNCq .nav-item:focus,
.cid-uSkZFpwNCq .nav-link:focus {
  outline: none;
}
.cid-uSkZFpwNCq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkZFpwNCq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkZFpwNCq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkZFpwNCq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkZFpwNCq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkZFpwNCq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkZFpwNCq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkZFpwNCq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkZFpwNCq .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkZFpwNCq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkZFpwNCq .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSkZFpwNCq .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSkZFpwNCq .navbar.collapsed {
  justify-content: center;
}
.cid-uSkZFpwNCq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkZFpwNCq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkZFpwNCq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkZFpwNCq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkZFpwNCq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkZFpwNCq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkZFpwNCq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkZFpwNCq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkZFpwNCq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSkZFpwNCq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkZFpwNCq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkZFpwNCq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkZFpwNCq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkZFpwNCq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkZFpwNCq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkZFpwNCq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSkZFpwNCq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkZFpwNCq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkZFpwNCq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkZFpwNCq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkZFpwNCq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkZFpwNCq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkZFpwNCq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkZFpwNCq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkZFpwNCq .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-uSkZFpwNCq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSkZFpwNCq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkZFpwNCq .dropdown-item.active,
.cid-uSkZFpwNCq .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkZFpwNCq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkZFpwNCq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkZFpwNCq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkZFpwNCq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkZFpwNCq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkZFpwNCq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkZFpwNCq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSkZFpwNCq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSkZFpwNCq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkZFpwNCq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkZFpwNCq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkZFpwNCq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkZFpwNCq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkZFpwNCq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkZFpwNCq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkZFpwNCq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkZFpwNCq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkZFpwNCq .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-uSkZFpwNCq .navbar {
    height: 70px;
  }
  .cid-uSkZFpwNCq .navbar.opened {
    height: auto;
  }
  .cid-uSkZFpwNCq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkZFpwNCq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSkZFpwNCq .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSkZFpwNCq .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSkZFpwNCq .mbr-section-btn-main .btn:hover,
.cid-uSkZFpwNCq .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSkZFpwNCq .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSkZFpwNCq .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSkZFpwNCq .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSkZFpwNCq .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSkZFpwNCq .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSkZFpwNCq .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSkZFpwNCq .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSkZFpwNCq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkZFpwNCq .text_widget {
  margin-bottom: 32px;
}
.cid-uSkZFpwNCq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkZFpwNCq .text_widget a:hover,
.cid-uSkZFpwNCq .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSkZFpwNCq .icons-menu-main {
  display: flex;
}
.cid-uSkZFpwNCq .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkZFpwNCq .navbar-caption {
  color: #fdfcfc;
}
.cid-uSkZFpwNCq .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkZFpwNCq .mbr-section-subtitle,
.cid-uSkZFpwNCq .text_widget,
.cid-uSkZFpwNCq .mbr-section-btn {
  text-align: center;
}
.cid-uSkZFpwNCq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSkZQJMziz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSkZQJMziz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZQJMziz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZQJMziz .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uSkZQJMziz .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uSkZQJMziz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uSkZQJMziz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSkZQJMziz img {
  border-radius: 2rem;
}
.cid-uSkZQJMziz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSkZQJMziz .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uSkZQJMziz .mbr-text,
.cid-uSkZQJMziz .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uSkZQKYM30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSkZQKYM30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZQKYM30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZQKYM30 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSkZQKYM30 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkZQKYM30 .item {
    margin-bottom: 15px;
  }
}
.cid-uSkZQKYM30 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSkZQKYM30 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSkZQKYM30 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSkZQKYM30 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkZQKYM30 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSkZQKYM30 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSkZQKYM30 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSkZQKYM30 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSkZQKYM30 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSkZQKYM30 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSkZQKYM30 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSkZQKYM30 .card-title {
  color: #000000;
}
.cid-uSkZQKYM30 .card-text {
  color: #8a8a8a;
}
.cid-uSkZQLFPUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uSkZQLFPUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkZQLFPUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkZQLFPUp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSkZQLFPUp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSkZQLFPUp .container {
    padding: 0 16px;
  }
}
.cid-uSkZQLFPUp .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSkZQLFPUp .row {
    margin: 0 10px;
  }
}
.cid-uSkZQLFPUp .row .card {
  padding: 0;
}
.cid-uSkZQLFPUp .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSkZQLFPUp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSkZQLFPUp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSkZQLFPUp .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSkZQLFPUp .google-map iframe {
    height: 350px;
  }
}
.cid-uSkZQLFPUp .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSkZQMbU7I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSkZQMbU7I .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSkZQMyZFW .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSkZQMyZFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSkZQMyZFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSkZQMyZFW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSkZQMyZFW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSkZQMyZFW .menu_box .navbar.opened,
  .cid-uSkZQMyZFW .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSkZQMyZFW .navbar-dropdown {
  position: relative !important;
}
.cid-uSkZQMyZFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSkZQMyZFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSkZQMyZFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSkZQMyZFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSkZQMyZFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSkZQMyZFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSkZQMyZFW .offcanvas-body .mbr-text,
  .cid-uSkZQMyZFW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSkZQMyZFW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSkZQMyZFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSkZQMyZFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSkZQMyZFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSkZQMyZFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSkZQMyZFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSkZQMyZFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSkZQMyZFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSkZQMyZFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkZQMyZFW .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-uSkZQMyZFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSkZQMyZFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSkZQMyZFW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSkZQMyZFW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSkZQMyZFW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSkZQMyZFW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSkZQMyZFW .nav-item {
    margin: 0 !important;
  }
}
.cid-uSkZQMyZFW .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSkZQMyZFW .nav-item .nav-link:hover,
.cid-uSkZQMyZFW .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSkZQMyZFW .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSkZQMyZFW .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSkZQMyZFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSkZQMyZFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSkZQMyZFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSkZQMyZFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSkZQMyZFW .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-uSkZQMyZFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSkZQMyZFW .offcanvas_box {
    display: none;
  }
}
.cid-uSkZQMyZFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSkZQMyZFW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSkZQMyZFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSkZQMyZFW .container {
  display: flex;
  margin: auto;
}
.cid-uSkZQMyZFW .iconfont-wrapper {
  color: #fdfcfc;
  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-uSkZQMyZFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSkZQMyZFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSkZQMyZFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSkZQMyZFW .navbar-nav {
    margin: 0;
  }
}
.cid-uSkZQMyZFW .dropdown-menu,
.cid-uSkZQMyZFW .navbar.opened {
  background-color: false !important;
}
.cid-uSkZQMyZFW .nav-item:focus,
.cid-uSkZQMyZFW .nav-link:focus {
  outline: none;
}
.cid-uSkZQMyZFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSkZQMyZFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSkZQMyZFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSkZQMyZFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSkZQMyZFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSkZQMyZFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSkZQMyZFW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSkZQMyZFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSkZQMyZFW .navbar.opened {
  transition: all 0.3s;
}
.cid-uSkZQMyZFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSkZQMyZFW .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSkZQMyZFW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSkZQMyZFW .navbar.collapsed {
  justify-content: center;
}
.cid-uSkZQMyZFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSkZQMyZFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSkZQMyZFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSkZQMyZFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSkZQMyZFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSkZQMyZFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSkZQMyZFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSkZQMyZFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSkZQMyZFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSkZQMyZFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSkZQMyZFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSkZQMyZFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSkZQMyZFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSkZQMyZFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSkZQMyZFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSkZQMyZFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSkZQMyZFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSkZQMyZFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSkZQMyZFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSkZQMyZFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSkZQMyZFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSkZQMyZFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSkZQMyZFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSkZQMyZFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSkZQMyZFW .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-uSkZQMyZFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSkZQMyZFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSkZQMyZFW .dropdown-item.active,
.cid-uSkZQMyZFW .dropdown-item:active {
  background-color: transparent;
}
.cid-uSkZQMyZFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSkZQMyZFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSkZQMyZFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSkZQMyZFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSkZQMyZFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSkZQMyZFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSkZQMyZFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSkZQMyZFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSkZQMyZFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSkZQMyZFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkZQMyZFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSkZQMyZFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSkZQMyZFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkZQMyZFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSkZQMyZFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSkZQMyZFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSkZQMyZFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSkZQMyZFW .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-uSkZQMyZFW .navbar {
    height: 70px;
  }
  .cid-uSkZQMyZFW .navbar.opened {
    height: auto;
  }
  .cid-uSkZQMyZFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSkZQMyZFW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSkZQMyZFW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSkZQMyZFW .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSkZQMyZFW .mbr-section-btn-main .btn:hover,
.cid-uSkZQMyZFW .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSkZQMyZFW .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSkZQMyZFW .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSkZQMyZFW .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSkZQMyZFW .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSkZQMyZFW .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSkZQMyZFW .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSkZQMyZFW .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSkZQMyZFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSkZQMyZFW .text_widget {
  margin-bottom: 32px;
}
.cid-uSkZQMyZFW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSkZQMyZFW .text_widget a:hover,
.cid-uSkZQMyZFW .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSkZQMyZFW .icons-menu-main {
  display: flex;
}
.cid-uSkZQMyZFW .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkZQMyZFW .navbar-caption {
  color: #fdfcfc;
}
.cid-uSkZQMyZFW .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSkZQMyZFW .mbr-section-subtitle,
.cid-uSkZQMyZFW .text_widget,
.cid-uSkZQMyZFW .mbr-section-btn {
  text-align: center;
}
.cid-uSkZQMyZFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSl00ihF97 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSl00ihF97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl00ihF97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl00ihF97 .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uSl00ihF97 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uSl00ihF97 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uSl00ihF97 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSl00ihF97 img {
  border-radius: 2rem;
}
.cid-uSl00ihF97 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSl00ihF97 .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uSl00ihF97 .mbr-text,
.cid-uSl00ihF97 .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uSl00jhIG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSl00jhIG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl00jhIG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl00jhIG8 .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uSl00jhIG8 .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSl00jhIG8 .item {
    margin-bottom: 15px;
  }
}
.cid-uSl00jhIG8 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSl00jhIG8 .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uSl00jhIG8 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSl00jhIG8 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSl00jhIG8 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uSl00jhIG8 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uSl00jhIG8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSl00jhIG8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSl00jhIG8 .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSl00jhIG8 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSl00jhIG8 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSl00jhIG8 .card-title {
  color: #000000;
}
.cid-uSl00jhIG8 .card-text {
  color: #8a8a8a;
}
.cid-uSl00k57CR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uSl00k57CR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSl00k57CR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSl00k57CR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSl00k57CR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSl00k57CR .container {
    padding: 0 16px;
  }
}
.cid-uSl00k57CR .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uSl00k57CR .row {
    margin: 0 10px;
  }
}
.cid-uSl00k57CR .row .card {
  padding: 0;
}
.cid-uSl00k57CR .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSl00k57CR .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSl00k57CR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSl00k57CR .google-map iframe {
  height: 500px;
  border: 10px solid #f9a600 !important;
  border-radius: 20px !important;
  background-color: #f9a600 !important;
}
@media (max-width: 992px) {
  .cid-uSl00k57CR .google-map iframe {
    height: 350px;
  }
}
.cid-uSl00k57CR .mbr-section-title {
  color: #fdfcfc;
}
.cid-uSl00kYtBT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSl00kYtBT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uSl00lFb7M .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-uSl00lFb7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-uSl00lFb7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSl00lFb7M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSl00lFb7M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSl00lFb7M .menu_box .navbar.opened,
  .cid-uSl00lFb7M .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSl00lFb7M .navbar-dropdown {
  position: relative !important;
}
.cid-uSl00lFb7M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSl00lFb7M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSl00lFb7M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSl00lFb7M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSl00lFb7M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSl00lFb7M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSl00lFb7M .offcanvas-body .mbr-text,
  .cid-uSl00lFb7M .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSl00lFb7M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSl00lFb7M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSl00lFb7M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uSl00lFb7M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSl00lFb7M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSl00lFb7M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSl00lFb7M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSl00lFb7M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSl00lFb7M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSl00lFb7M .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-uSl00lFb7M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSl00lFb7M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSl00lFb7M .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSl00lFb7M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSl00lFb7M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSl00lFb7M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSl00lFb7M .nav-item {
    margin: 0 !important;
  }
}
.cid-uSl00lFb7M .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSl00lFb7M .nav-item .nav-link:hover,
.cid-uSl00lFb7M .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-uSl00lFb7M .nav-item .nav-link:hover .mbr-iconfont,
.cid-uSl00lFb7M .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uSl00lFb7M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSl00lFb7M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSl00lFb7M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSl00lFb7M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSl00lFb7M .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-uSl00lFb7M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSl00lFb7M .offcanvas_box {
    display: none;
  }
}
.cid-uSl00lFb7M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSl00lFb7M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSl00lFb7M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSl00lFb7M .container {
  display: flex;
  margin: auto;
}
.cid-uSl00lFb7M .iconfont-wrapper {
  color: #fdfcfc;
  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-uSl00lFb7M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSl00lFb7M .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSl00lFb7M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSl00lFb7M .navbar-nav {
    margin: 0;
  }
}
.cid-uSl00lFb7M .dropdown-menu,
.cid-uSl00lFb7M .navbar.opened {
  background-color: false !important;
}
.cid-uSl00lFb7M .nav-item:focus,
.cid-uSl00lFb7M .nav-link:focus {
  outline: none;
}
.cid-uSl00lFb7M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSl00lFb7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSl00lFb7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSl00lFb7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSl00lFb7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSl00lFb7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSl00lFb7M .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSl00lFb7M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSl00lFb7M .navbar.opened {
  transition: all 0.3s;
}
.cid-uSl00lFb7M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSl00lFb7M .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uSl00lFb7M .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uSl00lFb7M .navbar.collapsed {
  justify-content: center;
}
.cid-uSl00lFb7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSl00lFb7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSl00lFb7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSl00lFb7M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSl00lFb7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSl00lFb7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSl00lFb7M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSl00lFb7M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSl00lFb7M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSl00lFb7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSl00lFb7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSl00lFb7M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSl00lFb7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSl00lFb7M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSl00lFb7M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSl00lFb7M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSl00lFb7M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSl00lFb7M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSl00lFb7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSl00lFb7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSl00lFb7M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSl00lFb7M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSl00lFb7M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSl00lFb7M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSl00lFb7M .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-uSl00lFb7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSl00lFb7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSl00lFb7M .dropdown-item.active,
.cid-uSl00lFb7M .dropdown-item:active {
  background-color: transparent;
}
.cid-uSl00lFb7M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSl00lFb7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSl00lFb7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSl00lFb7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSl00lFb7M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSl00lFb7M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSl00lFb7M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uSl00lFb7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uSl00lFb7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSl00lFb7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSl00lFb7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSl00lFb7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSl00lFb7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSl00lFb7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSl00lFb7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSl00lFb7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSl00lFb7M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSl00lFb7M .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-uSl00lFb7M .navbar {
    height: 70px;
  }
  .cid-uSl00lFb7M .navbar.opened {
    height: auto;
  }
  .cid-uSl00lFb7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSl00lFb7M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uSl00lFb7M .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSl00lFb7M .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uSl00lFb7M .mbr-section-btn-main .btn:hover,
.cid-uSl00lFb7M .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uSl00lFb7M .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uSl00lFb7M .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uSl00lFb7M .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uSl00lFb7M .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uSl00lFb7M .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uSl00lFb7M .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uSl00lFb7M .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-uSl00lFb7M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSl00lFb7M .text_widget {
  margin-bottom: 32px;
}
.cid-uSl00lFb7M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSl00lFb7M .text_widget a:hover,
.cid-uSl00lFb7M .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-uSl00lFb7M .icons-menu-main {
  display: flex;
}
.cid-uSl00lFb7M .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSl00lFb7M .navbar-caption {
  color: #fdfcfc;
}
.cid-uSl00lFb7M .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uSl00lFb7M .mbr-section-subtitle,
.cid-uSl00lFb7M .text_widget,
.cid-uSl00lFb7M .mbr-section-btn {
  text-align: center;
}
.cid-uSl00lFb7M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
