.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: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.1rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5753 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9c53 !important;
}
.bg-danger {
  background-color: #eb312c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb312c !important;
  border-color: #eb312c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !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: #ff5753;
  color: #ff5753;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb0600 !important;
  background-color: transparent !important;
  border-color: #fb0600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9c53;
  color: #ff9c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6b00 !important;
  background-color: transparent !important;
  border-color: #fb6b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb312c;
  color: #eb312c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b01511 !important;
  background-color: transparent !important;
  border-color: #b01511 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb312c !important;
  border-color: #eb312c !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: #ff5753 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9c53 !important;
}
.text-danger {
  color: #eb312c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec0500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec6400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a2130f !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: #ff5753;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9c53;
}
.alert-danger {
  background-color: #eb312c;
}
.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: #ff5753;
  border-color: #ff5753;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5753;
}
.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: #fde7e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5753 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff5753;
}
/* 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: #ff5753;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5753;
}
.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: #ff5753;
  border-bottom-color: #ff5753;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff5753' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.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 {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #ff5753;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #eeeeee;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #ff9c53;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #eb312c;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-uQSnZBrhRx .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uQSnZBrhRx .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uQSnZBrhRx .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uQSnZBrhRx .navbar-fixed-top {
  padding-top: 0;
}
.cid-uQSnZBrhRx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uQSnZBrhRx .collapse {
  justify-content: space-between !important;
}
.cid-uQSnZBrhRx .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uQSnZBrhRx .dropdown-menu.show {
  opacity: 1;
}
.cid-uQSnZBrhRx .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uQSnZBrhRx .mbr-iconfont {
  cursor: pointer;
}
.cid-uQSnZBrhRx .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uQSnZBrhRx .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uQSnZBrhRx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uQSnZBrhRx .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uQSnZBrhRx .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uQSnZBrhRx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uQSnZBrhRx .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uQSnZBrhRx .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uQSnZBrhRx .dropdown-item,
.cid-uQSnZBrhRx .nav-link,
.cid-uQSnZBrhRx .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uQSnZBrhRx .dropdown-item:hover,
.cid-uQSnZBrhRx .nav-link:hover,
.cid-uQSnZBrhRx .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uQSnZBrhRx .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uQSnZBrhRx .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uQSnZBrhRx .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uQSnZBrhRx .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQSnZBrhRx .content-text {
  margin-bottom: 0;
}
.cid-uQSnZBrhRx .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uQSnZBrhRx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uQSnZBrhRx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uQSnZBrhRx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uQSnZBrhRx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uQSnZBrhRx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uQSnZBrhRx .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uQSnZBrhRx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uQSnZBrhRx .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uQSnZBrhRx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uQSnZBrhRx .content-right-side {
  text-align: center;
}
.cid-uQSnZBrhRx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uQSnZBrhRx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uQSnZBrhRx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uQSnZBrhRx .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uQSnZBrhRx .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uQSnZBrhRx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQSnZBrhRx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uQSnZBrhRx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uQSnZBrhRx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uQSnZBrhRx .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uQSnZBrhRx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uQSnZBrhRx .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uQSnZBrhRx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQSnZBrhRx .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uQSnZBrhRx .navbar {
    display: block;
    padding: 0;
  }
  .cid-uQSnZBrhRx .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQSnZBrhRx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uQSnZBrhRx .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uQSnZBrhRx .navbar-toggler {
    display: none;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uQSnZBrhRx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uQSnZBrhRx .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQSnZBrhRx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uQSnZBrhRx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQSnZBrhRx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uQSnZBrhRx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uQSnZBrhRx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uQSnZBrhRx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uQSnZBrhRx button.navbar-toggler:focus {
  outline: none;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQSnZBrhRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQSnZBrhRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQSnZBrhRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQSnZBrhRx .collapsed .btn {
  display: flex;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uQSnZBrhRx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uQSnZBrhRx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uQSnZBrhRx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uQSnZBrhRx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uQSnZBrhRx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uQSnZBrhRx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uQSnZBrhRx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uQSnZBrhRx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uQSnZBrhRx .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uQSnZBrhRx .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uQSnZBrhRx .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uQSnZBrhRx .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing,
  .cid-uQSnZBrhRx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-nav,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uQSnZBrhRx img {
    height: 3.8rem !important;
  }
  .cid-uQSnZBrhRx .btn {
    display: flex;
  }
  .cid-uQSnZBrhRx button.navbar-toggler {
    display: block;
  }
  .cid-uQSnZBrhRx .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uQSnZBrhRx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQSnZBrhRx .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uQSnZBrhRx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uQSnZBrhRx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uQSnZBrhRx .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uQSnZBrhRx .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uQSnZBrhRx .navbar-toggler {
    order: 1;
  }
  .cid-uQSnZBrhRx .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uQSnZBrhRx .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uQSnZBrhRx .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item,
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .navbar-buttons,
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uQSnZBrhRx .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uQSnZBrhRx .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uQSnZBrhRx .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uQSnZBrhRx .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uQSnZBrhRx .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uQSnZBrhRx .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uQSnZBrhRx .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uQSnZBrhRx .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uQSnZBrhRx .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uQSnZBrhRx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uQSnZBrhRx .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uQSnZBrhRx .navbar-toggler {
  position: relative;
}
.cid-uQSnZBrhRx .dropdown-item.active,
.cid-uQSnZBrhRx .dropdown-item:active {
  color: initial;
}
.cid-uQSnZBrhRx .widget-title,
.cid-uQSnZBrhRx .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uQSnZBrhRx .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uQSnZBrhRx .menu-logo {
    display: none;
  }
  .cid-uQSnZBrhRx .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uQSnZBrhRx .nav-item:before {
    content: none;
  }
  .cid-uQSnZBrhRx .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uQSnZBrhRx .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uQSnZBrhRx button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uQSnZBrhRx .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uQSnZBrhRx .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uQSnZBrhRx .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uQSnZBrhRx .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uQSnZBrhRx .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uQSnZBrhRx .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uQSnZBrhRx .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uQSnZBrhRx .menu-content-top,
  .cid-uQSnZBrhRx .menu-content-right {
    z-index: 0;
  }
}
.cid-uQSnZBrhRx .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uQSnZBrhRx .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uQSnZBrhRx .navbar.bg-color.transparent .nav-link,
.cid-uQSnZBrhRx .navbar.bg-color.transparent .dropdown-item,
.cid-uQSnZBrhRx .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uQSnZBrhRx .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uQSnZBrhRx .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uQSnZBrhRx .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uQSnZBrhRx .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uQSnZBrhRx .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uQSnZBrhRx .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uQSnZBrhRx .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRMncM3rEJ {
  padding-top: 0;
  padding-bottom: 0 !important;
  background-color: #29445c;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMncM3rEJ .carousel {
  border-radius: 0;
  width: 100%;
}
.cid-uRMncM3rEJ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uRMncM3rEJ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uRMncM3rEJ .carousel-caption {
  position: absolute;
  z-index: 20;
  pointer-events: auto;
  left: 0;
  bottom: 20%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 400px;
  max-width: 800px;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
.cid-uRMncM3rEJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uRMncM3rEJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uRMncM3rEJ .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-uRMncM3rEJ .item-wrapper {
  width: 100%;
  position: relative;
}
.cid-uRMncM3rEJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uRMncM3rEJ .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRMncM3rEJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRMncM3rEJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRMncM3rEJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRMncM3rEJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
  z-index: 50;
}
.cid-uRMncM3rEJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRMncM3rEJ .carousel-indicators li.active,
.cid-uRMncM3rEJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRMncM3rEJ .carousel-indicators li::after,
.cid-uRMncM3rEJ .carousel-indicators li::before {
  content: none;
}
.cid-uRMncM3rEJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRMncM3rEJ .carousel-indicators .logo {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: scale(1) !important;
    z-index: 999;
    animation: zoomLogo 3s ease-in-out forwards;
  }
}
.cid-uRMncM3rEJ .logo img {
  top: 0px;
  transform: scale(0.3);
  transform-origin: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none !important;
}
.cid-uRMncM3rEJ .glass {
  text-shadow: 2px 2px 5px black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px;
  max-width: 800px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  top: -420px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
  animation: zoomInAnimation 1.5s ease-out forwards;
  border-radius: 35px;
  position: relative;
  z-index: 25 !important;
  pointer-events: none !important;
  left: 0;
  right: 0;
  text-align: center;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border: 3px solid #ffffff;
}
.cid-uRMncM3rEJ .logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  z-index: 15 !important;
  animation: zoomLogo 3s ease-in-out forwards;
  pointer-events: none !important;
}
@keyframes zoomLogo {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.cid-uRMncM3rEJ .carousel-item-zoom {
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@keyframes tilt3d {
  0% {
    transform: perspective(1200px) rotateY(0deg) scale(1.25);
  }
  25% {
    transform: perspective(1200px) rotateY(2deg) scale(1.25);
  }
  50% {
    transform: perspective(1200px) rotateY(0deg) scale(1.25);
  }
  75% {
    transform: perspective(1200px) rotateY(-2deg) scale(1.25);
  }
  100% {
    transform: perspective(1200px) rotateY(0deg) scale(1.25);
  }
}
.cid-uRMncM3rEJ .carousel .carousel-item img.carousel-item-zoom {
  animation: tilt3d 24s ease-in-out infinite;
  transform-origin: center;
  backface-visibility: hidden;
  perspective: 1200px;
  transform: perspective(1200px) scale(1.15);
}
@media (max-width: 768px) {
  .cid-uRMncM3rEJ .logo {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 999;
    animation: none;
  }
  .cid-uRMncM3rEJ .logo img {
    content: url('https://www.trueconstructional.com/logo.webp');
  }
  .cid-uRMncM3rEJ .carousel-control-prev,
  .cid-uRMncM3rEJ .carousel-control-next {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cid-uRMncM3rEJ .logo img {
    position: relative;
    top: -20px;
    transform: scale(1) !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@keyframes zoomInAnimation {
  from {
    opacity: 0;
    transform: scale(1);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}
@media (max-width: 767px) {
  .cid-uRMncM3rEJ .glass {
    filter: blur(0px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    animation: none;
    align-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    position: relative;
    bottom: 0;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 5px black;
    z-index: 25 !important;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    pointer-events: none !important;
  }
  .cid-uRMncM3rEJ .logo {
    top: 30% !important;
    z-index: 15 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    position: absolute !important;
    left: 50% !important;
    pointer-events: none !important;
  }
  .cid-uRMncM3rEJ .logo img {
    transform: scale(1.5) !important;
  }
  .cid-uRMncM3rEJ .mbr-section-btn {
    z-index: 55 !important;
    margin: 0 auto;
    text-align: center;
    pointer-events: auto !important;
  }
  .cid-uRMncM3rEJ .carousel-item img.carousel-item-zoom {
    pointer-events: none;
  }
  .cid-uRMncM3rEJ .carousel-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    transform: none;
    margin: 0 auto;
    text-align: center;
    top: auto !important;
  }
  .cid-uRMncM3rEJ .mbr-section-subtitle,
  .cid-uRMncM3rEJ .mbr-section-text {
    text-align: center;
    margin: 0 auto;
  }
  .cid-uRMncM3rEJ .mbr-section-btn a {
    margin: 5px !important;
    display: inline-block;
  }
  .cid-uRMncM3rEJ .btn,
  .cid-uRMncM3rEJ a.btn,
  .cid-uRMncM3rEJ button.btn,
  .cid-uRMncM3rEJ [class*="-gutters"],
  .cid-uRMncM3rEJ a[href*="GALLERY"],
  .cid-uRMncM3rEJ a[href*="QUOTE"] {
    padding: 4px 8px !important;
  }
  .cid-uRMncM3rEJ .mbr-section-subtitle {
    z-index: 45 !important;
    pointer-events: auto !important;
  }
  .cid-uRMncM3rEJ .mbr-section-text {
    z-index: 45 !important;
    pointer-events: auto !important;
  }
  .cid-uRMncM3rEJ .glass .mbr-section-text {
    pointer-events: auto !important;
    z-index: 50 !important;
    cursor: text;
  }
  .cid-uRMncM3rEJ .glass .mbr-section-subtitle {
    pointer-events: auto !important;
    z-index: 50 !important;
    cursor: text;
  }
}
.cid-uRMncM3rEJ .btn {
  top: 0;
  right: 0px;
  padding: 9px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uRMncM3rEJ .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uRMncM3rEJ .mbr-section-btn {
  position: relative;
  z-index: 35;
  pointer-events: auto;
  margin: 0 auto;
  text-align: center;
}
.cid-uRMncM3rEJ .btn-primary-outline,
.cid-uRMncM3rEJ .btn-danger-outline,
.cid-uRMncM3rEJ .btn-secondary {
  position: relative;
  z-index: 40;
  pointer-events: auto;
  display: inline-block;
}
.cid-uRMncM3rEJ .carousel-item {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}
.cid-uRMncM3rEJ .carousel-control-prev,
.cid-uRMncM3rEJ .carousel-control-next {
  z-index: 50;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRMncM3rEJ .carousel-caption {
    bottom: 15%;
  }
  .cid-uRMncM3rEJ .glass {
    width: 90%;
    max-width: 600px;
  }
  .cid-uRMncM3rEJ .logo {
    top: 35%;
  }
}
@media (max-width: 480px) {
  .cid-uRMncM3rEJ .logo {
    top: 35% !important;
  }
}
.cid-uRMncM3rEJ .btn,
.cid-uRMncM3rEJ a.btn,
.cid-uRMncM3rEJ button.btn,
.cid-uRMncM3rEJ .leafguard-gutters,
.cid-uRMncM3rEJ .seamless-gutters,
.cid-uRMncM3rEJ .custom-gutters,
.cid-uRMncM3rEJ .gallery,
.cid-uRMncM3rEJ .get-a-free-quote,
.cid-uRMncM3rEJ [class*="-gutters"],
.cid-uRMncM3rEJ a[href*="GALLERY"],
.cid-uRMncM3rEJ a[href*="QUOTE"] {
  padding: 5px 10px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}
.cid-uRMncM3rEJ a.leafguard-gutters,
.cid-uRMncM3rEJ a.seamless-gutters,
.cid-uRMncM3rEJ a.custom-gutters,
.cid-uRMncM3rEJ a.gallery,
.cid-uRMncM3rEJ a.get-a-free-quote {
  padding: 5px 8px !important;
}
.cid-uRMncM3rEJ .slider1 {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  position: relative;
  background-color: transparent !important;
}
.cid-uRMncM3rEJ #sliderId,
.cid-uRMncM3rEJ .carousel {
  margin-bottom: 0;
  height: auto !important;
}
.cid-uRMncM3rEJ .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.cid-uRMncM3rEJ .mbr-section-subtitle {
  position: relative;
  z-index: 40 !important;
  pointer-events: auto !important;
}
.cid-uRMncM3rEJ .mbr-section-text {
  position: relative;
  z-index: 40 !important;
  pointer-events: auto !important;
}
.cid-uRMncM3rEJ .glass * {
  position: relative;
  z-index: inherit;
  pointer-events: auto !important;
}
.cid-uRMncM3rEJ .glass .mbr-section-text {
  pointer-events: auto !important;
  position: relative;
  z-index: 50 !important;
  cursor: text;
}
.cid-uRMncM3rEJ .glass .mbr-section-subtitle {
  pointer-events: auto !important;
  position: relative;
  z-index: 50 !important;
  cursor: text;
}
.cid-uRMncM3rEJ .glass .mbr-section-btn {
  pointer-events: auto !important;
  position: relative;
  z-index: 55 !important;
}
.cid-uRMncM3rEJ .glass .mbr-section-btn a {
  pointer-events: auto !important;
}
.cid-uRMncM3rEJ P {
  text-align: center;
}
.cid-uRMoKLJawt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uRMoKLJawt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uRMoKLJawt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRMoKLJawt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRMoKLJawt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uRMoKLJawt .content-wrap .card {
  justify-content: space-between;
}
.cid-uRMoKLJawt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uRMoKLJawt .content-wrapper {
    padding: 0;
  }
}
.cid-uRMoKLJawt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRMoKLJawt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uRMoKLJawt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uRMoKLJawt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uRMoKLJawt .mbr-desc,
.cid-uRMoKLJawt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjuC6lQ5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wood.webp");
}
.cid-tWwjuC6lQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjuC6lQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWwjuC6lQ5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .container {
    padding: 0 22px;
  }
}
.cid-tWwjuC6lQ5 .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-tWwjuC6lQ5 .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-tWwjuC6lQ5 .row .title-wrapper {
  position: absolute;
  z-index: 1;
  text-shadow: 2px 2px 5px black;
  background-color: #eb7d2c;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-tWwjuC6lQ5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWwjuC6lQ5 .image-wrapper {
  margin-bottom: 12px;
}
.cid-tWwjuC6lQ5 .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjuC6lQ5 .image-wrap {
  margin-bottom: 12px;
}
.cid-tWwjuC6lQ5 .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .image-wrap img {
    height: 350px;
  }
}
.cid-tWwjuC6lQ5 .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-tWwjuC6lQ5 .content-wrapper {
    padding: 32px 0;
  }
}
.cid-tWwjuC6lQ5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tWwjuC6lQ5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWwjuC6lQ5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjuC6lQ5 .mbr-desc {
  color: #000000;
}
.cid-tWwjuC6lQ5 .mbr-text {
  color: #000000;
}
.cid-uPO06lEdCk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO06lEdCk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO06lEdCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO06lEdCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO06lEdCk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO06lEdCk .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO06lEdCk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO06lEdCk .content-wrapper {
    padding: 0;
  }
}
.cid-uPO06lEdCk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO06lEdCk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO06lEdCk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO06lEdCk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO06lEdCk .mbr-desc,
.cid-uPO06lEdCk .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjvXk6Fn {
  background-image: url("../../../assets/images/panelloc-fotor-20250713185619.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tWwjvXk6Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjvXk6Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .container {
    padding: 0 22px;
  }
}
.cid-tWwjvXk6Fn .row {
  justify-content: space-between;
}
.cid-tWwjvXk6Fn .row .card {
  justify-content: center;
}
.cid-tWwjvXk6Fn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjvXk6Fn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWwjvXk6Fn .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-tWwjvXk6Fn .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-tWwjvXk6Fn .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ddf5ac;
  margin-right: 55px;
}
.cid-tWwjvXk6Fn .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-tWwjvXk6Fn .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-tWwjvXk6Fn .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tWwjvXk6Fn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWwjvXk6Fn .mbr-section-title {
  color: #000000;
}
.cid-tWwjvXk6Fn .mbr-text {
  color: #ffffff;
}
.cid-tWwjvXk6Fn .card-title {
  color: #ff5753;
}
.cid-tWwjvXk6Fn .card-text {
  color: #ffffff;
}
.cid-tWwjvXk6Fn .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-tWwjvXk6Fn .mbr-section-title,
.cid-tWwjvXk6Fn .mbr-section-btn {
  color: #ffffff;
}
.cid-uPO06UEVNS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO06UEVNS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO06UEVNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO06UEVNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO06UEVNS .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO06UEVNS .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO06UEVNS .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO06UEVNS .content-wrapper {
    padding: 0;
  }
}
.cid-uPO06UEVNS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO06UEVNS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO06UEVNS .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO06UEVNS .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO06UEVNS .mbr-desc,
.cid-uPO06UEVNS .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjwunsPF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/example-24-1090x835.jpg-1090x835-fotor-2025071319046.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tWwjwunsPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjwunsPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .container {
    padding: 0 22px;
  }
}
.cid-tWwjwunsPF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWwjwunsPF .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-tWwjwunsPF .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-tWwjwunsPF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWwjwunsPF .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-tWwjwunsPF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tWwjwunsPF .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tWwjwunsPF .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
}
@media (max-width: 992px) {
  .cid-tWwjwunsPF .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-tWwjwunsPF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.cid-tWwjwunsPF .mbr-desc {
  color: #ffffff;
}
.cid-tWwjwunsPF .mbr-section-title {
  color: #000000;
}
.cid-tWwjwunsPF .card-title {
  color: #ffffff;
}
.cid-tWwjwunsPF .card-text {
  color: #ffffff;
}
.cid-tWwjwunsPF .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-tWwjwunsPF .mbr-section-title,
.cid-tWwjwunsPF .mbr-section-btn {
  color: #ffffff;
}
.cid-tWwjwunsPF img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tWwjwunsPF img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uPO07shIXL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO07shIXL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO07shIXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO07shIXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO07shIXL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO07shIXL .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO07shIXL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO07shIXL .content-wrapper {
    padding: 0;
  }
}
.cid-uPO07shIXL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO07shIXL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO07shIXL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO07shIXL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO07shIXL .mbr-desc,
.cid-uPO07shIXL .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjvAjD4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wood.webp");
}
.cid-tWwjvAjD4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjvAjD4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjvAjD4O .container {
    padding: 0 22px;
  }
}
.cid-tWwjvAjD4O .item:nth-child(2n) .item-wrapper {
  padding: 0 32px 0 128px;
}
.cid-tWwjvAjD4O .item .item-wrapper {
  padding: 0 128px 0 32px;
}
.cid-tWwjvAjD4O .item .item-wrapper .card-box .card-desc {
  margin-bottom: 32px;
}
.cid-tWwjvAjD4O .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
}
.cid-tWwjvAjD4O .card-desc {
  color: #ff5753;
}
.cid-tWwjvAjD4O .card-title {
  color: #000000;
}
.cid-tWwjvAjD4O .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-uPO08cZxvU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO08cZxvU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO08cZxvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO08cZxvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO08cZxvU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO08cZxvU .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO08cZxvU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO08cZxvU .content-wrapper {
    padding: 0;
  }
}
.cid-uPO08cZxvU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO08cZxvU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO08cZxvU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO08cZxvU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO08cZxvU .mbr-desc,
.cid-uPO08cZxvU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjygyVZk {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/wood.webp");
}
.cid-tWwjygyVZk img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-tWwjygyVZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjygyVZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .container {
    padding: 0 22px;
  }
}
.cid-tWwjygyVZk .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-tWwjygyVZk .row .card,
.cid-tWwjygyVZk .row .item {
  padding: 0 6px;
}
.cid-tWwjygyVZk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWwjygyVZk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #ff5753;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tWwjygyVZk .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWwjygyVZk .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-tWwjygyVZk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tWwjygyVZk .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-tWwjygyVZk .mbr-section-title {
  color: #000000;
}
.cid-tWwjygyVZk .mbr-desc {
  color: #000000;
}
.cid-tWwjygyVZk .card-title {
  color: #000000;
}
.cid-tWwjygyVZk .card-text {
  color: #8a8588;
}
.cid-uPO08Gs6Rh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO08Gs6Rh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO08Gs6Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO08Gs6Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO08Gs6Rh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO08Gs6Rh .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO08Gs6Rh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO08Gs6Rh .content-wrapper {
    padding: 0;
  }
}
.cid-uPO08Gs6Rh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO08Gs6Rh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO08Gs6Rh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO08Gs6Rh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO08Gs6Rh .mbr-desc,
.cid-uPO08Gs6Rh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjClQa4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/example-15.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tWwjClQa4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjClQa4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjClQa4j .container {
    padding: 0 22px;
  }
}
.cid-tWwjClQa4j .row {
  justify-content: space-between;
}
.cid-tWwjClQa4j .row .card {
  justify-content: center;
}
.cid-tWwjClQa4j .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjClQa4j .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tWwjClQa4j .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-tWwjClQa4j .image-wrapper {
  position: relative;
}
.cid-tWwjClQa4j .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-tWwjClQa4j .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjClQa4j .mbr-section-title {
  color: #ffffff;
}
.cid-tWwjClQa4j .mbr-desc {
  color: #ffffff;
}
.cid-tWwjClQa4j .mbr-text {
  color: #ffffff;
}
.cid-tWwjClQa4j img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-tWwjClQa4j img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uPO09DHoWi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO09DHoWi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO09DHoWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO09DHoWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO09DHoWi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO09DHoWi .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO09DHoWi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO09DHoWi .content-wrapper {
    padding: 0;
  }
}
.cid-uPO09DHoWi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO09DHoWi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO09DHoWi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO09DHoWi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO09DHoWi .mbr-desc,
.cid-uPO09DHoWi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjG7EHHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1fc6d1c0ef0966a9f43b94689226544e.jpg-1920x1080.jpg");
}
.cid-tWwjG7EHHR .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .container {
    padding: 0 22px;
  }
}
.cid-tWwjG7EHHR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwjG7EHHR .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-tWwjG7EHHR .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tWwjG7EHHR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tWwjG7EHHR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__slide .slide-content {
    display: block;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-tWwjG7EHHR .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-tWwjG7EHHR .embla__button--next,
.cid-tWwjG7EHHR .embla__button--prev {
  display: flex;
}
.cid-tWwjG7EHHR .embla__button {
  bottom: 45%;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  border: none !important;
}
.cid-tWwjG7EHHR .embla__button .mbr-iconfont {
  padding: 10px 24px;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  border-radius: 64px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__button {
    bottom: 0;
  }
}
.cid-tWwjG7EHHR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWwjG7EHHR .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-tWwjG7EHHR .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-tWwjG7EHHR .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-tWwjG7EHHR .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-tWwjG7EHHR .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-tWwjG7EHHR .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tWwjG7EHHR .embla {
    width: 100%;
  }
}
.cid-tWwjG7EHHR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tWwjG7EHHR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWwjG7EHHR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWwjG7EHHR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWwjG7EHHR .mbr-section-title {
  color: #000000;
}
.cid-tWwjG7EHHR .item-title {
  color: #000000;
}
.cid-tWwjG7EHHR .item-text {
  color: #000000;
}
.cid-uPO0a5I14Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uPO0a5I14Z .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uPO0a5I14Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPO0a5I14Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO0a5I14Z .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uPO0a5I14Z .content-wrap .card {
  justify-content: space-between;
}
.cid-uPO0a5I14Z .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uPO0a5I14Z .content-wrapper {
    padding: 0;
  }
}
.cid-uPO0a5I14Z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPO0a5I14Z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uPO0a5I14Z .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uPO0a5I14Z .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uPO0a5I14Z .mbr-desc,
.cid-uPO0a5I14Z .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tWwjE1vbtQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/equestrian.jpg-1036x584-fotor-20250713185932.webp");
}
.cid-tWwjE1vbtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwjE1vbtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwjE1vbtQ .container {
    padding: 0 22px;
  }
}
.cid-tWwjE1vbtQ .row {
  justify-content: space-between;
}
.cid-tWwjE1vbtQ .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-tWwjE1vbtQ .image-wrapper img {
    height: 350px;
  }
}
.cid-tWwjE1vbtQ .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tWwjE1vbtQ .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-tWwjE1vbtQ .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjE1vbtQ .panel-group .card:hover,
.cid-tWwjE1vbtQ .panel-group .card:focus {
  border-top: 1px solid #ffffff;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-left: 16px;
}
.cid-tWwjE1vbtQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ddf5ac;
}
.cid-tWwjE1vbtQ .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-tWwjE1vbtQ .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-tWwjE1vbtQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWwjE1vbtQ .panel-title-edit {
  color: #ffffff;
}
.cid-tWwjE1vbtQ .panel-text {
  color: #ffffff;
}
.cid-tWwjE1vbtQ .glass {
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
  top: 30em;
  justify-content: center;
  text-shadow: 0px 0px 0px #000000;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px 15px 10px;
}
.cid-uQSwdgCxcT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uQSwdgCxcT .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uQSwdgCxcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSwdgCxcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSwdgCxcT .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uQSwdgCxcT .content-wrap .card {
  justify-content: space-between;
}
.cid-uQSwdgCxcT .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQSwdgCxcT .content-wrapper {
    padding: 0;
  }
}
.cid-uQSwdgCxcT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQSwdgCxcT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uQSwdgCxcT .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uQSwdgCxcT .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uQSwdgCxcT .mbr-desc,
.cid-uQSwdgCxcT .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQSp4SY711 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-heyho-6947272.webp");
}
.cid-uQSp4SY711 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSp4SY711 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSp4SY711 .content-wrap {
  padding: 60px;
  background-color: #eb7d2c;
  opacity: .9;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #000000;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .6;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQSp4SY711 .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #232323;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ffeb69;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uQSp4SY711 .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #005db7;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uQSp4SY711 .mbr-section-title,
.cid-uQSp4SY711 .title-wrap {
  color: #ffffff;
}
.cid-uQSp4SY711 P {
  color: #ffffff;
}
.cid-uQSp4SY711 .soc-desc,
.cid-uQSp4SY711 .social-wrapper {
  color: #ffffff;
}
.cid-uQSwcGQLA5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #eb7d2c;
}
.cid-uQSwcGQLA5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uQSwcGQLA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQSwcGQLA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQSwcGQLA5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uQSwcGQLA5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uQSwcGQLA5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQSwcGQLA5 .content-wrapper {
    padding: 0;
  }
}
.cid-uQSwcGQLA5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQSwcGQLA5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uQSwcGQLA5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uQSwcGQLA5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uQSwcGQLA5 .mbr-desc,
.cid-uQSwcGQLA5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPO3Q5icWg.popup-builder {
  background-color: #ffffff;
}
.cid-uPO3Q5icWg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPO3Q5icWg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPO3Q5icWg .modal-content,
.cid-uPO3Q5icWg .modal-dialog {
  height: auto;
}
.cid-uPO3Q5icWg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPO3Q5icWg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPO3Q5icWg .form-wrapper .mbr-form .form-group,
  .cid-uPO3Q5icWg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPO3Q5icWg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPO3Q5icWg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPO3Q5icWg .mbr-text {
  text-align: center;
}
.cid-uPO3Q5icWg .pt-0 {
  padding-top: 0 !important;
}
.cid-uPO3Q5icWg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPO3Q5icWg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPO3Q5icWg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPO3Q5icWg .modal-open {
  overflow: hidden;
}
.cid-uPO3Q5icWg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPO3Q5icWg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPO3Q5icWg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPO3Q5icWg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPO3Q5icWg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPO3Q5icWg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPO3Q5icWg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPO3Q5icWg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPO3Q5icWg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPO3Q5icWg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPO3Q5icWg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPO3Q5icWg .modal-backdrop.show {
  opacity: .5;
}
.cid-uPO3Q5icWg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPO3Q5icWg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPO3Q5icWg .modal-header {
    padding: 1rem;
  }
}
.cid-uPO3Q5icWg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPO3Q5icWg .modal-header .close svg {
  fill: #353535;
}
.cid-uPO3Q5icWg .modal-header .close:hover {
  opacity: 1;
}
.cid-uPO3Q5icWg .modal-header .close:focus {
  outline: none;
}
.cid-uPO3Q5icWg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPO3Q5icWg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPO3Q5icWg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPO3Q5icWg .modal-body {
    padding: 1rem;
  }
}
.cid-uPO3Q5icWg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPO3Q5icWg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPO3Q5icWg .modal-footer {
    padding: 1rem;
  }
}
.cid-uPO3Q5icWg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPO3Q5icWg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPO3Q5icWg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPO3Q5icWg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPO3Q5icWg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPO3Q5icWg .modal-lg,
  .cid-uPO3Q5icWg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPO3Q5icWg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPO3Q5icWg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPO3Q5icWg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPO3Q5icWg .form-group {
  margin-bottom: 1rem;
}
.cid-uPO3Q5icWg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPO3Q5icWg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPO3Q5icWg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPO3Q5icWg .mbr-section-btn {
  margin: 0;
}
.cid-uPO3Q5icWg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQSoWoJayq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uQSp1DOIQk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uQSp1DOIQk H3 {
  text-align: left;
}
.cid-uQSp1DOIQk P {
  color: #303030;
}
.cid-uQSp0JzZit.popup-builder {
  background-color: #ffffff;
}
.cid-uQSp0JzZit.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQSp0JzZit.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQSp0JzZit .modal-content,
.cid-uQSp0JzZit .modal-dialog {
  height: auto;
}
.cid-uQSp0JzZit .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQSp0JzZit .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQSp0JzZit .form-wrapper .mbr-form .form-group,
  .cid-uQSp0JzZit .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQSp0JzZit .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQSp0JzZit .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQSp0JzZit .mbr-text {
  text-align: left;
}
.cid-uQSp0JzZit .pt-0 {
  padding-top: 0 !important;
}
.cid-uQSp0JzZit .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQSp0JzZit .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQSp0JzZit .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQSp0JzZit .modal-open {
  overflow: hidden;
}
.cid-uQSp0JzZit .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQSp0JzZit .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQSp0JzZit .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQSp0JzZit .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQSp0JzZit .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQSp0JzZit .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQSp0JzZit .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQSp0JzZit .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQSp0JzZit .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQSp0JzZit .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQSp0JzZit .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQSp0JzZit .modal-backdrop.show {
  opacity: .5;
}
.cid-uQSp0JzZit .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uQSp0JzZit .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSp0JzZit .modal-header {
    padding: 1rem;
  }
}
.cid-uQSp0JzZit .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQSp0JzZit .modal-header .close svg {
  fill: #353535;
}
.cid-uQSp0JzZit .modal-header .close:hover {
  opacity: 1;
}
.cid-uQSp0JzZit .modal-header .close:focus {
  outline: none;
}
.cid-uQSp0JzZit .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQSp0JzZit .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQSp0JzZit .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSp0JzZit .modal-body {
    padding: 1rem;
  }
}
.cid-uQSp0JzZit .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQSp0JzZit .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQSp0JzZit .modal-footer {
    padding: 1rem;
  }
}
.cid-uQSp0JzZit .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQSp0JzZit .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQSp0JzZit .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQSp0JzZit .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQSp0JzZit .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQSp0JzZit .modal-lg,
  .cid-uQSp0JzZit .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQSp0JzZit .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQSp0JzZit .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQSp0JzZit .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQSp0JzZit .form-group {
  margin-bottom: 1rem;
}
.cid-uQSp0JzZit .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQSp0JzZit .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQSp0JzZit .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQSp0JzZit .mbr-section-btn {
  margin: 0;
}
.cid-uQSp0JzZit .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRMJKFiSQr .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMJKFiSQr .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMJKFiSQr .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMJKFiSQr .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMJKFiSQr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMJKFiSQr .collapse {
  justify-content: space-between !important;
}
.cid-uRMJKFiSQr .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMJKFiSQr .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMJKFiSQr .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMJKFiSQr .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMJKFiSQr .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMJKFiSQr .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMJKFiSQr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMJKFiSQr .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMJKFiSQr .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMJKFiSQr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMJKFiSQr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMJKFiSQr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMJKFiSQr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMJKFiSQr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMJKFiSQr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMJKFiSQr .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMJKFiSQr .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMJKFiSQr .dropdown-item,
.cid-uRMJKFiSQr .nav-link,
.cid-uRMJKFiSQr .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMJKFiSQr .dropdown-item:hover,
.cid-uRMJKFiSQr .nav-link:hover,
.cid-uRMJKFiSQr .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMJKFiSQr .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMJKFiSQr .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMJKFiSQr .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMJKFiSQr .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMJKFiSQr .content-text {
  margin-bottom: 0;
}
.cid-uRMJKFiSQr .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMJKFiSQr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMJKFiSQr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMJKFiSQr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMJKFiSQr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMJKFiSQr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMJKFiSQr .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMJKFiSQr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMJKFiSQr .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMJKFiSQr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMJKFiSQr .content-right-side {
  text-align: center;
}
.cid-uRMJKFiSQr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMJKFiSQr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMJKFiSQr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMJKFiSQr .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMJKFiSQr .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMJKFiSQr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMJKFiSQr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMJKFiSQr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMJKFiSQr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMJKFiSQr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMJKFiSQr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMJKFiSQr .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMJKFiSQr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMJKFiSQr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMJKFiSQr .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMJKFiSQr .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMJKFiSQr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMJKFiSQr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMJKFiSQr .navbar-toggler {
    display: none;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMJKFiSQr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMJKFiSQr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMJKFiSQr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMJKFiSQr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMJKFiSQr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMJKFiSQr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMJKFiSQr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMJKFiSQr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMJKFiSQr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMJKFiSQr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMJKFiSQr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMJKFiSQr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMJKFiSQr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMJKFiSQr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMJKFiSQr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMJKFiSQr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMJKFiSQr button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMJKFiSQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMJKFiSQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMJKFiSQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMJKFiSQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMJKFiSQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMJKFiSQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMJKFiSQr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMJKFiSQr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMJKFiSQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMJKFiSQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMJKFiSQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMJKFiSQr .collapsed .btn {
  display: flex;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse.collapsing,
.cid-uRMJKFiSQr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMJKFiSQr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMJKFiSQr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMJKFiSQr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMJKFiSQr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMJKFiSQr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMJKFiSQr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMJKFiSQr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMJKFiSQr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMJKFiSQr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMJKFiSQr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMJKFiSQr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMJKFiSQr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMJKFiSQr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMJKFiSQr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMJKFiSQr .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMJKFiSQr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMJKFiSQr .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMJKFiSQr .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMJKFiSQr .navbar-collapse.collapsing,
  .cid-uRMJKFiSQr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMJKFiSQr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMJKFiSQr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMJKFiSQr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMJKFiSQr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMJKFiSQr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMJKFiSQr img {
    height: 3.8rem !important;
  }
  .cid-uRMJKFiSQr .btn {
    display: flex;
  }
  .cid-uRMJKFiSQr button.navbar-toggler {
    display: block;
  }
  .cid-uRMJKFiSQr .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMJKFiSQr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMJKFiSQr .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMJKFiSQr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMJKFiSQr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMJKFiSQr .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMJKFiSQr .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMJKFiSQr .navbar-toggler {
    order: 1;
  }
  .cid-uRMJKFiSQr .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMJKFiSQr .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMJKFiSQr .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .nav-item,
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .navbar-buttons,
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMJKFiSQr .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMJKFiSQr .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMJKFiSQr .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMJKFiSQr .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMJKFiSQr .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMJKFiSQr .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMJKFiSQr .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMJKFiSQr .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMJKFiSQr .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMJKFiSQr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMJKFiSQr .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMJKFiSQr .navbar-toggler {
  position: relative;
}
.cid-uRMJKFiSQr .dropdown-item.active,
.cid-uRMJKFiSQr .dropdown-item:active {
  color: initial;
}
.cid-uRMJKFiSQr .widget-title,
.cid-uRMJKFiSQr .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMJKFiSQr .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMJKFiSQr .menu-logo {
    display: none;
  }
  .cid-uRMJKFiSQr .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMJKFiSQr .nav-item:before {
    content: none;
  }
  .cid-uRMJKFiSQr .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMJKFiSQr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMJKFiSQr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMJKFiSQr .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMJKFiSQr .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMJKFiSQr .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMJKFiSQr .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMJKFiSQr .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMJKFiSQr .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMJKFiSQr .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMJKFiSQr .menu-content-top,
  .cid-uRMJKFiSQr .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMJKFiSQr .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMJKFiSQr .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMJKFiSQr .navbar.bg-color.transparent .nav-link,
.cid-uRMJKFiSQr .navbar.bg-color.transparent .dropdown-item,
.cid-uRMJKFiSQr .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMJKFiSQr .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMJKFiSQr .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMJKFiSQr .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMJKFiSQr .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMJKFiSQr .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMJKFiSQr .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMJKFiSQr .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRMJKPBxkW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMNwjqeSH .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMNwjqeSH .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMNwjqeSH .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMNwjqeSH .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMNwjqeSH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMNwjqeSH .collapse {
  justify-content: space-between !important;
}
.cid-uRMNwjqeSH .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMNwjqeSH .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMNwjqeSH .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMNwjqeSH .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMNwjqeSH .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMNwjqeSH .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMNwjqeSH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMNwjqeSH .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMNwjqeSH .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMNwjqeSH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNwjqeSH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMNwjqeSH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMNwjqeSH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMNwjqeSH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMNwjqeSH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMNwjqeSH .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMNwjqeSH .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMNwjqeSH .dropdown-item,
.cid-uRMNwjqeSH .nav-link,
.cid-uRMNwjqeSH .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMNwjqeSH .dropdown-item:hover,
.cid-uRMNwjqeSH .nav-link:hover,
.cid-uRMNwjqeSH .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMNwjqeSH .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMNwjqeSH .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMNwjqeSH .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMNwjqeSH .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNwjqeSH .content-text {
  margin-bottom: 0;
}
.cid-uRMNwjqeSH .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMNwjqeSH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMNwjqeSH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMNwjqeSH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMNwjqeSH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNwjqeSH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNwjqeSH .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNwjqeSH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMNwjqeSH .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNwjqeSH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMNwjqeSH .content-right-side {
  text-align: center;
}
.cid-uRMNwjqeSH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMNwjqeSH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMNwjqeSH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMNwjqeSH .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMNwjqeSH .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMNwjqeSH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNwjqeSH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMNwjqeSH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMNwjqeSH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMNwjqeSH .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMNwjqeSH .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMNwjqeSH .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMNwjqeSH .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNwjqeSH .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMNwjqeSH .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMNwjqeSH .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNwjqeSH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMNwjqeSH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMNwjqeSH .navbar-toggler {
    display: none;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMNwjqeSH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMNwjqeSH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMNwjqeSH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMNwjqeSH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMNwjqeSH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMNwjqeSH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMNwjqeSH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMNwjqeSH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMNwjqeSH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMNwjqeSH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMNwjqeSH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMNwjqeSH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMNwjqeSH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMNwjqeSH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMNwjqeSH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMNwjqeSH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMNwjqeSH button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMNwjqeSH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMNwjqeSH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMNwjqeSH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNwjqeSH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNwjqeSH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMNwjqeSH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNwjqeSH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMNwjqeSH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMNwjqeSH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNwjqeSH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMNwjqeSH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMNwjqeSH .collapsed .btn {
  display: flex;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse.collapsing,
.cid-uRMNwjqeSH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMNwjqeSH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMNwjqeSH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMNwjqeSH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMNwjqeSH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMNwjqeSH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMNwjqeSH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMNwjqeSH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNwjqeSH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMNwjqeSH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMNwjqeSH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMNwjqeSH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMNwjqeSH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMNwjqeSH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMNwjqeSH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMNwjqeSH .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMNwjqeSH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMNwjqeSH .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMNwjqeSH .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMNwjqeSH .navbar-collapse.collapsing,
  .cid-uRMNwjqeSH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMNwjqeSH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMNwjqeSH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMNwjqeSH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMNwjqeSH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMNwjqeSH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNwjqeSH img {
    height: 3.8rem !important;
  }
  .cid-uRMNwjqeSH .btn {
    display: flex;
  }
  .cid-uRMNwjqeSH button.navbar-toggler {
    display: block;
  }
  .cid-uRMNwjqeSH .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMNwjqeSH .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNwjqeSH .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMNwjqeSH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMNwjqeSH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMNwjqeSH .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMNwjqeSH .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMNwjqeSH .navbar-toggler {
    order: 1;
  }
  .cid-uRMNwjqeSH .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMNwjqeSH .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMNwjqeSH .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .nav-item,
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .navbar-buttons,
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMNwjqeSH .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMNwjqeSH .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMNwjqeSH .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMNwjqeSH .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMNwjqeSH .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMNwjqeSH .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMNwjqeSH .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMNwjqeSH .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMNwjqeSH .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMNwjqeSH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMNwjqeSH .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMNwjqeSH .navbar-toggler {
  position: relative;
}
.cid-uRMNwjqeSH .dropdown-item.active,
.cid-uRMNwjqeSH .dropdown-item:active {
  color: initial;
}
.cid-uRMNwjqeSH .widget-title,
.cid-uRMNwjqeSH .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMNwjqeSH .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMNwjqeSH .menu-logo {
    display: none;
  }
  .cid-uRMNwjqeSH .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMNwjqeSH .nav-item:before {
    content: none;
  }
  .cid-uRMNwjqeSH .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMNwjqeSH .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNwjqeSH button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMNwjqeSH .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMNwjqeSH .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMNwjqeSH .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMNwjqeSH .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMNwjqeSH .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMNwjqeSH .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMNwjqeSH .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMNwjqeSH .menu-content-top,
  .cid-uRMNwjqeSH .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMNwjqeSH .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMNwjqeSH .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMNwjqeSH .navbar.bg-color.transparent .nav-link,
.cid-uRMNwjqeSH .navbar.bg-color.transparent .dropdown-item,
.cid-uRMNwjqeSH .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMNwjqeSH .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNwjqeSH .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNwjqeSH .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNwjqeSH .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMNwjqeSH .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMNwjqeSH .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMNwjqeSH .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRMNwmD3y8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMNRaysHj .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMNRaysHj .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMNRaysHj .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMNRaysHj .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMNRaysHj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMNRaysHj .collapse {
  justify-content: space-between !important;
}
.cid-uRMNRaysHj .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMNRaysHj .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMNRaysHj .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMNRaysHj .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMNRaysHj .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMNRaysHj .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMNRaysHj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMNRaysHj .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMNRaysHj .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMNRaysHj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNRaysHj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMNRaysHj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMNRaysHj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMNRaysHj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMNRaysHj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMNRaysHj .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMNRaysHj .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMNRaysHj .dropdown-item,
.cid-uRMNRaysHj .nav-link,
.cid-uRMNRaysHj .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMNRaysHj .dropdown-item:hover,
.cid-uRMNRaysHj .nav-link:hover,
.cid-uRMNRaysHj .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMNRaysHj .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMNRaysHj .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMNRaysHj .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMNRaysHj .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNRaysHj .content-text {
  margin-bottom: 0;
}
.cid-uRMNRaysHj .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMNRaysHj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMNRaysHj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMNRaysHj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMNRaysHj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNRaysHj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNRaysHj .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNRaysHj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMNRaysHj .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNRaysHj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMNRaysHj .content-right-side {
  text-align: center;
}
.cid-uRMNRaysHj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMNRaysHj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMNRaysHj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMNRaysHj .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMNRaysHj .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMNRaysHj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNRaysHj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMNRaysHj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMNRaysHj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMNRaysHj .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMNRaysHj .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMNRaysHj .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMNRaysHj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNRaysHj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMNRaysHj .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMNRaysHj .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNRaysHj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMNRaysHj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMNRaysHj .navbar-toggler {
    display: none;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMNRaysHj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMNRaysHj .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMNRaysHj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMNRaysHj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMNRaysHj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMNRaysHj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMNRaysHj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMNRaysHj .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMNRaysHj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMNRaysHj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMNRaysHj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMNRaysHj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMNRaysHj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMNRaysHj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMNRaysHj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMNRaysHj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMNRaysHj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMNRaysHj button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMNRaysHj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMNRaysHj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMNRaysHj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNRaysHj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNRaysHj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMNRaysHj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNRaysHj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMNRaysHj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMNRaysHj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNRaysHj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMNRaysHj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMNRaysHj .collapsed .btn {
  display: flex;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse.collapsing,
.cid-uRMNRaysHj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMNRaysHj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMNRaysHj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMNRaysHj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMNRaysHj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMNRaysHj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMNRaysHj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMNRaysHj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNRaysHj .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMNRaysHj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMNRaysHj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMNRaysHj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMNRaysHj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMNRaysHj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMNRaysHj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMNRaysHj .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMNRaysHj .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMNRaysHj .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMNRaysHj .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMNRaysHj .navbar-collapse.collapsing,
  .cid-uRMNRaysHj .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMNRaysHj .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMNRaysHj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMNRaysHj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMNRaysHj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMNRaysHj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMNRaysHj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNRaysHj .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMNRaysHj .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMNRaysHj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMNRaysHj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNRaysHj img {
    height: 3.8rem !important;
  }
  .cid-uRMNRaysHj .btn {
    display: flex;
  }
  .cid-uRMNRaysHj button.navbar-toggler {
    display: block;
  }
  .cid-uRMNRaysHj .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMNRaysHj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNRaysHj .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMNRaysHj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMNRaysHj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMNRaysHj .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMNRaysHj .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMNRaysHj .navbar-toggler {
    order: 1;
  }
  .cid-uRMNRaysHj .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMNRaysHj .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMNRaysHj .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMNRaysHj .navbar-collapse.show .nav-item,
  .cid-uRMNRaysHj .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMNRaysHj .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMNRaysHj .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMNRaysHj .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMNRaysHj .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMNRaysHj .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .navbar-buttons,
  .cid-uRMNRaysHj .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMNRaysHj .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMNRaysHj .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMNRaysHj .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMNRaysHj .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMNRaysHj .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMNRaysHj .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMNRaysHj .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMNRaysHj .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMNRaysHj .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMNRaysHj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMNRaysHj .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMNRaysHj .navbar-toggler {
  position: relative;
}
.cid-uRMNRaysHj .dropdown-item.active,
.cid-uRMNRaysHj .dropdown-item:active {
  color: initial;
}
.cid-uRMNRaysHj .widget-title,
.cid-uRMNRaysHj .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMNRaysHj .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMNRaysHj .menu-logo {
    display: none;
  }
  .cid-uRMNRaysHj .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMNRaysHj .nav-item:before {
    content: none;
  }
  .cid-uRMNRaysHj .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMNRaysHj .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNRaysHj button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMNRaysHj .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMNRaysHj .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMNRaysHj .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMNRaysHj .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMNRaysHj .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMNRaysHj .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMNRaysHj .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMNRaysHj .menu-content-top,
  .cid-uRMNRaysHj .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMNRaysHj .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMNRaysHj .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMNRaysHj .navbar.bg-color.transparent .nav-link,
.cid-uRMNRaysHj .navbar.bg-color.transparent .dropdown-item,
.cid-uRMNRaysHj .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMNRaysHj .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNRaysHj .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNRaysHj .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNRaysHj .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMNRaysHj .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMNRaysHj .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMNRaysHj .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uSg0uNubm3 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uSg0uNubm3 .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
  text-align: left;
}
.cid-uSg0uNubm3 .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-uSg0uNubm3 .card .card-wrapper {
  opacity: .9;
  border-radius: 35px 35px 35px 35px;
  overflow: hidden;
  height: 100%;
  background: #181818;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
  perspective: 1000px;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-img {
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  transform: rotateY(90deg);
  animation: flipIn 2s ease-out forwards;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-img img {
  width: 100%;
  height: auto;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-uSg0uNubm3 .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-uSg0uNubm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSg0uNubm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes flipIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  50% {
    transform: rotateY(-10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.cid-uSg0uNubm3 .card:nth-child(1) .card-img {
  animation-delay: 0s;
}
.cid-uSg0uNubm3 .card:nth-child(2) .card-img {
  animation-delay: 0.5s;
}
.cid-uSg0uNubm3 .card:nth-child(3) .card-img {
  animation-delay: 1s;
}
.cid-uSg0uNubm3 .card:nth-child(4) .card-img {
  animation-delay: 1.5s;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uSg0uNubm3 .card .card-wrapper .card-box .card-text,
.cid-uSg0uNubm3 .card .card-wrapper .card-box .mbr-section-btn,
.cid-uSg0uNubm3 .card .card-wrapper .card-box .ico-line {
  color: #ffffff;
}
.cid-uSg0vebvbn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uSg0vebvbn .mbr-section-subtitle {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.cid-uSg0vebvbn .card {
  max-width: 300px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uSg0vebvbn .card .card-wrapper {
  border-radius: 35px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #464646;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
  perspective: 1000px;
}
.cid-uSg0vebvbn .card .card-wrapper .card-img {
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  transform: rotateY(90deg);
  animation: flipIn 2s ease-out forwards;
}
.cid-uSg0vebvbn .card .card-wrapper .card-img img {
  width: 100%;
  height: auto;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box {
  padding: 44px 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-uSg0vebvbn .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-uSg0vebvbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSg0vebvbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes flipIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  50% {
    transform: rotateY(-10deg);
    opacity: 0.5;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.cid-uSg0vebvbn .card:nth-child(1) .card-img {
  animation-delay: 0s;
}
.cid-uSg0vebvbn .card:nth-child(2) .card-img {
  animation-delay: 0.5s;
}
.cid-uSg0vebvbn .card:nth-child(3) .card-img {
  animation-delay: 1s;
}
.cid-uSg0vebvbn .card:nth-child(4) .card-img {
  animation-delay: 1.5s;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uSg0vebvbn .card .card-wrapper .card-box .card-text,
.cid-uSg0vebvbn .card .card-wrapper .card-box .mbr-section-btn,
.cid-uSg0vebvbn .card .card-wrapper .card-box .ico-line {
  color: #ffffff;
}
.cid-uRMNRdpGEi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMO7cN64c .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMO7cN64c .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMO7cN64c .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMO7cN64c .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMO7cN64c .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMO7cN64c .collapse {
  justify-content: space-between !important;
}
.cid-uRMO7cN64c .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMO7cN64c .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMO7cN64c .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMO7cN64c .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMO7cN64c .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMO7cN64c .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMO7cN64c .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMO7cN64c .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMO7cN64c .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMO7cN64c .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMO7cN64c .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMO7cN64c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMO7cN64c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMO7cN64c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMO7cN64c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMO7cN64c .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMO7cN64c .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMO7cN64c .dropdown-item,
.cid-uRMO7cN64c .nav-link,
.cid-uRMO7cN64c .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMO7cN64c .dropdown-item:hover,
.cid-uRMO7cN64c .nav-link:hover,
.cid-uRMO7cN64c .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMO7cN64c .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMO7cN64c .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMO7cN64c .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMO7cN64c .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMO7cN64c .content-text {
  margin-bottom: 0;
}
.cid-uRMO7cN64c .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMO7cN64c .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMO7cN64c .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMO7cN64c .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMO7cN64c .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMO7cN64c .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMO7cN64c .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMO7cN64c .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMO7cN64c .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMO7cN64c .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMO7cN64c .content-right-side {
  text-align: center;
}
.cid-uRMO7cN64c .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMO7cN64c .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMO7cN64c .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMO7cN64c .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMO7cN64c .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMO7cN64c .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMO7cN64c .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMO7cN64c .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMO7cN64c .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMO7cN64c .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMO7cN64c .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMO7cN64c .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMO7cN64c .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMO7cN64c .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMO7cN64c .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMO7cN64c .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMO7cN64c .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMO7cN64c .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMO7cN64c .navbar-toggler {
    display: none;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMO7cN64c .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMO7cN64c .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMO7cN64c .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMO7cN64c .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMO7cN64c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMO7cN64c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMO7cN64c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMO7cN64c .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMO7cN64c .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMO7cN64c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMO7cN64c .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMO7cN64c .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMO7cN64c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMO7cN64c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMO7cN64c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMO7cN64c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMO7cN64c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMO7cN64c button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMO7cN64c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMO7cN64c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMO7cN64c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMO7cN64c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMO7cN64c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMO7cN64c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMO7cN64c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMO7cN64c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMO7cN64c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMO7cN64c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMO7cN64c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMO7cN64c .collapsed .btn {
  display: flex;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse.collapsing,
.cid-uRMO7cN64c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMO7cN64c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMO7cN64c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMO7cN64c .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMO7cN64c .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMO7cN64c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMO7cN64c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMO7cN64c .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMO7cN64c .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMO7cN64c .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMO7cN64c .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMO7cN64c .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMO7cN64c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMO7cN64c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMO7cN64c .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMO7cN64c .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMO7cN64c .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMO7cN64c .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMO7cN64c .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMO7cN64c .navbar-collapse.collapsing,
  .cid-uRMO7cN64c .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMO7cN64c .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMO7cN64c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMO7cN64c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMO7cN64c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMO7cN64c .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMO7cN64c .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMO7cN64c .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMO7cN64c .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMO7cN64c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMO7cN64c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMO7cN64c img {
    height: 3.8rem !important;
  }
  .cid-uRMO7cN64c .btn {
    display: flex;
  }
  .cid-uRMO7cN64c button.navbar-toggler {
    display: block;
  }
  .cid-uRMO7cN64c .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMO7cN64c .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMO7cN64c .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMO7cN64c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMO7cN64c .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMO7cN64c .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMO7cN64c .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMO7cN64c .navbar-toggler {
    order: 1;
  }
  .cid-uRMO7cN64c .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMO7cN64c .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMO7cN64c .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMO7cN64c .navbar-collapse.show .nav-item,
  .cid-uRMO7cN64c .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMO7cN64c .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMO7cN64c .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMO7cN64c .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMO7cN64c .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMO7cN64c .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .navbar-buttons,
  .cid-uRMO7cN64c .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMO7cN64c .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMO7cN64c .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMO7cN64c .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMO7cN64c .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMO7cN64c .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMO7cN64c .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMO7cN64c .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMO7cN64c .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMO7cN64c .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMO7cN64c .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMO7cN64c .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMO7cN64c .navbar-toggler {
  position: relative;
}
.cid-uRMO7cN64c .dropdown-item.active,
.cid-uRMO7cN64c .dropdown-item:active {
  color: initial;
}
.cid-uRMO7cN64c .widget-title,
.cid-uRMO7cN64c .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMO7cN64c .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMO7cN64c .menu-logo {
    display: none;
  }
  .cid-uRMO7cN64c .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMO7cN64c .nav-item:before {
    content: none;
  }
  .cid-uRMO7cN64c .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMO7cN64c .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMO7cN64c button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMO7cN64c .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMO7cN64c .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMO7cN64c .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMO7cN64c .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMO7cN64c .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMO7cN64c .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMO7cN64c .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMO7cN64c .menu-content-top,
  .cid-uRMO7cN64c .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMO7cN64c .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMO7cN64c .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMO7cN64c .navbar.bg-color.transparent .nav-link,
.cid-uRMO7cN64c .navbar.bg-color.transparent .dropdown-item,
.cid-uRMO7cN64c .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMO7cN64c .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMO7cN64c .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMO7cN64c .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMO7cN64c .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMO7cN64c .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMO7cN64c .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMO7cN64c .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRNaF1wXrF {
  background-image: url("../../../assets/images/blueprint4.jpg-1387x980.jpg");
}
.cid-uRNaF1wXrF body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.cid-uRNaF1wXrF .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-uRNaF1wXrF header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.cid-uRNaF1wXrF .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}
.cid-uRNaF1wXrF .input-large {
  width: 75%;
}
.cid-uRNaF1wXrF .input-medium {
  width: 30%;
}
.cid-uRNaF1wXrF .property-details input[type="text"],
.cid-uRNaF1wXrF .property-details select,
.cid-uRNaF1wXrF .property-details textarea {
  width: calc(80%);
  padding: 5px;
}
.cid-uRNaF1wXrF .property {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.cid-uRNaF1wXrF .property-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uRNaF1wXrF .property-title {
  font-size: 0.75em;
}
.cid-uRNaF1wXrF .property-price {
  font-size: 0.6em;
}
.cid-uRNaF1wXrF .property-images {
  display: flex;
  height: 300px;
  margin-bottom: 20px;
  gap: 10px;
}
.cid-uRNaF1wXrF .main-image {
  flex: 2;
  overflow: hidden;
  position: relative;
}
.cid-uRNaF1wXrF .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.cid-uRNaF1wXrF .thumbnail-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  padding-left: 5px;
}
.cid-uRNaF1wXrF .thumbnail {
  overflow: hidden;
  position: relative;
}
.cid-uRNaF1wXrF .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}
.cid-uRNaF1wXrF .property-details {
  font-size: 0.8em;
  padding: 15px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.cid-uRNaF1wXrF .property-features {
  display: block;
  justify-content: flex-start;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-uRNaF1wXrF .property-feature,
.cid-uRNaF1wXrF .property-feature-Room,
.cid-uRNaF1wXrF .property-feature-deposit,
.cid-uRNaF1wXrF .property-feature-family,
.cid-uRNaF1wXrF .property-feature-lot {
  display: block;
  margin: 2px 0;
  padding: 0;
  font-size: 0.8em;
}
.cid-uRNaF1wXrF .property-description {
  margin-bottom: 5px;
  font-size: 0.55em;
  width: 100%;
  float: left;
}
.cid-uRNaF1wXrF .property-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  float: right;
  width: 100%;
  font-size: 1em;
}
.cid-uRNaF1wXrF .property-buttons a {
  text-decoration: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 90%;
  text-align: center;
  font-size: 0.6em;
}
.cid-uRNaF1wXrF .contact-now {
  background-color: #28a745;
  font-size: 0.6em;
}
.cid-uRNaF1wXrF .apply-online {
  background-color: #007bff;
}
.cid-uRNaF1wXrF .address-container {
  display: flex;
  font-size: 0.4em;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: space-between;
}
.cid-uRNaF1wXrF .address-container p {
  margin: 0;
  margin-right: 0.65px;
  font-size: 1em;
}
.cid-uRNaF1wXrF .google-view-btn {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
}
.cid-uRNaF1wXrF .google-view-btn:hover {
  background-color: #3367D6;
}
.cid-uRNaF1wXrF .delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
}
.cid-uRNaF1wXrF .add-property,
.cid-uRNaF1wXrF input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 2em;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cid-uRNaF1wXrF .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-uRNaF1wXrF .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}
.cid-uRNaF1wXrF .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.cid-uRNaF1wXrF .close:hover,
.cid-uRNaF1wXrF .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.cid-uRNaF1wXrF input,
.cid-uRNaF1wXrF textarea,
.cid-uRNaF1wXrF select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.cid-uRNaF1wXrF .input-with-prefix {
  display: flex;
  align-items: center;
}
.cid-uRNaF1wXrF .input-prefix {
  padding: 8px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-right: none;
}
.cid-uRNaF1wXrF .input-with-prefix input {
  flex-grow: 1;
  border-left: none;
}
.cid-uRNaF1wXrF .property-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.cid-uRNaF1wXrF .property-form img {
  width: 100%;
  height: auto;
}
.cid-uRNaF1wXrF .property-form label {
  margin-top: 10px;
  font-weight: bold;
}
.cid-uRNaF1wXrF .update-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
  display: block;
  margin: 20px 0;
}
.cid-uRNaF1wXrF .replace-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.cid-uRNaF1wXrF .replace-btn:hover {
  background-color: #005f7f;
}
.cid-uRNaF1wXrF .property-feature-Room {
  font-size: 0.4em;
  font-weight: bold;
  text-align: left;
}
.cid-uRNaF1wXrF .property-feature-family,
.cid-uRNaF1wXrF .property-feature-lot,
.cid-uRNaF1wXrF .property-feature,
.cid-uRNaF1wXrF .property-feature-deposit {
  font-size: 0.5em;
  text-align: left;
}
.cid-uRNaF1wXrF .property-description h3 {
  font-size: 0.6em;
  text-align: left;
}
.cid-uRNaF1wXrF .apply-now {
  font-size: 0.6em;
  background-color: #4CAF50;
}
.cid-uRNaF1wXrF hr.black-line {
  border: 0;
  height: 1px;
  background: black;
  margin: 20px 0;
}
.cid-uRNaF1wXrF .property-feature-Room,
.cid-uRNaF1wXrF .property-feature-family,
.cid-uRNaF1wXrF .property-feature-deposit,
.cid-uRNaF1wXrF .property-feature-lot {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}
.cid-uRNaF1wXrF .contact-now,
.cid-uRNaF1wXrF .apply-online {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 10px;
}
.cid-uRNaF1wXrF .black-line {
  border-top: 1px solid black;
  margin: 20px 0;
}
.cid-uRNaF1wXrF .mapouter {
  position: relative;
  text-align: right;
  height: 200px;
  width: 300px;
}
.cid-uRNaF1wXrF .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 200px;
  width: 300px;
}
.cid-uRNaF1wXrF DIV {
  text-align: left;
}
.cid-uRNaF1wXrF .custom-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uRNaF1wXrF .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-uRNaF1wXrF .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRNaF1wXrF .lightbox-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uRNaF1wXrF h1 {
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
  }
  .cid-uRNaF1wXrF .lightbox-image {
    max-width: 100%;
    max-height: 100%;
  }
}
.cid-uRNaF1wXrF .icon-item {
  font-size: 0.8em;
}
.cid-uRNaF1wXrF .price-text {
  font-size: 0.9em;
  color: green;
}
.cid-uRNaF1wXrF .border {
  border: 1px solid black;
}
.cid-uRNaF1wXrF .divider {
  border: none;
  height: 2px;
  background-color: black;
  margin: 20px 0;
}
.cid-uRNaF1wXrF .equipment-header {
  text-align: center;
  background-color: #006400;
  padding: 10px;
}
.cid-uRNaF1wXrF .equipment-title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-uRNaF1wXrF .equipment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.cid-uRNaF1wXrF .equipment {
  width: 48%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uRNaF1wXrF .property-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cid-uRNaF1wXrF .property {
    width: 32%;
    margin-bottom: 20px;
  }
  .cid-uRNaF1wXrF .price-text {
    font-size: 0.7em;
  }
  .cid-uRNaF1wXrF .pricing-title {
    font-size: 0.8em;
  }
  .cid-uRNaF1wXrF .icon-item {
    font-size: 0.7em;
  }
  .cid-uRNaF1wXrF .icon-item p {
    font-size: 0.6em;
  }
  .cid-uRNaF1wXrF .garage-option p {
    font-size: 0.7em;
  }
}
.cid-uRNaF1wXrF .pricing-title {
  font-size: .7em;
}
.cid-uRNaF1wXrF .heading {
  font-size: 7em;
}
.cid-uRNaF1wXrF h1 {
  text-shadow: 2px 2px 5px black;
}
.cid-uRNaF1wXrF h3 {
  font-size: .7em;
}
.cid-uRNaF1wXrF .price-packages {
  font-size: 0.8em;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
  gap: 10px;
  margin: 10px 0;
}
.cid-uRNaF1wXrF .header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cid-uRNaF1wXrF .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-uRNaF1wXrF h1 {
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
  }
  .cid-uRNaF1wXrF .property,
  .cid-uRNaF1wXrF .equipment {
    margin: 0 0 20px 0;
    border-radius: 0;
    width: 100%;
  }
  .cid-uRNaF1wXrF .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uRNaF1wXrF .property-header,
  .cid-uRNaF1wXrF .property-details,
  .cid-uRNaF1wXrF .property-buttons,
  .cid-uRNaF1wXrF .equipment-header,
  .cid-uRNaF1wXrF .price-packages,
  .cid-uRNaF1wXrF .equipment-details {
    padding: 0;
  }
  .cid-uRNaF1wXrF .property-images {
    flex-direction: column;
    height: auto;
  }
  .cid-uRNaF1wXrF .main-image {
    width: 100%;
    height: auto;
  }
  .cid-uRNaF1wXrF .thumbnail-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
  .cid-uRNaF1wXrF .property-price,
  .cid-uRNaF1wXrF .price-package {
    font-size: 0.6em;
    text-align: right;
    width: 45%;
  }
  .cid-uRNaF1wXrF .property-title,
  .cid-uRNaF1wXrF .equipment-title {
    font-size: 1.65em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .cid-uRNaF1wXrF .property-description,
  .cid-uRNaF1wXrF .property-details p,
  .cid-uRNaF1wXrF .equipment-details p {
    font-size: 0.6em;
  }
  .cid-uRNaF1wXrF .address-container p {
    font-size: 1em;
  }
  .cid-uRNaF1wXrF .property-features {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .cid-uRNaF1wXrF .property-feature,
  .cid-uRNaF1wXrF .property-feature-Room,
  .cid-uRNaF1wXrF .property-feature-family,
  .cid-uRNaF1wXrF .property-feature-deposit,
  .cid-uRNaF1wXrF .property-feature-lot {
    display: block;
    margin: 0;
    padding: 2px 0;
    font-size: 0.9em;
  }
  .cid-uRNaF1wXrF .mapouter {
    height: 100px;
    width: 150px;
  }
  .cid-uRNaF1wXrF .property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cid-uRNaF1wXrF .address-container {
    flex-direction: column;
  }
  .cid-uRNaF1wXrF .address-container p,
  .cid-uRNaF1wXrF .property-features {
    font-size: 1.2em;
  }
  .cid-uRNaF1wXrF .equipment-details h4 {
    font-size: 0.7em;
  }
  .cid-uRNaF1wXrF .equipment {
    width: 100%;
  }
  .cid-uRNaF1wXrF .equipment-list {
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .cid-uRNaF1wXrF .plan-icons {
    font-size: .8em;
  }
  .cid-uRNaF1wXrF .price-packages {
    font-size: 1.2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .cid-uRNaF1wXrF .price-package {
    padding: 5px;
    font-size: 0.7em;
    line-height: 1em;
    white-space: nowrap;
  }
  .cid-uRNaF1wXrF .price-package h3 {
    font-size: 0.75em;
  }
  .cid-uRNaF1wXrF .price-package p {
    font-size: 0.75em;
  }
}
.cid-uRNaF1wXrF .price-package {
  padding: 7px;
  font-size: 1em;
  line-height: 1em;
  flex: 1;
  min-width: 120px;
}
.cid-uRNaF1wXrF .icon-item p {
  font-size: 0.8em;
}
.cid-uRNaF1wXrF .desc-button {
  padding: 6px 14px;
  background-color: #ca4400;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 8px;
  width: auto;
  min-width: 140px;
  max-width: 100%;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.cid-uRNaF1wXrF .desc-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.cid-uRNaF1wXrF .desc-modal-content {
  background: #fff;
  color: #000;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  background-color: #fefefe;
  max-height: 70vh;
  overflow-y: auto;
}
.cid-uRNaF1wXrF .desc-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
  float: right;
  font-weight: bold;
}
.cid-uRNaF1wXrF .price-package h3 {
  font-size: 0.75em;
  line-height: 1.1em;
  height: 2.4em;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
}
.cid-uRNaF1wXrF .price-package p.price-text {
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  margin: 5px 0 0;
  line-height: 1.1em;
  padding-top: 2px;
}
.cid-uRNaF1wXrF .equipment-details,
.cid-uRNaF1wXrF .price-packages {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-uRNaF1wXrF .equipment-details {
  padding: 5px 0;
  text-align: center;
}
.cid-uRNaF1wXrF .desc-button:hover {
  background-color: #a03800;
}
.cid-uRMO7g1FEe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMO3uqHst .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMO3uqHst .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMO3uqHst .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMO3uqHst .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMO3uqHst .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMO3uqHst .collapse {
  justify-content: space-between !important;
}
.cid-uRMO3uqHst .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMO3uqHst .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMO3uqHst .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMO3uqHst .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMO3uqHst .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMO3uqHst .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMO3uqHst .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMO3uqHst .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMO3uqHst .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMO3uqHst .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMO3uqHst .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMO3uqHst .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMO3uqHst .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMO3uqHst .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMO3uqHst .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMO3uqHst .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMO3uqHst .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMO3uqHst .dropdown-item,
.cid-uRMO3uqHst .nav-link,
.cid-uRMO3uqHst .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMO3uqHst .dropdown-item:hover,
.cid-uRMO3uqHst .nav-link:hover,
.cid-uRMO3uqHst .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMO3uqHst .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMO3uqHst .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMO3uqHst .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMO3uqHst .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMO3uqHst .content-text {
  margin-bottom: 0;
}
.cid-uRMO3uqHst .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMO3uqHst .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMO3uqHst .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMO3uqHst .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMO3uqHst .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMO3uqHst .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMO3uqHst .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMO3uqHst .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMO3uqHst .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMO3uqHst .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMO3uqHst .content-right-side {
  text-align: center;
}
.cid-uRMO3uqHst .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMO3uqHst .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMO3uqHst .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMO3uqHst .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMO3uqHst .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMO3uqHst .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMO3uqHst .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMO3uqHst .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMO3uqHst .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMO3uqHst .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMO3uqHst .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMO3uqHst .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMO3uqHst .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMO3uqHst .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMO3uqHst .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMO3uqHst .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMO3uqHst .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMO3uqHst .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMO3uqHst .navbar-toggler {
    display: none;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMO3uqHst .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMO3uqHst .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMO3uqHst .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMO3uqHst .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMO3uqHst .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMO3uqHst .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMO3uqHst .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMO3uqHst .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMO3uqHst .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMO3uqHst .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMO3uqHst .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMO3uqHst .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMO3uqHst .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMO3uqHst .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMO3uqHst .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMO3uqHst .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMO3uqHst button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMO3uqHst button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMO3uqHst button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMO3uqHst button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMO3uqHst button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMO3uqHst button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMO3uqHst button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMO3uqHst nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMO3uqHst nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMO3uqHst nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMO3uqHst nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMO3uqHst .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMO3uqHst .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMO3uqHst .collapsed .btn {
  display: flex;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse.collapsing,
.cid-uRMO3uqHst .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMO3uqHst .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMO3uqHst .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMO3uqHst .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMO3uqHst .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMO3uqHst .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMO3uqHst .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMO3uqHst .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMO3uqHst .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMO3uqHst .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMO3uqHst .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMO3uqHst .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMO3uqHst .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMO3uqHst .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMO3uqHst .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMO3uqHst .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMO3uqHst .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMO3uqHst .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMO3uqHst .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMO3uqHst .navbar-collapse.collapsing,
  .cid-uRMO3uqHst .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMO3uqHst .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMO3uqHst .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMO3uqHst .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMO3uqHst .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMO3uqHst .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMO3uqHst .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMO3uqHst .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMO3uqHst .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMO3uqHst .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMO3uqHst .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMO3uqHst img {
    height: 3.8rem !important;
  }
  .cid-uRMO3uqHst .btn {
    display: flex;
  }
  .cid-uRMO3uqHst button.navbar-toggler {
    display: block;
  }
  .cid-uRMO3uqHst .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMO3uqHst .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMO3uqHst .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMO3uqHst .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMO3uqHst .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMO3uqHst .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMO3uqHst .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMO3uqHst .navbar-toggler {
    order: 1;
  }
  .cid-uRMO3uqHst .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMO3uqHst .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMO3uqHst .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMO3uqHst .navbar-collapse.show .nav-item,
  .cid-uRMO3uqHst .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMO3uqHst .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMO3uqHst .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMO3uqHst .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMO3uqHst .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMO3uqHst .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .navbar-buttons,
  .cid-uRMO3uqHst .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMO3uqHst .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMO3uqHst .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMO3uqHst .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMO3uqHst .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMO3uqHst .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMO3uqHst .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMO3uqHst .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMO3uqHst .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMO3uqHst .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMO3uqHst .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMO3uqHst .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMO3uqHst .navbar-toggler {
  position: relative;
}
.cid-uRMO3uqHst .dropdown-item.active,
.cid-uRMO3uqHst .dropdown-item:active {
  color: initial;
}
.cid-uRMO3uqHst .widget-title,
.cid-uRMO3uqHst .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMO3uqHst .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMO3uqHst .menu-logo {
    display: none;
  }
  .cid-uRMO3uqHst .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMO3uqHst .nav-item:before {
    content: none;
  }
  .cid-uRMO3uqHst .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMO3uqHst .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMO3uqHst button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMO3uqHst .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMO3uqHst .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMO3uqHst .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMO3uqHst .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMO3uqHst .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMO3uqHst .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMO3uqHst .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMO3uqHst .menu-content-top,
  .cid-uRMO3uqHst .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMO3uqHst .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMO3uqHst .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMO3uqHst .navbar.bg-color.transparent .nav-link,
.cid-uRMO3uqHst .navbar.bg-color.transparent .dropdown-item,
.cid-uRMO3uqHst .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMO3uqHst .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMO3uqHst .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMO3uqHst .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMO3uqHst .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMO3uqHst .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMO3uqHst .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMO3uqHst .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRNanw0WMY {
  background-image: url("../../../assets/images/blueprint4.jpg-1387x980.jpg");
}
.cid-uRNanw0WMY body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.cid-uRNanw0WMY .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-uRNanw0WMY header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.cid-uRNanw0WMY .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}
.cid-uRNanw0WMY .input-large {
  width: 75%;
}
.cid-uRNanw0WMY .input-medium {
  width: 30%;
}
.cid-uRNanw0WMY .property-details input[type="text"],
.cid-uRNanw0WMY .property-details select,
.cid-uRNanw0WMY .property-details textarea {
  width: calc(80%);
  padding: 5px;
}
.cid-uRNanw0WMY .property {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.cid-uRNanw0WMY .property-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uRNanw0WMY .property-title {
  font-size: 0.75em;
}
.cid-uRNanw0WMY .property-price {
  font-size: 0.6em;
}
.cid-uRNanw0WMY .property-images {
  display: flex;
  height: 300px;
  margin-bottom: 20px;
  gap: 10px;
}
.cid-uRNanw0WMY .main-image {
  flex: 2;
  overflow: hidden;
  position: relative;
}
.cid-uRNanw0WMY .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.cid-uRNanw0WMY .thumbnail-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  padding-left: 5px;
}
.cid-uRNanw0WMY .thumbnail {
  overflow: hidden;
  position: relative;
}
.cid-uRNanw0WMY .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}
.cid-uRNanw0WMY .property-details {
  font-size: 0.8em;
  padding: 15px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.cid-uRNanw0WMY .property-features {
  display: block;
  justify-content: flex-start;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-uRNanw0WMY .property-feature,
.cid-uRNanw0WMY .property-feature-Room,
.cid-uRNanw0WMY .property-feature-deposit,
.cid-uRNanw0WMY .property-feature-family,
.cid-uRNanw0WMY .property-feature-lot {
  display: block;
  margin: 2px 0;
  padding: 0;
  font-size: 0.8em;
}
.cid-uRNanw0WMY .property-description {
  margin-bottom: 5px;
  font-size: 0.55em;
  width: 100%;
  float: left;
}
.cid-uRNanw0WMY .property-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  float: right;
  width: 100%;
  font-size: 1em;
}
.cid-uRNanw0WMY .property-buttons a {
  text-decoration: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 90%;
  text-align: center;
  font-size: 0.6em;
}
.cid-uRNanw0WMY .contact-now {
  background-color: #28a745;
  font-size: 0.6em;
}
.cid-uRNanw0WMY .apply-online {
  background-color: #007bff;
}
.cid-uRNanw0WMY .address-container {
  display: flex;
  font-size: 0.4em;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: space-between;
}
.cid-uRNanw0WMY .address-container p {
  margin: 0;
  margin-right: 0.65px;
  font-size: 1em;
}
.cid-uRNanw0WMY .google-view-btn {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
}
.cid-uRNanw0WMY .google-view-btn:hover {
  background-color: #3367D6;
}
.cid-uRNanw0WMY .delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
}
.cid-uRNanw0WMY .add-property,
.cid-uRNanw0WMY input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 2em;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cid-uRNanw0WMY .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-uRNanw0WMY .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}
.cid-uRNanw0WMY .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.cid-uRNanw0WMY .close:hover,
.cid-uRNanw0WMY .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.cid-uRNanw0WMY input,
.cid-uRNanw0WMY textarea,
.cid-uRNanw0WMY select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.cid-uRNanw0WMY .input-with-prefix {
  display: flex;
  align-items: center;
}
.cid-uRNanw0WMY .input-prefix {
  padding: 8px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-right: none;
}
.cid-uRNanw0WMY .input-with-prefix input {
  flex-grow: 1;
  border-left: none;
}
.cid-uRNanw0WMY .property-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.cid-uRNanw0WMY .property-form img {
  width: 100%;
  height: auto;
}
.cid-uRNanw0WMY .property-form label {
  margin-top: 10px;
  font-weight: bold;
}
.cid-uRNanw0WMY .update-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
  display: block;
  margin: 20px 0;
}
.cid-uRNanw0WMY .replace-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.cid-uRNanw0WMY .replace-btn:hover {
  background-color: #005f7f;
}
.cid-uRNanw0WMY .property-feature-Room {
  font-size: 0.4em;
  font-weight: bold;
  text-align: left;
}
.cid-uRNanw0WMY .property-feature-family,
.cid-uRNanw0WMY .property-feature-lot,
.cid-uRNanw0WMY .property-feature,
.cid-uRNanw0WMY .property-feature-deposit {
  font-size: 0.5em;
  text-align: left;
}
.cid-uRNanw0WMY .property-description h3 {
  font-size: 0.6em;
  text-align: left;
}
.cid-uRNanw0WMY .apply-now {
  font-size: 0.6em;
  background-color: #4CAF50;
}
.cid-uRNanw0WMY hr.black-line {
  border: 0;
  height: 1px;
  background: black;
  margin: 20px 0;
}
.cid-uRNanw0WMY .property-feature-Room,
.cid-uRNanw0WMY .property-feature-family,
.cid-uRNanw0WMY .property-feature-deposit,
.cid-uRNanw0WMY .property-feature-lot {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}
.cid-uRNanw0WMY .contact-now,
.cid-uRNanw0WMY .apply-online {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 10px;
}
.cid-uRNanw0WMY .black-line {
  border-top: 1px solid black;
  margin: 20px 0;
}
.cid-uRNanw0WMY .mapouter {
  position: relative;
  text-align: right;
  height: 200px;
  width: 300px;
}
.cid-uRNanw0WMY .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 200px;
  width: 300px;
}
.cid-uRNanw0WMY DIV {
  text-align: left;
}
.cid-uRNanw0WMY .custom-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uRNanw0WMY .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-uRNanw0WMY .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRNanw0WMY .lightbox-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uRNanw0WMY h1 {
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
  }
  .cid-uRNanw0WMY .lightbox-image {
    max-width: 100%;
    max-height: 100%;
  }
}
.cid-uRNanw0WMY .icon-item {
  font-size: 0.8em;
}
.cid-uRNanw0WMY .price-text {
  font-size: 0.9em;
  color: green;
}
.cid-uRNanw0WMY .border {
  border: 1px solid black;
}
.cid-uRNanw0WMY .divider {
  border: none;
  height: 2px;
  background-color: black;
  margin: 20px 0;
}
.cid-uRNanw0WMY .equipment-header {
  text-align: center;
  background-color: #006400;
  padding: 10px;
}
.cid-uRNanw0WMY .equipment-title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-uRNanw0WMY .equipment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.cid-uRNanw0WMY .equipment {
  width: 48%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uRNanw0WMY .property-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cid-uRNanw0WMY .property {
    width: 32%;
    margin-bottom: 20px;
  }
  .cid-uRNanw0WMY .price-text {
    font-size: 0.7em;
  }
  .cid-uRNanw0WMY .pricing-title {
    font-size: 0.8em;
  }
  .cid-uRNanw0WMY .icon-item {
    font-size: 0.7em;
  }
  .cid-uRNanw0WMY .icon-item p {
    font-size: 0.6em;
  }
  .cid-uRNanw0WMY .garage-option p {
    font-size: 0.7em;
  }
}
.cid-uRNanw0WMY .pricing-title {
  font-size: .7em;
}
.cid-uRNanw0WMY .heading {
  font-size: 7em;
}
.cid-uRNanw0WMY h1 {
  text-shadow: 2px 2px 5px black;
}
.cid-uRNanw0WMY h3 {
  font-size: .7em;
}
.cid-uRNanw0WMY .price-packages {
  font-size: 0.8em;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
  gap: 10px;
  margin: 10px 0;
}
.cid-uRNanw0WMY .header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cid-uRNanw0WMY .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-uRNanw0WMY h1 {
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
  }
  .cid-uRNanw0WMY .property,
  .cid-uRNanw0WMY .equipment {
    margin: 0 0 20px 0;
    border-radius: 0;
    width: 100%;
  }
  .cid-uRNanw0WMY .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uRNanw0WMY .property-header,
  .cid-uRNanw0WMY .property-details,
  .cid-uRNanw0WMY .property-buttons,
  .cid-uRNanw0WMY .equipment-header,
  .cid-uRNanw0WMY .price-packages,
  .cid-uRNanw0WMY .equipment-details {
    padding: 0;
  }
  .cid-uRNanw0WMY .property-images {
    flex-direction: column;
    height: auto;
  }
  .cid-uRNanw0WMY .main-image {
    width: 100%;
    height: auto;
  }
  .cid-uRNanw0WMY .thumbnail-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
  .cid-uRNanw0WMY .property-price,
  .cid-uRNanw0WMY .price-package {
    font-size: 0.6em;
    text-align: right;
    width: 45%;
  }
  .cid-uRNanw0WMY .property-title,
  .cid-uRNanw0WMY .equipment-title {
    font-size: 1.65em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .cid-uRNanw0WMY .property-description,
  .cid-uRNanw0WMY .property-details p,
  .cid-uRNanw0WMY .equipment-details p {
    font-size: 0.6em;
  }
  .cid-uRNanw0WMY .address-container p {
    font-size: 1em;
  }
  .cid-uRNanw0WMY .property-features {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .cid-uRNanw0WMY .property-feature,
  .cid-uRNanw0WMY .property-feature-Room,
  .cid-uRNanw0WMY .property-feature-family,
  .cid-uRNanw0WMY .property-feature-deposit,
  .cid-uRNanw0WMY .property-feature-lot {
    display: block;
    margin: 0;
    padding: 2px 0;
    font-size: 0.9em;
  }
  .cid-uRNanw0WMY .mapouter {
    height: 100px;
    width: 150px;
  }
  .cid-uRNanw0WMY .property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cid-uRNanw0WMY .address-container {
    flex-direction: column;
  }
  .cid-uRNanw0WMY .address-container p,
  .cid-uRNanw0WMY .property-features {
    font-size: 1.2em;
  }
  .cid-uRNanw0WMY .equipment-details h4 {
    font-size: 0.7em;
  }
  .cid-uRNanw0WMY .equipment {
    width: 100%;
  }
  .cid-uRNanw0WMY .equipment-list {
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .cid-uRNanw0WMY .plan-icons {
    font-size: .8em;
  }
  .cid-uRNanw0WMY .price-packages {
    font-size: 1.2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .cid-uRNanw0WMY .price-package {
    padding: 5px;
    font-size: 0.7em;
    line-height: 1em;
    white-space: nowrap;
  }
  .cid-uRNanw0WMY .price-package h3 {
    font-size: 0.75em;
  }
  .cid-uRNanw0WMY .price-package p {
    font-size: 0.75em;
  }
}
.cid-uRNanw0WMY .price-package {
  padding: 7px;
  font-size: 1em;
  line-height: 1em;
  flex: 1;
  min-width: 120px;
}
.cid-uRNanw0WMY .icon-item p {
  font-size: 0.8em;
}
.cid-uRNanw0WMY .desc-button {
  padding: 6px 14px;
  background-color: #ca4400;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 8px;
  width: auto;
  min-width: 140px;
  max-width: 100%;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.cid-uRNanw0WMY .desc-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.cid-uRNanw0WMY .desc-modal-content {
  background: #fff;
  color: #000;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  background-color: #fefefe;
  max-height: 70vh;
  overflow-y: auto;
}
.cid-uRNanw0WMY .desc-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
  float: right;
  font-weight: bold;
}
.cid-uRNanw0WMY .price-package h3 {
  font-size: 0.75em;
  line-height: 1.1em;
  height: 2.4em;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
}
.cid-uRNanw0WMY .price-package p.price-text {
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  margin: 5px 0 0;
  line-height: 1.1em;
  padding-top: 2px;
}
.cid-uRNanw0WMY .equipment-details,
.cid-uRNanw0WMY .price-packages {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-uRNanw0WMY .equipment-details {
  padding: 5px 0;
  text-align: center;
}
.cid-uRNanw0WMY .desc-button:hover {
  background-color: #a03800;
}
.cid-uRMO3xP3NN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMNYwtkOV .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMNYwtkOV .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMNYwtkOV .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMNYwtkOV .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMNYwtkOV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMNYwtkOV .collapse {
  justify-content: space-between !important;
}
.cid-uRMNYwtkOV .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMNYwtkOV .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMNYwtkOV .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMNYwtkOV .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMNYwtkOV .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMNYwtkOV .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMNYwtkOV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMNYwtkOV .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMNYwtkOV .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMNYwtkOV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNYwtkOV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMNYwtkOV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMNYwtkOV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMNYwtkOV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMNYwtkOV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMNYwtkOV .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMNYwtkOV .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMNYwtkOV .dropdown-item,
.cid-uRMNYwtkOV .nav-link,
.cid-uRMNYwtkOV .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMNYwtkOV .dropdown-item:hover,
.cid-uRMNYwtkOV .nav-link:hover,
.cid-uRMNYwtkOV .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMNYwtkOV .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMNYwtkOV .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMNYwtkOV .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMNYwtkOV .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNYwtkOV .content-text {
  margin-bottom: 0;
}
.cid-uRMNYwtkOV .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMNYwtkOV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMNYwtkOV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMNYwtkOV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMNYwtkOV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNYwtkOV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNYwtkOV .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNYwtkOV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMNYwtkOV .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNYwtkOV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMNYwtkOV .content-right-side {
  text-align: center;
}
.cid-uRMNYwtkOV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMNYwtkOV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMNYwtkOV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMNYwtkOV .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMNYwtkOV .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMNYwtkOV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNYwtkOV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMNYwtkOV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMNYwtkOV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMNYwtkOV .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMNYwtkOV .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMNYwtkOV .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMNYwtkOV .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNYwtkOV .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMNYwtkOV .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMNYwtkOV .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNYwtkOV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMNYwtkOV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMNYwtkOV .navbar-toggler {
    display: none;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMNYwtkOV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMNYwtkOV .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMNYwtkOV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMNYwtkOV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMNYwtkOV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMNYwtkOV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMNYwtkOV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMNYwtkOV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMNYwtkOV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMNYwtkOV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMNYwtkOV .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMNYwtkOV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMNYwtkOV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMNYwtkOV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMNYwtkOV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMNYwtkOV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMNYwtkOV button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMNYwtkOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMNYwtkOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMNYwtkOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNYwtkOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNYwtkOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMNYwtkOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNYwtkOV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMNYwtkOV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMNYwtkOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNYwtkOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMNYwtkOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMNYwtkOV .collapsed .btn {
  display: flex;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse.collapsing,
.cid-uRMNYwtkOV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMNYwtkOV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMNYwtkOV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMNYwtkOV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMNYwtkOV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMNYwtkOV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMNYwtkOV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMNYwtkOV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNYwtkOV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMNYwtkOV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMNYwtkOV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMNYwtkOV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMNYwtkOV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMNYwtkOV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMNYwtkOV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMNYwtkOV .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMNYwtkOV .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMNYwtkOV .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMNYwtkOV .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMNYwtkOV .navbar-collapse.collapsing,
  .cid-uRMNYwtkOV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMNYwtkOV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMNYwtkOV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMNYwtkOV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMNYwtkOV .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMNYwtkOV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNYwtkOV img {
    height: 3.8rem !important;
  }
  .cid-uRMNYwtkOV .btn {
    display: flex;
  }
  .cid-uRMNYwtkOV button.navbar-toggler {
    display: block;
  }
  .cid-uRMNYwtkOV .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMNYwtkOV .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNYwtkOV .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMNYwtkOV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMNYwtkOV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMNYwtkOV .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMNYwtkOV .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMNYwtkOV .navbar-toggler {
    order: 1;
  }
  .cid-uRMNYwtkOV .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMNYwtkOV .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMNYwtkOV .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .nav-item,
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .navbar-buttons,
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMNYwtkOV .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMNYwtkOV .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMNYwtkOV .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMNYwtkOV .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMNYwtkOV .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMNYwtkOV .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMNYwtkOV .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMNYwtkOV .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMNYwtkOV .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMNYwtkOV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMNYwtkOV .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMNYwtkOV .navbar-toggler {
  position: relative;
}
.cid-uRMNYwtkOV .dropdown-item.active,
.cid-uRMNYwtkOV .dropdown-item:active {
  color: initial;
}
.cid-uRMNYwtkOV .widget-title,
.cid-uRMNYwtkOV .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMNYwtkOV .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMNYwtkOV .menu-logo {
    display: none;
  }
  .cid-uRMNYwtkOV .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMNYwtkOV .nav-item:before {
    content: none;
  }
  .cid-uRMNYwtkOV .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMNYwtkOV .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNYwtkOV button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMNYwtkOV .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMNYwtkOV .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMNYwtkOV .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMNYwtkOV .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMNYwtkOV .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMNYwtkOV .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMNYwtkOV .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMNYwtkOV .menu-content-top,
  .cid-uRMNYwtkOV .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMNYwtkOV .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMNYwtkOV .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMNYwtkOV .navbar.bg-color.transparent .nav-link,
.cid-uRMNYwtkOV .navbar.bg-color.transparent .dropdown-item,
.cid-uRMNYwtkOV .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMNYwtkOV .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNYwtkOV .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNYwtkOV .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNYwtkOV .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMNYwtkOV .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMNYwtkOV .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMNYwtkOV .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRMQG4yBbS {
  background-image: url("../../../assets/images/blueprint4.jpg-1387x980.jpg");
}
.cid-uRMQG4yBbS body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.cid-uRMQG4yBbS .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-uRMQG4yBbS header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.cid-uRMQG4yBbS .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}
.cid-uRMQG4yBbS .input-large {
  width: 75%;
}
.cid-uRMQG4yBbS .input-medium {
  width: 30%;
}
.cid-uRMQG4yBbS .property-details input[type="text"],
.cid-uRMQG4yBbS .property-details select,
.cid-uRMQG4yBbS .property-details textarea {
  width: calc(80%);
  padding: 5px;
}
.cid-uRMQG4yBbS .property {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.cid-uRMQG4yBbS .property-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uRMQG4yBbS .property-title {
  font-size: 0.75em;
}
.cid-uRMQG4yBbS .property-price {
  font-size: 0.6em;
}
.cid-uRMQG4yBbS .property-images {
  display: flex;
  height: 300px;
  margin-bottom: 20px;
  gap: 10px;
}
.cid-uRMQG4yBbS .main-image {
  flex: 2;
  overflow: hidden;
  position: relative;
}
.cid-uRMQG4yBbS .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.cid-uRMQG4yBbS .thumbnail-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  padding-left: 5px;
}
.cid-uRMQG4yBbS .thumbnail {
  overflow: hidden;
  position: relative;
}
.cid-uRMQG4yBbS .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}
.cid-uRMQG4yBbS .property-details {
  font-size: 0.8em;
  padding: 15px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.cid-uRMQG4yBbS .property-features {
  display: block;
  justify-content: flex-start;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-uRMQG4yBbS .property-feature,
.cid-uRMQG4yBbS .property-feature-Room,
.cid-uRMQG4yBbS .property-feature-deposit,
.cid-uRMQG4yBbS .property-feature-family,
.cid-uRMQG4yBbS .property-feature-lot {
  display: block;
  margin: 2px 0;
  padding: 0;
  font-size: 0.8em;
}
.cid-uRMQG4yBbS .property-description {
  margin-bottom: 5px;
  font-size: 0.55em;
  width: 100%;
  float: left;
}
.cid-uRMQG4yBbS .property-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  float: right;
  width: 100%;
  font-size: 1em;
}
.cid-uRMQG4yBbS .property-buttons a {
  text-decoration: none;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 90%;
  text-align: center;
  font-size: 0.6em;
}
.cid-uRMQG4yBbS .contact-now {
  background-color: #28a745;
  font-size: 0.6em;
}
.cid-uRMQG4yBbS .apply-online {
  background-color: #007bff;
}
.cid-uRMQG4yBbS .address-container {
  display: flex;
  font-size: 0.4em;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: space-between;
}
.cid-uRMQG4yBbS .address-container p {
  margin: 0;
  margin-right: 0.65px;
  font-size: 1em;
}
.cid-uRMQG4yBbS .google-view-btn {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
}
.cid-uRMQG4yBbS .google-view-btn:hover {
  background-color: #3367D6;
}
.cid-uRMQG4yBbS .delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
}
.cid-uRMQG4yBbS .add-property,
.cid-uRMQG4yBbS input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 2em;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cid-uRMQG4yBbS .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.cid-uRMQG4yBbS .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}
.cid-uRMQG4yBbS .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.cid-uRMQG4yBbS .close:hover,
.cid-uRMQG4yBbS .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.cid-uRMQG4yBbS input,
.cid-uRMQG4yBbS textarea,
.cid-uRMQG4yBbS select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.cid-uRMQG4yBbS .input-with-prefix {
  display: flex;
  align-items: center;
}
.cid-uRMQG4yBbS .input-prefix {
  padding: 8px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-right: none;
}
.cid-uRMQG4yBbS .input-with-prefix input {
  flex-grow: 1;
  border-left: none;
}
.cid-uRMQG4yBbS .property-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.cid-uRMQG4yBbS .property-form img {
  width: 100%;
  height: auto;
}
.cid-uRMQG4yBbS .property-form label {
  margin-top: 10px;
  font-weight: bold;
}
.cid-uRMQG4yBbS .update-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
  display: block;
  margin: 20px 0;
}
.cid-uRMQG4yBbS .replace-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
.cid-uRMQG4yBbS .replace-btn:hover {
  background-color: #005f7f;
}
.cid-uRMQG4yBbS .property-feature-Room {
  font-size: 0.4em;
  font-weight: bold;
  text-align: left;
}
.cid-uRMQG4yBbS .property-feature-family,
.cid-uRMQG4yBbS .property-feature-lot,
.cid-uRMQG4yBbS .property-feature,
.cid-uRMQG4yBbS .property-feature-deposit {
  font-size: 0.5em;
  text-align: left;
}
.cid-uRMQG4yBbS .property-description h3 {
  font-size: 0.6em;
  text-align: left;
}
.cid-uRMQG4yBbS .apply-now {
  font-size: 0.6em;
  background-color: #4CAF50;
}
.cid-uRMQG4yBbS hr.black-line {
  border: 0;
  height: 1px;
  background: black;
  margin: 20px 0;
}
.cid-uRMQG4yBbS .property-feature-Room,
.cid-uRMQG4yBbS .property-feature-family,
.cid-uRMQG4yBbS .property-feature-deposit,
.cid-uRMQG4yBbS .property-feature-lot {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}
.cid-uRMQG4yBbS .contact-now,
.cid-uRMQG4yBbS .apply-online {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 10px;
}
.cid-uRMQG4yBbS .black-line {
  border-top: 1px solid black;
  margin: 20px 0;
}
.cid-uRMQG4yBbS .mapouter {
  position: relative;
  text-align: right;
  height: 200px;
  width: 300px;
}
.cid-uRMQG4yBbS .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 200px;
  width: 300px;
}
.cid-uRMQG4yBbS DIV {
  text-align: left;
}
.cid-uRMQG4yBbS .custom-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uRMQG4yBbS .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-uRMQG4yBbS .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRMQG4yBbS .lightbox-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uRMQG4yBbS h1 {
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
  }
  .cid-uRMQG4yBbS .lightbox-image {
    max-width: 100%;
    max-height: 100%;
  }
}
.cid-uRMQG4yBbS .icon-item {
  font-size: 0.8em;
}
.cid-uRMQG4yBbS .price-text {
  font-size: 0.9em;
  color: green;
}
.cid-uRMQG4yBbS .border {
  border: 1px solid black;
}
.cid-uRMQG4yBbS .divider {
  border: none;
  height: 2px;
  background-color: black;
  margin: 20px 0;
}
.cid-uRMQG4yBbS .equipment-header {
  text-align: center;
  background-color: #006400;
  padding: 10px;
}
.cid-uRMQG4yBbS .equipment-title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMQG4yBbS .equipment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.cid-uRMQG4yBbS .equipment {
  width: 48%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uRMQG4yBbS .property-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cid-uRMQG4yBbS .property {
    width: 32%;
    margin-bottom: 20px;
  }
  .cid-uRMQG4yBbS .price-text {
    font-size: 0.7em;
  }
  .cid-uRMQG4yBbS .pricing-title {
    font-size: 0.8em;
  }
  .cid-uRMQG4yBbS .icon-item {
    font-size: 0.7em;
  }
  .cid-uRMQG4yBbS .icon-item p {
    font-size: 0.6em;
  }
  .cid-uRMQG4yBbS .garage-option p {
    font-size: 0.7em;
  }
}
.cid-uRMQG4yBbS .pricing-title {
  font-size: .7em;
}
.cid-uRMQG4yBbS .heading {
  font-size: 7em;
}
.cid-uRMQG4yBbS h1 {
  text-shadow: 2px 2px 5px black;
}
.cid-uRMQG4yBbS h3 {
  font-size: .7em;
}
.cid-uRMQG4yBbS .price-packages {
  font-size: 0.8em;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
  gap: 10px;
  margin: 10px 0;
}
.cid-uRMQG4yBbS .header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cid-uRMQG4yBbS .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-uRMQG4yBbS h1 {
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
  }
  .cid-uRMQG4yBbS .property,
  .cid-uRMQG4yBbS .equipment {
    margin: 0 0 20px 0;
    border-radius: 0;
    width: 100%;
  }
  .cid-uRMQG4yBbS .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uRMQG4yBbS .property-header,
  .cid-uRMQG4yBbS .property-details,
  .cid-uRMQG4yBbS .property-buttons,
  .cid-uRMQG4yBbS .equipment-header,
  .cid-uRMQG4yBbS .price-packages,
  .cid-uRMQG4yBbS .equipment-details {
    padding: 0;
  }
  .cid-uRMQG4yBbS .property-images {
    flex-direction: column;
    height: auto;
  }
  .cid-uRMQG4yBbS .main-image {
    width: 100%;
    height: auto;
  }
  .cid-uRMQG4yBbS .thumbnail-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
  .cid-uRMQG4yBbS .property-price,
  .cid-uRMQG4yBbS .price-package {
    font-size: 0.6em;
    text-align: right;
    width: 45%;
  }
  .cid-uRMQG4yBbS .property-title,
  .cid-uRMQG4yBbS .equipment-title {
    font-size: 1.65em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .cid-uRMQG4yBbS .property-description,
  .cid-uRMQG4yBbS .property-details p,
  .cid-uRMQG4yBbS .equipment-details p {
    font-size: 0.6em;
  }
  .cid-uRMQG4yBbS .address-container p {
    font-size: 1em;
  }
  .cid-uRMQG4yBbS .property-features {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .cid-uRMQG4yBbS .property-feature,
  .cid-uRMQG4yBbS .property-feature-Room,
  .cid-uRMQG4yBbS .property-feature-family,
  .cid-uRMQG4yBbS .property-feature-deposit,
  .cid-uRMQG4yBbS .property-feature-lot {
    display: block;
    margin: 0;
    padding: 2px 0;
    font-size: 0.9em;
  }
  .cid-uRMQG4yBbS .mapouter {
    height: 100px;
    width: 150px;
  }
  .cid-uRMQG4yBbS .property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cid-uRMQG4yBbS .address-container {
    flex-direction: column;
  }
  .cid-uRMQG4yBbS .address-container p,
  .cid-uRMQG4yBbS .property-features {
    font-size: 1.2em;
  }
  .cid-uRMQG4yBbS .equipment-details h4 {
    font-size: 0.7em;
  }
  .cid-uRMQG4yBbS .equipment {
    width: 100%;
  }
  .cid-uRMQG4yBbS .equipment-list {
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .cid-uRMQG4yBbS .plan-icons {
    font-size: .8em;
  }
  .cid-uRMQG4yBbS .price-packages {
    font-size: 1.2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .cid-uRMQG4yBbS .price-package {
    padding: 5px;
    font-size: 0.7em;
    line-height: 1em;
    white-space: nowrap;
  }
  .cid-uRMQG4yBbS .price-package h3 {
    font-size: 0.75em;
  }
  .cid-uRMQG4yBbS .price-package p {
    font-size: 0.75em;
  }
}
.cid-uRMQG4yBbS .price-package {
  padding: 7px;
  font-size: 1em;
  line-height: 1em;
  flex: 1;
  min-width: 120px;
}
.cid-uRMQG4yBbS .icon-item p {
  font-size: 0.8em;
}
.cid-uRMQG4yBbS .desc-button {
  padding: 6px 14px;
  background-color: #ca4400;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 8px;
  width: auto;
  min-width: 140px;
  max-width: 100%;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.cid-uRMQG4yBbS .desc-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.cid-uRMQG4yBbS .desc-modal-content {
  background: #fff;
  color: #000;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  background-color: #fefefe;
  max-height: 70vh;
  overflow-y: auto;
}
.cid-uRMQG4yBbS .desc-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
  float: right;
  font-weight: bold;
}
.cid-uRMQG4yBbS .price-package h3 {
  font-size: 0.75em;
  line-height: 1.1em;
  height: 2.4em;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
}
.cid-uRMQG4yBbS .price-package p.price-text {
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  margin: 5px 0 0;
  line-height: 1.1em;
  padding-top: 2px;
}
.cid-uRMQG4yBbS .equipment-details,
.cid-uRMQG4yBbS .price-packages {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-uRMQG4yBbS .equipment-details {
  padding: 5px 0;
  text-align: center;
}
.cid-uRMQG4yBbS .desc-button:hover {
  background-color: #a03800;
}
.cid-uRMNYzVwil {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMNL6kHrP .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMNL6kHrP .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMNL6kHrP .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMNL6kHrP .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMNL6kHrP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMNL6kHrP .collapse {
  justify-content: space-between !important;
}
.cid-uRMNL6kHrP .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMNL6kHrP .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMNL6kHrP .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMNL6kHrP .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMNL6kHrP .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMNL6kHrP .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMNL6kHrP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMNL6kHrP .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMNL6kHrP .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMNL6kHrP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNL6kHrP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMNL6kHrP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMNL6kHrP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMNL6kHrP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMNL6kHrP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMNL6kHrP .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMNL6kHrP .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMNL6kHrP .dropdown-item,
.cid-uRMNL6kHrP .nav-link,
.cid-uRMNL6kHrP .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMNL6kHrP .dropdown-item:hover,
.cid-uRMNL6kHrP .nav-link:hover,
.cid-uRMNL6kHrP .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMNL6kHrP .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMNL6kHrP .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMNL6kHrP .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMNL6kHrP .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNL6kHrP .content-text {
  margin-bottom: 0;
}
.cid-uRMNL6kHrP .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMNL6kHrP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMNL6kHrP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMNL6kHrP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMNL6kHrP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNL6kHrP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMNL6kHrP .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNL6kHrP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMNL6kHrP .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMNL6kHrP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMNL6kHrP .content-right-side {
  text-align: center;
}
.cid-uRMNL6kHrP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMNL6kHrP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMNL6kHrP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMNL6kHrP .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMNL6kHrP .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMNL6kHrP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMNL6kHrP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMNL6kHrP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMNL6kHrP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMNL6kHrP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMNL6kHrP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMNL6kHrP .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMNL6kHrP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNL6kHrP .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMNL6kHrP .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMNL6kHrP .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMNL6kHrP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMNL6kHrP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMNL6kHrP .navbar-toggler {
    display: none;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMNL6kHrP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMNL6kHrP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMNL6kHrP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMNL6kHrP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMNL6kHrP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMNL6kHrP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMNL6kHrP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMNL6kHrP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMNL6kHrP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMNL6kHrP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMNL6kHrP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMNL6kHrP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMNL6kHrP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMNL6kHrP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMNL6kHrP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMNL6kHrP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMNL6kHrP button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMNL6kHrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMNL6kHrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMNL6kHrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNL6kHrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMNL6kHrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMNL6kHrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNL6kHrP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMNL6kHrP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMNL6kHrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMNL6kHrP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMNL6kHrP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMNL6kHrP .collapsed .btn {
  display: flex;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse.collapsing,
.cid-uRMNL6kHrP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMNL6kHrP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMNL6kHrP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMNL6kHrP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMNL6kHrP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMNL6kHrP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMNL6kHrP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMNL6kHrP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMNL6kHrP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMNL6kHrP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMNL6kHrP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMNL6kHrP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMNL6kHrP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMNL6kHrP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMNL6kHrP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMNL6kHrP .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMNL6kHrP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMNL6kHrP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMNL6kHrP .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMNL6kHrP .navbar-collapse.collapsing,
  .cid-uRMNL6kHrP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMNL6kHrP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMNL6kHrP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMNL6kHrP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMNL6kHrP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMNL6kHrP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMNL6kHrP img {
    height: 3.8rem !important;
  }
  .cid-uRMNL6kHrP .btn {
    display: flex;
  }
  .cid-uRMNL6kHrP button.navbar-toggler {
    display: block;
  }
  .cid-uRMNL6kHrP .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMNL6kHrP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNL6kHrP .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMNL6kHrP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMNL6kHrP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMNL6kHrP .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMNL6kHrP .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMNL6kHrP .navbar-toggler {
    order: 1;
  }
  .cid-uRMNL6kHrP .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMNL6kHrP .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMNL6kHrP .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .nav-item,
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .navbar-buttons,
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMNL6kHrP .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMNL6kHrP .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMNL6kHrP .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMNL6kHrP .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMNL6kHrP .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMNL6kHrP .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMNL6kHrP .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMNL6kHrP .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMNL6kHrP .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMNL6kHrP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMNL6kHrP .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMNL6kHrP .navbar-toggler {
  position: relative;
}
.cid-uRMNL6kHrP .dropdown-item.active,
.cid-uRMNL6kHrP .dropdown-item:active {
  color: initial;
}
.cid-uRMNL6kHrP .widget-title,
.cid-uRMNL6kHrP .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMNL6kHrP .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMNL6kHrP .menu-logo {
    display: none;
  }
  .cid-uRMNL6kHrP .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMNL6kHrP .nav-item:before {
    content: none;
  }
  .cid-uRMNL6kHrP .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMNL6kHrP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMNL6kHrP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMNL6kHrP .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMNL6kHrP .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMNL6kHrP .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMNL6kHrP .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMNL6kHrP .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMNL6kHrP .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMNL6kHrP .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMNL6kHrP .menu-content-top,
  .cid-uRMNL6kHrP .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMNL6kHrP .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMNL6kHrP .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMNL6kHrP .navbar.bg-color.transparent .nav-link,
.cid-uRMNL6kHrP .navbar.bg-color.transparent .dropdown-item,
.cid-uRMNL6kHrP .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMNL6kHrP .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNL6kHrP .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMNL6kHrP .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMNL6kHrP .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMNL6kHrP .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMNL6kHrP .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMNL6kHrP .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRMNLazsDj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMOkJ0bQr .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMOkJ0bQr .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMOkJ0bQr .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMOkJ0bQr .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMOkJ0bQr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMOkJ0bQr .collapse {
  justify-content: space-between !important;
}
.cid-uRMOkJ0bQr .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMOkJ0bQr .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMOkJ0bQr .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMOkJ0bQr .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMOkJ0bQr .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMOkJ0bQr .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMOkJ0bQr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMOkJ0bQr .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMOkJ0bQr .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMOkJ0bQr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMOkJ0bQr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMOkJ0bQr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMOkJ0bQr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMOkJ0bQr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMOkJ0bQr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMOkJ0bQr .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMOkJ0bQr .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMOkJ0bQr .dropdown-item,
.cid-uRMOkJ0bQr .nav-link,
.cid-uRMOkJ0bQr .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMOkJ0bQr .dropdown-item:hover,
.cid-uRMOkJ0bQr .nav-link:hover,
.cid-uRMOkJ0bQr .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMOkJ0bQr .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMOkJ0bQr .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMOkJ0bQr .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMOkJ0bQr .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMOkJ0bQr .content-text {
  margin-bottom: 0;
}
.cid-uRMOkJ0bQr .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMOkJ0bQr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMOkJ0bQr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMOkJ0bQr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMOkJ0bQr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMOkJ0bQr .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMOkJ0bQr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMOkJ0bQr .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMOkJ0bQr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMOkJ0bQr .content-right-side {
  text-align: center;
}
.cid-uRMOkJ0bQr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMOkJ0bQr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMOkJ0bQr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMOkJ0bQr .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMOkJ0bQr .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMOkJ0bQr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMOkJ0bQr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMOkJ0bQr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMOkJ0bQr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMOkJ0bQr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMOkJ0bQr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMOkJ0bQr .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMOkJ0bQr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMOkJ0bQr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMOkJ0bQr .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMOkJ0bQr .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMOkJ0bQr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMOkJ0bQr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMOkJ0bQr .navbar-toggler {
    display: none;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMOkJ0bQr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMOkJ0bQr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMOkJ0bQr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMOkJ0bQr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMOkJ0bQr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMOkJ0bQr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMOkJ0bQr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMOkJ0bQr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMOkJ0bQr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMOkJ0bQr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMOkJ0bQr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMOkJ0bQr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMOkJ0bQr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMOkJ0bQr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMOkJ0bQr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMOkJ0bQr button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMOkJ0bQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMOkJ0bQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMOkJ0bQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMOkJ0bQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMOkJ0bQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMOkJ0bQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMOkJ0bQr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMOkJ0bQr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMOkJ0bQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMOkJ0bQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMOkJ0bQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMOkJ0bQr .collapsed .btn {
  display: flex;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.collapsing,
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMOkJ0bQr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMOkJ0bQr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMOkJ0bQr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMOkJ0bQr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMOkJ0bQr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMOkJ0bQr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMOkJ0bQr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMOkJ0bQr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMOkJ0bQr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMOkJ0bQr .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMOkJ0bQr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMOkJ0bQr .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMOkJ0bQr .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing,
  .cid-uRMOkJ0bQr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMOkJ0bQr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMOkJ0bQr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMOkJ0bQr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMOkJ0bQr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMOkJ0bQr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMOkJ0bQr img {
    height: 3.8rem !important;
  }
  .cid-uRMOkJ0bQr .btn {
    display: flex;
  }
  .cid-uRMOkJ0bQr button.navbar-toggler {
    display: block;
  }
  .cid-uRMOkJ0bQr .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMOkJ0bQr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMOkJ0bQr .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMOkJ0bQr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMOkJ0bQr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMOkJ0bQr .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMOkJ0bQr .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMOkJ0bQr .navbar-toggler {
    order: 1;
  }
  .cid-uRMOkJ0bQr .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMOkJ0bQr .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMOkJ0bQr .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .nav-item,
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .navbar-buttons,
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMOkJ0bQr .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMOkJ0bQr .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMOkJ0bQr .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMOkJ0bQr .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMOkJ0bQr .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMOkJ0bQr .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMOkJ0bQr .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMOkJ0bQr .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMOkJ0bQr .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMOkJ0bQr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMOkJ0bQr .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMOkJ0bQr .navbar-toggler {
  position: relative;
}
.cid-uRMOkJ0bQr .dropdown-item.active,
.cid-uRMOkJ0bQr .dropdown-item:active {
  color: initial;
}
.cid-uRMOkJ0bQr .widget-title,
.cid-uRMOkJ0bQr .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMOkJ0bQr .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMOkJ0bQr .menu-logo {
    display: none;
  }
  .cid-uRMOkJ0bQr .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMOkJ0bQr .nav-item:before {
    content: none;
  }
  .cid-uRMOkJ0bQr .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMOkJ0bQr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMOkJ0bQr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMOkJ0bQr .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMOkJ0bQr .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMOkJ0bQr .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMOkJ0bQr .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMOkJ0bQr .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMOkJ0bQr .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMOkJ0bQr .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMOkJ0bQr .menu-content-top,
  .cid-uRMOkJ0bQr .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMOkJ0bQr .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMOkJ0bQr .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMOkJ0bQr .navbar.bg-color.transparent .nav-link,
.cid-uRMOkJ0bQr .navbar.bg-color.transparent .dropdown-item,
.cid-uRMOkJ0bQr .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMOkJ0bQr .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMOkJ0bQr .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMOkJ0bQr .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMOkJ0bQr .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMOkJ0bQr .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRY5B5P8op {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/example-24-1090x835.jpg-1090x835-fotor-2025071319019.webp");
}
.cid-uRY5B5P8op .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRY5B5P8op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRY5B5P8op.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uRY5B5P8op .container-fluid {
  padding: 0 !important;
}
.cid-uRY5B5P8op img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uRY5B5P8op .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRMOkMeqvs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uRMPqI5h2y .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-uRMPqI5h2y .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-uRMPqI5h2y .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uRMPqI5h2y .navbar-fixed-top {
  padding-top: 0;
}
.cid-uRMPqI5h2y .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uRMPqI5h2y .collapse {
  justify-content: space-between !important;
}
.cid-uRMPqI5h2y .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-uRMPqI5h2y .dropdown-menu.show {
  opacity: 1;
}
.cid-uRMPqI5h2y .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uRMPqI5h2y .mbr-iconfont {
  cursor: pointer;
}
.cid-uRMPqI5h2y .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uRMPqI5h2y .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ff5753;
  border-radius: 50%;
}
.cid-uRMPqI5h2y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uRMPqI5h2y .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uRMPqI5h2y .menu-logo {
  display: flex;
  align-items: center;
}
.cid-uRMPqI5h2y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMPqI5h2y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uRMPqI5h2y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRMPqI5h2y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRMPqI5h2y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRMPqI5h2y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRMPqI5h2y .menu-content-top {
  background: #ca4400;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uRMPqI5h2y .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uRMPqI5h2y .dropdown-item,
.cid-uRMPqI5h2y .nav-link,
.cid-uRMPqI5h2y .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uRMPqI5h2y .dropdown-item:hover,
.cid-uRMPqI5h2y .nav-link:hover,
.cid-uRMPqI5h2y .brand-name:hover {
  color: #ff5753 !important;
}
.cid-uRMPqI5h2y .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-uRMPqI5h2y .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-uRMPqI5h2y .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-uRMPqI5h2y .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMPqI5h2y .content-text {
  margin-bottom: 0;
}
.cid-uRMPqI5h2y .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-uRMPqI5h2y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff5753;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uRMPqI5h2y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uRMPqI5h2y .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uRMPqI5h2y .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMPqI5h2y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uRMPqI5h2y .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMPqI5h2y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-uRMPqI5h2y .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uRMPqI5h2y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uRMPqI5h2y .content-right-side {
  text-align: center;
}
.cid-uRMPqI5h2y .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uRMPqI5h2y .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uRMPqI5h2y .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uRMPqI5h2y .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uRMPqI5h2y .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uRMPqI5h2y .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRMPqI5h2y .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uRMPqI5h2y .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uRMPqI5h2y .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uRMPqI5h2y .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uRMPqI5h2y .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uRMPqI5h2y .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uRMPqI5h2y .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMPqI5h2y .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uRMPqI5h2y .navbar {
    display: block;
    padding: 0;
  }
  .cid-uRMPqI5h2y .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRMPqI5h2y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uRMPqI5h2y .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uRMPqI5h2y .navbar-toggler {
    display: none;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uRMPqI5h2y .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uRMPqI5h2y .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRMPqI5h2y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uRMPqI5h2y .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uRMPqI5h2y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRMPqI5h2y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRMPqI5h2y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRMPqI5h2y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRMPqI5h2y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRMPqI5h2y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uRMPqI5h2y .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uRMPqI5h2y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRMPqI5h2y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRMPqI5h2y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRMPqI5h2y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRMPqI5h2y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uRMPqI5h2y button.navbar-toggler:focus {
  outline: none;
}
.cid-uRMPqI5h2y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRMPqI5h2y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRMPqI5h2y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMPqI5h2y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRMPqI5h2y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRMPqI5h2y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMPqI5h2y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRMPqI5h2y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRMPqI5h2y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRMPqI5h2y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRMPqI5h2y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRMPqI5h2y .collapsed .btn {
  display: flex;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse.collapsing,
.cid-uRMPqI5h2y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRMPqI5h2y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRMPqI5h2y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uRMPqI5h2y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRMPqI5h2y .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uRMPqI5h2y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRMPqI5h2y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uRMPqI5h2y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uRMPqI5h2y .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRMPqI5h2y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uRMPqI5h2y .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRMPqI5h2y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uRMPqI5h2y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRMPqI5h2y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRMPqI5h2y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uRMPqI5h2y .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRMPqI5h2y .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uRMPqI5h2y .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-uRMPqI5h2y .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-uRMPqI5h2y .navbar-collapse.collapsing,
  .cid-uRMPqI5h2y .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .navbar-nav,
  .cid-uRMPqI5h2y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRMPqI5h2y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uRMPqI5h2y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRMPqI5h2y .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRMPqI5h2y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRMPqI5h2y img {
    height: 3.8rem !important;
  }
  .cid-uRMPqI5h2y .btn {
    display: flex;
  }
  .cid-uRMPqI5h2y button.navbar-toggler {
    display: block;
  }
  .cid-uRMPqI5h2y .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uRMPqI5h2y .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMPqI5h2y .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uRMPqI5h2y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uRMPqI5h2y .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-uRMPqI5h2y .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uRMPqI5h2y .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uRMPqI5h2y .navbar-toggler {
    order: 1;
  }
  .cid-uRMPqI5h2y .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRMPqI5h2y .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uRMPqI5h2y .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .nav-item,
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .navbar-buttons,
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-uRMPqI5h2y .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uRMPqI5h2y .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uRMPqI5h2y .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uRMPqI5h2y .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ff5753 !important;
  }
  .cid-uRMPqI5h2y .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uRMPqI5h2y .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uRMPqI5h2y .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-uRMPqI5h2y .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uRMPqI5h2y .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-uRMPqI5h2y .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uRMPqI5h2y .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uRMPqI5h2y .navbar-toggler {
  position: relative;
}
.cid-uRMPqI5h2y .dropdown-item.active,
.cid-uRMPqI5h2y .dropdown-item:active {
  color: initial;
}
.cid-uRMPqI5h2y .widget-title,
.cid-uRMPqI5h2y .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uRMPqI5h2y .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uRMPqI5h2y .menu-logo {
    display: none;
  }
  .cid-uRMPqI5h2y .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uRMPqI5h2y .nav-item:before {
    content: none;
  }
  .cid-uRMPqI5h2y .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uRMPqI5h2y .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRMPqI5h2y button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uRMPqI5h2y .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uRMPqI5h2y .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uRMPqI5h2y .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-uRMPqI5h2y .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-uRMPqI5h2y .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uRMPqI5h2y .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uRMPqI5h2y .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uRMPqI5h2y .menu-content-top,
  .cid-uRMPqI5h2y .menu-content-right {
    z-index: 0;
  }
}
.cid-uRMPqI5h2y .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uRMPqI5h2y .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uRMPqI5h2y .navbar.bg-color.transparent .nav-link,
.cid-uRMPqI5h2y .navbar.bg-color.transparent .dropdown-item,
.cid-uRMPqI5h2y .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRMPqI5h2y .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMPqI5h2y .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-uRMPqI5h2y .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-uRMPqI5h2y .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uRMPqI5h2y .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uRMPqI5h2y .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-uRMPqI5h2y .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uRMPAtRYRH {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.webp");
}
.cid-uRMPAtRYRH img {
  width: 70%;
  pointer-events: all;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  height: 100%;
  object-fit: cover;
  transition: 3s;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
}
.cid-uRMPAtRYRH img:hover {
  -webkit-box-shadow: 15px 15px 55px #000;
}
.cid-uRMPAtRYRH .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uRMPAtRYRH .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uRMPAtRYRH .card:hover .text-wrap {
  opacity: 1;
}
.cid-uRMPAtRYRH .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uRMPAtRYRH .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  width: 10%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uRMPAtRYRH .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uRMPAtRYRH .text-wrap p {
  pointer-events: all;
}
.cid-uRMPAtRYRH .text-wrap .link-align {
  pointer-events: all;
}
.cid-uRMPAtRYRH .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #000000;
  text-align: center;
}
.cid-uRMPAtRYRH .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uRMPAtRYRH .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uRMPAtRYRH .mbr-text,
.cid-uRMPAtRYRH .link-align {
  color: #ffffff;
}
.cid-uRMPAtRYRH .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRMPAtRYRH .mbr-subtitle,
.cid-uRMPAtRYRH .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uRMPAtRYRH .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uRMPAtRYRH .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uRMPAtRYRH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRMPAtRYRH .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRMPAtRYRH .main-title {
  color: #ffffff;
}
.cid-uRMPqKr7co {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c94400;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
