.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #42718b !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #e0b355 !important;
}
.bg-danger {
  background-color: #ff4500 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #163300 !important;
  border-color: #163300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #42718b !important;
  border-color: #42718b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #538dad !important;
  border-color: #538dad !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #538dad !important;
  border-color: #538dad !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0b355 !important;
  border-color: #e0b355 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e8c680 !important;
  border-color: #e8c680 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e8c680 !important;
  border-color: #e8c680 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6a33 !important;
  border-color: #ff6a33 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6a33 !important;
  border-color: #ff6a33 !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: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #163300;
  color: #163300;
}
.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: #163300 !important;
  border-color: #163300 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #42718b;
  color: #42718b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #264150 !important;
  background-color: transparent !important;
  border-color: #264150 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #42718b !important;
  border-color: #42718b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e0b355;
  color: #e0b355;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bc8a22 !important;
  background-color: transparent !important;
  border-color: #bc8a22 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0b355 !important;
  border-color: #e0b355 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4500;
  color: #ff4500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a82e00 !important;
  background-color: transparent !important;
  border-color: #a82e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4500 !important;
  border-color: #ff4500 !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: #232323 !important;
}
.text-secondary {
  color: #163300 !important;
}
.text-success {
  color: #42718b !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #e0b355 !important;
}
.text-danger {
  color: #ff4500 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !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: #213946 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #af8120 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #992900 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #e0b355;
}
.alert-danger {
  background-color: #ff4500;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #87afc6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #ffdacc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #163300 !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='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uXUKSCQqm4 {
  line-height: 1.15;
}
.cid-uXUKSCQqm4 .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uXUKSCQqm4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uXUKSCQqm4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uXUKSCQqm4 .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uXUKSCQqm4 .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uXUKSCQqm4 .dropdown-menu.show {
  opacity: 1;
}
.cid-uXUKSCQqm4 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uXUKSCQqm4 .mbr-iconfont {
  cursor: pointer;
}
.cid-uXUKSCQqm4 .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uXUKSCQqm4 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uXUKSCQqm4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uXUKSCQqm4 .location-title {
  margin: 0;
  color: #000000;
}
.cid-uXUKSCQqm4 .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uXUKSCQqm4 .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;
  overflow: visible;
}
.cid-uXUKSCQqm4 .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;
  overflow: visible;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXUKSCQqm4 .menu-content-top {
  background: #e0b355;
  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-uXUKSCQqm4 .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uXUKSCQqm4 .dropdown-item,
.cid-uXUKSCQqm4 .nav-link,
.cid-uXUKSCQqm4 .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uXUKSCQqm4 .dropdown-item:hover,
.cid-uXUKSCQqm4 .nav-link:hover,
.cid-uXUKSCQqm4 .brand-name:hover {
  color: #232323 !important;
}
.cid-uXUKSCQqm4 .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uXUKSCQqm4 .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uXUKSCQqm4 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .content-text {
  margin-bottom: 0;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uXUKSCQqm4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uXUKSCQqm4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXUKSCQqm4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uXUKSCQqm4 .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uXUKSCQqm4 .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uXUKSCQqm4 .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uXUKSCQqm4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uXUKSCQqm4 .content-right-side {
  text-align: center;
}
.cid-uXUKSCQqm4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uXUKSCQqm4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uXUKSCQqm4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uXUKSCQqm4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXUKSCQqm4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXUKSCQqm4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXUKSCQqm4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXUKSCQqm4 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXUKSCQqm4 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uXUKSCQqm4 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uXUKSCQqm4 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXUKSCQqm4 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uXUKSCQqm4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uXUKSCQqm4 .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXUKSCQqm4 .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-uXUKSCQqm4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uXUKSCQqm4 .navbar-toggler {
    display: none;
  }
  .cid-uXUKSCQqm4 .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uXUKSCQqm4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uXUKSCQqm4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXUKSCQqm4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uXUKSCQqm4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uXUKSCQqm4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXUKSCQqm4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXUKSCQqm4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXUKSCQqm4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uXUKSCQqm4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXUKSCQqm4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXUKSCQqm4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uXUKSCQqm4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXUKSCQqm4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uXUKSCQqm4 button.navbar-toggler:focus {
  outline: none;
}
.cid-uXUKSCQqm4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXUKSCQqm4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXUKSCQqm4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUKSCQqm4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUKSCQqm4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXUKSCQqm4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUKSCQqm4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXUKSCQqm4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXUKSCQqm4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUKSCQqm4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXUKSCQqm4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXUKSCQqm4 .collapsed .btn {
  display: flex;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.collapsing,
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXUKSCQqm4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uXUKSCQqm4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uXUKSCQqm4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXUKSCQqm4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uXUKSCQqm4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXUKSCQqm4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXUKSCQqm4 .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-uXUKSCQqm4 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uXUKSCQqm4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uXUKSCQqm4 .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-uXUKSCQqm4 .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uXUKSCQqm4 .navbar-collapse.collapsing,
  .cid-uXUKSCQqm4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .navbar-nav,
  .cid-uXUKSCQqm4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXUKSCQqm4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uXUKSCQqm4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXUKSCQqm4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXUKSCQqm4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXUKSCQqm4 img {
    height: 3.8rem !important;
  }
  .cid-uXUKSCQqm4 .btn {
    display: flex;
  }
  .cid-uXUKSCQqm4 button.navbar-toggler {
    display: block;
  }
  .cid-uXUKSCQqm4 .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uXUKSCQqm4 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXUKSCQqm4 .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uXUKSCQqm4 .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-uXUKSCQqm4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXUKSCQqm4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXUKSCQqm4 .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-uXUKSCQqm4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uXUKSCQqm4 .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-uXUKSCQqm4 .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uXUKSCQqm4 .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uXUKSCQqm4 .navbar-toggler {
    order: 1;
  }
  .cid-uXUKSCQqm4 .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uXUKSCQqm4 .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uXUKSCQqm4 .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .nav-item,
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .navbar-buttons,
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uXUKSCQqm4 .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uXUKSCQqm4 .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uXUKSCQqm4 .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uXUKSCQqm4 .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uXUKSCQqm4 .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uXUKSCQqm4 .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uXUKSCQqm4 .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uXUKSCQqm4 .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uXUKSCQqm4 .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uXUKSCQqm4 .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-logo img,
  .cid-uXUKSCQqm4 .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uXUKSCQqm4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uXUKSCQqm4 .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uXUKSCQqm4 .navbar-toggler {
  position: relative;
}
.cid-uXUKSCQqm4 .dropdown-item.active,
.cid-uXUKSCQqm4 .dropdown-item:active {
  color: initial;
}
.cid-uXUKSCQqm4 .widget-title,
.cid-uXUKSCQqm4 .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uXUKSCQqm4 .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uXUKSCQqm4 .menu-logo {
    display: none;
  }
  .cid-uXUKSCQqm4 .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uXUKSCQqm4 .nav-item:before {
    content: none;
  }
  .cid-uXUKSCQqm4 .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uXUKSCQqm4 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXUKSCQqm4 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uXUKSCQqm4 .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uXUKSCQqm4 .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uXUKSCQqm4 .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uXUKSCQqm4 .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uXUKSCQqm4 .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uXUKSCQqm4 .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uXUKSCQqm4 .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uXUKSCQqm4 .menu-content-top,
  .cid-uXUKSCQqm4 .menu-content-right {
    z-index: 0;
  }
}
.cid-uXUKSCQqm4 .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uXUKSCQqm4 .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uXUKSCQqm4 .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uXUKSCQqm4 .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uXUKSCQqm4 .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uXUKSCQqm4 .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uXUKSCQqm4 .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uXUKSCQqm4 .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uXUKSCQqm4 .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uXUKSCQqm4 .navbar-logo img,
.cid-uXUKSCQqm4 .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-logo,
.cid-uXUKSCQqm4 .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand .navbar-logo img,
.cid-uXUKSCQqm4 .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uXUKSCQqm4 .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uXUKSCQqm4 .navbar.navbar-short .navbar-logo img,
.cid-uXUKSCQqm4 .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-v7afcCdQyh body,
.cid-v7afcCdQyh html {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v7afcCdQyh section {
  margin: 0 !important;
}
.cid-v7afcCdQyh .slider1 {
  position: relative;
  background-color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  display: block;
}
.cid-v7afcCdQyh .slider1 {
  min-height: 100vh;
  height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
.cid-v7afcCdQyh #sliderId,
.cid-v7afcCdQyh .carousel {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v7afcCdQyh .carousel-inner {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v7afcCdQyh .carousel-item {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v7afcCdQyh .carousel-item img {
  height: 100vh !important;
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v7afcCdQyh #sliderId,
.cid-v7afcCdQyh .carousel {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
}
.cid-v7afcCdQyh .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v7afcCdQyh .carousel-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v7afcCdQyh .carousel-item.active {
  display: block;
}
.cid-v7afcCdQyh .item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v7afcCdQyh .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  display: block;
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: bottom;
}
.cid-v7afcCdQyh .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7afcCdQyh .carousel-control.carousel-control-prev {
  left: 2.5rem;
}
.cid-v7afcCdQyh .carousel-control.carousel-control-next {
  right: 2.5rem;
}
.cid-v7afcCdQyh .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-v7afcCdQyh .mobi-mbri-arrow-next {
  margin-left: 3px;
}
.cid-v7afcCdQyh .mobi-mbri-arrow-prev {
  margin-right: 3px;
}
.cid-v7afcCdQyh .carousel-caption {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  margin: 0;
  padding: 0;
  transform: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.cid-v7afcCdQyh .glass {
  background-color: rgba(57, 58, 64, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: none;
  border-right: none;
  padding: 22px 18px;
  width: 900px;
  text-shadow: 2px 2px 5px black;
  z-index: 41;
  pointer-events: auto;
  margin: 0 auto;
  max-width: 900px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.cid-v7afcCdQyh .carousel-item.active:first-child .glass {
  animation: slideUpGlass 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s backwards;
}
.cid-v7afcCdQyh .btn {
  position: relative;
  padding: 10px 15px;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
  transition: all 0.3s ease;
}
.cid-v7afcCdQyh .btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v7afcCdQyh .mbr-section-btn {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  margin: 14px auto 0;
  text-align: center;
}
.cid-v7afcCdQyh .mbr-section-btn .btn {
  width: 220px;
  text-align: center;
  white-space: normal;
  margin: 6px;
  display: inline-block;
}
.cid-v7afcCdQyh .logo {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.55);
  z-index: 65;
  pointer-events: none;
  animation: logoIntroDesktop 1.6s ease-out forwards;
  opacity: 0;
}
.cid-v7afcCdQyh .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes slideUpGlass {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoIntroDesktop {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-30%)) scale(0.3575);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, calc(-44%)) scale(0.495);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, calc(-48%)) scale(0.5775);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.55);
  }
}
.cid-v7afcCdQyh #estimate-slidebox {
  position: fixed;
  top: 260px;
  right: -260px;
  width: 230px;
  padding: 14px 18px;
  background: #0a3f7c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  transition: right 0.6s ease;
  animation: slideInBox 0.8s ease forwards;
  animation-delay: 0.4s;
}
.cid-v7afcCdQyh #estimate-slidebox a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cid-v7afcCdQyh #estimate-slidebox:hover {
  background: #082f5d;
}
@keyframes slideInBox {
  from {
    right: -260px;
  }
  to {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .cid-v7afcCdQyh .carousel-item {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v7afcCdQyh .carousel-item img {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v7afcCdQyh .carousel-control-prev,
  .cid-v7afcCdQyh .carousel-control-next {
    display: none;
  }
  .cid-v7afcCdQyh .carousel-caption {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
  }
  .cid-v7afcCdQyh .glass {
    background-color: rgba(57, 58, 64, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: none;
    border-right: none;
    padding: 16px 12px;
    width: 680px;
    text-shadow: 2px 2px 5px black;
    margin: 0 auto;
    pointer-events: auto;
    border: 2px solid #ffffff;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  }
  .cid-v7afcCdQyh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 10px auto 0;
  }
  .cid-v7afcCdQyh .mbr-section-btn .btn {
    width: auto;
    flex: 0 0 calc(44%);
    max-width: calc(44%);
    margin: 0;
    font-size: clamp(12px, 2.7vw, 15px);
    padding: 8px 6px !important;
    line-height: 1.2;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cid-v7afcCdQyh .mbr-section-btn .btn:nth-last-child(1):nth-child(odd) {
    flex-basis: calc(44%);
    max-width: calc(44%);
  }
  .cid-v7afcCdQyh .mbr-section-btn .btn .btn-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
  }
  .cid-v7afcCdQyh .mbr-section-subtitle,
  .cid-v7afcCdQyh .mbr-section-text {
    text-align: center;
    margin: 0 auto 10px;
  }
  .cid-v7afcCdQyh .logo {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 65;
    animation: logoIntroMobile 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 100ms forwards;
    opacity: 0;
  }
  .cid-v7afcCdQyh .logo img {
    width: auto;
    height: auto;
  }
  @keyframes logoIntroMobile {
    0% {
      opacity: 0;
      transform: translate(-50%, calc(-32%)) scale(0.595);
    }
    65% {
      opacity: 1;
      transform: translate(-50%, calc(-47%)) scale(0.884);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.85);
    }
  }
  .cid-v7afcCdQyh #estimate-slidebox {
    display: none;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
@media (max-width: 480px) {
  .cid-v7afcCdQyh h5.mbr-section-subtitle {
    font-size: 1.2rem !important;
  }
  .cid-v7afcCdQyh .mbr-section-btn .btn {
    font-size: 11px;
    padding: 6px 4px !important;
    min-height: 36px;
  }
}
@media (max-width: 360px) {
  .cid-v7afcCdQyh .mbr-section-btn .btn {
    font-size: 10px;
    padding: 5px 3px !important;
    min-height: 34px;
  }
}
.cid-v7afcCdQyh html.reduce-motion .logo,
.cid-v7afcCdQyh html.reduce-motion .glass {
  animation: none !important;
}
.cid-v7afcCdQyh .slider1 + section,
.cid-v7afcCdQyh .slider1 + div,
.cid-v7afcCdQyh .slider1 + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v7afcCdQyh section.slider1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.cid-v7afcCdQyh .carousel-fade .carousel-item {
  display: block !important;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-v7afcCdQyh .carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.cid-v7afcCdQyh .carousel-fade .carousel-item.carousel-item-next,
.cid-v7afcCdQyh .carousel-fade .carousel-item.carousel-item-prev {
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-v7afcCdQyh .carousel-fade .carousel-item.active.carousel-item-start,
.cid-v7afcCdQyh .carousel-fade .carousel-item.active.carousel-item-end {
  opacity: 0;
}
.cid-v7afcCdQyh .carousel-fade .carousel-item-next.carousel-item-start,
.cid-v7afcCdQyh .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.cid-v7afcCdQyh .carousel-fade .active.carousel-item-start,
.cid-v7afcCdQyh .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.cid-uYk0zPM0uZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk0zPM0uZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk0zPM0uZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk0zPM0uZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk0zPM0uZ .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk0zPM0uZ .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk0zPM0uZ .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk0zPM0uZ .content-wrapper {
    padding: 0;
  }
}
.cid-uYk0zPM0uZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk0zPM0uZ .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-uYk0zPM0uZ .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk0zPM0uZ .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk0zPM0uZ .mbr-desc,
.cid-uYk0zPM0uZ .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0z7uHNp7a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0z7uHNp7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z7uHNp7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z7uHNp7a .mbr-section-subtitle {
  text-align: justify;
}
.cid-v0z7NPjKCO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-v0z7NPjKCO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-v0z7NPjKCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z7NPjKCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z7NPjKCO .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v0z7NPjKCO .content-wrap .card {
  justify-content: space-between;
}
.cid-v0z7NPjKCO .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v0z7NPjKCO .content-wrapper {
    padding: 0;
  }
}
.cid-v0z7NPjKCO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0z7NPjKCO .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-v0z7NPjKCO .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v0z7NPjKCO .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v0z7NPjKCO .mbr-desc,
.cid-v0z7NPjKCO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk0xe6MtT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/rysehomes-5.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk0xe6MtT {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0xe6MtT {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0xe6MtT {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYk0xe6MtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk0xe6MtT .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk0xe6MtT .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0xe6MtT .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0xe6MtT .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYk0xe6MtT .container {
    padding: 0 20px;
  }
}
.cid-uYk0xe6MtT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYk0xe6MtT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk0xe6MtT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk0xe6MtT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk0xe6MtT .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk0xe6MtT .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk0xe6MtT .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk0xe6MtT .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYk0xe6MtT .mbr-section-title {
  color: #c2b299;
}
.cid-uYk0xe6MtT .mbr-text {
  color: #ededed;
}
.cid-uYk0xe6MtT img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYk0xe6MtT img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYk0xe6MtT .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uYk0xe6MtT .mbr-section-title,
.cid-uYk0xe6MtT .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYk0xe6MtT .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYk0xe6MtT .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYk0xe6MtT section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYk0xe6MtT section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0xe6MtT section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0xe6MtT section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYhSomohbU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYhSomohbU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYhSomohbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhSomohbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhSomohbU .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYhSomohbU .content-wrap .card {
  justify-content: space-between;
}
.cid-uYhSomohbU .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYhSomohbU .content-wrapper {
    padding: 0;
  }
}
.cid-uYhSomohbU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYhSomohbU .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-uYhSomohbU .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYhSomohbU .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYhSomohbU .mbr-desc,
.cid-uYhSomohbU .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk0Bw81AL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rysehomes-11.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk0Bw81AL {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0Bw81AL {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0Bw81AL {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYk0Bw81AL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk0Bw81AL .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk0Bw81AL .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0Bw81AL .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0Bw81AL .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYk0Bw81AL .container {
    padding: 0 20px;
  }
}
.cid-uYk0Bw81AL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYk0Bw81AL .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk0Bw81AL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk0Bw81AL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk0Bw81AL .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk0Bw81AL .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk0Bw81AL .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk0Bw81AL .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYk0Bw81AL .mbr-section-title {
  color: #c2b299;
}
.cid-uYk0Bw81AL .mbr-text {
  color: #ededed;
}
.cid-uYk0Bw81AL img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYk0Bw81AL img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYk0Bw81AL .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uYk0Bw81AL .mbr-section-title,
.cid-uYk0Bw81AL .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYk0Bw81AL .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYk0Bw81AL .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYk0Bw81AL section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYk0Bw81AL section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0Bw81AL section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0Bw81AL section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYk0BUOFZ1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk0BUOFZ1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk0BUOFZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk0BUOFZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk0BUOFZ1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk0BUOFZ1 .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk0BUOFZ1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk0BUOFZ1 .content-wrapper {
    padding: 0;
  }
}
.cid-uYk0BUOFZ1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk0BUOFZ1 .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-uYk0BUOFZ1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk0BUOFZ1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk0BUOFZ1 .mbr-desc,
.cid-uYk0BUOFZ1 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk0CBb13M {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1283.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk0CBb13M {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0CBb13M {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0CBb13M {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYk0CBb13M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk0CBb13M .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk0CBb13M .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0CBb13M .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0CBb13M .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYk0CBb13M .container {
    padding: 0 20px;
  }
}
.cid-uYk0CBb13M .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYk0CBb13M .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk0CBb13M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk0CBb13M .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk0CBb13M .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk0CBb13M .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk0CBb13M .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk0CBb13M .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYk0CBb13M .mbr-section-title {
  color: #c2b299;
}
.cid-uYk0CBb13M .mbr-text {
  color: #ededed;
}
.cid-uYk0CBb13M img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYk0CBb13M img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYk0CBb13M .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uYk0CBb13M .mbr-section-title,
.cid-uYk0CBb13M .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYk0CBb13M .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYk0CBb13M .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYk0CBb13M section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYk0CBb13M section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk0CBb13M section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk0CBb13M section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYk0F6eQvi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk0F6eQvi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk0F6eQvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk0F6eQvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk0F6eQvi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk0F6eQvi .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk0F6eQvi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk0F6eQvi .content-wrapper {
    padding: 0;
  }
}
.cid-uYk0F6eQvi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk0F6eQvi .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-uYk0F6eQvi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk0F6eQvi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk0F6eQvi .mbr-desc,
.cid-uYk0F6eQvi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk13TMqwH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pexels-gerritttisdale-922797.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk13TMqwH {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk13TMqwH {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk13TMqwH {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYk13TMqwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk13TMqwH .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk13TMqwH .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk13TMqwH .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk13TMqwH .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYk13TMqwH .container {
    padding: 0 20px;
  }
}
.cid-uYk13TMqwH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYk13TMqwH .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk13TMqwH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk13TMqwH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk13TMqwH .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk13TMqwH .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk13TMqwH .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk13TMqwH .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYk13TMqwH .mbr-section-title {
  color: #c2b299;
}
.cid-uYk13TMqwH .mbr-text {
  color: #ededed;
}
.cid-uYk13TMqwH img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYk13TMqwH img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYk13TMqwH .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uYk13TMqwH .mbr-section-title,
.cid-uYk13TMqwH .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYk13TMqwH .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYk13TMqwH .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYk13TMqwH section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYk13TMqwH section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk13TMqwH section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk13TMqwH section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYk14AE8bD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk14AE8bD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk14AE8bD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk14AE8bD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk14AE8bD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk14AE8bD .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk14AE8bD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk14AE8bD .content-wrapper {
    padding: 0;
  }
}
.cid-uYk14AE8bD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk14AE8bD .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-uYk14AE8bD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk14AE8bD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk14AE8bD .mbr-desc,
.cid-uYk14AE8bD .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk15dNDa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-heyho-7045854.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk15dNDa8 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk15dNDa8 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk15dNDa8 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYk15dNDa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk15dNDa8 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk15dNDa8 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk15dNDa8 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk15dNDa8 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYk15dNDa8 .container {
    padding: 0 20px;
  }
}
.cid-uYk15dNDa8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYk15dNDa8 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk15dNDa8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk15dNDa8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk15dNDa8 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk15dNDa8 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk15dNDa8 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk15dNDa8 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYk15dNDa8 .mbr-section-title {
  color: #c2b299;
}
.cid-uYk15dNDa8 .mbr-text {
  color: #ededed;
}
.cid-uYk15dNDa8 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYk15dNDa8 img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYk15dNDa8 .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uYk15dNDa8 .mbr-section-title,
.cid-uYk15dNDa8 .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYk15dNDa8 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYk15dNDa8 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYk15dNDa8 section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYk15dNDa8 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk15dNDa8 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk15dNDa8 section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYk15JqBiN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk15JqBiN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk15JqBiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk15JqBiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk15JqBiN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk15JqBiN .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk15JqBiN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk15JqBiN .content-wrapper {
    padding: 0;
  }
}
.cid-uYk15JqBiN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk15JqBiN .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-uYk15JqBiN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk15JqBiN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk15JqBiN .mbr-desc,
.cid-uYk15JqBiN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk16p0Q0z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pexels-pixabay-158827.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk16p0Q0z {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk16p0Q0z {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk16p0Q0z {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYk16p0Q0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk16p0Q0z .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYk16p0Q0z .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk16p0Q0z .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk16p0Q0z .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYk16p0Q0z .container {
    padding: 0 20px;
  }
}
.cid-uYk16p0Q0z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYk16p0Q0z .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYk16p0Q0z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk16p0Q0z .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYk16p0Q0z .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYk16p0Q0z .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYk16p0Q0z .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYk16p0Q0z .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYk16p0Q0z .mbr-section-title {
  color: #c2b299;
}
.cid-uYk16p0Q0z .mbr-text {
  color: #ededed;
}
.cid-uYk16p0Q0z img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYk16p0Q0z img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYk16p0Q0z .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uYk16p0Q0z .mbr-section-title,
.cid-uYk16p0Q0z .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYk16p0Q0z .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYk16p0Q0z .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYk16p0Q0z section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYk16p0Q0z section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYk16p0Q0z section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYk16p0Q0z section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYk1sRj6wG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk1sRj6wG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk1sRj6wG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk1sRj6wG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk1sRj6wG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk1sRj6wG .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk1sRj6wG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk1sRj6wG .content-wrapper {
    padding: 0;
  }
}
.cid-uYk1sRj6wG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk1sRj6wG .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-uYk1sRj6wG .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk1sRj6wG .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk1sRj6wG .mbr-desc,
.cid-uYk1sRj6wG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYk1ragf4Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-asphotograpy-518245.webp");
}
.cid-uYk1ragf4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk1ragf4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk1ragf4Y .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-uYk16PZ426 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYk16PZ426 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYk16PZ426 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYk16PZ426 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYk16PZ426 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYk16PZ426 .content-wrap .card {
  justify-content: space-between;
}
.cid-uYk16PZ426 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYk16PZ426 .content-wrapper {
    padding: 0;
  }
}
.cid-uYk16PZ426 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYk16PZ426 .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-uYk16PZ426 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYk16PZ426 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYk16PZ426 .mbr-desc,
.cid-uYk16PZ426 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYjZJGQttb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1fc6d1c0ef0966a9f43b94689226544e.jpg-1920x1080.jpg");
}
.cid-uYjZJGQttb .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .container {
    padding: 0 22px;
  }
}
.cid-uYjZJGQttb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYjZJGQttb .slider-wrapper {
  position: relative;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .slider-wrapper {
    padding: 6px 6px 32px;
  }
}
.cid-uYjZJGQttb .slider-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYjZJGQttb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uYjZJGQttb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYjZJGQttb .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-uYjZJGQttb .embla__slide .slide-content {
    display: block;
  }
}
.cid-uYjZJGQttb .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-uYjZJGQttb .embla__slide .slide-content .item-wrapper .item-img img {
  position: static;
  height: 320px;
  object-fit: cover;
}
.cid-uYjZJGQttb .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uYjZJGQttb .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 18px;
}
.cid-uYjZJGQttb .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uYjZJGQttb .embla__button--next,
.cid-uYjZJGQttb .embla__button--prev {
  display: flex;
}
.cid-uYjZJGQttb .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-uYjZJGQttb .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-uYjZJGQttb .embla__button {
    bottom: 0;
  }
}
.cid-uYjZJGQttb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYjZJGQttb .embla__button:hover .mbr-iconfont {
  padding: 10px 24px 10px 48px;
}
.cid-uYjZJGQttb .embla__button.embla__button--prev {
  left: 45%;
  display: none;
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uYjZJGQttb .embla__button.embla__button--next {
  right: -22rem;
}
@media (max-width: 1400px) {
  .cid-uYjZJGQttb .embla__button.embla__button--next {
    right: -18rem;
  }
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uYjZJGQttb .embla__button .mbr-next {
  min-width: 50px;
  color: #ffffff;
  font-size: 18px !important;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.cid-uYjZJGQttb .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .embla {
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uYjZJGQttb .embla {
    width: 100%;
  }
}
.cid-uYjZJGQttb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uYjZJGQttb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYjZJGQttb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYjZJGQttb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYjZJGQttb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYjZJGQttb .item-title {
  color: #000000;
}
.cid-uYjZJGQttb .item-text {
  color: #000000;
}
.cid-uYhSpeN0j5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYhSpeN0j5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYhSpeN0j5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhSpeN0j5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhSpeN0j5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYhSpeN0j5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uYhSpeN0j5 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYhSpeN0j5 .content-wrapper {
    padding: 0;
  }
}
.cid-uYhSpeN0j5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYhSpeN0j5 .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-uYhSpeN0j5 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYhSpeN0j5 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYhSpeN0j5 .mbr-desc,
.cid-uYhSpeN0j5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1MjCcIFSi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-086120-20copy-2000x1178.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v1MjCcIFSi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v1MjCcIFSi .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v1MjCcIFSi .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-v1MjCcIFSi .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v1MjCcIFSi .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v1MjCcIFSi .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v1MjCcIFSi .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1MjCcIFSi .mbr-section-title {
    text-align: center;
  }
}
.cid-v1MjCcIFSi .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v1MjCcIFSi .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v1MjCcIFSi .item-card {
  height: 100%;
}
.cid-v1MjCcIFSi .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .cid-v1MjCcIFSi .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v1MjCcIFSi .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
}
.cid-v1MjCcIFSi .item-img img {
  width: 75%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v1MjCcIFSi .card-box {
  padding-top: 28px;
}
.cid-v1MjCcIFSi .card-title {
  color: #003d56;
  margin-bottom: 9px;
}
.cid-v1MjCcIFSi .card-subtitle {
  color: #003d56;
  margin-bottom: 15px;
}
.cid-v1MjCcIFSi .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.cid-v1MjCcIFSi .card-contacts {
  color: #000000;
}
.cid-v1MjCcIFSi .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v1MjCcIFSi .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232323;
  transition: 0.4s all;
}
.cid-v1MjCcIFSi .card-contacts a:hover {
  color: #232323 !important;
}
.cid-v1MjCcIFSi .card-contacts a:hover:before {
  width: 100%;
}
.cid-v1MjCcIFSi .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v1MjCcIFSi .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v1MjCcIFSi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v1MjCcIFSi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
  transition: 0.4s all;
}
.cid-v1MjCcIFSi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v1MjCcIFSi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-v1MjCcIFSi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v1MjCcIFSi .soc-item:hover .mbr-iconfont {
  color: #232323;
}
.cid-v1MjCcIFSi .soc-item:hover:before {
  opacity: 1;
}
.cid-v1MjCcIFSi .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v1MjCcIFSi .form-main-container {
    padding-right: 20px;
  }
}
.cid-v1MjCcIFSi .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .cid-v1MjCcIFSi .form-wrap {
    padding: 20px;
  }
}
.cid-v1MjCcIFSi form {
  width: 100%;
}
.cid-v1MjCcIFSi form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v1MjCcIFSi form p {
  color: #878e99;
}
.cid-v1MjCcIFSi form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v1MjCcIFSi form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v1MjCcIFSi form .form-group {
  margin-bottom: 20px !important;
}
.cid-v1MjCcIFSi form .form-control {
  background-color: #ffffff;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #0086bd !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #003d56;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v1MjCcIFSi form .form-control::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form .form-control::-moz-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form .form-control:-moz-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form .form-control:-ms-input-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form select {
  color: #878e99 !important;
}
.cid-v1MjCcIFSi form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v1MjCcIFSi form input:active,
.cid-v1MjCcIFSi form textarea:active,
.cid-v1MjCcIFSi form input:focus,
.cid-v1MjCcIFSi form textarea:focus {
  border-color: #232323 !important;
  box-shadow: none !important;
  color: #003d56 !important;
  outline: none !important;
}
.cid-v1MjCcIFSi form input:active::-webkit-input-placeholder,
.cid-v1MjCcIFSi form textarea:active::-webkit-input-placeholder,
.cid-v1MjCcIFSi form input:focus::-webkit-input-placeholder,
.cid-v1MjCcIFSi form textarea:focus::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form input:active::-moz-placeholder,
.cid-v1MjCcIFSi form textarea:active::-moz-placeholder,
.cid-v1MjCcIFSi form input:focus::-moz-placeholder,
.cid-v1MjCcIFSi form textarea:focus::-moz-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form input:active:-moz-placeholder,
.cid-v1MjCcIFSi form textarea:active:-moz-placeholder,
.cid-v1MjCcIFSi form input:focus:-moz-placeholder,
.cid-v1MjCcIFSi form textarea:focus:-moz-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form input:active:-ms-input-placeholder,
.cid-v1MjCcIFSi form textarea:active:-ms-input-placeholder,
.cid-v1MjCcIFSi form input:focus:-ms-input-placeholder,
.cid-v1MjCcIFSi form textarea:focus:-ms-input-placeholder {
  color: #003d56;
}
.cid-v1MjCcIFSi form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v1MjCcIFSi form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v1MjCcIFSi form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v1MjCcIFSi form .form-control-label {
  width: 100%;
}
.cid-v1MjCcIFSi form .form-check-label {
  margin-bottom: 14px;
}
.cid-v1MjCcIFSi form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v1MjCcIFSi form .form-check-input:focus,
.cid-v1MjCcIFSi form .form-check-input:hover {
  border-color: #232323 !important;
}
.cid-v1MjCcIFSi form .form-check-input:checked {
  border-color: #232323 !important;
  background-color: #191b1e !important;
}
.cid-v1MjCcIFSi form label,
.cid-v1MjCcIFSi form .form-control-label {
  color: #003d56;
}
.cid-v1MjCcIFSi LABEL {
  color: #000000;
}
.cid-v1MjCcIFSi .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  transition: 0.4s all;
  max-height: 100%;
}
.cid-v1MjCcIFSi .shadow {
  text-shadow: 2px 2px 5px black;
}
.cid-v1MjCcIFSi .mbr-section-btn,
.cid-v1MjCcIFSi .custom-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-v1MjCcIFSi .mbr-section-btn .btn,
.cid-v1MjCcIFSi .custom-section-btn .btn {
  width: auto;
  min-width: 150px;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .cid-v1MjCcIFSi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v9aaWHaEgf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-v9aaWHaEgf .mbr-section-title {
  color: #ffffff;
}
.cid-v9aaWHaEgf .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-v9aaWHaEgf .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-v9aaWHaEgf .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-v9aaWHaEgf .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-v9aaWHaEgf .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v9aaWHaEgf .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-v9aaWHaEgf .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v9aaWHaEgf .items .list-item:last-child .listico {
  display: none;
}
.cid-v99V1OPQLn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/rysehomes-12.webp");
}
.cid-v99V1OPQLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99V1OPQLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99V1OPQLn .mbr-section-title {
  color: #ffffff;
}
.cid-v99V1OPQLn .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v99V1OPQLn .ts-blog-grid {
  row-gap: 2.5rem;
}
.cid-v99V1OPQLn .ts-blog-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  border: 3px solid #0c2c68;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cid-v99V1OPQLn .ts-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.cid-v99V1OPQLn .ts-card-img-wrap {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v99V1OPQLn .ts-card-img-wrap img {
  width: 100%;
  max-width: 400px;
  max-height: 260px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.cid-v99V1OPQLn .ts-blog-card:hover .ts-card-img-wrap img {
  transform: scale(1.06);
}
.cid-v99V1OPQLn .ts-blog-card-body {
  padding: 22px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-v99V1OPQLn .ts-card-date {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
}
.cid-v99V1OPQLn .ts-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #27272a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.cid-v99V1OPQLn .ts-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6368;
  margin-bottom: 18px;
  flex: 1 1 auto;
  text-indent: 0.75em;
  text-align: left;
}
.cid-v99V1OPQLn .ts-read-more {
  background-color: #0c2c68;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.2s ease;
}
.cid-v99V1OPQLn .ts-read-more:hover {
  background-color: #1f6463;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.cid-v99V1OPQLn .blog-content-wrapper a,
.cid-v99V1OPQLn .ts-card-text a {
  color: #0c2c68 !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid rgba(12, 44, 104, 0.3);
  transition: all 0.2s ease;
}
.cid-v99V1OPQLn .blog-content-wrapper a:hover,
.cid-v99V1OPQLn .ts-card-text a:hover {
  color: #1f6463 !important;
  border-bottom-color: #0c2c68;
}
.cid-v99V1OPQLn .blog-content-wrapper img {
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  object-fit: contain;
}
.cid-v99V1OPQLn .blog-content-wrapper p {
  text-indent: 0.75em;
  margin-bottom: 16px;
}
.cid-v99V1OPQLn .ts-blog-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 180px 20px 220px 20px;
  overflow-y: auto;
  pointer-events: none;
}
.cid-v99V1OPQLn .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cid-v99V1OPQLn .ts-modal-dialog {
  position: relative;
  max-width: 920px;
  width: 100%;
  max-height: calc(-140vh);
  margin: 0 auto;
  border-radius: 28px;
  padding: 0;
  border: 4px solid #0c2c68;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: visible;
}
.cid-v99V1OPQLn .ts-modal-inner {
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-v99V1OPQLn .ts-modal-header {
  padding: 20px 28px 18px 28px;
  background: #f3f6fb;
  border-bottom: 2px solid #d3dce8;
  flex-shrink: 0;
}
.cid-v99V1OPQLn .ts-modal-header .ts-modal-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
  color: rgba(12, 44, 104, 0.6);
  font-weight: 600;
}
.cid-v99V1OPQLn .ts-modal-header .ts-modal-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #0c2c68;
  line-height: 1.3;
}
.cid-v99V1OPQLn .ts-modal-scroll-container {
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #0c2c68 rgba(255, 255, 255, 0.1);
}
.cid-v99V1OPQLn .ts-modal-scroll-container::-webkit-scrollbar {
  width: 12px;
}
.cid-v99V1OPQLn .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.cid-v99V1OPQLn .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background-color: #0c2c68;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.cid-v99V1OPQLn .ts-modal-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #07193a;
}
.cid-v99V1OPQLn .ts-modal-content-box {
  background: #ffffff;
  border: 2px solid rgba(12, 44, 104, 0.28);
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cid-v99V1OPQLn .ts-modal-image {
  display: block;
  width: 100%;
  max-width: 500px;
  max-height: 350px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 24px auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.cid-v99V1OPQLn .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-v99V1OPQLn .ts-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 100001;
  border: none;
  background: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #0c2c68;
}
.cid-v99V1OPQLn .ts-modal-close:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}
@keyframes blogTextFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blogTextType {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.cid-v99V1OPQLn .ts-modal-body p {
  opacity: 0;
  animation: blogTextFadeIn 0.25s ease-out forwards, blogTextType 0.4s steps(20) forwards;
}
.cid-v99V1OPQLn .ts-modal-body p:nth-child(1) {
  animation-delay: 0.15s, 0.15s;
}
.cid-v99V1OPQLn .ts-modal-body p:nth-child(2) {
  animation-delay: 0.30s, 0.30s;
}
.cid-v99V1OPQLn .ts-modal-body p:nth-child(3) {
  animation-delay: 0.45s, 0.45s;
}
.cid-v99V1OPQLn .ts-modal-body p:nth-child(4) {
  animation-delay: 0.60s, 0.60s;
}
@media (max-width: 768px) {
  .cid-v99V1OPQLn .ts-blog-modal {
    padding: 90px 15px 220px 15px;
    overflow-y: auto;
  }
  .cid-v99V1OPQLn .ts-modal-dialog {
    max-height: calc(-310vh);
    border-radius: 22px;
    border-width: 3px;
  }
  .cid-v99V1OPQLn .ts-modal-inner {
    border-radius: 19px;
  }
  .cid-v99V1OPQLn .ts-modal-header {
    padding: 16px 20px 14px 20px;
  }
  .cid-v99V1OPQLn .ts-modal-header .ts-modal-title {
    font-size: 22px;
  }
  .cid-v99V1OPQLn .ts-modal-scroll-container {
    padding: 18px;
  }
  .cid-v99V1OPQLn .ts-modal-content-box {
    padding: 22px 24px;
    border-radius: 14px;
  }
  .cid-v99V1OPQLn .ts-modal-body {
    font-size: 16px;
  }
  .cid-v99V1OPQLn .ts-modal-close {
    top: 24px;
    right: 16px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .cid-v99V1OPQLn .ts-card-title {
    font-size: 18px;
  }
  .cid-v99V1OPQLn .ts-card-text {
    font-size: 14px;
  }
}
.cid-v99V1OPQLn .faq-head.glass {
  border-radius: 35px;
  padding: 24px 32px;
  max-width: 900px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.85)) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
}
.cid-v99V1OPQLn .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  pointer-events: auto;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-dialog {
  position: relative;
  z-index: 1;
  width: calc(60%);
  max-width: 960px;
  max-height: calc(40vh);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  min-height: 520px;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-inner {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  border: 1px solid rgba(12, 44, 104, 0.9);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-close {
  position: absolute;
  right: 18px;
  top: 12px;
  border: none;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: #0c2c68;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-header {
  padding: 20px 26px 18px;
  background: #f3f6fb;
  border-bottom: 1px solid #d3dce8;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-date {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b9b9b;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0c2c68;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-scroll-container {
  flex: 1;
  min-height: 0;
  padding: 22px 26px 26px;
  overflow-y: auto;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-content-box {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(12, 44, 104, 0.28);
  padding: 26px 26px 30px;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-image {
  width: 40%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 22px;
  float: left;
  max-width: 320px;
  margin: 0 24px 18px 0;
  display: block;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar {
  width: 8px;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background: #0c2c68;
  border-radius: 999px;
}
.cid-v99V1OPQLn .ts-blog-modal .ts-modal-content-box::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .cid-v99V1OPQLn .ts-blog-modal .ts-modal-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
  }
  .cid-v99V1OPQLn .ts-blog-modal {
    padding: 20px 0 40px 0 !important;
  }
  .cid-v99V1OPQLn .ts-blog-modal .ts-modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    max-height: calc(60vh) !important;
  }
  .cid-v99V1OPQLn .ts-blog-modal .ts-modal-inner {
    border-radius: 0 !important;
  }
  .cid-v99V1OPQLn .ts-blog-modal .ts-modal-scroll-container {
    padding: 16px !important;
  }
  .cid-v99V1OPQLn .ts-blog-modal .ts-modal-content-box {
    padding: 18px !important;
    border-radius: 0 !important;
  }
}
.cid-uZJb7qGb9K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uZJb7qGb9K .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uZJb7qGb9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJb7qGb9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJb7qGb9K .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uZJb7qGb9K .content-wrap .card {
  justify-content: space-between;
}
.cid-uZJb7qGb9K .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uZJb7qGb9K .content-wrapper {
    padding: 0;
  }
}
.cid-uZJb7qGb9K .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZJb7qGb9K .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-uZJb7qGb9K .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uZJb7qGb9K .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uZJb7qGb9K .mbr-desc,
.cid-uZJb7qGb9K .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZIOlFoGd1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-heyho-6527063.webp");
}
.cid-uZIOlFoGd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIOlFoGd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIOlFoGd1 .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #e0b355;
}
.cid-uZIOlFoGd1 H4 {
  color: #ffffff;
}
.cid-uXUUtTin7D {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uXUUvxcqEj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uXUUvxcqEj H3 {
  text-align: left;
}
.cid-uXUUvxcqEj P {
  color: #303030;
}
.cid-uXUUuWOmz7.popup-builder {
  background-color: #ffffff;
}
.cid-uXUUuWOmz7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uXUUuWOmz7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uXUUuWOmz7 .modal-content,
.cid-uXUUuWOmz7 .modal-dialog {
  height: auto;
}
.cid-uXUUuWOmz7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uXUUuWOmz7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uXUUuWOmz7 .form-wrapper .mbr-form .form-group,
  .cid-uXUUuWOmz7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uXUUuWOmz7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .mbr-text {
  text-align: left;
}
.cid-uXUUuWOmz7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uXUUuWOmz7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uXUUuWOmz7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uXUUuWOmz7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uXUUuWOmz7 .modal-open {
  overflow: hidden;
}
.cid-uXUUuWOmz7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uXUUuWOmz7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uXUUuWOmz7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uXUUuWOmz7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uXUUuWOmz7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uXUUuWOmz7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uXUUuWOmz7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uXUUuWOmz7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXUUuWOmz7 .modal-header {
    padding: 1rem;
  }
}
.cid-uXUUuWOmz7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uXUUuWOmz7 .modal-header .close svg {
  fill: #353535;
}
.cid-uXUUuWOmz7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uXUUuWOmz7 .modal-header .close:focus {
  outline: none;
}
.cid-uXUUuWOmz7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uXUUuWOmz7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uXUUuWOmz7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXUUuWOmz7 .modal-body {
    padding: 1rem;
  }
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXUUuWOmz7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uXUUuWOmz7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uXUUuWOmz7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uXUUuWOmz7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uXUUuWOmz7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uXUUuWOmz7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uXUUuWOmz7 .modal-lg,
  .cid-uXUUuWOmz7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uXUUuWOmz7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uXUUuWOmz7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .form-group {
  margin-bottom: 1rem;
}
.cid-uXUUuWOmz7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uXUUuWOmz7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uXUUuWOmz7 .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-uXUUuWOmz7 .mbr-section-btn {
  margin: 0;
}
.cid-uXUUuWOmz7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYhKyKwGLr {
  line-height: 1.15;
}
.cid-uYhKyKwGLr .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uYhKyKwGLr .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYhKyKwGLr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYhKyKwGLr .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uYhKyKwGLr .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uYhKyKwGLr .dropdown-menu.show {
  opacity: 1;
}
.cid-uYhKyKwGLr .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uYhKyKwGLr .mbr-iconfont {
  cursor: pointer;
}
.cid-uYhKyKwGLr .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uYhKyKwGLr .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uYhKyKwGLr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYhKyKwGLr .location-title {
  margin: 0;
  color: #000000;
}
.cid-uYhKyKwGLr .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uYhKyKwGLr .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;
  overflow: visible;
}
.cid-uYhKyKwGLr .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;
  overflow: visible;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYhKyKwGLr .menu-content-top {
  background: #e0b355;
  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-uYhKyKwGLr .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uYhKyKwGLr .dropdown-item,
.cid-uYhKyKwGLr .nav-link,
.cid-uYhKyKwGLr .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uYhKyKwGLr .dropdown-item:hover,
.cid-uYhKyKwGLr .nav-link:hover,
.cid-uYhKyKwGLr .brand-name:hover {
  color: #232323 !important;
}
.cid-uYhKyKwGLr .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uYhKyKwGLr .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uYhKyKwGLr .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .content-text {
  margin-bottom: 0;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uYhKyKwGLr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYhKyKwGLr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYhKyKwGLr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhKyKwGLr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhKyKwGLr .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhKyKwGLr .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uYhKyKwGLr .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhKyKwGLr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYhKyKwGLr .content-right-side {
  text-align: center;
}
.cid-uYhKyKwGLr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYhKyKwGLr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYhKyKwGLr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uYhKyKwGLr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhKyKwGLr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYhKyKwGLr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYhKyKwGLr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYhKyKwGLr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYhKyKwGLr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYhKyKwGLr .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uYhKyKwGLr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhKyKwGLr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYhKyKwGLr .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYhKyKwGLr .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhKyKwGLr .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-uYhKyKwGLr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYhKyKwGLr .navbar-toggler {
    display: none;
  }
  .cid-uYhKyKwGLr .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uYhKyKwGLr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYhKyKwGLr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYhKyKwGLr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYhKyKwGLr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYhKyKwGLr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYhKyKwGLr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYhKyKwGLr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYhKyKwGLr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYhKyKwGLr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYhKyKwGLr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYhKyKwGLr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYhKyKwGLr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYhKyKwGLr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uYhKyKwGLr button.navbar-toggler:focus {
  outline: none;
}
.cid-uYhKyKwGLr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhKyKwGLr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhKyKwGLr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhKyKwGLr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhKyKwGLr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhKyKwGLr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhKyKwGLr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhKyKwGLr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhKyKwGLr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhKyKwGLr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhKyKwGLr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhKyKwGLr .collapsed .btn {
  display: flex;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse.collapsing,
.cid-uYhKyKwGLr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYhKyKwGLr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYhKyKwGLr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYhKyKwGLr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYhKyKwGLr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYhKyKwGLr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYhKyKwGLr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYhKyKwGLr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhKyKwGLr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYhKyKwGLr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYhKyKwGLr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYhKyKwGLr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYhKyKwGLr .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-uYhKyKwGLr .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uYhKyKwGLr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uYhKyKwGLr .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-uYhKyKwGLr .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uYhKyKwGLr .navbar-collapse.collapsing,
  .cid-uYhKyKwGLr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .navbar-nav,
  .cid-uYhKyKwGLr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYhKyKwGLr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYhKyKwGLr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYhKyKwGLr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYhKyKwGLr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhKyKwGLr img {
    height: 3.8rem !important;
  }
  .cid-uYhKyKwGLr .btn {
    display: flex;
  }
  .cid-uYhKyKwGLr button.navbar-toggler {
    display: block;
  }
  .cid-uYhKyKwGLr .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uYhKyKwGLr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhKyKwGLr .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uYhKyKwGLr .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-uYhKyKwGLr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYhKyKwGLr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYhKyKwGLr .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-uYhKyKwGLr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYhKyKwGLr .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-uYhKyKwGLr .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uYhKyKwGLr .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uYhKyKwGLr .navbar-toggler {
    order: 1;
  }
  .cid-uYhKyKwGLr .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uYhKyKwGLr .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uYhKyKwGLr .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .nav-item,
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .navbar-buttons,
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uYhKyKwGLr .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uYhKyKwGLr .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uYhKyKwGLr .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uYhKyKwGLr .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uYhKyKwGLr .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uYhKyKwGLr .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uYhKyKwGLr .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uYhKyKwGLr .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uYhKyKwGLr .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uYhKyKwGLr .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-logo img,
  .cid-uYhKyKwGLr .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uYhKyKwGLr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uYhKyKwGLr .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uYhKyKwGLr .navbar-toggler {
  position: relative;
}
.cid-uYhKyKwGLr .dropdown-item.active,
.cid-uYhKyKwGLr .dropdown-item:active {
  color: initial;
}
.cid-uYhKyKwGLr .widget-title,
.cid-uYhKyKwGLr .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uYhKyKwGLr .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uYhKyKwGLr .menu-logo {
    display: none;
  }
  .cid-uYhKyKwGLr .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uYhKyKwGLr .nav-item:before {
    content: none;
  }
  .cid-uYhKyKwGLr .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uYhKyKwGLr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhKyKwGLr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uYhKyKwGLr .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uYhKyKwGLr .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uYhKyKwGLr .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uYhKyKwGLr .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uYhKyKwGLr .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uYhKyKwGLr .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uYhKyKwGLr .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uYhKyKwGLr .menu-content-top,
  .cid-uYhKyKwGLr .menu-content-right {
    z-index: 0;
  }
}
.cid-uYhKyKwGLr .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uYhKyKwGLr .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uYhKyKwGLr .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhKyKwGLr .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhKyKwGLr .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhKyKwGLr .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uYhKyKwGLr .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYhKyKwGLr .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uYhKyKwGLr .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uYhKyKwGLr .navbar-logo img,
.cid-uYhKyKwGLr .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-logo,
.cid-uYhKyKwGLr .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand .navbar-logo img,
.cid-uYhKyKwGLr .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uYhKyKwGLr .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uYhKyKwGLr .navbar.navbar-short .navbar-logo img,
.cid-uYhKyKwGLr .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uYhLjhQWnb * {
  box-sizing: border-box;
}
.cid-uYhLjhQWnb html {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYhLjhQWnb body,
.cid-uYhLjhQWnb button,
.cid-uYhLjhQWnb input,
.cid-uYhLjhQWnb select,
.cid-uYhLjhQWnb textarea {
  font-family: inherit;
}
.cid-uYhLjhQWnb body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.cid-uYhLjhQWnb .container,
.cid-uYhLjhQWnb .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-uYhLjhQWnb .custom-padding {
  padding: 0 10px !important;
}
.cid-uYhLjhQWnb .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-uYhLjhQWnb .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-uYhLjhQWnb .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-uYhLjhQWnb .fullscreen-section .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 75vw;
  max-width: 1600px;
  margin: 0 auto;
  color: #e5e7eb;
}
.cid-uYhLjhQWnb .fullscreen-section .mbr-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.cid-uYhLjhQWnb h2 {
  color: #c94400;
}
.cid-uYhLjhQWnb .heading {
  font-size: 7em;
}
.cid-uYhLjhQWnb .selectors-header {
  background: linear-gradient(135deg, #2a2e35 0%, #343942 100%) !important;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 2rem 1rem;
  margin: 0 auto 2rem;
  max-width: 75vw;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
}
.cid-uYhLjhQWnb .top-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap !important;
  background: transparent;
  margin: 0 0 .75rem;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cid-uYhLjhQWnb .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-uYhLjhQWnb .modern-selector select {
  width: 280px !important;
  max-width: 90vw;
  height: 44px;
  padding: 0.875rem 1rem;
  border: 2px solid #999999 !important;
  border-radius: 8px;
  font-size: 1rem;
  background: linear-gradient(180deg, #f0f0f0, #e5e5e5) !important;
  color: #111827 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cid-uYhLjhQWnb .modern-selector select:focus {
  outline: none;
  border-color: #7a7a7a !important;
  box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.35) !important;
}
.cid-uYhLjhQWnb .filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #3a3f47;
  background: #1f2329;
  color: #e5e7eb;
  padding: 0 !important;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  min-width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  justify-content: center;
}
.cid-uYhLjhQWnb .filter-toggle:hover {
  background: #232831;
}
.cid-uYhLjhQWnb .filter-toggle[aria-expanded="true"] {
  background: #3b82f6;
  color: #fff;
  border-color: var(--ring) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}
.cid-uYhLjhQWnb .filter-toggle .caret {
  width: .6rem;
  height: .6rem;
  margin-top: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  display: none !important;
}
.cid-uYhLjhQWnb .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-uYhLjhQWnb .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-uYhLjhQWnb .modern-filters.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  margin-top: 0;
  background: transparent;
  padding: .5rem 0 1rem;
}
.cid-uYhLjhQWnb .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-uYhLjhQWnb .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-uYhLjhQWnb .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-uYhLjhQWnb .chip {
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: #1f2329;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #d1d5db;
}
.cid-uYhLjhQWnb .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-uYhLjhQWnb .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-uYhLjhQWnb .modern-reset {
  border: 0;
  background: #6b7280;
  color: #fff;
  border-radius: 6px;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.cid-uYhLjhQWnb .modern-reset:hover {
  background: #4b5563;
}
.cid-uYhLjhQWnb .card-grid.modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px) !important;
  gap: 1.25rem;
  margin: 2rem auto !important;
  max-width: 75vw !important;
  padding: 40px !important;
  width: 100% !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.cid-uYhLjhQWnb .modern-card {
  background: #ffffff !important;
  border-radius: var(--cardR) !important;
  overflow: visible !important;
  box-shadow: var(--cardShadow1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1.5px solid var(--cardEdge) !important;
  position: relative;
  width: 350px !important;
  height: 350px !important;
}
.cid-uYhLjhQWnb .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-uYhLjhQWnb .modern-image {
  position: relative;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  width: 100%;
  height: 100% !important;
  border-bottom: 2px solid var(--line-strong) !important;
  border-radius: var(--imgR) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  inset: 0 8px 8px 8px;
  filter: drop-shadow(var(--imgShadow1)) drop-shadow(var(--imgShadow2));
}
.cid-uYhLjhQWnb .modern-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  transition: transform 0.4s ease, opacity 0.5s ease;
  opacity: 0;
  display: block;
  border-radius: inherit !important;
  box-shadow: var(--imgShadow);
  background: transparent;
}
.cid-uYhLjhQWnb .modern-card:hover .modern-image img {
  transform: scale(1.01);
}
.cid-uYhLjhQWnb .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-uYhLjhQWnb .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-uYhLjhQWnb .modern-btn {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}
.cid-uYhLjhQWnb .modern-btn:hover {
  background: var(--accent, #ffd54a) !important;
  transform: translateY(-1px);
}
.cid-uYhLjhQWnb .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-uYhLjhQWnb .modern-pillbar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  display: flex;
  gap: .65rem;
  align-items: center;
  background: var(--slab-bg, rgba(255, 255, 255, 0.92)) !important;
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--line-strong) !important;
  padding: .85rem 1rem;
  z-index: 2;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 2px solid var(--slab-border) !important;
  border-radius: 16px;
  border-color: var(--slab-border, rgba(0, 0, 0, 0.08)) !important;
}
.cid-uYhLjhQWnb .modern-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: .45rem .6rem !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}
.cid-uYhLjhQWnb .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-uYhLjhQWnb .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-uYhLjhQWnb .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-uYhLjhQWnb .modern-title {
  position: absolute !important;
  bottom: auto !important;
  left: 14px !important;
  right: auto !important;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 800;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  max-width: calc(98%);
  padding: 10px 14px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  top: 14px !important;
  transform: none !important;
}
.cid-uYhLjhQWnb .desc-modal.modern-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  overflow: auto;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content {
  background: linear-gradient(135deg, #ffffff, #f3f4f6) !important;
  color: #111827 !important;
  margin: 15vh auto !important;
  padding: 28px 32px !important;
  width: 92vw !important;
  max-width: 1200px !important;
  border-radius: 24px !important;
  position: relative;
  max-height: 85vh !important;
  overflow-y: auto !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px;
  line-height: 1.55;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  animation: modalPop 0.18s ease-out;
}
.cid-uYhLjhQWnb .desc-modal-close {
  position: absolute;
  top: 12px !important;
  right: 16px !important;
  font-size: 34px !important;
  cursor: pointer;
  color: #e5e7eb !important;
  float: right;
  font-weight: bold;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cid-uYhLjhQWnb .desc-modal-close:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.cid-uYhLjhQWnb .detail-title {
  font-size: 40px !important;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: .75rem !important;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.cid-uYhLjhQWnb .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-uYhLjhQWnb .detail-stats .modern-pill {
  background: #ffffff !important;
  color: #111827 !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  border-radius: 10px !important;
  padding: .55rem .75rem !important;
  font-size: 16px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.cid-uYhLjhQWnb .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-uYhLjhQWnb .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-uYhLjhQWnb .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-uYhLjhQWnb .detail-prices .pbox {
  background: linear-gradient(180deg, #ffffff, #f6f7fb) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  text-align: center;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
  color: #111827 !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.cid-uYhLjhQWnb .detail-prices .pbox h4 {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #334155 !important;
  margin-bottom: 0.5rem;
  margin: 0 !important;
  opacity: 1 !important;
}
.cid-uYhLjhQWnb .detail-prices .pbox b {
  font-size: 16px !important;
  color: #166534 !important;
  font-weight: 700;
  letter-spacing: .2px;
  text-shadow: none !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.cid-uYhLjhQWnb .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-uYhLjhQWnb .gallery-main {
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.cid-uYhLjhQWnb .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: transparent !important;
}
.cid-uYhLjhQWnb .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  border-radius: 12px;
  padding: 8px;
}
.cid-uYhLjhQWnb .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #ffffff !important;
  border: 2px solid rgba(15, 23, 42, 0.12) !important;
  filter: saturate(0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
}
.cid-uYhLjhQWnb .thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  border-color: var(--accent) !important;
}
@media (min-width: 1200px) {
  .cid-uYhLjhQWnb .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-uYhLjhQWnb .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-uYhLjhQWnb .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-uYhLjhQWnb .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-uYhLjhQWnb .modern-grid {
    max-width: 1400px;
  }
  .cid-uYhLjhQWnb .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-uYhLjhQWnb .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-uYhLjhQWnb .fullscreen-section .title.col-12,
  .cid-uYhLjhQWnb .top-controls.modern-controls,
  .cid-uYhLjhQWnb .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-uYhLjhQWnb .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-uYhLjhQWnb .plans-panel__inner {
    padding: 1rem;
  }
  .cid-uYhLjhQWnb .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-uYhLjhQWnb .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-uYhLjhQWnb .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-uYhLjhQWnb .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-uYhLjhQWnb .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-uYhLjhQWnb .top-controls .modern-selector,
  .cid-uYhLjhQWnb .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-uYhLjhQWnb .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-uYhLjhQWnb .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-uYhLjhQWnb .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-uYhLjhQWnb .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uYhLjhQWnb .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-uYhLjhQWnb .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-uYhLjhQWnb .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-uYhLjhQWnb .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-uYhLjhQWnb .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-uYhLjhQWnb .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-uYhLjhQWnb .filter-group {
    justify-content: center;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid var(--line-strong) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  }
  .cid-uYhLjhQWnb .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-uYhLjhQWnb .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 8px !important;
  }
  .cid-uYhLjhQWnb .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-uYhLjhQWnb .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-uYhLjhQWnb .modern-pill img {
    width: 12px !important;
    height: 12px !important;
  }
  .cid-uYhLjhQWnb .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-uYhLjhQWnb .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-uYhLjhQWnb .filter-toggle {
    width: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    height: 44px !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .cid-uYhLjhQWnb .top-controls {
    justify-content: flex-start !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 44px !important;
  }
  .cid-uYhLjhQWnb .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-uYhLjhQWnb .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-uYhLjhQWnb .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-uYhLjhQWnb .modern-selector select {
    width: calc(20vw) !important;
    max-width: 300px !important;
    display: block !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
  }
  .cid-uYhLjhQWnb section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-uYhLjhQWnb .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-uYhLjhQWnb .plans-panel__bg {
    display: none !important;
  }
  .cid-uYhLjhQWnb .selectors-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
  }
  .cid-uYhLjhQWnb #cardGrid,
  .cid-uYhLjhQWnb .card-grid.modern-grid {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cid-uYhLjhQWnb body {
    background-color: transparent !important;
  }
  .cid-uYhLjhQWnb .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-uYhLjhQWnb .filter-toggle::before {
    display: block !important;
  }
  .cid-uYhLjhQWnb .filter-toggle .caret {
    display: none !important;
  }
  .cid-uYhLjhQWnb .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-uYhLjhQWnb .card-grid.modern-grid > article:not(:last-child)::after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 3px solid #000;
    border-radius: 10px;
    margin: 20px calc(0%) 0;
  }
  .cid-uYhLjhQWnb .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-uYhLjhQWnb .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-uYhLjhQWnb .container,
  .cid-uYhLjhQWnb .container-fluid,
  .cid-uYhLjhQWnb .custom-padding,
  .cid-uYhLjhQWnb .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uYhLjhQWnb .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-uYhLjhQWnb .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-uYhLjhQWnb .filter-label {
    flex: 0 0 100% !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #111827 !important;
    background: #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
    line-height: 1.4 !important;
  }
  .cid-uYhLjhQWnb .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-uYhLjhQWnb .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-uYhLjhQWnb .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-uYhLjhQWnb .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-uYhLjhQWnb .plan-card .overlay-top.modern-overlay,
  .cid-uYhLjhQWnb .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-uYhLjhQWnb .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-uYhLjhQWnb .modern-pill,
  .cid-uYhLjhQWnb .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-uYhLjhQWnb .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-uYhLjhQWnb .title-pill,
  .cid-uYhLjhQWnb .subtitle-pill {
    padding: 10px 14px;
    border-radius: 28px;
  }
  .cid-uYhLjhQWnb #filterToggle {
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .cid-uYhLjhQWnb #filterToggle .caret {
    display: none !important;
  }
  .cid-uYhLjhQWnb #filterToggle i,
  .cid-uYhLjhQWnb #filterToggle svg,
  .cid-uYhLjhQWnb #filterToggle .icon,
  .cid-uYhLjhQWnb #filterToggle .mbr-iconfont {
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-block !important;
  }
}
@media (max-width: 640px) {
  .cid-uYhLjhQWnb .desc-modal-content.modern-modal-content {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 3vh auto !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
  .cid-uYhLjhQWnb .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-uYhLjhQWnb .detail-title {
    font-size: 28px !important;
  }
}
.cid-uYhLjhQWnb .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uYhLjhQWnb :root {
  --panel: #ffffff;
  --panel-2: #f7fafc;
  --line: #cbd5e1;
  --line-strong: #64748b;
  --ring: #2563eb;
  --card-radius: 22px;
  --card-border: rgba(255, 255, 255, 0.45);
  --card-shadow-1: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18);
  --slab-bg: rgba(255, 255, 255, 0.92);
  --slab-border: rgba(0, 0, 0, 0.08);
  --badge-bg1: #0f172a;
  --badge-bg2: #1f2937;
  --badge-ring: rgba(255, 255, 255, 0.45);
  --accent: #ffd54a;
  --cardR: 24px;
  --cardEdge: rgba(255, 255, 255, 0.55);
  --cardInner: rgba(255, 255, 255, 0.2);
  --cardShadow1: 0 18px 45px rgba(0, 0, 0, 0.26), 0 6px 16px rgba(0, 0, 0, 0.18);
  --cardShadow2: 0 26px 70px rgba(0, 0, 0, 0.34), 0 12px 22px rgba(0, 0, 0, 0.22);
  --imgStroke: rgba(255, 255, 255, 0.75);
  --imgShadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.18);
  --imgR: 18px;
  --imgShadow1: 0 16px 32px rgba(0, 0, 0, 0.28);
  --imgShadow2: 0 6px 14px rgba(0, 0, 0, 0.18);
  --modal-bg1: #0f172a;
  --modal-bg2: #0b1220;
  --modal-edge: rgba(255, 255, 255, 0.12);
  --modal-inner: rgba(255, 255, 255, 0.06);
  --modal-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cid-uYhLjhQWnb .modern-selector select,
.cid-uYhLjhQWnb .filter-toggle,
.cid-uYhLjhQWnb .chip,
.cid-uYhLjhQWnb .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-uYhLjhQWnb .modern-selector select:focus,
.cid-uYhLjhQWnb .filter-toggle:focus-visible,
.cid-uYhLjhQWnb .chip:focus-visible,
.cid-uYhLjhQWnb .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-uYhLjhQWnb .modern-pill,
.cid-uYhLjhQWnb .detail-stats .modern-pill {
  background: linear-gradient(180deg, #ffffff, #f5f7fb) !important;
  border: 2px solid var(--line-strong) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(16, 24, 40, 0.08) !important;
}
.cid-uYhLjhQWnb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
}
.cid-uYhLjhQWnb img:hover {
  transform: scale(1.02);
  border-radius: 1em;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-uYhLjhQWnb .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-uYhLjhQWnb .card-grid.modern-grid.pattern {
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%), linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}
.cid-uYhLjhQWnb .card-grid.modern-grid.minimal {
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uYhLjhQWnb .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-uYhLjhQWnb .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-uYhLjhQWnb H2 {
  color: #327a00;
}
.cid-uYhLjhQWnb h2.glass {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: var(--glass-solid, rgba(200, 65, 0, 0.3)) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-shadow: none !important;
}
.cid-uYhLjhQWnb h2.glass br {
  display: none;
}
.cid-uYhLjhQWnb .glass-badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cid-uYhLjhQWnb #cardGrid {
  background: var(--grid-bg, rgba(255, 255, 255, 0.7)) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.cid-uYhLjhQWnb #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-uYhLjhQWnb .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-uYhLjhQWnb .plans-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(17, 23, 31, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cid-uYhLjhQWnb .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-uYhLjhQWnb .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-uYhLjhQWnb .modern-pillbar::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: var(--slab-bg);
  border-left: 2px solid var(--slab-border);
  border-top: 2px solid var(--slab-border);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cid-uYhLjhQWnb .modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 var(--cardEdge), inset 0 -1px 0 var(--cardInner);
}
.cid-uYhLjhQWnb .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-uYhLjhQWnb .plan-card .modern-title {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
  max-width: calc(52%) !important;
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #111827 !important;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 12px;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
  text-shadow: none !important;
}
.cid-uYhLjhQWnb .filter-toggle::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='21' x2='4' y2='14'/><line x1='4' y1='10' x2='4' y2='3'/><line x1='12' y1='21' x2='12' y2='12'/><line x1='12' y1='8' x2='12' y2='3'/><line x1='20' y1='21' x2='20' y2='16'/><line x1='20' y1='12' x2='20' y2='3'/><line x1='1' y1='14' x2='7' y2='14'/><line x1='9' y1='8' x2='15' y2='8'/><line x1='17' y1='16' x2='23' y2='16'/></svg>");
}
.cid-uYhLjhQWnb .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-uYhLjhQWnb .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-uYhLjhQWnb .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-uYhLjhQWnb .fullscreen-section .container-fluid,
.cid-uYhLjhQWnb .fullscreen-section .media-container-row,
.cid-uYhLjhQWnb .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-uYhLjhQWnb .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.55);
}
.cid-uYhLjhQWnb .thumbs img.active {
  border-color: var(--accent, #ffd54a) !important;
  box-shadow: 0 0 0 3px rgba(255, 213, 74, 0.3) !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 20px 0;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
@keyframes modalPop {
  from {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cid-uYhLjhQWnb .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-uYhLjhQWnb .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 380px) {
  .cid-uYhLjhQWnb .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-uYhLjhQWnb .plan-card .overlay-top.modern-overlay {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  opacity: 0;
  pointer-events: none;
}
.cid-uYhLjhQWnb .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-uYhLjhQWnb .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-uYhLjhQWnb .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-uYhLjhQWnb H3 {
  color: #ffffff;
}
.cid-uYhLjhQWnb .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYhLjhQWnb .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYhLjhQWnb h2.glass span,
.cid-uYhLjhQWnb h2.glass strong {
  background: transparent !important;
}
.cid-uYhLjhQWnb h2.glass::before,
.cid-uYhLjhQWnb h2.glass::after {
  content: none !important;
}
.cid-uYhLjhQWnb .detail-stats .modern-pill.active {
  border-color: var(--accent, #ffd54a) !important;
}
.cid-uYhLjhQWnb P {
  color: #ffffff;
}
.cid-uYhLjhQWnb .gallery-main img,
.cid-uYhLjhQWnb .thumbs img {
  object-fit: contain !important;
  background: transparent;
}
.cid-uYhLjhQWnb .modern-pill img,
.cid-uYhLjhQWnb .modern-pill .ico img,
.cid-uYhLjhQWnb .detail-stats .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  opacity: 1 !important;
  filter: none !important;
}
.cid-uYhLjhQWnb .modern-card img:not(.modern-pill img):not(.ico img),
.cid-uYhLjhQWnb .gallery img:not(.modern-pill img):not(.ico img) {
  object-fit: contain;
  background: transparent;
}
.cid-uYhLjhQWnb .modern-pill:hover img,
.cid-uYhLjhQWnb .detail-stats .modern-pill:hover img {
  transform: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-uYhLjhQWnb .top-controls.centered-group {
  justify-content: center;
  width: fit-content;
  margin: 0 auto 0.75rem;
}
@media (max-width: 480px) {
  .cid-uYhLjhQWnb .top-controls {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .cid-uYhLjhQWnb .filter-toggle {
    width: 100% !important;
    text-indent: 0 !important;
  }
  .cid-uYhLjhQWnb .filter-toggle::after {
    content: "Filters";
    font-size: 0.9rem;
  }
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content p,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content li,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content ul,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content ol {
  color: #1f2937 !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-sub {
  color: #1f2937 !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content ul li::marker,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content ol li::marker {
  color: #1f2937 !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-title {
  color: #0b1220 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.cid-uYhLjhQWnb .modern-modal-content div:has(> h3) + div p,
.cid-uYhLjhQWnb .modern-modal-content div:has(> h3) + div li,
.cid-uYhLjhQWnb .modern-modal-content div:contains("What's Special") p,
.cid-uYhLjhQWnb .modern-modal-content div:contains("What's Special") li {
  color: #010101 !important;
}
.cid-uYhLjhQWnb .modern-modal-content .content-section,
.cid-uYhLjhQWnb .modern-modal-content .description-content,
.cid-uYhLjhQWnb .modern-modal-content .specs-content {
  color: #f1f5f9 !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content * {
  color: #1f2937 !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content h1,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content h2,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content h3,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-title {
  color: #fff !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content h3 {
  color: #1f2937 !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content div {
  color: #1f2937 !important;
}
.cid-uYhLjhQWnb .modern-pillbar.higher {
  bottom: 16px;
}
.cid-uYhLjhQWnb .modern-pillbar.inside-card {
  bottom: 12px;
}
.cid-uYhLjhQWnb body :not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) :not(.material-icons):not([class*="mbr-iconfont"]) {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhLjhQWnb button,
.cid-uYhLjhQWnb input,
.cid-uYhLjhQWnb select,
.cid-uYhLjhQWnb textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhLjhQWnb body,
.cid-uYhLjhQWnb .mbr-fonts-style,
.cid-uYhLjhQWnb .mbr-text,
.cid-uYhLjhQWnb .mbr-section-title,
.cid-uYhLjhQWnb .mbr-section-subtitle,
.cid-uYhLjhQWnb .display-1,
.cid-uYhLjhQWnb .display-2,
.cid-uYhLjhQWnb .display-4,
.cid-uYhLjhQWnb .display-5,
.cid-uYhLjhQWnb .display-7,
.cid-uYhLjhQWnb h1,
.cid-uYhLjhQWnb h2,
.cid-uYhLjhQWnb h3,
.cid-uYhLjhQWnb h4,
.cid-uYhLjhQWnb h5,
.cid-uYhLjhQWnb h6,
.cid-uYhLjhQWnb p,
.cid-uYhLjhQWnb li,
.cid-uYhLjhQWnb blockquote,
.cid-uYhLjhQWnb a,
.cid-uYhLjhQWnb .btn,
.cid-uYhLjhQWnb .navbar,
.cid-uYhLjhQWnb .dropdown-item,
.cid-uYhLjhQWnb .card-title,
.cid-uYhLjhQWnb .form-control,
.cid-uYhLjhQWnb input,
.cid-uYhLjhQWnb select,
.cid-uYhLjhQWnb textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhLjhQWnb i,
.cid-uYhLjhQWnb .fa,
.cid-uYhLjhQWnb .fas,
.cid-uYhLjhQWnb .far,
.cid-uYhLjhQWnb .fal,
.cid-uYhLjhQWnb .fab,
.cid-uYhLjhQWnb .material-icons,
.cid-uYhLjhQWnb [class*="mbr-iconfont"] {
  font-family: inherit !important;
}
.cid-uYhLjhQWnb .title-pill,
.cid-uYhLjhQWnb .subtitle-pill {
  display: inline-block;
  border-radius: 35px;
  padding: 12px 18px;
  background: var(--glass-solid, rgba(0, 0, 0, 0.35));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uYhLjhQWnb .fullscreen-section .title .title-pill {
  margin-bottom: .5rem;
}
.cid-uYhLjhQWnb .fullscreen-section .title .subtitle-pill {
  margin-top: .25rem;
}
.cid-uYhLjhQWnb .subtitle-pill {
  opacity: .92;
}
.cid-uYhLjhQWnb .ws-scope,
.cid-uYhLjhQWnb .ws-scope * {
  color: #010101 !important;
}
.cid-uYhLjhQWnb .ws-scope,
.cid-uYhLjhQWnb .ws-scope *,
.cid-uYhLjhQWnb .ws-scope p,
.cid-uYhLjhQWnb .ws-scope span,
.cid-uYhLjhQWnb .ws-scope div,
.cid-uYhLjhQWnb .ws-scope li,
.cid-uYhLjhQWnb .ws-scope ul,
.cid-uYhLjhQWnb .ws-scope ol,
.cid-uYhLjhQWnb .ws-scope b,
.cid-uYhLjhQWnb .ws-scope strong,
.cid-uYhLjhQWnb .ws-scope i,
.cid-uYhLjhQWnb .ws-scope em,
.cid-uYhLjhQWnb .ws-scope u,
.cid-uYhLjhQWnb .ws-scope h1,
.cid-uYhLjhQWnb .ws-scope h2,
.cid-uYhLjhQWnb .ws-scope h3,
.cid-uYhLjhQWnb .ws-scope h4,
.cid-uYhLjhQWnb .ws-scope h5,
.cid-uYhLjhQWnb .ws-scope h6 {
  color: #010101 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz1 {
  font-size: .75rem !important;
  line-height: 1.35 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz2 {
  font-size: .875rem !important;
  line-height: 1.45 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz3 {
  font-size: 1rem !important;
  line-height: 1.55 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz4 {
  font-size: 1.125rem !important;
  line-height: 1.55 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz5 {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz6 {
  font-size: 1.5rem !important;
  line-height: 1.45 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz7 {
  font-size: 1.875rem !important;
  line-height: 1.3 !important;
}
.cid-uYhLjhQWnb .ws-scope .ws-sz8 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
}
.cid-uYhLjhQWnb .ws-scope h1,
.cid-uYhLjhQWnb .ws-scope h2,
.cid-uYhLjhQWnb .ws-scope h3,
.cid-uYhLjhQWnb .ws-scope h4,
.cid-uYhLjhQWnb .ws-scope h5,
.cid-uYhLjhQWnb .ws-scope h6 {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: .4em 0 .25em;
}
.cid-uYhLjhQWnb .ws-scope p {
  margin: .25em 0;
}
.cid-uYhLjhQWnb .ws-scope ul,
.cid-uYhLjhQWnb .ws-scope ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.cid-uYhLjhQWnb .ws-scope li {
  margin: 0.25em 0;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content * {
  color: #111827 !important;
}
.cid-uYhLjhQWnb .detail-prices .pbox b:empty,
.cid-uYhLjhQWnb .detail-prices .pbox {
  color: #111827 !important;
}
.cid-uYhLjhQWnb .modern-selector select:hover {
  background: linear-gradient(180deg, #e6e6e6, #dcdcdc) !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-sub,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-sub * {
  color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-title,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-title *,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-sub,
.cid-uYhLjhQWnb .desc-modal-content.modern-modal-content .detail-sub * {
  filter: none !important;
  mix-blend-mode: normal !important;
}
.cid-uYhLjhQWnb section.content4.fullscreen-section .plans-panel {
  background: transparent !important;
}
.cid-uYhLjhQWnb section.content4.fullscreen-section .plans-panel__bg {
  background: var(--grid-bg) !important;
}
.cid-uYhKyLb177 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uYhM1g6eIQ {
  line-height: 1.15;
}
.cid-uYhM1g6eIQ .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uYhM1g6eIQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYhM1g6eIQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYhM1g6eIQ .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uYhM1g6eIQ .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uYhM1g6eIQ .dropdown-menu.show {
  opacity: 1;
}
.cid-uYhM1g6eIQ .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uYhM1g6eIQ .mbr-iconfont {
  cursor: pointer;
}
.cid-uYhM1g6eIQ .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uYhM1g6eIQ .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uYhM1g6eIQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYhM1g6eIQ .location-title {
  margin: 0;
  color: #000000;
}
.cid-uYhM1g6eIQ .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uYhM1g6eIQ .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;
  overflow: visible;
}
.cid-uYhM1g6eIQ .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;
  overflow: visible;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYhM1g6eIQ .menu-content-top {
  background: #e0b355;
  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-uYhM1g6eIQ .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uYhM1g6eIQ .dropdown-item,
.cid-uYhM1g6eIQ .nav-link,
.cid-uYhM1g6eIQ .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uYhM1g6eIQ .dropdown-item:hover,
.cid-uYhM1g6eIQ .nav-link:hover,
.cid-uYhM1g6eIQ .brand-name:hover {
  color: #232323 !important;
}
.cid-uYhM1g6eIQ .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uYhM1g6eIQ .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uYhM1g6eIQ .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .content-text {
  margin-bottom: 0;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uYhM1g6eIQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYhM1g6eIQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhM1g6eIQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhM1g6eIQ .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhM1g6eIQ .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uYhM1g6eIQ .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhM1g6eIQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYhM1g6eIQ .content-right-side {
  text-align: center;
}
.cid-uYhM1g6eIQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYhM1g6eIQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYhM1g6eIQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uYhM1g6eIQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhM1g6eIQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYhM1g6eIQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYhM1g6eIQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYhM1g6eIQ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYhM1g6eIQ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYhM1g6eIQ .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uYhM1g6eIQ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhM1g6eIQ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYhM1g6eIQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYhM1g6eIQ .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhM1g6eIQ .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-uYhM1g6eIQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYhM1g6eIQ .navbar-toggler {
    display: none;
  }
  .cid-uYhM1g6eIQ .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uYhM1g6eIQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYhM1g6eIQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYhM1g6eIQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYhM1g6eIQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYhM1g6eIQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYhM1g6eIQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYhM1g6eIQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYhM1g6eIQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYhM1g6eIQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYhM1g6eIQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYhM1g6eIQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYhM1g6eIQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYhM1g6eIQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uYhM1g6eIQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uYhM1g6eIQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhM1g6eIQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhM1g6eIQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhM1g6eIQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhM1g6eIQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhM1g6eIQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhM1g6eIQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhM1g6eIQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhM1g6eIQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhM1g6eIQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhM1g6eIQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhM1g6eIQ .collapsed .btn {
  display: flex;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.collapsing,
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYhM1g6eIQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYhM1g6eIQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhM1g6eIQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYhM1g6eIQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYhM1g6eIQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYhM1g6eIQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYhM1g6eIQ .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-uYhM1g6eIQ .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uYhM1g6eIQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uYhM1g6eIQ .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-uYhM1g6eIQ .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uYhM1g6eIQ .navbar-collapse.collapsing,
  .cid-uYhM1g6eIQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uYhM1g6eIQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYhM1g6eIQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYhM1g6eIQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYhM1g6eIQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYhM1g6eIQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhM1g6eIQ img {
    height: 3.8rem !important;
  }
  .cid-uYhM1g6eIQ .btn {
    display: flex;
  }
  .cid-uYhM1g6eIQ button.navbar-toggler {
    display: block;
  }
  .cid-uYhM1g6eIQ .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uYhM1g6eIQ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhM1g6eIQ .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uYhM1g6eIQ .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-uYhM1g6eIQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYhM1g6eIQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYhM1g6eIQ .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-uYhM1g6eIQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYhM1g6eIQ .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-uYhM1g6eIQ .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uYhM1g6eIQ .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uYhM1g6eIQ .navbar-toggler {
    order: 1;
  }
  .cid-uYhM1g6eIQ .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uYhM1g6eIQ .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uYhM1g6eIQ .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .nav-item,
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .navbar-buttons,
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uYhM1g6eIQ .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uYhM1g6eIQ .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uYhM1g6eIQ .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uYhM1g6eIQ .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uYhM1g6eIQ .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uYhM1g6eIQ .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uYhM1g6eIQ .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uYhM1g6eIQ .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uYhM1g6eIQ .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uYhM1g6eIQ .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-logo img,
  .cid-uYhM1g6eIQ .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uYhM1g6eIQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uYhM1g6eIQ .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uYhM1g6eIQ .navbar-toggler {
  position: relative;
}
.cid-uYhM1g6eIQ .dropdown-item.active,
.cid-uYhM1g6eIQ .dropdown-item:active {
  color: initial;
}
.cid-uYhM1g6eIQ .widget-title,
.cid-uYhM1g6eIQ .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uYhM1g6eIQ .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uYhM1g6eIQ .menu-logo {
    display: none;
  }
  .cid-uYhM1g6eIQ .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uYhM1g6eIQ .nav-item:before {
    content: none;
  }
  .cid-uYhM1g6eIQ .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uYhM1g6eIQ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhM1g6eIQ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uYhM1g6eIQ .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uYhM1g6eIQ .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uYhM1g6eIQ .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uYhM1g6eIQ .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uYhM1g6eIQ .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uYhM1g6eIQ .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uYhM1g6eIQ .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uYhM1g6eIQ .menu-content-top,
  .cid-uYhM1g6eIQ .menu-content-right {
    z-index: 0;
  }
}
.cid-uYhM1g6eIQ .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uYhM1g6eIQ .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uYhM1g6eIQ .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhM1g6eIQ .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhM1g6eIQ .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhM1g6eIQ .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uYhM1g6eIQ .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYhM1g6eIQ .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uYhM1g6eIQ .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uYhM1g6eIQ .navbar-logo img,
.cid-uYhM1g6eIQ .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-logo,
.cid-uYhM1g6eIQ .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand .navbar-logo img,
.cid-uYhM1g6eIQ .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uYhM1g6eIQ .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uYhM1g6eIQ .navbar.navbar-short .navbar-logo img,
.cid-uYhM1g6eIQ .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uYhM1gvIZy * {
  box-sizing: border-box;
}
.cid-uYhM1gvIZy html {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYhM1gvIZy body,
.cid-uYhM1gvIZy button,
.cid-uYhM1gvIZy input,
.cid-uYhM1gvIZy select,
.cid-uYhM1gvIZy textarea {
  font-family: inherit;
}
.cid-uYhM1gvIZy body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.cid-uYhM1gvIZy .container,
.cid-uYhM1gvIZy .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-uYhM1gvIZy .custom-padding {
  padding: 0 10px !important;
}
.cid-uYhM1gvIZy .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-uYhM1gvIZy .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-uYhM1gvIZy .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-uYhM1gvIZy .fullscreen-section .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 75vw;
  max-width: 1600px;
  margin: 0 auto;
  color: #e5e7eb;
}
.cid-uYhM1gvIZy .fullscreen-section .mbr-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.cid-uYhM1gvIZy h2 {
  color: #c94400;
}
.cid-uYhM1gvIZy .heading {
  font-size: 7em;
}
.cid-uYhM1gvIZy .selectors-header {
  background: linear-gradient(135deg, #2a2e35 0%, #343942 100%) !important;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 2rem 1rem;
  margin: 0 auto 2rem;
  max-width: 75vw;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
}
.cid-uYhM1gvIZy .top-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap !important;
  background: transparent;
  margin: 0 0 .75rem;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cid-uYhM1gvIZy .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-uYhM1gvIZy .modern-selector select {
  width: 280px !important;
  max-width: 90vw;
  height: 44px;
  padding: 0.875rem 1rem;
  border: 2px solid #999999 !important;
  border-radius: 8px;
  font-size: 1rem;
  background: linear-gradient(180deg, #f0f0f0, #e5e5e5) !important;
  color: #111827 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cid-uYhM1gvIZy .modern-selector select:focus {
  outline: none;
  border-color: #7a7a7a !important;
  box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.35) !important;
}
.cid-uYhM1gvIZy .filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #3a3f47;
  background: #1f2329;
  color: #e5e7eb;
  padding: 0 !important;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  min-width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  justify-content: center;
}
.cid-uYhM1gvIZy .filter-toggle:hover {
  background: #232831;
}
.cid-uYhM1gvIZy .filter-toggle[aria-expanded="true"] {
  background: #3b82f6;
  color: #fff;
  border-color: var(--ring) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}
.cid-uYhM1gvIZy .filter-toggle .caret {
  width: .6rem;
  height: .6rem;
  margin-top: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  display: none !important;
}
.cid-uYhM1gvIZy .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-uYhM1gvIZy .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-uYhM1gvIZy .modern-filters.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  margin-top: 0;
  background: transparent;
  padding: .5rem 0 1rem;
}
.cid-uYhM1gvIZy .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-uYhM1gvIZy .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-uYhM1gvIZy .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-uYhM1gvIZy .chip {
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: #1f2329;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #d1d5db;
}
.cid-uYhM1gvIZy .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-uYhM1gvIZy .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-uYhM1gvIZy .modern-reset {
  border: 0;
  background: #6b7280;
  color: #fff;
  border-radius: 6px;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.cid-uYhM1gvIZy .modern-reset:hover {
  background: #4b5563;
}
.cid-uYhM1gvIZy .card-grid.modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px) !important;
  gap: 1.25rem;
  margin: 2rem auto !important;
  max-width: 75vw !important;
  padding: 40px !important;
  width: 100% !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.cid-uYhM1gvIZy .modern-card {
  background: #ffffff !important;
  border-radius: var(--cardR) !important;
  overflow: visible !important;
  box-shadow: var(--cardShadow1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1.5px solid var(--cardEdge) !important;
  position: relative;
  width: 350px !important;
  height: 350px !important;
}
.cid-uYhM1gvIZy .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-uYhM1gvIZy .modern-image {
  position: relative;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  width: 100%;
  height: 100% !important;
  border-bottom: 2px solid var(--line-strong) !important;
  border-radius: var(--imgR) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  inset: 0 8px 8px 8px;
  filter: drop-shadow(var(--imgShadow1)) drop-shadow(var(--imgShadow2));
}
.cid-uYhM1gvIZy .modern-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  transition: transform 0.4s ease, opacity 0.5s ease;
  opacity: 0;
  display: block;
  border-radius: inherit !important;
  box-shadow: var(--imgShadow);
  background: transparent;
}
.cid-uYhM1gvIZy .modern-card:hover .modern-image img {
  transform: scale(1.01);
}
.cid-uYhM1gvIZy .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-uYhM1gvIZy .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-uYhM1gvIZy .modern-btn {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}
.cid-uYhM1gvIZy .modern-btn:hover {
  background: var(--accent, #ffd54a) !important;
  transform: translateY(-1px);
}
.cid-uYhM1gvIZy .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-uYhM1gvIZy .modern-pillbar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  display: flex;
  gap: .65rem;
  align-items: center;
  background: var(--slab-bg, rgba(255, 255, 255, 0.92)) !important;
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--line-strong) !important;
  padding: .85rem 1rem;
  z-index: 2;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 2px solid var(--slab-border) !important;
  border-radius: 16px;
  border-color: var(--slab-border, rgba(0, 0, 0, 0.08)) !important;
}
.cid-uYhM1gvIZy .modern-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: .45rem .6rem !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}
.cid-uYhM1gvIZy .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-uYhM1gvIZy .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-uYhM1gvIZy .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-uYhM1gvIZy .modern-title {
  position: absolute !important;
  bottom: auto !important;
  left: 14px !important;
  right: auto !important;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 800;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  max-width: calc(98%);
  padding: 10px 14px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  top: 14px !important;
  transform: none !important;
}
.cid-uYhM1gvIZy .desc-modal.modern-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  overflow: auto;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content {
  background: linear-gradient(135deg, #ffffff, #f3f4f6) !important;
  color: #111827 !important;
  margin: 15vh auto !important;
  padding: 28px 32px !important;
  width: 92vw !important;
  max-width: 1200px !important;
  border-radius: 24px !important;
  position: relative;
  max-height: 85vh !important;
  overflow-y: auto !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px;
  line-height: 1.55;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  animation: modalPop 0.18s ease-out;
}
.cid-uYhM1gvIZy .desc-modal-close {
  position: absolute;
  top: 12px !important;
  right: 16px !important;
  font-size: 34px !important;
  cursor: pointer;
  color: #e5e7eb !important;
  float: right;
  font-weight: bold;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cid-uYhM1gvIZy .desc-modal-close:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.cid-uYhM1gvIZy .detail-title {
  font-size: 40px !important;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: .75rem !important;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.cid-uYhM1gvIZy .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-uYhM1gvIZy .detail-stats .modern-pill {
  background: #ffffff !important;
  color: #111827 !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  border-radius: 10px !important;
  padding: .55rem .75rem !important;
  font-size: 16px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.cid-uYhM1gvIZy .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-uYhM1gvIZy .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-uYhM1gvIZy .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-uYhM1gvIZy .detail-prices .pbox {
  background: linear-gradient(180deg, #ffffff, #f6f7fb) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  text-align: center;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
  color: #111827 !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.cid-uYhM1gvIZy .detail-prices .pbox h4 {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #334155 !important;
  margin-bottom: 0.5rem;
  margin: 0 !important;
  opacity: 1 !important;
}
.cid-uYhM1gvIZy .detail-prices .pbox b {
  font-size: 16px !important;
  color: #166534 !important;
  font-weight: 700;
  letter-spacing: .2px;
  text-shadow: none !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.cid-uYhM1gvIZy .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-uYhM1gvIZy .gallery-main {
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.cid-uYhM1gvIZy .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: transparent !important;
}
.cid-uYhM1gvIZy .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  border-radius: 12px;
  padding: 8px;
}
.cid-uYhM1gvIZy .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #ffffff !important;
  border: 2px solid rgba(15, 23, 42, 0.12) !important;
  filter: saturate(0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
}
.cid-uYhM1gvIZy .thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  border-color: var(--accent) !important;
}
@media (min-width: 1200px) {
  .cid-uYhM1gvIZy .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-uYhM1gvIZy .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-uYhM1gvIZy .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-uYhM1gvIZy .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-uYhM1gvIZy .modern-grid {
    max-width: 1400px;
  }
  .cid-uYhM1gvIZy .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-uYhM1gvIZy .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-uYhM1gvIZy .fullscreen-section .title.col-12,
  .cid-uYhM1gvIZy .top-controls.modern-controls,
  .cid-uYhM1gvIZy .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-uYhM1gvIZy .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-uYhM1gvIZy .plans-panel__inner {
    padding: 1rem;
  }
  .cid-uYhM1gvIZy .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-uYhM1gvIZy .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-uYhM1gvIZy .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-uYhM1gvIZy .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-uYhM1gvIZy .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-uYhM1gvIZy .top-controls .modern-selector,
  .cid-uYhM1gvIZy .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-uYhM1gvIZy .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-uYhM1gvIZy .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-uYhM1gvIZy .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-uYhM1gvIZy .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uYhM1gvIZy .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-uYhM1gvIZy .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-uYhM1gvIZy .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-uYhM1gvIZy .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-uYhM1gvIZy .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-uYhM1gvIZy .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-uYhM1gvIZy .filter-group {
    justify-content: center;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid var(--line-strong) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  }
  .cid-uYhM1gvIZy .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-uYhM1gvIZy .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 8px !important;
  }
  .cid-uYhM1gvIZy .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-uYhM1gvIZy .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-uYhM1gvIZy .modern-pill img {
    width: 12px !important;
    height: 12px !important;
  }
  .cid-uYhM1gvIZy .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-uYhM1gvIZy .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-uYhM1gvIZy .filter-toggle {
    width: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    height: 44px !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .cid-uYhM1gvIZy .top-controls {
    justify-content: flex-start !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 44px !important;
  }
  .cid-uYhM1gvIZy .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-uYhM1gvIZy .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-uYhM1gvIZy .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-uYhM1gvIZy .modern-selector select {
    width: calc(20vw) !important;
    max-width: 300px !important;
    display: block !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
  }
  .cid-uYhM1gvIZy section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-uYhM1gvIZy .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-uYhM1gvIZy .plans-panel__bg {
    display: none !important;
  }
  .cid-uYhM1gvIZy .selectors-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
  }
  .cid-uYhM1gvIZy #cardGrid,
  .cid-uYhM1gvIZy .card-grid.modern-grid {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cid-uYhM1gvIZy body {
    background-color: transparent !important;
  }
  .cid-uYhM1gvIZy .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-uYhM1gvIZy .filter-toggle::before {
    display: block !important;
  }
  .cid-uYhM1gvIZy .filter-toggle .caret {
    display: none !important;
  }
  .cid-uYhM1gvIZy .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-uYhM1gvIZy .card-grid.modern-grid > article:not(:last-child)::after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 3px solid #000;
    border-radius: 10px;
    margin: 20px calc(0%) 0;
  }
  .cid-uYhM1gvIZy .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-uYhM1gvIZy .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-uYhM1gvIZy .container,
  .cid-uYhM1gvIZy .container-fluid,
  .cid-uYhM1gvIZy .custom-padding,
  .cid-uYhM1gvIZy .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uYhM1gvIZy .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-uYhM1gvIZy .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-uYhM1gvIZy .filter-label {
    flex: 0 0 100% !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #111827 !important;
    background: #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
    line-height: 1.4 !important;
  }
  .cid-uYhM1gvIZy .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-uYhM1gvIZy .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-uYhM1gvIZy .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-uYhM1gvIZy .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-uYhM1gvIZy .plan-card .overlay-top.modern-overlay,
  .cid-uYhM1gvIZy .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-uYhM1gvIZy .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-uYhM1gvIZy .modern-pill,
  .cid-uYhM1gvIZy .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-uYhM1gvIZy .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-uYhM1gvIZy .title-pill,
  .cid-uYhM1gvIZy .subtitle-pill {
    padding: 10px 14px;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .cid-uYhM1gvIZy .desc-modal-content.modern-modal-content {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 3vh auto !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
  .cid-uYhM1gvIZy .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-uYhM1gvIZy .detail-title {
    font-size: 28px !important;
  }
}
.cid-uYhM1gvIZy .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uYhM1gvIZy :root {
  --panel: #ffffff;
  --panel-2: #f7fafc;
  --line: #cbd5e1;
  --line-strong: #64748b;
  --ring: #2563eb;
  --card-radius: 22px;
  --card-border: rgba(255, 255, 255, 0.45);
  --card-shadow-1: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18);
  --slab-bg: rgba(255, 255, 255, 0.92);
  --slab-border: rgba(0, 0, 0, 0.08);
  --badge-bg1: #0f172a;
  --badge-bg2: #1f2937;
  --badge-ring: rgba(255, 255, 255, 0.45);
  --accent: #ffd54a;
  --cardR: 24px;
  --cardEdge: rgba(255, 255, 255, 0.55);
  --cardInner: rgba(255, 255, 255, 0.2);
  --cardShadow1: 0 18px 45px rgba(0, 0, 0, 0.26), 0 6px 16px rgba(0, 0, 0, 0.18);
  --cardShadow2: 0 26px 70px rgba(0, 0, 0, 0.34), 0 12px 22px rgba(0, 0, 0, 0.22);
  --imgStroke: rgba(255, 255, 255, 0.75);
  --imgShadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.18);
  --imgR: 18px;
  --imgShadow1: 0 16px 32px rgba(0, 0, 0, 0.28);
  --imgShadow2: 0 6px 14px rgba(0, 0, 0, 0.18);
  --modal-bg1: #0f172a;
  --modal-bg2: #0b1220;
  --modal-edge: rgba(255, 255, 255, 0.12);
  --modal-inner: rgba(255, 255, 255, 0.06);
  --modal-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cid-uYhM1gvIZy .modern-selector select,
.cid-uYhM1gvIZy .filter-toggle,
.cid-uYhM1gvIZy .chip,
.cid-uYhM1gvIZy .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-uYhM1gvIZy .modern-selector select:focus,
.cid-uYhM1gvIZy .filter-toggle:focus-visible,
.cid-uYhM1gvIZy .chip:focus-visible,
.cid-uYhM1gvIZy .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-uYhM1gvIZy .modern-pill,
.cid-uYhM1gvIZy .detail-stats .modern-pill {
  background: linear-gradient(180deg, #ffffff, #f5f7fb) !important;
  border: 2px solid var(--line-strong) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(16, 24, 40, 0.08) !important;
}
.cid-uYhM1gvIZy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
}
.cid-uYhM1gvIZy img:hover {
  transform: scale(1.02);
  border-radius: 1em;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-uYhM1gvIZy .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-uYhM1gvIZy .card-grid.modern-grid.pattern {
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%), linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}
.cid-uYhM1gvIZy .card-grid.modern-grid.minimal {
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uYhM1gvIZy .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-uYhM1gvIZy .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-uYhM1gvIZy H2 {
  color: #327a00;
}
.cid-uYhM1gvIZy h2.glass {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: var(--glass-solid, rgba(200, 65, 0, 0.3)) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-shadow: none !important;
}
.cid-uYhM1gvIZy h2.glass br {
  display: none;
}
.cid-uYhM1gvIZy .glass-badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cid-uYhM1gvIZy #cardGrid {
  background: var(--grid-bg, rgba(255, 255, 255, 0.7)) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.cid-uYhM1gvIZy #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-uYhM1gvIZy .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-uYhM1gvIZy .plans-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(17, 23, 31, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cid-uYhM1gvIZy .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-uYhM1gvIZy .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-uYhM1gvIZy .modern-pillbar::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: var(--slab-bg);
  border-left: 2px solid var(--slab-border);
  border-top: 2px solid var(--slab-border);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cid-uYhM1gvIZy .modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 var(--cardEdge), inset 0 -1px 0 var(--cardInner);
}
.cid-uYhM1gvIZy .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-uYhM1gvIZy .plan-card .modern-title {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
  max-width: calc(52%) !important;
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #111827 !important;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 12px;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
  text-shadow: none !important;
}
.cid-uYhM1gvIZy .filter-toggle::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='21' x2='4' y2='14'/><line x1='4' y1='10' x2='4' y2='3'/><line x1='12' y1='21' x2='12' y2='12'/><line x1='12' y1='8' x2='12' y2='3'/><line x1='20' y1='21' x2='20' y2='16'/><line x1='20' y1='12' x2='20' y2='3'/><line x1='1' y1='14' x2='7' y2='14'/><line x1='9' y1='8' x2='15' y2='8'/><line x1='17' y1='16' x2='23' y2='16'/></svg>");
}
.cid-uYhM1gvIZy .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-uYhM1gvIZy .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-uYhM1gvIZy .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-uYhM1gvIZy .fullscreen-section .container-fluid,
.cid-uYhM1gvIZy .fullscreen-section .media-container-row,
.cid-uYhM1gvIZy .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-uYhM1gvIZy .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.55);
}
.cid-uYhM1gvIZy .thumbs img.active {
  border-color: var(--accent, #ffd54a) !important;
  box-shadow: 0 0 0 3px rgba(255, 213, 74, 0.3) !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 20px 0;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
@keyframes modalPop {
  from {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cid-uYhM1gvIZy .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-uYhM1gvIZy .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 380px) {
  .cid-uYhM1gvIZy .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-uYhM1gvIZy .plan-card .overlay-top.modern-overlay {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  opacity: 0;
  pointer-events: none;
}
.cid-uYhM1gvIZy .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-uYhM1gvIZy .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-uYhM1gvIZy .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-uYhM1gvIZy H3 {
  color: #ffffff;
}
.cid-uYhM1gvIZy .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYhM1gvIZy .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYhM1gvIZy h2.glass span,
.cid-uYhM1gvIZy h2.glass strong {
  background: transparent !important;
}
.cid-uYhM1gvIZy h2.glass::before,
.cid-uYhM1gvIZy h2.glass::after {
  content: none !important;
}
.cid-uYhM1gvIZy .detail-stats .modern-pill.active {
  border-color: var(--accent, #ffd54a) !important;
}
.cid-uYhM1gvIZy P {
  color: #ffffff;
}
.cid-uYhM1gvIZy .gallery-main img,
.cid-uYhM1gvIZy .thumbs img {
  object-fit: contain !important;
  background: transparent;
}
.cid-uYhM1gvIZy .modern-pill img,
.cid-uYhM1gvIZy .modern-pill .ico img,
.cid-uYhM1gvIZy .detail-stats .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  opacity: 1 !important;
  filter: none !important;
}
.cid-uYhM1gvIZy .modern-card img:not(.modern-pill img):not(.ico img),
.cid-uYhM1gvIZy .gallery img:not(.modern-pill img):not(.ico img) {
  object-fit: contain;
  background: transparent;
}
.cid-uYhM1gvIZy .modern-pill:hover img,
.cid-uYhM1gvIZy .detail-stats .modern-pill:hover img {
  transform: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-uYhM1gvIZy .top-controls.centered-group {
  justify-content: center;
  width: fit-content;
  margin: 0 auto 0.75rem;
}
@media (max-width: 480px) {
  .cid-uYhM1gvIZy .top-controls {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .cid-uYhM1gvIZy .filter-toggle {
    width: 100% !important;
    text-indent: 0 !important;
  }
  .cid-uYhM1gvIZy .filter-toggle::after {
    content: "Filters";
    font-size: 0.9rem;
  }
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content p,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content li,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content ul,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content ol {
  color: #1f2937 !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content .detail-sub {
  color: #1f2937 !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content ul li::marker,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content ol li::marker {
  color: #1f2937 !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content .detail-title {
  color: #0b1220 !important;
  text-shadow: none !important;
}
.cid-uYhM1gvIZy .modern-modal-content div:has(> h3) + div p,
.cid-uYhM1gvIZy .modern-modal-content div:has(> h3) + div li,
.cid-uYhM1gvIZy .modern-modal-content div:contains("What's Special") p,
.cid-uYhM1gvIZy .modern-modal-content div:contains("What's Special") li {
  color: #010101 !important;
}
.cid-uYhM1gvIZy .modern-modal-content .content-section,
.cid-uYhM1gvIZy .modern-modal-content .description-content,
.cid-uYhM1gvIZy .modern-modal-content .specs-content {
  color: #f1f5f9 !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content * {
  color: #1f2937 !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content h1,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content h2,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content h3,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content .detail-title {
  color: #fff !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content h3 {
  color: #1f2937 !important;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content div {
  color: #1f2937 !important;
}
.cid-uYhM1gvIZy .modern-pillbar.higher {
  bottom: 16px;
}
.cid-uYhM1gvIZy .modern-pillbar.inside-card {
  bottom: 12px;
}
.cid-uYhM1gvIZy body :not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) :not(.material-icons):not([class*="mbr-iconfont"]) {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhM1gvIZy button,
.cid-uYhM1gvIZy input,
.cid-uYhM1gvIZy select,
.cid-uYhM1gvIZy textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhM1gvIZy body,
.cid-uYhM1gvIZy .mbr-fonts-style,
.cid-uYhM1gvIZy .mbr-text,
.cid-uYhM1gvIZy .mbr-section-title,
.cid-uYhM1gvIZy .mbr-section-subtitle,
.cid-uYhM1gvIZy .display-1,
.cid-uYhM1gvIZy .display-2,
.cid-uYhM1gvIZy .display-4,
.cid-uYhM1gvIZy .display-5,
.cid-uYhM1gvIZy .display-7,
.cid-uYhM1gvIZy h1,
.cid-uYhM1gvIZy h2,
.cid-uYhM1gvIZy h3,
.cid-uYhM1gvIZy h4,
.cid-uYhM1gvIZy h5,
.cid-uYhM1gvIZy h6,
.cid-uYhM1gvIZy p,
.cid-uYhM1gvIZy li,
.cid-uYhM1gvIZy blockquote,
.cid-uYhM1gvIZy a,
.cid-uYhM1gvIZy .btn,
.cid-uYhM1gvIZy .navbar,
.cid-uYhM1gvIZy .dropdown-item,
.cid-uYhM1gvIZy .card-title,
.cid-uYhM1gvIZy .form-control,
.cid-uYhM1gvIZy input,
.cid-uYhM1gvIZy select,
.cid-uYhM1gvIZy textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhM1gvIZy i,
.cid-uYhM1gvIZy .fa,
.cid-uYhM1gvIZy .fas,
.cid-uYhM1gvIZy .far,
.cid-uYhM1gvIZy .fal,
.cid-uYhM1gvIZy .fab,
.cid-uYhM1gvIZy .material-icons,
.cid-uYhM1gvIZy [class*="mbr-iconfont"] {
  font-family: inherit !important;
}
.cid-uYhM1gvIZy .title-pill,
.cid-uYhM1gvIZy .subtitle-pill {
  display: inline-block;
  border-radius: 35px;
  padding: 12px 18px;
  background: var(--glass-solid, rgba(0, 0, 0, 0.35));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-uYhM1gvIZy .fullscreen-section .title .title-pill {
  margin-bottom: .5rem;
}
.cid-uYhM1gvIZy .fullscreen-section .title .subtitle-pill {
  margin-top: .25rem;
}
.cid-uYhM1gvIZy .subtitle-pill {
  opacity: .92;
}
.cid-uYhM1gvIZy .ws-scope,
.cid-uYhM1gvIZy .ws-scope * {
  color: #010101 !important;
}
.cid-uYhM1gvIZy .ws-scope,
.cid-uYhM1gvIZy .ws-scope *,
.cid-uYhM1gvIZy .ws-scope p,
.cid-uYhM1gvIZy .ws-scope span,
.cid-uYhM1gvIZy .ws-scope div,
.cid-uYhM1gvIZy .ws-scope li,
.cid-uYhM1gvIZy .ws-scope ul,
.cid-uYhM1gvIZy .ws-scope ol,
.cid-uYhM1gvIZy .ws-scope b,
.cid-uYhM1gvIZy .ws-scope strong,
.cid-uYhM1gvIZy .ws-scope i,
.cid-uYhM1gvIZy .ws-scope em,
.cid-uYhM1gvIZy .ws-scope u,
.cid-uYhM1gvIZy .ws-scope h1,
.cid-uYhM1gvIZy .ws-scope h2,
.cid-uYhM1gvIZy .ws-scope h3,
.cid-uYhM1gvIZy .ws-scope h4,
.cid-uYhM1gvIZy .ws-scope h5,
.cid-uYhM1gvIZy .ws-scope h6 {
  color: #010101 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz1 {
  font-size: .75rem !important;
  line-height: 1.35 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz2 {
  font-size: .875rem !important;
  line-height: 1.45 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz3 {
  font-size: 1rem !important;
  line-height: 1.55 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz4 {
  font-size: 1.125rem !important;
  line-height: 1.55 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz5 {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz6 {
  font-size: 1.5rem !important;
  line-height: 1.45 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz7 {
  font-size: 1.875rem !important;
  line-height: 1.3 !important;
}
.cid-uYhM1gvIZy .ws-scope .ws-sz8 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
}
.cid-uYhM1gvIZy .ws-scope h1,
.cid-uYhM1gvIZy .ws-scope h2,
.cid-uYhM1gvIZy .ws-scope h3,
.cid-uYhM1gvIZy .ws-scope h4,
.cid-uYhM1gvIZy .ws-scope h5,
.cid-uYhM1gvIZy .ws-scope h6 {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: .4em 0 .25em;
}
.cid-uYhM1gvIZy .ws-scope p {
  margin: .25em 0;
}
.cid-uYhM1gvIZy .ws-scope ul,
.cid-uYhM1gvIZy .ws-scope ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.cid-uYhM1gvIZy .ws-scope li {
  margin: 0.25em 0;
}
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content,
.cid-uYhM1gvIZy .desc-modal-content.modern-modal-content * {
  color: #111827 !important;
}
.cid-uYhM1gvIZy .detail-prices .pbox b:empty,
.cid-uYhM1gvIZy .detail-prices .pbox {
  color: #111827 !important;
}
.cid-uYhM1gvIZy .modern-selector select:hover {
  background: linear-gradient(180deg, #e6e6e6, #dcdcdc) !important;
}
.cid-uYhM1gQQII {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uYhMPo2z9i {
  line-height: 1.15;
}
.cid-uYhMPo2z9i .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uYhMPo2z9i .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYhMPo2z9i .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYhMPo2z9i .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uYhMPo2z9i .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uYhMPo2z9i .dropdown-menu.show {
  opacity: 1;
}
.cid-uYhMPo2z9i .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uYhMPo2z9i .mbr-iconfont {
  cursor: pointer;
}
.cid-uYhMPo2z9i .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uYhMPo2z9i .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uYhMPo2z9i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYhMPo2z9i .location-title {
  margin: 0;
  color: #000000;
}
.cid-uYhMPo2z9i .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uYhMPo2z9i .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;
  overflow: visible;
}
.cid-uYhMPo2z9i .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;
  overflow: visible;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYhMPo2z9i .menu-content-top {
  background: #e0b355;
  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-uYhMPo2z9i .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uYhMPo2z9i .dropdown-item,
.cid-uYhMPo2z9i .nav-link,
.cid-uYhMPo2z9i .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uYhMPo2z9i .dropdown-item:hover,
.cid-uYhMPo2z9i .nav-link:hover,
.cid-uYhMPo2z9i .brand-name:hover {
  color: #232323 !important;
}
.cid-uYhMPo2z9i .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uYhMPo2z9i .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uYhMPo2z9i .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .content-text {
  margin-bottom: 0;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uYhMPo2z9i .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYhMPo2z9i .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYhMPo2z9i .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhMPo2z9i .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhMPo2z9i .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhMPo2z9i .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uYhMPo2z9i .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhMPo2z9i .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYhMPo2z9i .content-right-side {
  text-align: center;
}
.cid-uYhMPo2z9i .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYhMPo2z9i .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYhMPo2z9i .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uYhMPo2z9i .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhMPo2z9i .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYhMPo2z9i .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYhMPo2z9i .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYhMPo2z9i .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYhMPo2z9i .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYhMPo2z9i .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uYhMPo2z9i .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhMPo2z9i .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYhMPo2z9i .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYhMPo2z9i .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhMPo2z9i .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-uYhMPo2z9i .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYhMPo2z9i .navbar-toggler {
    display: none;
  }
  .cid-uYhMPo2z9i .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uYhMPo2z9i .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYhMPo2z9i .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYhMPo2z9i .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYhMPo2z9i .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYhMPo2z9i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYhMPo2z9i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYhMPo2z9i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYhMPo2z9i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYhMPo2z9i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYhMPo2z9i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYhMPo2z9i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYhMPo2z9i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYhMPo2z9i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uYhMPo2z9i button.navbar-toggler:focus {
  outline: none;
}
.cid-uYhMPo2z9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhMPo2z9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhMPo2z9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhMPo2z9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhMPo2z9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhMPo2z9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhMPo2z9i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhMPo2z9i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhMPo2z9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhMPo2z9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhMPo2z9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhMPo2z9i .collapsed .btn {
  display: flex;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse.collapsing,
.cid-uYhMPo2z9i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYhMPo2z9i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYhMPo2z9i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYhMPo2z9i .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYhMPo2z9i .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYhMPo2z9i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYhMPo2z9i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYhMPo2z9i .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhMPo2z9i .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYhMPo2z9i .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYhMPo2z9i .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYhMPo2z9i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYhMPo2z9i .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-uYhMPo2z9i .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uYhMPo2z9i .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uYhMPo2z9i .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-uYhMPo2z9i .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uYhMPo2z9i .navbar-collapse.collapsing,
  .cid-uYhMPo2z9i .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .navbar-nav,
  .cid-uYhMPo2z9i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYhMPo2z9i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYhMPo2z9i .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYhMPo2z9i .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYhMPo2z9i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhMPo2z9i img {
    height: 3.8rem !important;
  }
  .cid-uYhMPo2z9i .btn {
    display: flex;
  }
  .cid-uYhMPo2z9i button.navbar-toggler {
    display: block;
  }
  .cid-uYhMPo2z9i .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uYhMPo2z9i .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhMPo2z9i .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uYhMPo2z9i .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-uYhMPo2z9i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYhMPo2z9i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYhMPo2z9i .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-uYhMPo2z9i .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYhMPo2z9i .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-uYhMPo2z9i .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uYhMPo2z9i .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uYhMPo2z9i .navbar-toggler {
    order: 1;
  }
  .cid-uYhMPo2z9i .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uYhMPo2z9i .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uYhMPo2z9i .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .nav-item,
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .navbar-buttons,
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uYhMPo2z9i .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uYhMPo2z9i .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uYhMPo2z9i .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uYhMPo2z9i .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uYhMPo2z9i .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uYhMPo2z9i .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uYhMPo2z9i .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uYhMPo2z9i .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uYhMPo2z9i .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uYhMPo2z9i .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-logo img,
  .cid-uYhMPo2z9i .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uYhMPo2z9i .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uYhMPo2z9i .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uYhMPo2z9i .navbar-toggler {
  position: relative;
}
.cid-uYhMPo2z9i .dropdown-item.active,
.cid-uYhMPo2z9i .dropdown-item:active {
  color: initial;
}
.cid-uYhMPo2z9i .widget-title,
.cid-uYhMPo2z9i .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uYhMPo2z9i .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uYhMPo2z9i .menu-logo {
    display: none;
  }
  .cid-uYhMPo2z9i .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uYhMPo2z9i .nav-item:before {
    content: none;
  }
  .cid-uYhMPo2z9i .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uYhMPo2z9i .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhMPo2z9i button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uYhMPo2z9i .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uYhMPo2z9i .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uYhMPo2z9i .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uYhMPo2z9i .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uYhMPo2z9i .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uYhMPo2z9i .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uYhMPo2z9i .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uYhMPo2z9i .menu-content-top,
  .cid-uYhMPo2z9i .menu-content-right {
    z-index: 0;
  }
}
.cid-uYhMPo2z9i .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uYhMPo2z9i .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uYhMPo2z9i .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhMPo2z9i .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhMPo2z9i .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhMPo2z9i .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uYhMPo2z9i .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYhMPo2z9i .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uYhMPo2z9i .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uYhMPo2z9i .navbar-logo img,
.cid-uYhMPo2z9i .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-logo,
.cid-uYhMPo2z9i .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand .navbar-logo img,
.cid-uYhMPo2z9i .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uYhMPo2z9i .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uYhMPo2z9i .navbar.navbar-short .navbar-logo img,
.cid-uYhMPo2z9i .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uYhN98HyAw {
  background-image: url("../../../assets/images/theaddisonii.fireplace-chad-2026010917514.webp");
}
.cid-uYhN98HyAw * {
  box-sizing: border-box;
}
.cid-uYhN98HyAw body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.cid-uYhN98HyAw .container,
.cid-uYhN98HyAw .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-uYhN98HyAw .custom-padding {
  padding: 0 10px !important;
}
.cid-uYhN98HyAw .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-uYhN98HyAw .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-uYhN98HyAw .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-uYhN98HyAw .fullscreen-section .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 75vw;
  max-width: 1600px;
  margin: 0 auto;
  color: #e5e7eb;
}
.cid-uYhN98HyAw .fullscreen-section .mbr-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(12, 44, 104, 0.82) !important;
}
.cid-uYhN98HyAw h2 {
  color: #c94400;
}
.cid-uYhN98HyAw h3 {
  font-size: 0.7em;
}
.cid-uYhN98HyAw .heading {
  font-size: 7em;
}
.cid-uYhN98HyAw .selectors-header {
  background: linear-gradient(135deg, #2a2e35 0%, #343942 100%) !important;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 2rem 1rem;
  margin: 0 auto 2rem;
  max-width: 75vw;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
}
.cid-uYhN98HyAw .top-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap !important;
  background: transparent;
  margin: 0 0 .75rem;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cid-uYhN98HyAw .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-uYhN98HyAw .modern-selector select {
  width: 320px !important;
  max-width: 90vw;
  height: 44px;
  padding: 0.875rem 1rem;
  border: 1px solid #3a3f47;
  border-radius: 8px;
  font-size: 1rem;
  background: #1f2329;
  color: #e5e7eb;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cid-uYhN98HyAw .modern-selector select:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 2 2 2 3px rgba(96, 165, 250, 0.2);
}
.cid-uYhN98HyAw .filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #3a3f47;
  background: #1f2329;
  color: #e5e7eb;
  padding: 0 !important;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  min-width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  justify-content: center;
}
.cid-uYhN98HyAw .filter-toggle:hover {
  background: #232831;
}
.cid-uYhN98HyAw .filter-toggle[aria-expanded="true"] {
  background: #3b82f6;
  color: #fff;
  border-color: var(--ring) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}
.cid-uYhN98HyAw .filter-toggle .caret {
  width: .6rem;
  height: .6rem;
  margin-top: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  display: none !important;
}
.cid-uYhN98HyAw .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-uYhN98HyAw .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-uYhN98HyAw .modern-filters.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  margin-top: 0;
  background: transparent;
  padding: .5rem 0 1rem;
}
.cid-uYhN98HyAw .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-uYhN98HyAw .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-uYhN98HyAw .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-uYhN98HyAw .chip {
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: #1f2329;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #d1d5db;
}
.cid-uYhN98HyAw .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-uYhN98HyAw .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-uYhN98HyAw .modern-reset {
  border: 0;
  background: #6b7280;
  color: #fff;
  border-radius: 6px;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.cid-uYhN98HyAw .modern-reset:hover {
  background: #4b5563;
}
.cid-uYhN98HyAw .card-grid.modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px) !important;
  gap: 1.25rem;
  margin: 2rem auto !important;
  max-width: 75vw !important;
  padding: 40px !important;
  width: 100% !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.cid-uYhN98HyAw .modern-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-radius: var(--cardR) !important;
  overflow: visible !important;
  box-shadow: var(--cardShadow1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1.5px solid var(--cardEdge) !important;
  position: relative;
  width: 350px !important;
  height: 350px !important;
}
.cid-uYhN98HyAw .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-uYhN98HyAw .modern-image {
  position: relative;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: #0b0f14;
  width: 100%;
  height: 100% !important;
  border-bottom: 2px solid var(--line-strong) !important;
  border-radius: var(--imgR) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  inset: 0 8px 8px 8px;
  filter: drop-shadow(var(--imgShadow1)) drop-shadow(var(--imgShadow2));
}
.cid-uYhN98HyAw .modern-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.5s ease;
  opacity: 0;
  display: block;
  border-radius: inherit !important;
  box-shadow: var(--imgShadow);
}
.cid-uYhN98HyAw .modern-card:hover .modern-image img {
  transform: scale(1.02);
}
.cid-uYhN98HyAw .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-uYhN98HyAw .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-uYhN98HyAw .modern-btn {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}
.cid-uYhN98HyAw .modern-btn:hover {
  background: var(--accent) !important;
  transform: translateY(-1px);
}
.cid-uYhN98HyAw .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-uYhN98HyAw .modern-pillbar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -18px;
  display: flex;
  gap: .65rem;
  align-items: center;
  background: var(--slab-bg) !important;
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--line-strong) !important;
  padding: .85rem 1rem;
  z-index: 2;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 2px solid var(--slab-border) !important;
  border-radius: 16px;
}
.cid-uYhN98HyAw .modern-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: .45rem .6rem !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}
.cid-uYhN98HyAw .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-uYhN98HyAw .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-uYhN98HyAw .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-uYhN98HyAw .modern-title {
  position: absolute !important;
  bottom: auto !important;
  left: 14px !important;
  right: auto !important;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 800;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  max-width: calc(98%);
  padding: 10px 14px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  top: 14px !important;
  transform: none !important;
}
.cid-uYhN98HyAw .desc-modal.modern-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  overflow: auto;
}
.cid-uYhN98HyAw .desc-modal-content.modern-modal-content {
  background: radial-gradient(1000px 500px at 8% -10%, rgba(255, 255, 255, 0.08), transparent 55%), linear-gradient(180deg, #1b2433 0%, #101826 100%) !important;
  color: #e5e7eb;
  margin: 15vh auto !important;
  padding: 28px 32px !important;
  width: 92vw !important;
  max-width: 1200px !important;
  border-radius: 24px !important;
  position: relative;
  max-height: 85vh !important;
  overflow-y: auto !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px;
  line-height: 1.55;
  border: 2px solid #ffffff !important;
  animation: modalPop 0.18s ease-out;
}
.cid-uYhN98HyAw .desc-modal-close {
  position: absolute;
  top: 12px !important;
  right: 16px !important;
  font-size: 34px !important;
  cursor: pointer;
  color: #e5e7eb !important;
  float: right;
  font-weight: bold;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cid-uYhN98HyAw .desc-modal-close:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.cid-uYhN98HyAw .detail-title {
  font-size: 40px !important;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: .75rem !important;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.cid-uYhN98HyAw .detail-sub {
  color: #cbd5e1 !important;
  font-size: 18px !important;
  margin-bottom: 1.5rem;
}
.cid-uYhN98HyAw .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-uYhN98HyAw .detail-stats .modern-pill {
  background: #ffffff !important;
  color: #111827 !important;
  border: 2px solid #1f2937 !important;
  border-radius: 10px !important;
  padding: .55rem .75rem !important;
  font-size: 16px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.cid-uYhN98HyAw .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-uYhN98HyAw .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-uYhN98HyAw .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-uYhN98HyAw .detail-prices .pbox {
  background: linear-gradient(180deg, #111a28, #0f1725) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  color: #e5e7eb !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.cid-uYhN98HyAw .detail-prices .pbox h4 {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #cdd7e3 !important;
  margin-bottom: 0.5rem;
  margin: 0 !important;
}
.cid-uYhN98HyAw .detail-prices .pbox b {
  font-size: 16px !important;
  color: #22c55e !important;
  font-weight: 700;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.cid-uYhN98HyAw .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-uYhN98HyAw .gallery-main {
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #0b0f14, #0a0e13) !important;
  border: 1.5px solid var(--modal-edge) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.cid-uYhN98HyAw .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.cid-uYhN98HyAw .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 12px;
  padding: 8px;
}
.cid-uYhN98HyAw .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #0b0f14 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  filter: saturate(0.95);
}
.cid-uYhN98HyAw .thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  border-color: var(--accent) !important;
}
@media (min-width: 1200px) {
  .cid-uYhN98HyAw .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-uYhN98HyAw .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-uYhN98HyAw .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-uYhN98HyAw .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-uYhN98HyAw .modern-grid {
    max-width: 1400px;
  }
  .cid-uYhN98HyAw .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-uYhN98HyAw .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-uYhN98HyAw .fullscreen-section .title.col-12,
  .cid-uYhN98HyAw .top-controls.modern-controls,
  .cid-uYhN98HyAw .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-uYhN98HyAw .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-uYhN98HyAw .plans-panel__inner {
    padding: 1rem;
  }
  .cid-uYhN98HyAw .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-uYhN98HyAw .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-uYhN98HyAw .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-uYhN98HyAw .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-uYhN98HyAw .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-uYhN98HyAw .top-controls .modern-selector,
  .cid-uYhN98HyAw .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-uYhN98HyAw .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-uYhN98HyAw .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-uYhN98HyAw .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-uYhN98HyAw .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uYhN98HyAw .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-uYhN98HyAw .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-uYhN98HyAw .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-uYhN98HyAw .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-uYhN98HyAw .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-uYhN98HyAw .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-uYhN98HyAw .filter-group {
    justify-content: center;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid var(--line-strong) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  }
  .cid-uYhN98HyAw .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-uYhN98HyAw .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: -12px !important;
  }
  .cid-uYhN98HyAw .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-uYhN98HyAw .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-uYhN98HyAw .modern-pill img {
    width: 12px;
    height: 12px;
  }
  .cid-uYhN98HyAw .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-uYhN98HyAw .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-uYhN98HyAw .filter-toggle {
    width: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    height: 44px !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .cid-uYhN98HyAw .top-controls {
    justify-content: center !important;
    gap: 8px !important;
    display: grid !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 44px !important;
  }
  .cid-uYhN98HyAw .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-uYhN98HyAw .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-uYhN98HyAw .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-uYhN98HyAw .modern-selector select {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
  }
  .cid-uYhN98HyAw section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-uYhN98HyAw .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-uYhN98HyAw .plans-panel__bg {
    display: none !important;
  }
  .cid-uYhN98HyAw .selectors-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
  }
  .cid-uYhN98HyAw #cardGrid,
  .cid-uYhN98HyAw .card-grid.modern-grid {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cid-uYhN98HyAw body {
    background-color: transparent !important;
  }
  .cid-uYhN98HyAw .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-uYhN98HyAw .filter-toggle::before {
    display: block !important;
  }
  .cid-uYhN98HyAw .filter-toggle .caret {
    display: none !important;
  }
  .cid-uYhN98HyAw .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-uYhN98HyAw .card-grid.modern-grid > article:not(:last-child)::after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 3px solid #000;
    border-radius: 10px;
    margin: 20px calc(0%) 0;
  }
  .cid-uYhN98HyAw .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-uYhN98HyAw .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-uYhN98HyAw .container,
  .cid-uYhN98HyAw .container-fluid,
  .cid-uYhN98HyAw .custom-padding,
  .cid-uYhN98HyAw .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uYhN98HyAw .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-uYhN98HyAw .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-uYhN98HyAw .filter-label {
    flex: 0 0 100% !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #111827 !important;
    background: #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
    line-height: 1.4 !important;
  }
  .cid-uYhN98HyAw .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-uYhN98HyAw .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-uYhN98HyAw .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-uYhN98HyAw .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-uYhN98HyAw .plan-card .overlay-top.modern-overlay,
  .cid-uYhN98HyAw .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-uYhN98HyAw .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-uYhN98HyAw .modern-pill,
  .cid-uYhN98HyAw .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-uYhN98HyAw .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-uYhN98HyAw .faq-shell {
    max-width: 94vw;
  }
  .cid-uYhN98HyAw #faqList,
  .cid-uYhN98HyAw .faq-head {
    max-width: 94vw;
  }
  .cid-uYhN98HyAw .faq-toggle .q {
    font-size: 1rem;
  }
  .cid-uYhN98HyAw .modal.full .modal__body {
    font-size: 170% !important;
    padding: 24px !important;
  }
  .cid-uYhN98HyAw .modal.custom-size .modal__body {
    padding: 22px !important;
  }
  .cid-uYhN98HyAw .modal.custom-size .modal__body .answer {
    font-size: clamp(1rem, 3.5vw, 1.2rem) !important;
  }
}
@media (max-width: 640px) {
  .cid-uYhN98HyAw .desc-modal-content.modern-modal-content {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 3vh auto !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
  .cid-uYhN98HyAw .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-uYhN98HyAw .detail-title {
    font-size: 28px !important;
  }
}
.cid-uYhN98HyAw .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uYhN98HyAw :root {
  --panel: #ffffff;
  --panel-2: #f7fafc;
  --line: #cbd5e1;
  --line-strong: #64748b;
  --ring: #f59e0b;
  --card-radius: 22px;
  --card-border: rgba(255, 255, 255, 0.45);
  --card-shadow-1: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18);
  --slab-bg: rgba(255, 255, 255, 0.92);
  --slab-border: rgba(0, 0, 0, 0.08);
  --badge-bg1: #0f172a;
  --badge-bg2: #1f2937;
  --badge-ring: rgba(255, 255, 255, 0.45);
  --accent: #ffd54a;
  --cardR: 24px;
  --cardEdge: rgba(255, 255, 255, 0.55);
  --cardInner: rgba(255, 255, 255, 0.2);
  --cardShadow1: 0 18px 45px rgba(0, 0, 0, 0.26), 0 6px 16px rgba(0, 0, 0, 0.18);
  --cardShadow2: 0 26px 70px rgba(0, 0, 0, 0.34), 0 12px 22px rgba(0, 0, 0, 0.22);
  --imgStroke: rgba(255, 255, 255, 0.75);
  --imgShadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.18);
  --imgR: 18px;
  --imgShadow1: 0 16px 32px rgba(0, 0, 0, 0.28);
  --imgShadow2: 0 6px 14px rgba(0, 0, 0, 0.18);
  --modal-bg1: #0f172a;
  --modal-bg2: #0b1220;
  --modal-edge: rgba(255, 255, 255, 0.12);
  --modal-inner: rgba(255, 255, 255, 0.06);
  --modal-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35);
  --blb-orange: #c94400;
  --blb-orange-soft: rgba(201, 68, 0, 0.35);
  --blb-dark: #0b0f14;
  --blb-dark-2: #1f2329;
  --blb-dark-3: #2a2e35;
  --blb-text: #f8fafc;
  --blb-text-dim: #cbd5e1;
}
.cid-uYhN98HyAw .modern-selector select,
.cid-uYhN98HyAw .filter-toggle,
.cid-uYhN98HyAw .chip,
.cid-uYhN98HyAw .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-uYhN98HyAw .modern-selector select:focus,
.cid-uYhN98HyAw .filter-toggle:focus-visible,
.cid-uYhN98HyAw .chip:focus-visible,
.cid-uYhN98HyAw .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-uYhN98HyAw .modern-pill,
.cid-uYhN98HyAw .detail-stats .modern-pill {
  background: linear-gradient(180deg, #ffffff, #f5f7fb) !important;
  border: 2px solid var(--line-strong) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(16, 24, 40, 0.08) !important;
}
.cid-uYhN98HyAw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
}
.cid-uYhN98HyAw img:hover {
  transform: scale(1.1) rotate(1deg);
  border-radius: 50%;
  box-shadow: 15px 15px 55px #000;
}
.cid-uYhN98HyAw .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-uYhN98HyAw .card-grid.modern-grid.pattern {
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%), linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}
.cid-uYhN98HyAw .card-grid.modern-grid.minimal {
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-uYhN98HyAw .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.cid-uYhN98HyAw .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-uYhN98HyAw H2 {
  color: #ffffff;
}
.cid-uYhN98HyAw h2.glass {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 5px #000;
  color: #fff;
}
.cid-uYhN98HyAw h2.glass br {
  display: none;
}
.cid-uYhN98HyAw .glass-badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 5px #000;
  color: #fff;
}
.cid-uYhN98HyAw #cardGrid {
  background: rgba(255, 255, 255, 0.25) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.cid-uYhN98HyAw #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-uYhN98HyAw .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-uYhN98HyAw .plans-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(17, 23, 31, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cid-uYhN98HyAw .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-uYhN98HyAw .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-uYhN98HyAw .modern-pillbar::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: var(--slab-bg);
  border-left: 2px solid var(--slab-border);
  border-top: 2px solid var(--slab-border);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cid-uYhN98HyAw .modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 var(--cardEdge), inset 0 -1px 0 var(--cardInner);
}
.cid-uYhN98HyAw .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-uYhN98HyAw .plan-card .modern-title {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
  max-width: calc(52%) !important;
  display: inline-block !important;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.cid-uYhN98HyAw .filter-toggle::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='21' x2='4' y2='14'/><line x1='4' y1='10' x2='4' y2='3'/><line x1='12' y1='21' x2='12' y2='12'/><line x1='12' y1='8' x2='12' y2='3'/><line x1='20' y1='21' x2='20' y2='16'/><line x1='20' y1='12' x2='20' y2='3'/><line x1='1' y1='14' x2='7' y2='14'/><line x1='9' y1='8' x2='15' y2='8'/><line x1='17' y1='16' x2='23' y2='16'/></svg>");
}
.cid-uYhN98HyAw .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-uYhN98HyAw .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-uYhN98HyAw .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-uYhN98HyAw .fullscreen-section .container-fluid,
.cid-uYhN98HyAw .fullscreen-section .media-container-row,
.cid-uYhN98HyAw .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-uYhN98HyAw .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-uYhN98HyAw .desc-modal-content.modern-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.55);
}
.cid-uYhN98HyAw .thumbs img.active {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 213, 74, 0.25);
}
.cid-uYhN98HyAw .desc-modal-content.modern-modal-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 20px 0;
}
.cid-uYhN98HyAw .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-uYhN98HyAw .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-uYhN98HyAw .desc-modal-content.modern-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
@keyframes modalPop {
  from {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cid-uYhN98HyAw .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-uYhN98HyAw .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
}
@media (max-width: 380px) {
  .cid-uYhN98HyAw .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-uYhN98HyAw .plan-card .overlay-top.modern-overlay {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  opacity: 0;
  pointer-events: none;
}
.cid-uYhN98HyAw .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-uYhN98HyAw .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-uYhN98HyAw .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-uYhN98HyAw .mbr-section-title,
.cid-uYhN98HyAw .mbr-section-btn {
  color: #ffffff;
}
.cid-uYhN98HyAw .faq-shell {
  max-width: 860px;
  margin-inline: auto;
}
.cid-uYhN98HyAw .faq-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
  transform: translateY(-4px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f172a !important;
  display: block !important;
}
.cid-uYhN98HyAw .faq-panel.open {
  opacity: 1;
  transform: translateY(0);
  display: block;
  animation: fadeDown .22s ease;
  max-height: 1200px;
}
.cid-uYhN98HyAw .faq-controls {
  gap: 10px;
}
.cid-uYhN98HyAw .btn.ghost {
  padding: .55rem .85rem;
  border-radius: 10px;
}
.cid-uYhN98HyAw .faq-head,
.cid-uYhN98HyAw #faqList {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uYhN98HyAw .faq-card {
  background: #0b1220;
  color: #e5e7eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(2, 8, 23, 0.55);
  overflow: hidden;
  transition: box-shadow 0.15s ease, background 0.2s ease, transform 0.2s ease;
}
.cid-uYhN98HyAw .faq-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(2, 8, 23, 0.6);
}
.cid-uYhN98HyAw .faq-card.active,
.cid-uYhN98HyAw .faq-card:focus-within {
  outline: 2px solid var(--blb-orange) !important;
  box-shadow: 0 26px 60px rgba(2, 8, 23, 0.7), 0 0 0 4px rgba(201, 68, 0, 0.22) !important;
}
.cid-uYhN98HyAw .faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.06));
  color: #f8fafc;
  text-align: left;
  cursor: pointer;
}
.cid-uYhN98HyAw .faq-toggle .q {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .2px;
}
.cid-uYhN98HyAw .faq-toggle .icons {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #0a0f1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  border-color: rgba(201, 68, 0, 0.35) !important;
}
.cid-uYhN98HyAw .faq-toggle .icons svg {
  width: 18px;
  height: 18px;
}
.cid-uYhN98HyAw .faq-toggle[aria-expanded="true"] .plus {
  display: none;
}
.cid-uYhN98HyAw .faq-toggle[aria-expanded="true"] .minus {
  display: block;
}
.cid-uYhN98HyAw .faq-toggle[aria-expanded="false"] .plus {
  display: block;
}
.cid-uYhN98HyAw .faq-toggle[aria-expanded="false"] .minus {
  display: none;
}
.cid-uYhN98HyAw .faq-panel .answer {
  padding: 16px 18px;
}
.cid-uYhN98HyAw .rowtools {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #0b1322;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cid-uYhN98HyAw .rowtools .mini {
  background: #fff;
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: .35rem .6rem;
  font-weight: 600;
}
.cid-uYhN98HyAw .rowtools .mini:hover {
  background: #f8fafc;
}
.cid-uYhN98HyAw .rowtools .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #64748b;
  opacity: .55;
}
.cid-uYhN98HyAw .wysiwyg p {
  margin: 0 0 .75rem;
}
.cid-uYhN98HyAw .wysiwyg a {
  color: #93c5fd;
  text-decoration: underline;
}
.cid-uYhN98HyAw .wysiwyg ul,
.cid-uYhN98HyAw .wysiwyg ol {
  margin: .5rem 0 .75rem 1.25rem;
}
.cid-uYhN98HyAw .wysiwyg h1,
.cid-uYhN98HyAw .wysiwyg h2,
.cid-uYhN98HyAw .wysiwyg h3 {
  margin: .65rem 0 .4rem;
  color: #fff;
}
.cid-uYhN98HyAw #faqList .faq-card {
  opacity: 0;
  transform: translateX(-12px);
}
.cid-uYhN98HyAw #faqList .faq-card:nth-child(n) {
  animation: slideIn .45s ease forwards;
}
.cid-uYhN98HyAw #faqList .faq-card:nth-child(2) {
  animation-delay: .03s;
}
.cid-uYhN98HyAw #faqList .faq-card:nth-child(3) {
  animation-delay: .06s;
}
.cid-uYhN98HyAw #faqList .faq-card:nth-child(4) {
  animation-delay: .09s;
}
.cid-uYhN98HyAw #faqList .faq-card:nth-child(5) {
  animation-delay: .12s;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cid-uYhN98HyAw .modal.full .modal__sheet {
  width: 100vw !important;
  height: 100vh !important;
  max-height: none !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.cid-uYhN98HyAw .modal.full .modal__close {
  font-size: 44px !important;
  padding: 16px 18px !important;
}
.cid-uYhN98HyAw .modal.full .modal__body {
  font-size: 200% !important;
  line-height: 1.6 !important;
  padding: 32px 36px !important;
}
.cid-uYhN98HyAw .modal.full .modal__body .faq-card {
  border-radius: 16px !important;
}
.cid-uYhN98HyAw .modal.full .modal__body .faq-panel {
  max-height: none !important;
}
.cid-uYhN98HyAw .modal.full .wysiwyg,
.cid-uYhN98HyAw .modal.full .wysiwyg * {
  max-width: 100% !important;
}
.cid-uYhN98HyAw .modal.full .wysiwyg img,
.cid-uYhN98HyAw .modal.full .wysiwyg video,
.cid-uYhN98HyAw .modal.full .wysiwyg iframe,
.cid-uYhN98HyAw .modal.full .wysiwyg table {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__sheet {
  width: 75% !important;
  max-width: 75% !important;
  margin-top: 15vh !important;
  height: auto !important;
  max-height: 80vh !important;
  border-radius: 18px !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body,
.cid-uYhN98HyAw .modal.custom-size .modal__body * {
  font-size: 200% !important;
  line-height: 1.6 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body {
  padding: 28px 32px !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body h3 {
  font-size: clamp(1.6rem, 3vw, 2.25rem) !important;
  line-height: 1.25 !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem) !important;
  line-height: 1.6 !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer h1,
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer h2,
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem) !important;
  line-height: 1.35 !important;
  margin: .6rem 0 .4rem !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer p,
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer li {
  margin-bottom: .75rem !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer img,
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer video,
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer iframe,
.cid-uYhN98HyAw .modal.custom-size .modal__body .answer table {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.cid-uYhN98HyAw .modal.custom-size .modal__close {
  font-size: 30px !important;
  padding: 12px 14px !important;
}
.cid-uYhN98HyAw #faqList,
.cid-uYhN98HyAw #faqList *,
.cid-uYhN98HyAw .modal.custom-size .modal__body,
.cid-uYhN98HyAw .modal.custom-size .modal__body * {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-uYhN98HyAw .faq-head.glass {
  border-radius: 35px;
  padding: 24px 32px;
  max-width: 900px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, rgba(78, 78, 78, 0.95), rgba(98, 98, 98, 0.85)) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
}
.cid-uYhN98HyAw .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-uYhN98HyAw .faq-head.glass,
.cid-uYhN98HyAw .glass.faq-head {
  background: linear-gradient(135deg, rgba(11, 15, 20, 0.92), rgba(42, 46, 53, 0.86)) !important;
  border: 2px solid var(--blb-orange-soft) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.65) !important;
  color: var(--blb-text) !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75) !important;
}
.cid-uYhN98HyAw .faq-head.glass h1,
.cid-uYhN98HyAw .faq-head.glass h2,
.cid-uYhN98HyAw .faq-head.glass h3 {
  color: var(--blb-text) !important;
}
.cid-uYhN98HyAw .faq-head.glass .sub,
.cid-uYhN98HyAw .faq-head.glass small,
.cid-uYhN98HyAw .faq-head.glass .muted {
  color: var(--blb-text-dim) !important;
}
.cid-uYhN98HyAw .faq-head.glass input[type="search"],
.cid-uYhN98HyAw .faq-head.glass input[type="text"] {
  background: rgba(15, 23, 42, 0.55) !important;
  color: var(--blb-text) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
}
.cid-uYhN98HyAw .faq-head.glass input[type="search"]::placeholder,
.cid-uYhN98HyAw .faq-head.glass input[type="text"]::placeholder {
  color: rgba(203, 213, 225, 0.75) !important;
}
.cid-uYhN98HyAw .faq-head.glass input[type="search"]:focus,
.cid-uYhN98HyAw .faq-head.glass input[type="text"]:focus {
  outline: none !important;
  border-color: rgba(201, 68, 0, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(201, 68, 0, 0.22) !important;
}
.cid-uYhN98HyAw .faq-head.glass .btn,
.cid-uYhN98HyAw .faq-head.glass button {
  background: rgba(31, 35, 41, 0.75) !important;
  color: var(--blb-text) !important;
  border: 1px solid rgba(201, 68, 0, 0.45) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35) !important;
}
.cid-uYhN98HyAw .faq-head.glass .btn:hover,
.cid-uYhN98HyAw .faq-head.glass button:hover {
  background: rgba(201, 68, 0, 0.18) !important;
  border-color: rgba(201, 68, 0, 0.75) !important;
}
.cid-uYhN98HyAw header.faq-head.glass h2.title,
.cid-uYhN98HyAw header.faq-head.glass h2.title * {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75) !important;
}
.cid-uYhN98HyAw header.faq-head.glass {
  color: #ffffff !important;
  opacity: 1 !important;
}
.cid-uYhN98HyAw header.faq-head.glass .mbr-white,
.cid-uYhN98HyAw header.faq-head.glass .mbr-text,
.cid-uYhN98HyAw header.faq-head.glass .mbr-section-title {
  color: #ffffff !important;
  opacity: 1 !important;
}
.cid-uYhMPoC8cy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uYhNtgsRFp {
  line-height: 1.15;
}
.cid-uYhNtgsRFp .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uYhNtgsRFp .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYhNtgsRFp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYhNtgsRFp .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uYhNtgsRFp .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uYhNtgsRFp .dropdown-menu.show {
  opacity: 1;
}
.cid-uYhNtgsRFp .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uYhNtgsRFp .mbr-iconfont {
  cursor: pointer;
}
.cid-uYhNtgsRFp .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uYhNtgsRFp .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uYhNtgsRFp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYhNtgsRFp .location-title {
  margin: 0;
  color: #000000;
}
.cid-uYhNtgsRFp .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uYhNtgsRFp .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;
  overflow: visible;
}
.cid-uYhNtgsRFp .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;
  overflow: visible;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYhNtgsRFp .menu-content-top {
  background: #e0b355;
  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-uYhNtgsRFp .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uYhNtgsRFp .dropdown-item,
.cid-uYhNtgsRFp .nav-link,
.cid-uYhNtgsRFp .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uYhNtgsRFp .dropdown-item:hover,
.cid-uYhNtgsRFp .nav-link:hover,
.cid-uYhNtgsRFp .brand-name:hover {
  color: #232323 !important;
}
.cid-uYhNtgsRFp .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uYhNtgsRFp .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uYhNtgsRFp .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .content-text {
  margin-bottom: 0;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uYhNtgsRFp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYhNtgsRFp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYhNtgsRFp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhNtgsRFp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYhNtgsRFp .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhNtgsRFp .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uYhNtgsRFp .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYhNtgsRFp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYhNtgsRFp .content-right-side {
  text-align: center;
}
.cid-uYhNtgsRFp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYhNtgsRFp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYhNtgsRFp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uYhNtgsRFp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYhNtgsRFp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYhNtgsRFp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYhNtgsRFp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYhNtgsRFp .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYhNtgsRFp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYhNtgsRFp .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uYhNtgsRFp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhNtgsRFp .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYhNtgsRFp .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYhNtgsRFp .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYhNtgsRFp .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-uYhNtgsRFp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYhNtgsRFp .navbar-toggler {
    display: none;
  }
  .cid-uYhNtgsRFp .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uYhNtgsRFp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYhNtgsRFp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYhNtgsRFp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYhNtgsRFp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYhNtgsRFp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYhNtgsRFp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYhNtgsRFp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYhNtgsRFp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYhNtgsRFp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYhNtgsRFp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYhNtgsRFp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYhNtgsRFp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYhNtgsRFp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uYhNtgsRFp button.navbar-toggler:focus {
  outline: none;
}
.cid-uYhNtgsRFp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYhNtgsRFp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYhNtgsRFp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhNtgsRFp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYhNtgsRFp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYhNtgsRFp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhNtgsRFp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYhNtgsRFp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYhNtgsRFp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYhNtgsRFp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYhNtgsRFp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYhNtgsRFp .collapsed .btn {
  display: flex;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse.collapsing,
.cid-uYhNtgsRFp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYhNtgsRFp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYhNtgsRFp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYhNtgsRFp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYhNtgsRFp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYhNtgsRFp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYhNtgsRFp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYhNtgsRFp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYhNtgsRFp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYhNtgsRFp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYhNtgsRFp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYhNtgsRFp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYhNtgsRFp .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-uYhNtgsRFp .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uYhNtgsRFp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uYhNtgsRFp .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-uYhNtgsRFp .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uYhNtgsRFp .navbar-collapse.collapsing,
  .cid-uYhNtgsRFp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .navbar-nav,
  .cid-uYhNtgsRFp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYhNtgsRFp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYhNtgsRFp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYhNtgsRFp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYhNtgsRFp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYhNtgsRFp img {
    height: 3.8rem !important;
  }
  .cid-uYhNtgsRFp .btn {
    display: flex;
  }
  .cid-uYhNtgsRFp button.navbar-toggler {
    display: block;
  }
  .cid-uYhNtgsRFp .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uYhNtgsRFp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhNtgsRFp .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uYhNtgsRFp .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-uYhNtgsRFp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYhNtgsRFp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYhNtgsRFp .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-uYhNtgsRFp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYhNtgsRFp .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-uYhNtgsRFp .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uYhNtgsRFp .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uYhNtgsRFp .navbar-toggler {
    order: 1;
  }
  .cid-uYhNtgsRFp .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uYhNtgsRFp .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uYhNtgsRFp .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .nav-item,
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .navbar-buttons,
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uYhNtgsRFp .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uYhNtgsRFp .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uYhNtgsRFp .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uYhNtgsRFp .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uYhNtgsRFp .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uYhNtgsRFp .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uYhNtgsRFp .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uYhNtgsRFp .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uYhNtgsRFp .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uYhNtgsRFp .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-logo img,
  .cid-uYhNtgsRFp .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uYhNtgsRFp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uYhNtgsRFp .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uYhNtgsRFp .navbar-toggler {
  position: relative;
}
.cid-uYhNtgsRFp .dropdown-item.active,
.cid-uYhNtgsRFp .dropdown-item:active {
  color: initial;
}
.cid-uYhNtgsRFp .widget-title,
.cid-uYhNtgsRFp .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uYhNtgsRFp .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uYhNtgsRFp .menu-logo {
    display: none;
  }
  .cid-uYhNtgsRFp .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uYhNtgsRFp .nav-item:before {
    content: none;
  }
  .cid-uYhNtgsRFp .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uYhNtgsRFp .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYhNtgsRFp button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uYhNtgsRFp .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uYhNtgsRFp .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uYhNtgsRFp .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uYhNtgsRFp .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uYhNtgsRFp .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uYhNtgsRFp .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uYhNtgsRFp .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uYhNtgsRFp .menu-content-top,
  .cid-uYhNtgsRFp .menu-content-right {
    z-index: 0;
  }
}
.cid-uYhNtgsRFp .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uYhNtgsRFp .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uYhNtgsRFp .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhNtgsRFp .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYhNtgsRFp .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYhNtgsRFp .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uYhNtgsRFp .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYhNtgsRFp .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uYhNtgsRFp .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uYhNtgsRFp .navbar-logo img,
.cid-uYhNtgsRFp .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-logo,
.cid-uYhNtgsRFp .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand .navbar-logo img,
.cid-uYhNtgsRFp .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uYhNtgsRFp .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uYhNtgsRFp .navbar.navbar-short .navbar-logo img,
.cid-uYhNtgsRFp .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uYhNB3b1Qt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-life-of-pix-8892.webp");
}
.cid-uYhNB3b1Qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhNB3b1Qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhNB3b1Qt .mbr-section-title {
  color: #ffffff;
}
.cid-uYhNB3b1Qt .mbr-section-subtitle {
  color: #4a1448;
}
.cid-uYhNB3b1Qt .ts-blog-grid {
  row-gap: 2.5rem;
}
.cid-uYhNB3b1Qt .ts-blog-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  border: 3px solid #0c2c68;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cid-uYhNB3b1Qt .ts-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.cid-uYhNB3b1Qt .ts-card-img-wrap {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYhNB3b1Qt .ts-card-img-wrap img {
  width: 100%;
  max-width: 400px;
  max-height: 260px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.cid-uYhNB3b1Qt .ts-blog-card:hover .ts-card-img-wrap img {
  transform: scale(1.06);
}
.cid-uYhNB3b1Qt .ts-blog-card-body {
  padding: 22px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uYhNB3b1Qt .ts-card-date {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
}
.cid-uYhNB3b1Qt .ts-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #27272a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.cid-uYhNB3b1Qt .ts-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6368;
  margin-bottom: 18px;
  flex: 1 1 auto;
  text-indent: 0.75em;
  text-align: left;
}
.cid-uYhNB3b1Qt .ts-read-more {
  background-color: #0c2c68;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.2s ease;
}
.cid-uYhNB3b1Qt .ts-read-more:hover {
  background-color: #1f6463;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.cid-uYhNB3b1Qt .blog-content-wrapper a,
.cid-uYhNB3b1Qt .ts-card-text a {
  color: #0c2c68 !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid rgba(12, 44, 104, 0.3);
  transition: all 0.2s ease;
}
.cid-uYhNB3b1Qt .blog-content-wrapper a:hover,
.cid-uYhNB3b1Qt .ts-card-text a:hover {
  color: #1f6463 !important;
  border-bottom-color: #0c2c68;
}
.cid-uYhNB3b1Qt .blog-content-wrapper img {
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  object-fit: contain;
}
.cid-uYhNB3b1Qt .blog-content-wrapper p {
  text-indent: 0.75em;
  margin-bottom: 16px;
}
.cid-uYhNB3b1Qt .ts-blog-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 180px 20px 220px 20px;
  overflow-y: auto;
}
.cid-uYhNB3b1Qt .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cid-uYhNB3b1Qt .ts-modal-dialog {
  position: relative;
  max-width: 920px;
  width: 100%;
  max-height: calc(-240vh);
  margin: 0 auto;
  border-radius: 28px;
  padding: 0;
  border: 4px solid #0c2c68;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: visible;
}
.cid-uYhNB3b1Qt .ts-modal-inner {
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uYhNB3b1Qt .ts-modal-header {
  padding: 20px 28px 18px 28px;
  background: #f3f6fb;
  border-bottom: 2px solid #d3dce8;
  flex-shrink: 0;
}
.cid-uYhNB3b1Qt .ts-modal-header .ts-modal-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
  color: rgba(12, 44, 104, 0.6);
  font-weight: 600;
}
.cid-uYhNB3b1Qt .ts-modal-header .ts-modal-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #0c2c68;
  line-height: 1.3;
}
.cid-uYhNB3b1Qt .ts-modal-scroll-container {
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #0c2c68 rgba(255, 255, 255, 0.1);
}
.cid-uYhNB3b1Qt .ts-modal-scroll-container::-webkit-scrollbar {
  width: 12px;
}
.cid-uYhNB3b1Qt .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.cid-uYhNB3b1Qt .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background-color: #0c2c68;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.cid-uYhNB3b1Qt .ts-modal-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #07193a;
}
.cid-uYhNB3b1Qt .ts-modal-content-box {
  background: #ffffff;
  border: 2px solid rgba(12, 44, 104, 0.52);
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cid-uYhNB3b1Qt .ts-modal-image {
  display: block;
  width: 100%;
  max-width: 500px;
  max-height: 350px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 24px auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.cid-uYhNB3b1Qt .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-uYhNB3b1Qt .ts-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 100001;
  border: none;
  background: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #0c2c68;
}
.cid-uYhNB3b1Qt .ts-modal-close:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}
@keyframes blogTextFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blogTextType {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.cid-uYhNB3b1Qt .ts-modal-body p {
  opacity: 0;
  animation: blogTextFadeIn 0.25s ease-out forwards, blogTextType 0.4s steps(20) forwards;
}
.cid-uYhNB3b1Qt .ts-modal-body p:nth-child(1) {
  animation-delay: 0.15s, 0.15s;
}
.cid-uYhNB3b1Qt .ts-modal-body p:nth-child(2) {
  animation-delay: 0.30s, 0.30s;
}
.cid-uYhNB3b1Qt .ts-modal-body p:nth-child(3) {
  animation-delay: 0.45s, 0.45s;
}
.cid-uYhNB3b1Qt .ts-modal-body p:nth-child(4) {
  animation-delay: 0.60s, 0.60s;
}
@media (max-width: 768px) {
  .cid-uYhNB3b1Qt .ts-blog-modal {
    padding: 90px 15px 220px 15px;
    overflow-y: auto;
  }
  .cid-uYhNB3b1Qt .ts-modal-dialog {
    max-height: calc(-210vh);
    border-radius: 22px;
    border-width: 3px;
  }
  .cid-uYhNB3b1Qt .ts-modal-inner {
    border-radius: 19px;
  }
  .cid-uYhNB3b1Qt .ts-modal-header {
    padding: 16px 20px 14px 20px;
  }
  .cid-uYhNB3b1Qt .ts-modal-header .ts-modal-title {
    font-size: 22px;
  }
  .cid-uYhNB3b1Qt .ts-modal-scroll-container {
    padding: 18px;
  }
  .cid-uYhNB3b1Qt .ts-modal-content-box {
    padding: 22px 24px;
    border-radius: 14px;
  }
  .cid-uYhNB3b1Qt .ts-modal-body {
    font-size: 16px;
  }
  .cid-uYhNB3b1Qt .ts-modal-close {
    top: 24px;
    right: 16px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .cid-uYhNB3b1Qt .ts-card-title {
    font-size: 18px;
  }
  .cid-uYhNB3b1Qt .ts-card-text {
    font-size: 14px;
  }
}
.cid-uYhNB3b1Qt .faq-head.glass {
  border-radius: 35px;
  padding: 24px 32px;
  max-width: 900px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.85)) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
}
.cid-uYhNB3b1Qt .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-uYhNth2y4s {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uYjJ5iahqt {
  line-height: 1.15;
}
.cid-uYjJ5iahqt .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uYjJ5iahqt .navbar-fixed-top {
  padding-top: 0;
}
.cid-uYjJ5iahqt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uYjJ5iahqt .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uYjJ5iahqt .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uYjJ5iahqt .dropdown-menu.show {
  opacity: 1;
}
.cid-uYjJ5iahqt .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uYjJ5iahqt .mbr-iconfont {
  cursor: pointer;
}
.cid-uYjJ5iahqt .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uYjJ5iahqt .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uYjJ5iahqt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uYjJ5iahqt .location-title {
  margin: 0;
  color: #000000;
}
.cid-uYjJ5iahqt .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uYjJ5iahqt .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;
  overflow: visible;
}
.cid-uYjJ5iahqt .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;
  overflow: visible;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYjJ5iahqt .menu-content-top {
  background: #e0b355;
  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-uYjJ5iahqt .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uYjJ5iahqt .dropdown-item,
.cid-uYjJ5iahqt .nav-link,
.cid-uYjJ5iahqt .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uYjJ5iahqt .dropdown-item:hover,
.cid-uYjJ5iahqt .nav-link:hover,
.cid-uYjJ5iahqt .brand-name:hover {
  color: #232323 !important;
}
.cid-uYjJ5iahqt .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uYjJ5iahqt .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uYjJ5iahqt .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .content-text {
  margin-bottom: 0;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uYjJ5iahqt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uYjJ5iahqt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uYjJ5iahqt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjJ5iahqt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uYjJ5iahqt .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYjJ5iahqt .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uYjJ5iahqt .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uYjJ5iahqt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uYjJ5iahqt .content-right-side {
  text-align: center;
}
.cid-uYjJ5iahqt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uYjJ5iahqt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uYjJ5iahqt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uYjJ5iahqt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYjJ5iahqt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uYjJ5iahqt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uYjJ5iahqt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uYjJ5iahqt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uYjJ5iahqt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uYjJ5iahqt .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uYjJ5iahqt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjJ5iahqt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uYjJ5iahqt .navbar {
    display: block;
    padding: 0;
  }
  .cid-uYjJ5iahqt .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uYjJ5iahqt .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-uYjJ5iahqt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uYjJ5iahqt .navbar-toggler {
    display: none;
  }
  .cid-uYjJ5iahqt .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uYjJ5iahqt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uYjJ5iahqt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYjJ5iahqt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uYjJ5iahqt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uYjJ5iahqt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYjJ5iahqt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYjJ5iahqt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYjJ5iahqt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uYjJ5iahqt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYjJ5iahqt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYjJ5iahqt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYjJ5iahqt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYjJ5iahqt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uYjJ5iahqt button.navbar-toggler:focus {
  outline: none;
}
.cid-uYjJ5iahqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYjJ5iahqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYjJ5iahqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjJ5iahqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYjJ5iahqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYjJ5iahqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjJ5iahqt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYjJ5iahqt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYjJ5iahqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYjJ5iahqt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYjJ5iahqt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYjJ5iahqt .collapsed .btn {
  display: flex;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse.collapsing,
.cid-uYjJ5iahqt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYjJ5iahqt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYjJ5iahqt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYjJ5iahqt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYjJ5iahqt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uYjJ5iahqt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYjJ5iahqt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uYjJ5iahqt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uYjJ5iahqt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYjJ5iahqt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uYjJ5iahqt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYjJ5iahqt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYjJ5iahqt .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-uYjJ5iahqt .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uYjJ5iahqt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uYjJ5iahqt .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-uYjJ5iahqt .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uYjJ5iahqt .navbar-collapse.collapsing,
  .cid-uYjJ5iahqt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .navbar-nav,
  .cid-uYjJ5iahqt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYjJ5iahqt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYjJ5iahqt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYjJ5iahqt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYjJ5iahqt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYjJ5iahqt img {
    height: 3.8rem !important;
  }
  .cid-uYjJ5iahqt .btn {
    display: flex;
  }
  .cid-uYjJ5iahqt button.navbar-toggler {
    display: block;
  }
  .cid-uYjJ5iahqt .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uYjJ5iahqt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjJ5iahqt .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uYjJ5iahqt .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-uYjJ5iahqt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYjJ5iahqt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYjJ5iahqt .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-uYjJ5iahqt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uYjJ5iahqt .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-uYjJ5iahqt .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uYjJ5iahqt .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uYjJ5iahqt .navbar-toggler {
    order: 1;
  }
  .cid-uYjJ5iahqt .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uYjJ5iahqt .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uYjJ5iahqt .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .nav-item,
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .navbar-buttons,
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uYjJ5iahqt .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uYjJ5iahqt .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uYjJ5iahqt .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uYjJ5iahqt .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uYjJ5iahqt .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uYjJ5iahqt .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uYjJ5iahqt .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uYjJ5iahqt .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uYjJ5iahqt .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uYjJ5iahqt .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-logo img,
  .cid-uYjJ5iahqt .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uYjJ5iahqt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uYjJ5iahqt .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uYjJ5iahqt .navbar-toggler {
  position: relative;
}
.cid-uYjJ5iahqt .dropdown-item.active,
.cid-uYjJ5iahqt .dropdown-item:active {
  color: initial;
}
.cid-uYjJ5iahqt .widget-title,
.cid-uYjJ5iahqt .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uYjJ5iahqt .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uYjJ5iahqt .menu-logo {
    display: none;
  }
  .cid-uYjJ5iahqt .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uYjJ5iahqt .nav-item:before {
    content: none;
  }
  .cid-uYjJ5iahqt .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uYjJ5iahqt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYjJ5iahqt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uYjJ5iahqt .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uYjJ5iahqt .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uYjJ5iahqt .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uYjJ5iahqt .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uYjJ5iahqt .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uYjJ5iahqt .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uYjJ5iahqt .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uYjJ5iahqt .menu-content-top,
  .cid-uYjJ5iahqt .menu-content-right {
    z-index: 0;
  }
}
.cid-uYjJ5iahqt .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uYjJ5iahqt .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uYjJ5iahqt .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYjJ5iahqt .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uYjJ5iahqt .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uYjJ5iahqt .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uYjJ5iahqt .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYjJ5iahqt .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uYjJ5iahqt .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uYjJ5iahqt .navbar-logo img,
.cid-uYjJ5iahqt .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-logo,
.cid-uYjJ5iahqt .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand .navbar-logo img,
.cid-uYjJ5iahqt .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uYjJ5iahqt .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uYjJ5iahqt .navbar.navbar-short .navbar-logo img,
.cid-uYjJ5iahqt .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uYjJh2PtUW {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/img-086120-20copy-2000x1178.jpg");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYjJh2PtUW {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYjJh2PtUW {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYjJh2PtUW {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uYjJh2PtUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjJh2PtUW .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uYjJh2PtUW .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYjJh2PtUW .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYjJh2PtUW .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYjJh2PtUW .container {
    padding: 0 20px;
  }
}
.cid-uYjJh2PtUW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYjJh2PtUW .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYjJh2PtUW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYjJh2PtUW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYjJh2PtUW .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYjJh2PtUW .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uYjJh2PtUW .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYjJh2PtUW .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uYjJh2PtUW .mbr-section-title {
  color: #c2b299;
}
.cid-uYjJh2PtUW .mbr-text {
  color: #ededed;
}
.cid-uYjJh2PtUW img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uYjJh2PtUW img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uYjJh2PtUW .glass {
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 15px 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cid-uYjJh2PtUW .mbr-section-title,
.cid-uYjJh2PtUW .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uYjJh2PtUW .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uYjJh2PtUW .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uYjJh2PtUW section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uYjJh2PtUW section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uYjJh2PtUW section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uYjJh2PtUW section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uYjJETQ7Xm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-uYjJETQ7Xm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uYjJETQ7Xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYjJETQ7Xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYjJETQ7Xm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uYjJETQ7Xm .content-wrap .card {
  justify-content: space-between;
}
.cid-uYjJETQ7Xm .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uYjJETQ7Xm .content-wrapper {
    padding: 0;
  }
}
.cid-uYjJETQ7Xm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYjJETQ7Xm .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-uYjJETQ7Xm .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uYjJETQ7Xm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uYjJETQ7Xm .mbr-desc,
.cid-uYjJETQ7Xm .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1J9RrwzFc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1J9RrwzFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1J9RrwzFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1J9RrwzFc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1J9RrwzFc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1J9RrwzFc .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-v1J9RrwzFc .content-head {
  max-width: 800px;
}
.cid-v1J9RrwzFc .mbr-section-title {
  color: #42718b;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v1J9RrwzFc .item {
  opacity: 0;
  transform: translateX(-80px);
  animation: slideInLeft 0.6s ease-out forwards;
}
.cid-v1J9RrwzFc .item:nth-of-type(1) {
  animation-delay: 0.15s;
}
.cid-v1J9RrwzFc .item:nth-of-type(2) {
  animation-delay: 0.30s;
}
.cid-v1J9RrwzFc .item:nth-of-type(3) {
  animation-delay: 0.45s;
}
.cid-v1J9RrwzFc .item:nth-of-type(4) {
  animation-delay: 0.60s;
}
.cid-v1J9RrwzFc .item:nth-of-type(5) {
  animation-delay: 0.75s;
}
.cid-v1J9RrwzFc .item:nth-of-type(6) {
  animation-delay: 0.90s;
}
.cid-v1J9RrwzFc .item:nth-of-type(7) {
  animation-delay: 1.05s;
}
.cid-v1J9RrwzFc .item:nth-of-type(8) {
  animation-delay: 1.20s;
}
.cid-v1J9RrwzFc .item:nth-of-type(9) {
  animation-delay: 1.35s;
}
.cid-v1J9RrwzFc .item:nth-of-type(10) {
  animation-delay: 1.50s;
}
.cid-v1J9RrwzFc .item:nth-of-type(11) {
  animation-delay: 1.65s;
}
.cid-v1J9RrwzFc .item:nth-of-type(12) {
  animation-delay: 1.80s;
}
.cid-v1J9YZF8MP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #42718b;
}
.cid-v1J9YZF8MP .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-v1J9YZF8MP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1J9YZF8MP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1J9YZF8MP .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v1J9YZF8MP .content-wrap .card {
  justify-content: space-between;
}
.cid-v1J9YZF8MP .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v1J9YZF8MP .content-wrapper {
    padding: 0;
  }
}
.cid-v1J9YZF8MP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1J9YZF8MP .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-v1J9YZF8MP .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v1J9YZF8MP .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v1J9YZF8MP .mbr-desc,
.cid-v1J9YZF8MP .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1J9Xnh9MQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1J9Xnh9MQ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-v1J9Xnh9MQ .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v1J9Xnh9MQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1J9Xnh9MQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1J9Xnh9MQ b,
.cid-v1J9Xnh9MQ strong {
  font-weight: 900;
}
.cid-v1J9Xnh9MQ img,
.cid-v1J9Xnh9MQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1J9Xnh9MQ .item:focus,
.cid-v1J9Xnh9MQ span:focus {
  outline: none;
}
.cid-v1J9Xnh9MQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v1J9Xnh9MQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1J9Xnh9MQ .mbr-section-title {
  color: #42718b;
}
.cid-v1J9Xnh9MQ .mbr-text,
.cid-v1J9Xnh9MQ .mbr-section-btn {
  text-align: center;
}
.cid-v1J9Xnh9MQ .item-title {
  text-align: center;
  color: #42718b;
}
.cid-v1J9Xnh9MQ .item-subtitle {
  text-align: center;
  color: #42718b;
}
.cid-v1J9Xnh9MQ .item-img {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.cid-v1J9Xnh9MQ img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cid-v1J9Xnh9MQ .mbr-section-subtitle {
  color: #003d56;
}
.cid-uYjJ5iNkcy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uZI1gvqaEO {
  line-height: 1.15;
}
.cid-uZI1gvqaEO .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uZI1gvqaEO .navbar-fixed-top {
  padding-top: 0;
}
.cid-uZI1gvqaEO .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZI1gvqaEO .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uZI1gvqaEO .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uZI1gvqaEO .dropdown-menu.show {
  opacity: 1;
}
.cid-uZI1gvqaEO .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uZI1gvqaEO .mbr-iconfont {
  cursor: pointer;
}
.cid-uZI1gvqaEO .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uZI1gvqaEO .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uZI1gvqaEO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZI1gvqaEO .location-title {
  margin: 0;
  color: #000000;
}
.cid-uZI1gvqaEO .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uZI1gvqaEO .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;
  overflow: visible;
}
.cid-uZI1gvqaEO .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;
  overflow: visible;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZI1gvqaEO .menu-content-top {
  background: #e0b355;
  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-uZI1gvqaEO .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uZI1gvqaEO .dropdown-item,
.cid-uZI1gvqaEO .nav-link,
.cid-uZI1gvqaEO .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uZI1gvqaEO .dropdown-item:hover,
.cid-uZI1gvqaEO .nav-link:hover,
.cid-uZI1gvqaEO .brand-name:hover {
  color: #232323 !important;
}
.cid-uZI1gvqaEO .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uZI1gvqaEO .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uZI1gvqaEO .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .content-text {
  margin-bottom: 0;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uZI1gvqaEO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZI1gvqaEO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZI1gvqaEO .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZI1gvqaEO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZI1gvqaEO .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZI1gvqaEO .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uZI1gvqaEO .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZI1gvqaEO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZI1gvqaEO .content-right-side {
  text-align: center;
}
.cid-uZI1gvqaEO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZI1gvqaEO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZI1gvqaEO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uZI1gvqaEO .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZI1gvqaEO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZI1gvqaEO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZI1gvqaEO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZI1gvqaEO .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uZI1gvqaEO .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uZI1gvqaEO .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uZI1gvqaEO .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZI1gvqaEO .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uZI1gvqaEO .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZI1gvqaEO .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZI1gvqaEO .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-uZI1gvqaEO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uZI1gvqaEO .navbar-toggler {
    display: none;
  }
  .cid-uZI1gvqaEO .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uZI1gvqaEO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uZI1gvqaEO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZI1gvqaEO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZI1gvqaEO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZI1gvqaEO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZI1gvqaEO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZI1gvqaEO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZI1gvqaEO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uZI1gvqaEO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZI1gvqaEO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZI1gvqaEO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZI1gvqaEO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZI1gvqaEO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uZI1gvqaEO button.navbar-toggler:focus {
  outline: none;
}
.cid-uZI1gvqaEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZI1gvqaEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZI1gvqaEO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI1gvqaEO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI1gvqaEO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZI1gvqaEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI1gvqaEO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZI1gvqaEO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZI1gvqaEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI1gvqaEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZI1gvqaEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZI1gvqaEO .collapsed .btn {
  display: flex;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse.collapsing,
.cid-uZI1gvqaEO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZI1gvqaEO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZI1gvqaEO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZI1gvqaEO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZI1gvqaEO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZI1gvqaEO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZI1gvqaEO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZI1gvqaEO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZI1gvqaEO .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZI1gvqaEO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uZI1gvqaEO .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZI1gvqaEO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZI1gvqaEO .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-uZI1gvqaEO .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uZI1gvqaEO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uZI1gvqaEO .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-uZI1gvqaEO .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uZI1gvqaEO .navbar-collapse.collapsing,
  .cid-uZI1gvqaEO .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .navbar-nav,
  .cid-uZI1gvqaEO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZI1gvqaEO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZI1gvqaEO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZI1gvqaEO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZI1gvqaEO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZI1gvqaEO img {
    height: 3.8rem !important;
  }
  .cid-uZI1gvqaEO .btn {
    display: flex;
  }
  .cid-uZI1gvqaEO button.navbar-toggler {
    display: block;
  }
  .cid-uZI1gvqaEO .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uZI1gvqaEO .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZI1gvqaEO .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uZI1gvqaEO .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-uZI1gvqaEO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZI1gvqaEO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZI1gvqaEO .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-uZI1gvqaEO .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZI1gvqaEO .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-uZI1gvqaEO .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uZI1gvqaEO .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uZI1gvqaEO .navbar-toggler {
    order: 1;
  }
  .cid-uZI1gvqaEO .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uZI1gvqaEO .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uZI1gvqaEO .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .nav-item,
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .navbar-buttons,
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uZI1gvqaEO .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uZI1gvqaEO .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uZI1gvqaEO .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uZI1gvqaEO .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uZI1gvqaEO .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uZI1gvqaEO .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uZI1gvqaEO .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uZI1gvqaEO .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uZI1gvqaEO .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uZI1gvqaEO .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-logo img,
  .cid-uZI1gvqaEO .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uZI1gvqaEO .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uZI1gvqaEO .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uZI1gvqaEO .navbar-toggler {
  position: relative;
}
.cid-uZI1gvqaEO .dropdown-item.active,
.cid-uZI1gvqaEO .dropdown-item:active {
  color: initial;
}
.cid-uZI1gvqaEO .widget-title,
.cid-uZI1gvqaEO .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uZI1gvqaEO .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uZI1gvqaEO .menu-logo {
    display: none;
  }
  .cid-uZI1gvqaEO .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uZI1gvqaEO .nav-item:before {
    content: none;
  }
  .cid-uZI1gvqaEO .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uZI1gvqaEO .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZI1gvqaEO button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gvqaEO .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uZI1gvqaEO .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uZI1gvqaEO .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uZI1gvqaEO .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uZI1gvqaEO .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uZI1gvqaEO .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uZI1gvqaEO .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uZI1gvqaEO .menu-content-top,
  .cid-uZI1gvqaEO .menu-content-right {
    z-index: 0;
  }
}
.cid-uZI1gvqaEO .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uZI1gvqaEO .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uZI1gvqaEO .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZI1gvqaEO .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZI1gvqaEO .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZI1gvqaEO .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uZI1gvqaEO .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uZI1gvqaEO .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uZI1gvqaEO .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uZI1gvqaEO .navbar-logo img,
.cid-uZI1gvqaEO .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-logo,
.cid-uZI1gvqaEO .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand .navbar-logo img,
.cid-uZI1gvqaEO .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uZI1gvqaEO .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uZI1gvqaEO .navbar.navbar-short .navbar-logo img,
.cid-uZI1gvqaEO .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uZI1gvPRnS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rysehomes-5.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gvPRnS {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gvPRnS {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gvPRnS {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uZI1gvPRnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gvPRnS .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gvPRnS .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gvPRnS .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gvPRnS .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uZI1gvPRnS .container {
    padding: 0 20px;
  }
}
.cid-uZI1gvPRnS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZI1gvPRnS .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZI1gvPRnS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gvPRnS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZI1gvPRnS .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gvPRnS .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZI1gvPRnS .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZI1gvPRnS .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uZI1gvPRnS .mbr-section-title {
  color: #c2b299;
}
.cid-uZI1gvPRnS .mbr-text {
  color: #ededed;
}
.cid-uZI1gvPRnS img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uZI1gvPRnS img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uZI1gvPRnS .glass {
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 15px 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cid-uZI1gvPRnS .mbr-section-title,
.cid-uZI1gvPRnS .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uZI1gvPRnS .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uZI1gvPRnS .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uZI1gvPRnS section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uZI1gvPRnS section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gvPRnS section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gvPRnS section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uZI1gw6xUo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffa600;
}
.cid-uZI1gw6xUo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uZI1gw6xUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gw6xUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI1gw6xUo .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uZI1gw6xUo .content-wrap .card {
  justify-content: space-between;
}
.cid-uZI1gw6xUo .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uZI1gw6xUo .content-wrapper {
    padding: 0;
  }
}
.cid-uZI1gw6xUo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZI1gw6xUo .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-uZI1gw6xUo .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uZI1gw6xUo .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uZI1gw6xUo .mbr-desc,
.cid-uZI1gw6xUo .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZI1gwllLa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rysehomes-7.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gwllLa {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gwllLa {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gwllLa {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uZI1gwllLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gwllLa .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gwllLa .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gwllLa .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gwllLa .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uZI1gwllLa .container {
    padding: 0 20px;
  }
}
.cid-uZI1gwllLa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZI1gwllLa .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZI1gwllLa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gwllLa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZI1gwllLa .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gwllLa .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZI1gwllLa .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZI1gwllLa .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uZI1gwllLa .mbr-section-title {
  color: #c2b299;
}
.cid-uZI1gwllLa .mbr-text {
  color: #ededed;
}
.cid-uZI1gwllLa img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uZI1gwllLa img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uZI1gwllLa .glass {
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 15px 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cid-uZI1gwllLa .mbr-section-title,
.cid-uZI1gwllLa .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uZI1gwllLa .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uZI1gwllLa .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uZI1gwllLa section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uZI1gwllLa section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gwllLa section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gwllLa section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uZI1gwCKtA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffa600;
}
.cid-uZI1gwCKtA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uZI1gwCKtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gwCKtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI1gwCKtA .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uZI1gwCKtA .content-wrap .card {
  justify-content: space-between;
}
.cid-uZI1gwCKtA .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uZI1gwCKtA .content-wrapper {
    padding: 0;
  }
}
.cid-uZI1gwCKtA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZI1gwCKtA .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-uZI1gwCKtA .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uZI1gwCKtA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uZI1gwCKtA .mbr-desc,
.cid-uZI1gwCKtA .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZI1gwTdrd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rysehomes-3.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gwTdrd {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gwTdrd {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gwTdrd {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uZI1gwTdrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gwTdrd .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gwTdrd .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gwTdrd .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gwTdrd .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uZI1gwTdrd .container {
    padding: 0 20px;
  }
}
.cid-uZI1gwTdrd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZI1gwTdrd .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZI1gwTdrd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gwTdrd .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZI1gwTdrd .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gwTdrd .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZI1gwTdrd .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZI1gwTdrd .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uZI1gwTdrd .mbr-section-title {
  color: #c2b299;
}
.cid-uZI1gwTdrd .mbr-text {
  color: #ededed;
}
.cid-uZI1gwTdrd img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uZI1gwTdrd img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uZI1gwTdrd .glass {
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 15px 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cid-uZI1gwTdrd .mbr-section-title,
.cid-uZI1gwTdrd .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uZI1gwTdrd .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uZI1gwTdrd .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uZI1gwTdrd section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uZI1gwTdrd section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gwTdrd section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gwTdrd section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uZI1gxcV1F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffa600;
}
.cid-uZI1gxcV1F .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uZI1gxcV1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gxcV1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI1gxcV1F .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uZI1gxcV1F .content-wrap .card {
  justify-content: space-between;
}
.cid-uZI1gxcV1F .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uZI1gxcV1F .content-wrapper {
    padding: 0;
  }
}
.cid-uZI1gxcV1F .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZI1gxcV1F .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-uZI1gxcV1F .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uZI1gxcV1F .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uZI1gxcV1F .mbr-desc,
.cid-uZI1gxcV1F .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZI1gxuGpU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/example-21.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gxuGpU {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gxuGpU {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gxuGpU {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uZI1gxuGpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1gxuGpU .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uZI1gxuGpU .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gxuGpU .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gxuGpU .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uZI1gxuGpU .container {
    padding: 0 20px;
  }
}
.cid-uZI1gxuGpU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZI1gxuGpU .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZI1gxuGpU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gxuGpU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZI1gxuGpU .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZI1gxuGpU .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZI1gxuGpU .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZI1gxuGpU .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uZI1gxuGpU .mbr-section-title {
  color: #c2b299;
}
.cid-uZI1gxuGpU .mbr-text {
  color: #ededed;
}
.cid-uZI1gxuGpU img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uZI1gxuGpU img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uZI1gxuGpU .glass {
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 15px 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.cid-uZI1gxuGpU .mbr-section-title,
.cid-uZI1gxuGpU .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uZI1gxuGpU .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-uZI1gxuGpU .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uZI1gxuGpU section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uZI1gxuGpU section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uZI1gxuGpU section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uZI1gxuGpU section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uZI1wKkC5h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffa600;
}
.cid-uZI1wKkC5h .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uZI1wKkC5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZI1wKkC5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZI1wKkC5h .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uZI1wKkC5h .content-wrap .card {
  justify-content: space-between;
}
.cid-uZI1wKkC5h .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uZI1wKkC5h .content-wrapper {
    padding: 0;
  }
}
.cid-uZI1wKkC5h .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZI1wKkC5h .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-uZI1wKkC5h .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uZI1wKkC5h .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uZI1wKkC5h .mbr-desc,
.cid-uZI1wKkC5h .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZI1gy3xrU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uZI5YJ1OPB {
  line-height: 1.15;
}
.cid-uZI5YJ1OPB .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uZI5YJ1OPB .navbar-fixed-top {
  padding-top: 0;
}
.cid-uZI5YJ1OPB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZI5YJ1OPB .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uZI5YJ1OPB .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uZI5YJ1OPB .dropdown-menu.show {
  opacity: 1;
}
.cid-uZI5YJ1OPB .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uZI5YJ1OPB .mbr-iconfont {
  cursor: pointer;
}
.cid-uZI5YJ1OPB .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uZI5YJ1OPB .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uZI5YJ1OPB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZI5YJ1OPB .location-title {
  margin: 0;
  color: #000000;
}
.cid-uZI5YJ1OPB .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uZI5YJ1OPB .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;
  overflow: visible;
}
.cid-uZI5YJ1OPB .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;
  overflow: visible;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZI5YJ1OPB .menu-content-top {
  background: #e0b355;
  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-uZI5YJ1OPB .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uZI5YJ1OPB .dropdown-item,
.cid-uZI5YJ1OPB .nav-link,
.cid-uZI5YJ1OPB .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uZI5YJ1OPB .dropdown-item:hover,
.cid-uZI5YJ1OPB .nav-link:hover,
.cid-uZI5YJ1OPB .brand-name:hover {
  color: #232323 !important;
}
.cid-uZI5YJ1OPB .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uZI5YJ1OPB .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uZI5YJ1OPB .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .content-text {
  margin-bottom: 0;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uZI5YJ1OPB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZI5YJ1OPB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZI5YJ1OPB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZI5YJ1OPB .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZI5YJ1OPB .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uZI5YJ1OPB .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZI5YJ1OPB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZI5YJ1OPB .content-right-side {
  text-align: center;
}
.cid-uZI5YJ1OPB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZI5YJ1OPB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZI5YJ1OPB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uZI5YJ1OPB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZI5YJ1OPB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZI5YJ1OPB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZI5YJ1OPB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZI5YJ1OPB .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uZI5YJ1OPB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uZI5YJ1OPB .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uZI5YJ1OPB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZI5YJ1OPB .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uZI5YJ1OPB .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZI5YJ1OPB .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZI5YJ1OPB .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-uZI5YJ1OPB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uZI5YJ1OPB .navbar-toggler {
    display: none;
  }
  .cid-uZI5YJ1OPB .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uZI5YJ1OPB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uZI5YJ1OPB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZI5YJ1OPB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZI5YJ1OPB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZI5YJ1OPB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZI5YJ1OPB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZI5YJ1OPB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZI5YJ1OPB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uZI5YJ1OPB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZI5YJ1OPB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZI5YJ1OPB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZI5YJ1OPB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZI5YJ1OPB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uZI5YJ1OPB button.navbar-toggler:focus {
  outline: none;
}
.cid-uZI5YJ1OPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZI5YJ1OPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZI5YJ1OPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI5YJ1OPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZI5YJ1OPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZI5YJ1OPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI5YJ1OPB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZI5YJ1OPB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZI5YJ1OPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZI5YJ1OPB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZI5YJ1OPB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZI5YJ1OPB .collapsed .btn {
  display: flex;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.collapsing,
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZI5YJ1OPB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZI5YJ1OPB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZI5YJ1OPB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZI5YJ1OPB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uZI5YJ1OPB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZI5YJ1OPB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZI5YJ1OPB .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-uZI5YJ1OPB .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uZI5YJ1OPB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uZI5YJ1OPB .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-uZI5YJ1OPB .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uZI5YJ1OPB .navbar-collapse.collapsing,
  .cid-uZI5YJ1OPB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .navbar-nav,
  .cid-uZI5YJ1OPB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZI5YJ1OPB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZI5YJ1OPB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZI5YJ1OPB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZI5YJ1OPB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZI5YJ1OPB img {
    height: 3.8rem !important;
  }
  .cid-uZI5YJ1OPB .btn {
    display: flex;
  }
  .cid-uZI5YJ1OPB button.navbar-toggler {
    display: block;
  }
  .cid-uZI5YJ1OPB .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uZI5YJ1OPB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZI5YJ1OPB .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uZI5YJ1OPB .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-uZI5YJ1OPB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZI5YJ1OPB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZI5YJ1OPB .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-uZI5YJ1OPB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZI5YJ1OPB .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-uZI5YJ1OPB .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uZI5YJ1OPB .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uZI5YJ1OPB .navbar-toggler {
    order: 1;
  }
  .cid-uZI5YJ1OPB .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uZI5YJ1OPB .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uZI5YJ1OPB .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .nav-item,
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .navbar-buttons,
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uZI5YJ1OPB .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uZI5YJ1OPB .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uZI5YJ1OPB .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uZI5YJ1OPB .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uZI5YJ1OPB .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uZI5YJ1OPB .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uZI5YJ1OPB .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uZI5YJ1OPB .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uZI5YJ1OPB .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uZI5YJ1OPB .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-logo img,
  .cid-uZI5YJ1OPB .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uZI5YJ1OPB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uZI5YJ1OPB .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uZI5YJ1OPB .navbar-toggler {
  position: relative;
}
.cid-uZI5YJ1OPB .dropdown-item.active,
.cid-uZI5YJ1OPB .dropdown-item:active {
  color: initial;
}
.cid-uZI5YJ1OPB .widget-title,
.cid-uZI5YJ1OPB .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uZI5YJ1OPB .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uZI5YJ1OPB .menu-logo {
    display: none;
  }
  .cid-uZI5YJ1OPB .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uZI5YJ1OPB .nav-item:before {
    content: none;
  }
  .cid-uZI5YJ1OPB .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uZI5YJ1OPB .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZI5YJ1OPB button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uZI5YJ1OPB .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uZI5YJ1OPB .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uZI5YJ1OPB .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uZI5YJ1OPB .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uZI5YJ1OPB .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uZI5YJ1OPB .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uZI5YJ1OPB .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uZI5YJ1OPB .menu-content-top,
  .cid-uZI5YJ1OPB .menu-content-right {
    z-index: 0;
  }
}
.cid-uZI5YJ1OPB .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uZI5YJ1OPB .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uZI5YJ1OPB .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZI5YJ1OPB .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZI5YJ1OPB .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZI5YJ1OPB .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uZI5YJ1OPB .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uZI5YJ1OPB .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uZI5YJ1OPB .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uZI5YJ1OPB .navbar-logo img,
.cid-uZI5YJ1OPB .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-logo,
.cid-uZI5YJ1OPB .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand .navbar-logo img,
.cid-uZI5YJ1OPB .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uZI5YJ1OPB .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uZI5YJ1OPB .navbar.navbar-short .navbar-logo img,
.cid-uZI5YJ1OPB .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uZIlO8hEed {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZIlO8hEed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIlO8hEed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIlO8hEed .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZIlO8hEed .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZIlO8hEed .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uZIlO8hEed .content-head {
  max-width: 800px;
}
.cid-uZIlO8hEed .mbr-section-title {
  color: #42718b;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-uZIlO8hEed .item {
  opacity: 0;
  transform: translateX(-80px);
  animation: slideInLeft 0.6s ease-out forwards;
}
.cid-uZIlO8hEed .item:nth-of-type(1) {
  animation-delay: 0.15s;
}
.cid-uZIlO8hEed .item:nth-of-type(2) {
  animation-delay: 0.30s;
}
.cid-uZIlO8hEed .item:nth-of-type(3) {
  animation-delay: 0.45s;
}
.cid-uZIlO8hEed .item:nth-of-type(4) {
  animation-delay: 0.60s;
}
.cid-uZIlO8hEed .item:nth-of-type(5) {
  animation-delay: 0.75s;
}
.cid-uZIlO8hEed .item:nth-of-type(6) {
  animation-delay: 0.90s;
}
.cid-uZIlO8hEed .item:nth-of-type(7) {
  animation-delay: 1.05s;
}
.cid-uZIlO8hEed .item:nth-of-type(8) {
  animation-delay: 1.20s;
}
.cid-uZIlO8hEed .item:nth-of-type(9) {
  animation-delay: 1.35s;
}
.cid-uZIlO8hEed .item:nth-of-type(10) {
  animation-delay: 1.50s;
}
.cid-uZIlO8hEed .item:nth-of-type(11) {
  animation-delay: 1.65s;
}
.cid-uZIlO8hEed .item:nth-of-type(12) {
  animation-delay: 1.80s;
}
.cid-uZI5YLEvBN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uZIpGqkwb1 {
  line-height: 1.15;
}
.cid-uZIpGqkwb1 .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uZIpGqkwb1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uZIpGqkwb1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZIpGqkwb1 .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uZIpGqkwb1 .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uZIpGqkwb1 .dropdown-menu.show {
  opacity: 1;
}
.cid-uZIpGqkwb1 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uZIpGqkwb1 .mbr-iconfont {
  cursor: pointer;
}
.cid-uZIpGqkwb1 .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uZIpGqkwb1 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uZIpGqkwb1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZIpGqkwb1 .location-title {
  margin: 0;
  color: #000000;
}
.cid-uZIpGqkwb1 .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uZIpGqkwb1 .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;
  overflow: visible;
}
.cid-uZIpGqkwb1 .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;
  overflow: visible;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZIpGqkwb1 .menu-content-top {
  background: #e0b355;
  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-uZIpGqkwb1 .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uZIpGqkwb1 .dropdown-item,
.cid-uZIpGqkwb1 .nav-link,
.cid-uZIpGqkwb1 .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uZIpGqkwb1 .dropdown-item:hover,
.cid-uZIpGqkwb1 .nav-link:hover,
.cid-uZIpGqkwb1 .brand-name:hover {
  color: #232323 !important;
}
.cid-uZIpGqkwb1 .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uZIpGqkwb1 .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uZIpGqkwb1 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .content-text {
  margin-bottom: 0;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uZIpGqkwb1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZIpGqkwb1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZIpGqkwb1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZIpGqkwb1 .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZIpGqkwb1 .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uZIpGqkwb1 .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZIpGqkwb1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZIpGqkwb1 .content-right-side {
  text-align: center;
}
.cid-uZIpGqkwb1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZIpGqkwb1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZIpGqkwb1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uZIpGqkwb1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZIpGqkwb1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZIpGqkwb1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZIpGqkwb1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZIpGqkwb1 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uZIpGqkwb1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uZIpGqkwb1 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uZIpGqkwb1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZIpGqkwb1 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uZIpGqkwb1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZIpGqkwb1 .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZIpGqkwb1 .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-uZIpGqkwb1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uZIpGqkwb1 .navbar-toggler {
    display: none;
  }
  .cid-uZIpGqkwb1 .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uZIpGqkwb1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uZIpGqkwb1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZIpGqkwb1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZIpGqkwb1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZIpGqkwb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZIpGqkwb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZIpGqkwb1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZIpGqkwb1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uZIpGqkwb1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZIpGqkwb1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZIpGqkwb1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZIpGqkwb1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZIpGqkwb1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uZIpGqkwb1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uZIpGqkwb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZIpGqkwb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZIpGqkwb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZIpGqkwb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZIpGqkwb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZIpGqkwb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZIpGqkwb1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZIpGqkwb1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZIpGqkwb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZIpGqkwb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZIpGqkwb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZIpGqkwb1 .collapsed .btn {
  display: flex;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.collapsing,
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZIpGqkwb1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZIpGqkwb1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZIpGqkwb1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZIpGqkwb1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uZIpGqkwb1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZIpGqkwb1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZIpGqkwb1 .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-uZIpGqkwb1 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uZIpGqkwb1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uZIpGqkwb1 .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-uZIpGqkwb1 .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uZIpGqkwb1 .navbar-collapse.collapsing,
  .cid-uZIpGqkwb1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uZIpGqkwb1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZIpGqkwb1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZIpGqkwb1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZIpGqkwb1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZIpGqkwb1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZIpGqkwb1 img {
    height: 3.8rem !important;
  }
  .cid-uZIpGqkwb1 .btn {
    display: flex;
  }
  .cid-uZIpGqkwb1 button.navbar-toggler {
    display: block;
  }
  .cid-uZIpGqkwb1 .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uZIpGqkwb1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZIpGqkwb1 .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uZIpGqkwb1 .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-uZIpGqkwb1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZIpGqkwb1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZIpGqkwb1 .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-uZIpGqkwb1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZIpGqkwb1 .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-uZIpGqkwb1 .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uZIpGqkwb1 .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uZIpGqkwb1 .navbar-toggler {
    order: 1;
  }
  .cid-uZIpGqkwb1 .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uZIpGqkwb1 .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uZIpGqkwb1 .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .nav-item,
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .navbar-buttons,
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uZIpGqkwb1 .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uZIpGqkwb1 .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uZIpGqkwb1 .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uZIpGqkwb1 .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uZIpGqkwb1 .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uZIpGqkwb1 .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uZIpGqkwb1 .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uZIpGqkwb1 .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uZIpGqkwb1 .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uZIpGqkwb1 .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-logo img,
  .cid-uZIpGqkwb1 .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uZIpGqkwb1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uZIpGqkwb1 .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uZIpGqkwb1 .navbar-toggler {
  position: relative;
}
.cid-uZIpGqkwb1 .dropdown-item.active,
.cid-uZIpGqkwb1 .dropdown-item:active {
  color: initial;
}
.cid-uZIpGqkwb1 .widget-title,
.cid-uZIpGqkwb1 .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uZIpGqkwb1 .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uZIpGqkwb1 .menu-logo {
    display: none;
  }
  .cid-uZIpGqkwb1 .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uZIpGqkwb1 .nav-item:before {
    content: none;
  }
  .cid-uZIpGqkwb1 .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uZIpGqkwb1 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZIpGqkwb1 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uZIpGqkwb1 .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uZIpGqkwb1 .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uZIpGqkwb1 .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uZIpGqkwb1 .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uZIpGqkwb1 .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uZIpGqkwb1 .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uZIpGqkwb1 .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uZIpGqkwb1 .menu-content-top,
  .cid-uZIpGqkwb1 .menu-content-right {
    z-index: 0;
  }
}
.cid-uZIpGqkwb1 .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uZIpGqkwb1 .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uZIpGqkwb1 .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZIpGqkwb1 .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZIpGqkwb1 .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZIpGqkwb1 .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uZIpGqkwb1 .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uZIpGqkwb1 .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uZIpGqkwb1 .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uZIpGqkwb1 .navbar-logo img,
.cid-uZIpGqkwb1 .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-logo,
.cid-uZIpGqkwb1 .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand .navbar-logo img,
.cid-uZIpGqkwb1 .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uZIpGqkwb1 .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uZIpGqkwb1 .navbar.navbar-short .navbar-logo img,
.cid-uZIpGqkwb1 .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uZIpWpBIBP {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZIpWpBIBP .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-uZIpWpBIBP .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-uZIpWpBIBP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZIpWpBIBP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZIpWpBIBP b,
.cid-uZIpWpBIBP strong {
  font-weight: 900;
}
.cid-uZIpWpBIBP img,
.cid-uZIpWpBIBP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZIpWpBIBP .item:focus,
.cid-uZIpWpBIBP span:focus {
  outline: none;
}
.cid-uZIpWpBIBP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZIpWpBIBP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZIpWpBIBP .mbr-section-title {
  color: #42718b;
}
.cid-uZIpWpBIBP .mbr-text,
.cid-uZIpWpBIBP .mbr-section-btn {
  text-align: center;
}
.cid-uZIpWpBIBP .item-title {
  text-align: center;
  color: #42718b;
}
.cid-uZIpWpBIBP .item-subtitle {
  text-align: center;
  color: #42718b;
}
.cid-uZIpWpBIBP .item-img {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.cid-uZIpWpBIBP img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cid-uZIpWpBIBP .mbr-section-subtitle {
  color: #003d56;
}
.cid-uZIpGs14ij {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uZItEQrT8p {
  line-height: 1.15;
}
.cid-uZItEQrT8p .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-uZItEQrT8p .navbar-fixed-top {
  padding-top: 0;
}
.cid-uZItEQrT8p .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uZItEQrT8p .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-uZItEQrT8p .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-uZItEQrT8p .dropdown-menu.show {
  opacity: 1;
}
.cid-uZItEQrT8p .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uZItEQrT8p .mbr-iconfont {
  cursor: pointer;
}
.cid-uZItEQrT8p .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-uZItEQrT8p .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-uZItEQrT8p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uZItEQrT8p .location-title {
  margin: 0;
  color: #000000;
}
.cid-uZItEQrT8p .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-uZItEQrT8p .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;
  overflow: visible;
}
.cid-uZItEQrT8p .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;
  overflow: visible;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZItEQrT8p .menu-content-top {
  background: #e0b355;
  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-uZItEQrT8p .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-uZItEQrT8p .dropdown-item,
.cid-uZItEQrT8p .nav-link,
.cid-uZItEQrT8p .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-uZItEQrT8p .dropdown-item:hover,
.cid-uZItEQrT8p .nav-link:hover,
.cid-uZItEQrT8p .brand-name:hover {
  color: #232323 !important;
}
.cid-uZItEQrT8p .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-uZItEQrT8p .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-uZItEQrT8p .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .content-text {
  margin-bottom: 0;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-uZItEQrT8p .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uZItEQrT8p .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uZItEQrT8p .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZItEQrT8p .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uZItEQrT8p .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZItEQrT8p .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-uZItEQrT8p .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-uZItEQrT8p .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uZItEQrT8p .content-right-side {
  text-align: center;
}
.cid-uZItEQrT8p .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uZItEQrT8p .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uZItEQrT8p .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uZItEQrT8p .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZItEQrT8p .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uZItEQrT8p .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uZItEQrT8p .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uZItEQrT8p .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uZItEQrT8p .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uZItEQrT8p .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uZItEQrT8p .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZItEQrT8p .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uZItEQrT8p .navbar {
    display: block;
    padding: 0;
  }
  .cid-uZItEQrT8p .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZItEQrT8p .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-uZItEQrT8p .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uZItEQrT8p .navbar-toggler {
    display: none;
  }
  .cid-uZItEQrT8p .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-uZItEQrT8p .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uZItEQrT8p .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZItEQrT8p .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uZItEQrT8p .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uZItEQrT8p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZItEQrT8p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZItEQrT8p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZItEQrT8p .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-uZItEQrT8p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZItEQrT8p .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uZItEQrT8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZItEQrT8p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uZItEQrT8p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZItEQrT8p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZItEQrT8p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZItEQrT8p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZItEQrT8p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-uZItEQrT8p button.navbar-toggler:focus {
  outline: none;
}
.cid-uZItEQrT8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZItEQrT8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZItEQrT8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZItEQrT8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZItEQrT8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZItEQrT8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZItEQrT8p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZItEQrT8p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZItEQrT8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZItEQrT8p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZItEQrT8p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZItEQrT8p .collapsed .btn {
  display: flex;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse.collapsing,
.cid-uZItEQrT8p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZItEQrT8p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZItEQrT8p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uZItEQrT8p .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZItEQrT8p .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uZItEQrT8p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZItEQrT8p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uZItEQrT8p .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uZItEQrT8p .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZItEQrT8p .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uZItEQrT8p .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZItEQrT8p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZItEQrT8p .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-uZItEQrT8p .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uZItEQrT8p .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-uZItEQrT8p .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-uZItEQrT8p .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-uZItEQrT8p .navbar-collapse.collapsing,
  .cid-uZItEQrT8p .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZItEQrT8p .navbar-collapse.collapsing .navbar-nav,
  .cid-uZItEQrT8p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZItEQrT8p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZItEQrT8p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZItEQrT8p .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uZItEQrT8p .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZItEQrT8p .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZItEQrT8p .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uZItEQrT8p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZItEQrT8p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZItEQrT8p img {
    height: 3.8rem !important;
  }
  .cid-uZItEQrT8p .btn {
    display: flex;
  }
  .cid-uZItEQrT8p button.navbar-toggler {
    display: block;
  }
  .cid-uZItEQrT8p .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-uZItEQrT8p .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZItEQrT8p .dropdown {
    transition: all 0.3s ease;
  }
  .cid-uZItEQrT8p .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-uZItEQrT8p .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZItEQrT8p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZItEQrT8p .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-uZItEQrT8p .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uZItEQrT8p .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-uZItEQrT8p .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-uZItEQrT8p .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-uZItEQrT8p .navbar-toggler {
    order: 1;
  }
  .cid-uZItEQrT8p .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-uZItEQrT8p .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-uZItEQrT8p .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-uZItEQrT8p .navbar-collapse.show .nav-item,
  .cid-uZItEQrT8p .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .nav-item:nth-child(1),
  .cid-uZItEQrT8p .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .nav-item:nth-child(2),
  .cid-uZItEQrT8p .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .nav-item:nth-child(3),
  .cid-uZItEQrT8p .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .nav-item:nth-child(4),
  .cid-uZItEQrT8p .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .nav-item:nth-child(5),
  .cid-uZItEQrT8p .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .navbar-buttons,
  .cid-uZItEQrT8p .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-uZItEQrT8p .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-uZItEQrT8p .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-uZItEQrT8p .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-uZItEQrT8p .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-uZItEQrT8p .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-uZItEQrT8p .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-uZItEQrT8p .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-uZItEQrT8p .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-uZItEQrT8p .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-uZItEQrT8p .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-uZItEQrT8p .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-uZItEQrT8p .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-logo img,
  .cid-uZItEQrT8p .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-uZItEQrT8p .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-uZItEQrT8p .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-uZItEQrT8p .navbar-toggler {
  position: relative;
}
.cid-uZItEQrT8p .dropdown-item.active,
.cid-uZItEQrT8p .dropdown-item:active {
  color: initial;
}
.cid-uZItEQrT8p .widget-title,
.cid-uZItEQrT8p .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-uZItEQrT8p .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uZItEQrT8p .menu-logo {
    display: none;
  }
  .cid-uZItEQrT8p .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uZItEQrT8p .nav-item:before {
    content: none;
  }
  .cid-uZItEQrT8p .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-uZItEQrT8p .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uZItEQrT8p button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-uZItEQrT8p .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-uZItEQrT8p .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-uZItEQrT8p .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-uZItEQrT8p .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-uZItEQrT8p .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-uZItEQrT8p .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-uZItEQrT8p .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-uZItEQrT8p .menu-content-top,
  .cid-uZItEQrT8p .menu-content-right {
    z-index: 0;
  }
}
.cid-uZItEQrT8p .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-uZItEQrT8p .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-uZItEQrT8p .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZItEQrT8p .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-uZItEQrT8p .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-uZItEQrT8p .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uZItEQrT8p .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uZItEQrT8p .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-uZItEQrT8p .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-uZItEQrT8p .navbar-logo img,
.cid-uZItEQrT8p .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-logo,
.cid-uZItEQrT8p .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand .navbar-logo img,
.cid-uZItEQrT8p .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-uZItEQrT8p .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-uZItEQrT8p .navbar.navbar-short .navbar-logo img,
.cid-uZItEQrT8p .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-uZItOrmwYH {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZItOrmwYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZItOrmwYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZItERZQfw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v0rZLQT5Ti {
  line-height: 1.15;
}
.cid-v0rZLQT5Ti .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v0rZLQT5Ti .navbar-fixed-top {
  padding-top: 0;
}
.cid-v0rZLQT5Ti .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v0rZLQT5Ti .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-v0rZLQT5Ti .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-v0rZLQT5Ti .dropdown-menu.show {
  opacity: 1;
}
.cid-v0rZLQT5Ti .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v0rZLQT5Ti .mbr-iconfont {
  cursor: pointer;
}
.cid-v0rZLQT5Ti .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v0rZLQT5Ti .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-v0rZLQT5Ti .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v0rZLQT5Ti .location-title {
  margin: 0;
  color: #000000;
}
.cid-v0rZLQT5Ti .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-v0rZLQT5Ti .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;
  overflow: visible;
}
.cid-v0rZLQT5Ti .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;
  overflow: visible;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v0rZLQT5Ti .menu-content-top {
  background: #e0b355;
  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-v0rZLQT5Ti .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v0rZLQT5Ti .dropdown-item,
.cid-v0rZLQT5Ti .nav-link,
.cid-v0rZLQT5Ti .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v0rZLQT5Ti .dropdown-item:hover,
.cid-v0rZLQT5Ti .nav-link:hover,
.cid-v0rZLQT5Ti .brand-name:hover {
  color: #232323 !important;
}
.cid-v0rZLQT5Ti .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-v0rZLQT5Ti .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-v0rZLQT5Ti .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .content-text {
  margin-bottom: 0;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-v0rZLQT5Ti .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v0rZLQT5Ti .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0rZLQT5Ti .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0rZLQT5Ti .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v0rZLQT5Ti .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-v0rZLQT5Ti .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v0rZLQT5Ti .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0rZLQT5Ti .content-right-side {
  text-align: center;
}
.cid-v0rZLQT5Ti .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v0rZLQT5Ti .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v0rZLQT5Ti .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v0rZLQT5Ti .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0rZLQT5Ti .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v0rZLQT5Ti .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v0rZLQT5Ti .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v0rZLQT5Ti .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v0rZLQT5Ti .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v0rZLQT5Ti .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v0rZLQT5Ti .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0rZLQT5Ti .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v0rZLQT5Ti .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0rZLQT5Ti .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0rZLQT5Ti .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-v0rZLQT5Ti .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v0rZLQT5Ti .navbar-toggler {
    display: none;
  }
  .cid-v0rZLQT5Ti .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v0rZLQT5Ti .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v0rZLQT5Ti .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0rZLQT5Ti .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0rZLQT5Ti .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v0rZLQT5Ti .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0rZLQT5Ti .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0rZLQT5Ti .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0rZLQT5Ti .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v0rZLQT5Ti .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v0rZLQT5Ti .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0rZLQT5Ti .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0rZLQT5Ti .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0rZLQT5Ti button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v0rZLQT5Ti button.navbar-toggler:focus {
  outline: none;
}
.cid-v0rZLQT5Ti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0rZLQT5Ti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0rZLQT5Ti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0rZLQT5Ti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0rZLQT5Ti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0rZLQT5Ti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rZLQT5Ti nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0rZLQT5Ti nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0rZLQT5Ti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rZLQT5Ti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0rZLQT5Ti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0rZLQT5Ti .collapsed .btn {
  display: flex;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.collapsing,
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0rZLQT5Ti .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v0rZLQT5Ti .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0rZLQT5Ti .collapsed button.navbar-toggler {
  display: block;
}
.cid-v0rZLQT5Ti .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0rZLQT5Ti .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0rZLQT5Ti .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0rZLQT5Ti .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-v0rZLQT5Ti .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v0rZLQT5Ti .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v0rZLQT5Ti .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-v0rZLQT5Ti .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-v0rZLQT5Ti .navbar-collapse.collapsing,
  .cid-v0rZLQT5Ti .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .navbar-nav,
  .cid-v0rZLQT5Ti .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0rZLQT5Ti .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v0rZLQT5Ti .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0rZLQT5Ti .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0rZLQT5Ti .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0rZLQT5Ti img {
    height: 3.8rem !important;
  }
  .cid-v0rZLQT5Ti .btn {
    display: flex;
  }
  .cid-v0rZLQT5Ti button.navbar-toggler {
    display: block;
  }
  .cid-v0rZLQT5Ti .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v0rZLQT5Ti .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0rZLQT5Ti .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v0rZLQT5Ti .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-v0rZLQT5Ti .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0rZLQT5Ti .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0rZLQT5Ti .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-v0rZLQT5Ti .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v0rZLQT5Ti .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-v0rZLQT5Ti .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v0rZLQT5Ti .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v0rZLQT5Ti .navbar-toggler {
    order: 1;
  }
  .cid-v0rZLQT5Ti .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v0rZLQT5Ti .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v0rZLQT5Ti .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .nav-item,
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .navbar-buttons,
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-v0rZLQT5Ti .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v0rZLQT5Ti .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v0rZLQT5Ti .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v0rZLQT5Ti .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v0rZLQT5Ti .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-v0rZLQT5Ti .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v0rZLQT5Ti .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v0rZLQT5Ti .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-v0rZLQT5Ti .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v0rZLQT5Ti .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-logo img,
  .cid-v0rZLQT5Ti .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-v0rZLQT5Ti .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v0rZLQT5Ti .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v0rZLQT5Ti .navbar-toggler {
  position: relative;
}
.cid-v0rZLQT5Ti .dropdown-item.active,
.cid-v0rZLQT5Ti .dropdown-item:active {
  color: initial;
}
.cid-v0rZLQT5Ti .widget-title,
.cid-v0rZLQT5Ti .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-v0rZLQT5Ti .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v0rZLQT5Ti .menu-logo {
    display: none;
  }
  .cid-v0rZLQT5Ti .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v0rZLQT5Ti .nav-item:before {
    content: none;
  }
  .cid-v0rZLQT5Ti .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v0rZLQT5Ti .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0rZLQT5Ti button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v0rZLQT5Ti .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v0rZLQT5Ti .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v0rZLQT5Ti .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-v0rZLQT5Ti .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-v0rZLQT5Ti .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v0rZLQT5Ti .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v0rZLQT5Ti .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v0rZLQT5Ti .menu-content-top,
  .cid-v0rZLQT5Ti .menu-content-right {
    z-index: 0;
  }
}
.cid-v0rZLQT5Ti .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v0rZLQT5Ti .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-v0rZLQT5Ti .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v0rZLQT5Ti .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v0rZLQT5Ti .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v0rZLQT5Ti .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v0rZLQT5Ti .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v0rZLQT5Ti .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-v0rZLQT5Ti .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v0rZLQT5Ti .navbar-logo img,
.cid-v0rZLQT5Ti .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-logo,
.cid-v0rZLQT5Ti .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand .navbar-logo img,
.cid-v0rZLQT5Ti .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-v0rZLQT5Ti .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-v0rZLQT5Ti .navbar.navbar-short .navbar-logo img,
.cid-v0rZLQT5Ti .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-v0rZLRjMDl * {
  box-sizing: border-box;
}
.cid-v0rZLRjMDl html {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v0rZLRjMDl body,
.cid-v0rZLRjMDl button,
.cid-v0rZLRjMDl input,
.cid-v0rZLRjMDl select,
.cid-v0rZLRjMDl textarea {
  font-family: inherit;
}
.cid-v0rZLRjMDl body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.cid-v0rZLRjMDl .container,
.cid-v0rZLRjMDl .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-v0rZLRjMDl .custom-padding {
  padding: 0 10px !important;
}
.cid-v0rZLRjMDl .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-v0rZLRjMDl .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-v0rZLRjMDl .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-v0rZLRjMDl .fullscreen-section .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 75vw;
  max-width: 1600px;
  margin: 0 auto;
  color: #e5e7eb;
}
.cid-v0rZLRjMDl .fullscreen-section .mbr-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.cid-v0rZLRjMDl h2 {
  color: #c94400;
}
.cid-v0rZLRjMDl .heading {
  font-size: 7em;
}
.cid-v0rZLRjMDl .selectors-header {
  background: linear-gradient(135deg, #2a2e35 0%, #343942 100%) !important;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 2rem 1rem;
  margin: 0 auto 2rem;
  max-width: 75vw;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
}
.cid-v0rZLRjMDl .top-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap !important;
  background: transparent;
  margin: 0 0 .75rem;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cid-v0rZLRjMDl .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-v0rZLRjMDl .modern-selector select {
  width: 280px !important;
  max-width: 90vw;
  height: 44px;
  padding: 0.875rem 1rem;
  border: 2px solid #999999 !important;
  border-radius: 8px;
  font-size: 1rem;
  background: linear-gradient(180deg, #f0f0f0, #e5e5e5) !important;
  color: #111827 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cid-v0rZLRjMDl .modern-selector select:focus {
  outline: none;
  border-color: #7a7a7a !important;
  box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.35) !important;
}
.cid-v0rZLRjMDl .filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #3a3f47;
  background: #1f2329;
  color: #e5e7eb;
  padding: 0 !important;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  min-width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  justify-content: center;
}
.cid-v0rZLRjMDl .filter-toggle:hover {
  background: #232831;
}
.cid-v0rZLRjMDl .filter-toggle[aria-expanded="true"] {
  background: #3b82f6;
  color: #fff;
  border-color: var(--ring) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}
.cid-v0rZLRjMDl .filter-toggle .caret {
  width: .6rem;
  height: .6rem;
  margin-top: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  display: none !important;
}
.cid-v0rZLRjMDl .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-v0rZLRjMDl .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-v0rZLRjMDl .modern-filters.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  margin-top: 0;
  background: transparent;
  padding: .5rem 0 1rem;
}
.cid-v0rZLRjMDl .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-v0rZLRjMDl .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-v0rZLRjMDl .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-v0rZLRjMDl .chip {
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: #1f2329;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #d1d5db;
}
.cid-v0rZLRjMDl .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-v0rZLRjMDl .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-v0rZLRjMDl .modern-reset {
  border: 0;
  background: #6b7280;
  color: #fff;
  border-radius: 6px;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.cid-v0rZLRjMDl .modern-reset:hover {
  background: #4b5563;
}
.cid-v0rZLRjMDl .card-grid.modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px) !important;
  gap: 1.25rem;
  margin: 2rem auto !important;
  max-width: 75vw !important;
  padding: 40px !important;
  width: 100% !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.cid-v0rZLRjMDl .modern-card {
  background: #ffffff !important;
  border-radius: var(--cardR) !important;
  overflow: visible !important;
  box-shadow: var(--cardShadow1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1.5px solid var(--cardEdge) !important;
  position: relative;
  width: 350px !important;
  height: 350px !important;
}
.cid-v0rZLRjMDl .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-v0rZLRjMDl .modern-image {
  position: relative;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  width: 100%;
  height: 100% !important;
  border-bottom: 2px solid var(--line-strong) !important;
  border-radius: var(--imgR) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  inset: 0 8px 8px 8px;
  filter: drop-shadow(var(--imgShadow1)) drop-shadow(var(--imgShadow2));
}
.cid-v0rZLRjMDl .modern-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  transition: transform 0.4s ease, opacity 0.5s ease;
  opacity: 0;
  display: block;
  border-radius: inherit !important;
  box-shadow: var(--imgShadow);
  background: transparent;
}
.cid-v0rZLRjMDl .modern-card:hover .modern-image img {
  transform: scale(1.01);
}
.cid-v0rZLRjMDl .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-v0rZLRjMDl .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-v0rZLRjMDl .modern-btn {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}
.cid-v0rZLRjMDl .modern-btn:hover {
  background: var(--accent, #ffd54a) !important;
  transform: translateY(-1px);
}
.cid-v0rZLRjMDl .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-v0rZLRjMDl .modern-pillbar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  display: flex;
  gap: .65rem;
  align-items: center;
  background: var(--slab-bg, rgba(255, 255, 255, 0.92)) !important;
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--line-strong) !important;
  padding: .85rem 1rem;
  z-index: 2;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 2px solid var(--slab-border) !important;
  border-radius: 16px;
  border-color: var(--slab-border, rgba(0, 0, 0, 0.08)) !important;
}
.cid-v0rZLRjMDl .modern-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: .45rem .6rem !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}
.cid-v0rZLRjMDl .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-v0rZLRjMDl .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-v0rZLRjMDl .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-v0rZLRjMDl .modern-title {
  position: absolute !important;
  bottom: auto !important;
  left: 14px !important;
  right: auto !important;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 800;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  max-width: calc(98%);
  padding: 10px 14px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  top: 14px !important;
  transform: none !important;
}
.cid-v0rZLRjMDl .desc-modal.modern-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  overflow: auto;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content {
  background: linear-gradient(135deg, #ffffff, #f3f4f6) !important;
  color: #111827 !important;
  margin: 15vh auto !important;
  padding: 28px 32px !important;
  width: 92vw !important;
  max-width: 1200px !important;
  border-radius: 24px !important;
  position: relative;
  max-height: 85vh !important;
  overflow-y: auto !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px;
  line-height: 1.55;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  animation: modalPop 0.18s ease-out;
}
.cid-v0rZLRjMDl .desc-modal-close {
  position: absolute;
  top: 12px !important;
  right: 16px !important;
  font-size: 34px !important;
  cursor: pointer;
  color: #e5e7eb !important;
  float: right;
  font-weight: bold;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cid-v0rZLRjMDl .desc-modal-close:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.cid-v0rZLRjMDl .detail-title {
  font-size: 40px !important;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: .75rem !important;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.cid-v0rZLRjMDl .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-v0rZLRjMDl .detail-stats .modern-pill {
  background: #ffffff !important;
  color: #111827 !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  border-radius: 10px !important;
  padding: .55rem .75rem !important;
  font-size: 16px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.cid-v0rZLRjMDl .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-v0rZLRjMDl .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-v0rZLRjMDl .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-v0rZLRjMDl .detail-prices .pbox {
  background: linear-gradient(180deg, #ffffff, #f6f7fb) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  text-align: center;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
  color: #111827 !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.cid-v0rZLRjMDl .detail-prices .pbox h4 {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #334155 !important;
  margin-bottom: 0.5rem;
  margin: 0 !important;
  opacity: 1 !important;
}
.cid-v0rZLRjMDl .detail-prices .pbox b {
  font-size: 16px !important;
  color: #166534 !important;
  font-weight: 700;
  letter-spacing: .2px;
  text-shadow: none !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.cid-v0rZLRjMDl .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-v0rZLRjMDl .gallery-main {
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.cid-v0rZLRjMDl .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: transparent !important;
}
.cid-v0rZLRjMDl .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  border-radius: 12px;
  padding: 8px;
}
.cid-v0rZLRjMDl .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #ffffff !important;
  border: 2px solid rgba(15, 23, 42, 0.12) !important;
  filter: saturate(0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
}
.cid-v0rZLRjMDl .thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  border-color: var(--accent) !important;
}
@media (min-width: 1200px) {
  .cid-v0rZLRjMDl .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-v0rZLRjMDl .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-v0rZLRjMDl .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-v0rZLRjMDl .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-v0rZLRjMDl .modern-grid {
    max-width: 1400px;
  }
  .cid-v0rZLRjMDl .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-v0rZLRjMDl .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-v0rZLRjMDl .fullscreen-section .title.col-12,
  .cid-v0rZLRjMDl .top-controls.modern-controls,
  .cid-v0rZLRjMDl .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-v0rZLRjMDl .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-v0rZLRjMDl .plans-panel__inner {
    padding: 1rem;
  }
  .cid-v0rZLRjMDl .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-v0rZLRjMDl .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-v0rZLRjMDl .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-v0rZLRjMDl .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v0rZLRjMDl .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-v0rZLRjMDl .top-controls .modern-selector,
  .cid-v0rZLRjMDl .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-v0rZLRjMDl .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-v0rZLRjMDl .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-v0rZLRjMDl .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-v0rZLRjMDl .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v0rZLRjMDl .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-v0rZLRjMDl .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-v0rZLRjMDl .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-v0rZLRjMDl .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-v0rZLRjMDl .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-v0rZLRjMDl .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-v0rZLRjMDl .filter-group {
    justify-content: center;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid var(--line-strong) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  }
  .cid-v0rZLRjMDl .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-v0rZLRjMDl .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 8px !important;
  }
  .cid-v0rZLRjMDl .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-v0rZLRjMDl .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-v0rZLRjMDl .modern-pill img {
    width: 12px !important;
    height: 12px !important;
  }
  .cid-v0rZLRjMDl .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-v0rZLRjMDl .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-v0rZLRjMDl .filter-toggle {
    width: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    height: 44px !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .cid-v0rZLRjMDl .top-controls {
    justify-content: flex-start !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 44px !important;
  }
  .cid-v0rZLRjMDl .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-v0rZLRjMDl .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v0rZLRjMDl .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-v0rZLRjMDl .modern-selector select {
    width: calc(20vw) !important;
    max-width: 300px !important;
    display: block !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
  }
  .cid-v0rZLRjMDl section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-v0rZLRjMDl .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-v0rZLRjMDl .plans-panel__bg {
    display: none !important;
  }
  .cid-v0rZLRjMDl .selectors-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
  }
  .cid-v0rZLRjMDl #cardGrid,
  .cid-v0rZLRjMDl .card-grid.modern-grid {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cid-v0rZLRjMDl body {
    background-color: transparent !important;
  }
  .cid-v0rZLRjMDl .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-v0rZLRjMDl .filter-toggle::before {
    display: block !important;
  }
  .cid-v0rZLRjMDl .filter-toggle .caret {
    display: none !important;
  }
  .cid-v0rZLRjMDl .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-v0rZLRjMDl .card-grid.modern-grid > article:not(:last-child)::after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 3px solid #000;
    border-radius: 10px;
    margin: 20px calc(0%) 0;
  }
  .cid-v0rZLRjMDl .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-v0rZLRjMDl .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-v0rZLRjMDl .container,
  .cid-v0rZLRjMDl .container-fluid,
  .cid-v0rZLRjMDl .custom-padding,
  .cid-v0rZLRjMDl .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v0rZLRjMDl .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-v0rZLRjMDl .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-v0rZLRjMDl .filter-label {
    flex: 0 0 100% !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #111827 !important;
    background: #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
    line-height: 1.4 !important;
  }
  .cid-v0rZLRjMDl .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-v0rZLRjMDl .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-v0rZLRjMDl .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-v0rZLRjMDl .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-v0rZLRjMDl .plan-card .overlay-top.modern-overlay,
  .cid-v0rZLRjMDl .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-v0rZLRjMDl .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-v0rZLRjMDl .modern-pill,
  .cid-v0rZLRjMDl .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-v0rZLRjMDl .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-v0rZLRjMDl .title-pill,
  .cid-v0rZLRjMDl .subtitle-pill {
    padding: 10px 14px;
    border-radius: 28px;
  }
  .cid-v0rZLRjMDl #filterToggle {
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .cid-v0rZLRjMDl #filterToggle .caret {
    display: none !important;
  }
  .cid-v0rZLRjMDl #filterToggle i,
  .cid-v0rZLRjMDl #filterToggle svg,
  .cid-v0rZLRjMDl #filterToggle .icon,
  .cid-v0rZLRjMDl #filterToggle .mbr-iconfont {
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-block !important;
  }
}
@media (max-width: 640px) {
  .cid-v0rZLRjMDl .desc-modal-content.modern-modal-content {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 3vh auto !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
  .cid-v0rZLRjMDl .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-v0rZLRjMDl .detail-title {
    font-size: 28px !important;
  }
}
.cid-v0rZLRjMDl .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v0rZLRjMDl :root {
  --panel: #ffffff;
  --panel-2: #f7fafc;
  --line: #cbd5e1;
  --line-strong: #64748b;
  --ring: #2563eb;
  --card-radius: 22px;
  --card-border: rgba(255, 255, 255, 0.45);
  --card-shadow-1: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18);
  --slab-bg: rgba(255, 255, 255, 0.92);
  --slab-border: rgba(0, 0, 0, 0.08);
  --badge-bg1: #0f172a;
  --badge-bg2: #1f2937;
  --badge-ring: rgba(255, 255, 255, 0.45);
  --accent: #ffd54a;
  --cardR: 24px;
  --cardEdge: rgba(255, 255, 255, 0.55);
  --cardInner: rgba(255, 255, 255, 0.2);
  --cardShadow1: 0 18px 45px rgba(0, 0, 0, 0.26), 0 6px 16px rgba(0, 0, 0, 0.18);
  --cardShadow2: 0 26px 70px rgba(0, 0, 0, 0.34), 0 12px 22px rgba(0, 0, 0, 0.22);
  --imgStroke: rgba(255, 255, 255, 0.75);
  --imgShadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.18);
  --imgR: 18px;
  --imgShadow1: 0 16px 32px rgba(0, 0, 0, 0.28);
  --imgShadow2: 0 6px 14px rgba(0, 0, 0, 0.18);
  --modal-bg1: #0f172a;
  --modal-bg2: #0b1220;
  --modal-edge: rgba(255, 255, 255, 0.12);
  --modal-inner: rgba(255, 255, 255, 0.06);
  --modal-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cid-v0rZLRjMDl .modern-selector select,
.cid-v0rZLRjMDl .filter-toggle,
.cid-v0rZLRjMDl .chip,
.cid-v0rZLRjMDl .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-v0rZLRjMDl .modern-selector select:focus,
.cid-v0rZLRjMDl .filter-toggle:focus-visible,
.cid-v0rZLRjMDl .chip:focus-visible,
.cid-v0rZLRjMDl .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-v0rZLRjMDl .modern-pill,
.cid-v0rZLRjMDl .detail-stats .modern-pill {
  background: linear-gradient(180deg, #ffffff, #f5f7fb) !important;
  border: 2px solid var(--line-strong) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(16, 24, 40, 0.08) !important;
}
.cid-v0rZLRjMDl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
}
.cid-v0rZLRjMDl img:hover {
  transform: scale(1.02);
  border-radius: 1em;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-v0rZLRjMDl .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-v0rZLRjMDl .card-grid.modern-grid.pattern {
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%), linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}
.cid-v0rZLRjMDl .card-grid.modern-grid.minimal {
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-v0rZLRjMDl .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-v0rZLRjMDl .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-v0rZLRjMDl H2 {
  color: #327a00;
}
.cid-v0rZLRjMDl h2.glass {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: var(--glass-solid, rgba(200, 65, 0, 0.3)) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-shadow: none !important;
}
.cid-v0rZLRjMDl h2.glass br {
  display: none;
}
.cid-v0rZLRjMDl .glass-badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cid-v0rZLRjMDl #cardGrid {
  background: var(--grid-bg, rgba(255, 255, 255, 0.7)) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.cid-v0rZLRjMDl #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-v0rZLRjMDl .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-v0rZLRjMDl .plans-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(17, 23, 31, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cid-v0rZLRjMDl .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-v0rZLRjMDl .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-v0rZLRjMDl .modern-pillbar::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: var(--slab-bg);
  border-left: 2px solid var(--slab-border);
  border-top: 2px solid var(--slab-border);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cid-v0rZLRjMDl .modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 var(--cardEdge), inset 0 -1px 0 var(--cardInner);
}
.cid-v0rZLRjMDl .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-v0rZLRjMDl .plan-card .modern-title {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
  max-width: calc(52%) !important;
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #111827 !important;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 12px;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
  text-shadow: none !important;
}
.cid-v0rZLRjMDl .filter-toggle::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='21' x2='4' y2='14'/><line x1='4' y1='10' x2='4' y2='3'/><line x1='12' y1='21' x2='12' y2='12'/><line x1='12' y1='8' x2='12' y2='3'/><line x1='20' y1='21' x2='20' y2='16'/><line x1='20' y1='12' x2='20' y2='3'/><line x1='1' y1='14' x2='7' y2='14'/><line x1='9' y1='8' x2='15' y2='8'/><line x1='17' y1='16' x2='23' y2='16'/></svg>");
}
.cid-v0rZLRjMDl .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-v0rZLRjMDl .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-v0rZLRjMDl .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-v0rZLRjMDl .fullscreen-section .container-fluid,
.cid-v0rZLRjMDl .fullscreen-section .media-container-row,
.cid-v0rZLRjMDl .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-v0rZLRjMDl .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.55);
}
.cid-v0rZLRjMDl .thumbs img.active {
  border-color: var(--accent, #ffd54a) !important;
  box-shadow: 0 0 0 3px rgba(255, 213, 74, 0.3) !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 20px 0;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
@keyframes modalPop {
  from {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cid-v0rZLRjMDl .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-v0rZLRjMDl .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 380px) {
  .cid-v0rZLRjMDl .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-v0rZLRjMDl .plan-card .overlay-top.modern-overlay {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  opacity: 0;
  pointer-events: none;
}
.cid-v0rZLRjMDl .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-v0rZLRjMDl .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-v0rZLRjMDl .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-v0rZLRjMDl H3 {
  color: #ffffff;
}
.cid-v0rZLRjMDl .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-v0rZLRjMDl .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v0rZLRjMDl h2.glass span,
.cid-v0rZLRjMDl h2.glass strong {
  background: transparent !important;
}
.cid-v0rZLRjMDl h2.glass::before,
.cid-v0rZLRjMDl h2.glass::after {
  content: none !important;
}
.cid-v0rZLRjMDl .detail-stats .modern-pill.active {
  border-color: var(--accent, #ffd54a) !important;
}
.cid-v0rZLRjMDl P {
  color: #ffffff;
}
.cid-v0rZLRjMDl .gallery-main img,
.cid-v0rZLRjMDl .thumbs img {
  object-fit: contain !important;
  background: transparent;
}
.cid-v0rZLRjMDl .modern-pill img,
.cid-v0rZLRjMDl .modern-pill .ico img,
.cid-v0rZLRjMDl .detail-stats .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  opacity: 1 !important;
  filter: none !important;
}
.cid-v0rZLRjMDl .modern-card img:not(.modern-pill img):not(.ico img),
.cid-v0rZLRjMDl .gallery img:not(.modern-pill img):not(.ico img) {
  object-fit: contain;
  background: transparent;
}
.cid-v0rZLRjMDl .modern-pill:hover img,
.cid-v0rZLRjMDl .detail-stats .modern-pill:hover img {
  transform: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-v0rZLRjMDl .top-controls.centered-group {
  justify-content: center;
  width: fit-content;
  margin: 0 auto 0.75rem;
}
@media (max-width: 480px) {
  .cid-v0rZLRjMDl .top-controls {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .cid-v0rZLRjMDl .filter-toggle {
    width: 100% !important;
    text-indent: 0 !important;
  }
  .cid-v0rZLRjMDl .filter-toggle::after {
    content: "Filters";
    font-size: 0.9rem;
  }
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content p,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content li,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content ul,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content ol {
  color: #1f2937 !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-sub {
  color: #1f2937 !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content ul li::marker,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content ol li::marker {
  color: #1f2937 !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-title {
  color: #0b1220 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.cid-v0rZLRjMDl .modern-modal-content div:has(> h3) + div p,
.cid-v0rZLRjMDl .modern-modal-content div:has(> h3) + div li,
.cid-v0rZLRjMDl .modern-modal-content div:contains("What's Special") p,
.cid-v0rZLRjMDl .modern-modal-content div:contains("What's Special") li {
  color: #010101 !important;
}
.cid-v0rZLRjMDl .modern-modal-content .content-section,
.cid-v0rZLRjMDl .modern-modal-content .description-content,
.cid-v0rZLRjMDl .modern-modal-content .specs-content {
  color: #f1f5f9 !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content * {
  color: #1f2937 !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content h1,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content h2,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content h3,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-title {
  color: #fff !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content h3 {
  color: #1f2937 !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content div {
  color: #1f2937 !important;
}
.cid-v0rZLRjMDl .modern-pillbar.higher {
  bottom: 16px;
}
.cid-v0rZLRjMDl .modern-pillbar.inside-card {
  bottom: 12px;
}
.cid-v0rZLRjMDl body :not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) :not(.material-icons):not([class*="mbr-iconfont"]) {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v0rZLRjMDl button,
.cid-v0rZLRjMDl input,
.cid-v0rZLRjMDl select,
.cid-v0rZLRjMDl textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v0rZLRjMDl body,
.cid-v0rZLRjMDl .mbr-fonts-style,
.cid-v0rZLRjMDl .mbr-text,
.cid-v0rZLRjMDl .mbr-section-title,
.cid-v0rZLRjMDl .mbr-section-subtitle,
.cid-v0rZLRjMDl .display-1,
.cid-v0rZLRjMDl .display-2,
.cid-v0rZLRjMDl .display-4,
.cid-v0rZLRjMDl .display-5,
.cid-v0rZLRjMDl .display-7,
.cid-v0rZLRjMDl h1,
.cid-v0rZLRjMDl h2,
.cid-v0rZLRjMDl h3,
.cid-v0rZLRjMDl h4,
.cid-v0rZLRjMDl h5,
.cid-v0rZLRjMDl h6,
.cid-v0rZLRjMDl p,
.cid-v0rZLRjMDl li,
.cid-v0rZLRjMDl blockquote,
.cid-v0rZLRjMDl a,
.cid-v0rZLRjMDl .btn,
.cid-v0rZLRjMDl .navbar,
.cid-v0rZLRjMDl .dropdown-item,
.cid-v0rZLRjMDl .card-title,
.cid-v0rZLRjMDl .form-control,
.cid-v0rZLRjMDl input,
.cid-v0rZLRjMDl select,
.cid-v0rZLRjMDl textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v0rZLRjMDl i,
.cid-v0rZLRjMDl .fa,
.cid-v0rZLRjMDl .fas,
.cid-v0rZLRjMDl .far,
.cid-v0rZLRjMDl .fal,
.cid-v0rZLRjMDl .fab,
.cid-v0rZLRjMDl .material-icons,
.cid-v0rZLRjMDl [class*="mbr-iconfont"] {
  font-family: inherit !important;
}
.cid-v0rZLRjMDl .title-pill,
.cid-v0rZLRjMDl .subtitle-pill {
  display: inline-block;
  border-radius: 35px;
  padding: 12px 18px;
  background: var(--glass-solid, rgba(0, 0, 0, 0.35));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v0rZLRjMDl .fullscreen-section .title .title-pill {
  margin-bottom: .5rem;
}
.cid-v0rZLRjMDl .fullscreen-section .title .subtitle-pill {
  margin-top: .25rem;
}
.cid-v0rZLRjMDl .subtitle-pill {
  opacity: .92;
}
.cid-v0rZLRjMDl .ws-scope,
.cid-v0rZLRjMDl .ws-scope * {
  color: #010101 !important;
}
.cid-v0rZLRjMDl .ws-scope,
.cid-v0rZLRjMDl .ws-scope *,
.cid-v0rZLRjMDl .ws-scope p,
.cid-v0rZLRjMDl .ws-scope span,
.cid-v0rZLRjMDl .ws-scope div,
.cid-v0rZLRjMDl .ws-scope li,
.cid-v0rZLRjMDl .ws-scope ul,
.cid-v0rZLRjMDl .ws-scope ol,
.cid-v0rZLRjMDl .ws-scope b,
.cid-v0rZLRjMDl .ws-scope strong,
.cid-v0rZLRjMDl .ws-scope i,
.cid-v0rZLRjMDl .ws-scope em,
.cid-v0rZLRjMDl .ws-scope u,
.cid-v0rZLRjMDl .ws-scope h1,
.cid-v0rZLRjMDl .ws-scope h2,
.cid-v0rZLRjMDl .ws-scope h3,
.cid-v0rZLRjMDl .ws-scope h4,
.cid-v0rZLRjMDl .ws-scope h5,
.cid-v0rZLRjMDl .ws-scope h6 {
  color: #010101 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz1 {
  font-size: .75rem !important;
  line-height: 1.35 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz2 {
  font-size: .875rem !important;
  line-height: 1.45 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz3 {
  font-size: 1rem !important;
  line-height: 1.55 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz4 {
  font-size: 1.125rem !important;
  line-height: 1.55 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz5 {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz6 {
  font-size: 1.5rem !important;
  line-height: 1.45 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz7 {
  font-size: 1.875rem !important;
  line-height: 1.3 !important;
}
.cid-v0rZLRjMDl .ws-scope .ws-sz8 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
}
.cid-v0rZLRjMDl .ws-scope h1,
.cid-v0rZLRjMDl .ws-scope h2,
.cid-v0rZLRjMDl .ws-scope h3,
.cid-v0rZLRjMDl .ws-scope h4,
.cid-v0rZLRjMDl .ws-scope h5,
.cid-v0rZLRjMDl .ws-scope h6 {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: .4em 0 .25em;
}
.cid-v0rZLRjMDl .ws-scope p {
  margin: .25em 0;
}
.cid-v0rZLRjMDl .ws-scope ul,
.cid-v0rZLRjMDl .ws-scope ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.cid-v0rZLRjMDl .ws-scope li {
  margin: 0.25em 0;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content * {
  color: #111827 !important;
}
.cid-v0rZLRjMDl .detail-prices .pbox b:empty,
.cid-v0rZLRjMDl .detail-prices .pbox {
  color: #111827 !important;
}
.cid-v0rZLRjMDl .modern-selector select:hover {
  background: linear-gradient(180deg, #e6e6e6, #dcdcdc) !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-sub,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-sub * {
  color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-title,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-title *,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-sub,
.cid-v0rZLRjMDl .desc-modal-content.modern-modal-content .detail-sub * {
  filter: none !important;
  mix-blend-mode: normal !important;
}
.cid-v0rZLRjMDl section.content4.fullscreen-section .plans-panel {
  background: transparent !important;
}
.cid-v0rZLRjMDl section.content4.fullscreen-section .plans-panel__bg {
  background: var(--grid-bg) !important;
}
.cid-v0rZLRIPRG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v0rZXsnu9K {
  line-height: 1.15;
}
.cid-v0rZXsnu9K .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v0rZXsnu9K .navbar-fixed-top {
  padding-top: 0;
}
.cid-v0rZXsnu9K .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v0rZXsnu9K .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-v0rZXsnu9K .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-v0rZXsnu9K .dropdown-menu.show {
  opacity: 1;
}
.cid-v0rZXsnu9K .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v0rZXsnu9K .mbr-iconfont {
  cursor: pointer;
}
.cid-v0rZXsnu9K .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v0rZXsnu9K .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-v0rZXsnu9K .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v0rZXsnu9K .location-title {
  margin: 0;
  color: #000000;
}
.cid-v0rZXsnu9K .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-v0rZXsnu9K .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;
  overflow: visible;
}
.cid-v0rZXsnu9K .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;
  overflow: visible;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v0rZXsnu9K .menu-content-top {
  background: #e0b355;
  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-v0rZXsnu9K .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v0rZXsnu9K .dropdown-item,
.cid-v0rZXsnu9K .nav-link,
.cid-v0rZXsnu9K .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v0rZXsnu9K .dropdown-item:hover,
.cid-v0rZXsnu9K .nav-link:hover,
.cid-v0rZXsnu9K .brand-name:hover {
  color: #232323 !important;
}
.cid-v0rZXsnu9K .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-v0rZXsnu9K .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-v0rZXsnu9K .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .content-text {
  margin-bottom: 0;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-v0rZXsnu9K .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v0rZXsnu9K .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v0rZXsnu9K .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0rZXsnu9K .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0rZXsnu9K .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v0rZXsnu9K .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-v0rZXsnu9K .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v0rZXsnu9K .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0rZXsnu9K .content-right-side {
  text-align: center;
}
.cid-v0rZXsnu9K .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v0rZXsnu9K .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v0rZXsnu9K .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v0rZXsnu9K .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0rZXsnu9K .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v0rZXsnu9K .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v0rZXsnu9K .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v0rZXsnu9K .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v0rZXsnu9K .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v0rZXsnu9K .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v0rZXsnu9K .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0rZXsnu9K .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v0rZXsnu9K .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0rZXsnu9K .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0rZXsnu9K .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-v0rZXsnu9K .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v0rZXsnu9K .navbar-toggler {
    display: none;
  }
  .cid-v0rZXsnu9K .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v0rZXsnu9K .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v0rZXsnu9K .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0rZXsnu9K .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0rZXsnu9K .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v0rZXsnu9K .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0rZXsnu9K .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0rZXsnu9K .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0rZXsnu9K .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v0rZXsnu9K .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v0rZXsnu9K .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0rZXsnu9K .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0rZXsnu9K .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0rZXsnu9K button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v0rZXsnu9K button.navbar-toggler:focus {
  outline: none;
}
.cid-v0rZXsnu9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0rZXsnu9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0rZXsnu9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0rZXsnu9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0rZXsnu9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0rZXsnu9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rZXsnu9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0rZXsnu9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0rZXsnu9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rZXsnu9K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0rZXsnu9K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0rZXsnu9K .collapsed .btn {
  display: flex;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse.collapsing,
.cid-v0rZXsnu9K .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0rZXsnu9K .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0rZXsnu9K .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v0rZXsnu9K .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0rZXsnu9K .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v0rZXsnu9K .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0rZXsnu9K .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v0rZXsnu9K .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0rZXsnu9K .collapsed button.navbar-toggler {
  display: block;
}
.cid-v0rZXsnu9K .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0rZXsnu9K .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0rZXsnu9K .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0rZXsnu9K .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-v0rZXsnu9K .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v0rZXsnu9K .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v0rZXsnu9K .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-v0rZXsnu9K .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-v0rZXsnu9K .navbar-collapse.collapsing,
  .cid-v0rZXsnu9K .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .navbar-nav,
  .cid-v0rZXsnu9K .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0rZXsnu9K .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v0rZXsnu9K .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0rZXsnu9K .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0rZXsnu9K .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0rZXsnu9K img {
    height: 3.8rem !important;
  }
  .cid-v0rZXsnu9K .btn {
    display: flex;
  }
  .cid-v0rZXsnu9K button.navbar-toggler {
    display: block;
  }
  .cid-v0rZXsnu9K .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v0rZXsnu9K .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0rZXsnu9K .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v0rZXsnu9K .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-v0rZXsnu9K .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0rZXsnu9K .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0rZXsnu9K .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-v0rZXsnu9K .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v0rZXsnu9K .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-v0rZXsnu9K .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v0rZXsnu9K .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v0rZXsnu9K .navbar-toggler {
    order: 1;
  }
  .cid-v0rZXsnu9K .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v0rZXsnu9K .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v0rZXsnu9K .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .nav-item,
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .navbar-buttons,
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-v0rZXsnu9K .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v0rZXsnu9K .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v0rZXsnu9K .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v0rZXsnu9K .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v0rZXsnu9K .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-v0rZXsnu9K .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v0rZXsnu9K .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v0rZXsnu9K .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-v0rZXsnu9K .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v0rZXsnu9K .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-logo img,
  .cid-v0rZXsnu9K .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-v0rZXsnu9K .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v0rZXsnu9K .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v0rZXsnu9K .navbar-toggler {
  position: relative;
}
.cid-v0rZXsnu9K .dropdown-item.active,
.cid-v0rZXsnu9K .dropdown-item:active {
  color: initial;
}
.cid-v0rZXsnu9K .widget-title,
.cid-v0rZXsnu9K .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-v0rZXsnu9K .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v0rZXsnu9K .menu-logo {
    display: none;
  }
  .cid-v0rZXsnu9K .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v0rZXsnu9K .nav-item:before {
    content: none;
  }
  .cid-v0rZXsnu9K .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v0rZXsnu9K .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0rZXsnu9K button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v0rZXsnu9K .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v0rZXsnu9K .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v0rZXsnu9K .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-v0rZXsnu9K .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-v0rZXsnu9K .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v0rZXsnu9K .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v0rZXsnu9K .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v0rZXsnu9K .menu-content-top,
  .cid-v0rZXsnu9K .menu-content-right {
    z-index: 0;
  }
}
.cid-v0rZXsnu9K .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v0rZXsnu9K .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-v0rZXsnu9K .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v0rZXsnu9K .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v0rZXsnu9K .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v0rZXsnu9K .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v0rZXsnu9K .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v0rZXsnu9K .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-v0rZXsnu9K .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v0rZXsnu9K .navbar-logo img,
.cid-v0rZXsnu9K .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-logo,
.cid-v0rZXsnu9K .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand .navbar-logo img,
.cid-v0rZXsnu9K .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-v0rZXsnu9K .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-v0rZXsnu9K .navbar.navbar-short .navbar-logo img,
.cid-v0rZXsnu9K .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-v0rZXsJ4vR * {
  box-sizing: border-box;
}
.cid-v0rZXsJ4vR html {
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v0rZXsJ4vR body,
.cid-v0rZXsJ4vR button,
.cid-v0rZXsJ4vR input,
.cid-v0rZXsJ4vR select,
.cid-v0rZXsJ4vR textarea {
  font-family: inherit;
}
.cid-v0rZXsJ4vR body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.cid-v0rZXsJ4vR .container,
.cid-v0rZXsJ4vR .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-v0rZXsJ4vR .custom-padding {
  padding: 0 10px !important;
}
.cid-v0rZXsJ4vR .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-v0rZXsJ4vR .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-v0rZXsJ4vR .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-v0rZXsJ4vR .fullscreen-section .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 75vw;
  max-width: 1600px;
  margin: 0 auto;
  color: #e5e7eb;
}
.cid-v0rZXsJ4vR .fullscreen-section .mbr-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.cid-v0rZXsJ4vR h2 {
  color: #c94400;
}
.cid-v0rZXsJ4vR .heading {
  font-size: 7em;
}
.cid-v0rZXsJ4vR .selectors-header {
  background: linear-gradient(135deg, #2a2e35 0%, #343942 100%) !important;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 2rem 1rem;
  margin: 0 auto 2rem;
  max-width: 75vw;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
}
.cid-v0rZXsJ4vR .top-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap !important;
  background: transparent;
  margin: 0 0 .75rem;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cid-v0rZXsJ4vR .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-v0rZXsJ4vR .modern-selector select {
  width: 280px !important;
  max-width: 90vw;
  height: 44px;
  padding: 0.875rem 1rem;
  border: 2px solid #999999 !important;
  border-radius: 8px;
  font-size: 1rem;
  background: linear-gradient(180deg, #f0f0f0, #e5e5e5) !important;
  color: #111827 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cid-v0rZXsJ4vR .modern-selector select:focus {
  outline: none;
  border-color: #7a7a7a !important;
  box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.35) !important;
}
.cid-v0rZXsJ4vR .filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #3a3f47;
  background: #1f2329;
  color: #e5e7eb;
  padding: 0 !important;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  min-width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  justify-content: center;
}
.cid-v0rZXsJ4vR .filter-toggle:hover {
  background: #232831;
}
.cid-v0rZXsJ4vR .filter-toggle[aria-expanded="true"] {
  background: #3b82f6;
  color: #fff;
  border-color: var(--ring) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}
.cid-v0rZXsJ4vR .filter-toggle .caret {
  width: .6rem;
  height: .6rem;
  margin-top: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  display: none !important;
}
.cid-v0rZXsJ4vR .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-v0rZXsJ4vR .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-v0rZXsJ4vR .modern-filters.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  margin-top: 0;
  background: transparent;
  padding: .5rem 0 1rem;
}
.cid-v0rZXsJ4vR .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-v0rZXsJ4vR .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-v0rZXsJ4vR .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-v0rZXsJ4vR .chip {
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: #1f2329;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #d1d5db;
}
.cid-v0rZXsJ4vR .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-v0rZXsJ4vR .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-v0rZXsJ4vR .modern-reset {
  border: 0;
  background: #6b7280;
  color: #fff;
  border-radius: 6px;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.cid-v0rZXsJ4vR .modern-reset:hover {
  background: #4b5563;
}
.cid-v0rZXsJ4vR .card-grid.modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px) !important;
  gap: 1.25rem;
  margin: 2rem auto !important;
  max-width: 75vw !important;
  padding: 40px !important;
  width: 100% !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.cid-v0rZXsJ4vR .modern-card {
  background: #ffffff !important;
  border-radius: var(--cardR) !important;
  overflow: visible !important;
  box-shadow: var(--cardShadow1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1.5px solid var(--cardEdge) !important;
  position: relative;
  width: 350px !important;
  height: 350px !important;
}
.cid-v0rZXsJ4vR .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-v0rZXsJ4vR .modern-image {
  position: relative;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  width: 100%;
  height: 100% !important;
  border-bottom: 2px solid var(--line-strong) !important;
  border-radius: var(--imgR) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  inset: 0 8px 8px 8px;
  filter: drop-shadow(var(--imgShadow1)) drop-shadow(var(--imgShadow2));
}
.cid-v0rZXsJ4vR .modern-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  transition: transform 0.4s ease, opacity 0.5s ease;
  opacity: 0;
  display: block;
  border-radius: inherit !important;
  box-shadow: var(--imgShadow);
  background: transparent;
}
.cid-v0rZXsJ4vR .modern-card:hover .modern-image img {
  transform: scale(1.01);
}
.cid-v0rZXsJ4vR .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-v0rZXsJ4vR .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-v0rZXsJ4vR .modern-btn {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}
.cid-v0rZXsJ4vR .modern-btn:hover {
  background: var(--accent, #ffd54a) !important;
  transform: translateY(-1px);
}
.cid-v0rZXsJ4vR .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-v0rZXsJ4vR .modern-pillbar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  display: flex;
  gap: .65rem;
  align-items: center;
  background: var(--slab-bg, rgba(255, 255, 255, 0.92)) !important;
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--line-strong) !important;
  padding: .85rem 1rem;
  z-index: 2;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 2px solid var(--slab-border) !important;
  border-radius: 16px;
  border-color: var(--slab-border, rgba(0, 0, 0, 0.08)) !important;
}
.cid-v0rZXsJ4vR .modern-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: .45rem .6rem !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}
.cid-v0rZXsJ4vR .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-v0rZXsJ4vR .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-v0rZXsJ4vR .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-v0rZXsJ4vR .modern-title {
  position: absolute !important;
  bottom: auto !important;
  left: 14px !important;
  right: auto !important;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 800;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  max-width: calc(98%);
  padding: 10px 14px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  top: 14px !important;
  transform: none !important;
}
.cid-v0rZXsJ4vR .desc-modal.modern-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  overflow: auto;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content {
  background: linear-gradient(135deg, #ffffff, #f3f4f6) !important;
  color: #111827 !important;
  margin: 15vh auto !important;
  padding: 28px 32px !important;
  width: 92vw !important;
  max-width: 1200px !important;
  border-radius: 24px !important;
  position: relative;
  max-height: 85vh !important;
  overflow-y: auto !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px;
  line-height: 1.55;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  animation: modalPop 0.18s ease-out;
}
.cid-v0rZXsJ4vR .desc-modal-close {
  position: absolute;
  top: 12px !important;
  right: 16px !important;
  font-size: 34px !important;
  cursor: pointer;
  color: #e5e7eb !important;
  float: right;
  font-weight: bold;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cid-v0rZXsJ4vR .desc-modal-close:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.cid-v0rZXsJ4vR .detail-title {
  font-size: 40px !important;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: .75rem !important;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.cid-v0rZXsJ4vR .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-v0rZXsJ4vR .detail-stats .modern-pill {
  background: #ffffff !important;
  color: #111827 !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  border-radius: 10px !important;
  padding: .55rem .75rem !important;
  font-size: 16px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.cid-v0rZXsJ4vR .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-v0rZXsJ4vR .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-v0rZXsJ4vR .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-v0rZXsJ4vR .detail-prices .pbox {
  background: linear-gradient(180deg, #ffffff, #f6f7fb) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  text-align: center;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
  color: #111827 !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.cid-v0rZXsJ4vR .detail-prices .pbox h4 {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #334155 !important;
  margin-bottom: 0.5rem;
  margin: 0 !important;
  opacity: 1 !important;
}
.cid-v0rZXsJ4vR .detail-prices .pbox b {
  font-size: 16px !important;
  color: #166534 !important;
  font-weight: 700;
  letter-spacing: .2px;
  text-shadow: none !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.cid-v0rZXsJ4vR .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-v0rZXsJ4vR .gallery-main {
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f3f4f6) !important;
  border: 2px solid rgba(15, 23, 42, 0.16) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.cid-v0rZXsJ4vR .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: transparent !important;
}
.cid-v0rZXsJ4vR .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 2px solid rgba(15, 23, 42, 0.14) !important;
  border-radius: 12px;
  padding: 8px;
}
.cid-v0rZXsJ4vR .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #ffffff !important;
  border: 2px solid rgba(15, 23, 42, 0.12) !important;
  filter: saturate(0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
}
.cid-v0rZXsJ4vR .thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  border-color: var(--accent) !important;
}
@media (min-width: 1200px) {
  .cid-v0rZXsJ4vR .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-v0rZXsJ4vR .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-v0rZXsJ4vR .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-v0rZXsJ4vR .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-v0rZXsJ4vR .modern-grid {
    max-width: 1400px;
  }
  .cid-v0rZXsJ4vR .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-v0rZXsJ4vR .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-v0rZXsJ4vR .fullscreen-section .title.col-12,
  .cid-v0rZXsJ4vR .top-controls.modern-controls,
  .cid-v0rZXsJ4vR .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-v0rZXsJ4vR .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-v0rZXsJ4vR .plans-panel__inner {
    padding: 1rem;
  }
  .cid-v0rZXsJ4vR .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-v0rZXsJ4vR .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-v0rZXsJ4vR .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-v0rZXsJ4vR .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v0rZXsJ4vR .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-v0rZXsJ4vR .top-controls .modern-selector,
  .cid-v0rZXsJ4vR .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-v0rZXsJ4vR .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-v0rZXsJ4vR .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-v0rZXsJ4vR .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-v0rZXsJ4vR .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v0rZXsJ4vR .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-v0rZXsJ4vR .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-v0rZXsJ4vR .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-v0rZXsJ4vR .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-v0rZXsJ4vR .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-v0rZXsJ4vR .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-v0rZXsJ4vR .filter-group {
    justify-content: center;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid var(--line-strong) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  }
  .cid-v0rZXsJ4vR .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-v0rZXsJ4vR .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 8px !important;
  }
  .cid-v0rZXsJ4vR .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-v0rZXsJ4vR .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-v0rZXsJ4vR .modern-pill img {
    width: 12px !important;
    height: 12px !important;
  }
  .cid-v0rZXsJ4vR .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-v0rZXsJ4vR .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-v0rZXsJ4vR .filter-toggle {
    width: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    height: 44px !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .cid-v0rZXsJ4vR .top-controls {
    justify-content: flex-start !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 44px !important;
  }
  .cid-v0rZXsJ4vR .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-v0rZXsJ4vR .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v0rZXsJ4vR .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-v0rZXsJ4vR .modern-selector select {
    width: calc(20vw) !important;
    max-width: 300px !important;
    display: block !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
  }
  .cid-v0rZXsJ4vR section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-v0rZXsJ4vR .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-v0rZXsJ4vR .plans-panel__bg {
    display: none !important;
  }
  .cid-v0rZXsJ4vR .selectors-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
  }
  .cid-v0rZXsJ4vR #cardGrid,
  .cid-v0rZXsJ4vR .card-grid.modern-grid {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cid-v0rZXsJ4vR body {
    background-color: transparent !important;
  }
  .cid-v0rZXsJ4vR .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-v0rZXsJ4vR .filter-toggle::before {
    display: block !important;
  }
  .cid-v0rZXsJ4vR .filter-toggle .caret {
    display: none !important;
  }
  .cid-v0rZXsJ4vR .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-v0rZXsJ4vR .card-grid.modern-grid > article:not(:last-child)::after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 3px solid #000;
    border-radius: 10px;
    margin: 20px calc(0%) 0;
  }
  .cid-v0rZXsJ4vR .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-v0rZXsJ4vR .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-v0rZXsJ4vR .container,
  .cid-v0rZXsJ4vR .container-fluid,
  .cid-v0rZXsJ4vR .custom-padding,
  .cid-v0rZXsJ4vR .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v0rZXsJ4vR .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-v0rZXsJ4vR .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-v0rZXsJ4vR .filter-label {
    flex: 0 0 100% !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #111827 !important;
    background: #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
    line-height: 1.4 !important;
  }
  .cid-v0rZXsJ4vR .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-v0rZXsJ4vR .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-v0rZXsJ4vR .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-v0rZXsJ4vR .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-v0rZXsJ4vR .plan-card .overlay-top.modern-overlay,
  .cid-v0rZXsJ4vR .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-v0rZXsJ4vR .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-v0rZXsJ4vR .modern-pill,
  .cid-v0rZXsJ4vR .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-v0rZXsJ4vR .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-v0rZXsJ4vR .title-pill,
  .cid-v0rZXsJ4vR .subtitle-pill {
    padding: 10px 14px;
    border-radius: 28px;
  }
  .cid-v0rZXsJ4vR #filterToggle {
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .cid-v0rZXsJ4vR #filterToggle .caret {
    display: none !important;
  }
  .cid-v0rZXsJ4vR #filterToggle i,
  .cid-v0rZXsJ4vR #filterToggle svg,
  .cid-v0rZXsJ4vR #filterToggle .icon,
  .cid-v0rZXsJ4vR #filterToggle .mbr-iconfont {
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-block !important;
  }
}
@media (max-width: 640px) {
  .cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 3vh auto !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
  .cid-v0rZXsJ4vR .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-v0rZXsJ4vR .detail-title {
    font-size: 28px !important;
  }
}
.cid-v0rZXsJ4vR .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v0rZXsJ4vR :root {
  --panel: #ffffff;
  --panel-2: #f7fafc;
  --line: #cbd5e1;
  --line-strong: #64748b;
  --ring: #2563eb;
  --card-radius: 22px;
  --card-border: rgba(255, 255, 255, 0.45);
  --card-shadow-1: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18);
  --slab-bg: rgba(255, 255, 255, 0.92);
  --slab-border: rgba(0, 0, 0, 0.08);
  --badge-bg1: #0f172a;
  --badge-bg2: #1f2937;
  --badge-ring: rgba(255, 255, 255, 0.45);
  --accent: #ffd54a;
  --cardR: 24px;
  --cardEdge: rgba(255, 255, 255, 0.55);
  --cardInner: rgba(255, 255, 255, 0.2);
  --cardShadow1: 0 18px 45px rgba(0, 0, 0, 0.26), 0 6px 16px rgba(0, 0, 0, 0.18);
  --cardShadow2: 0 26px 70px rgba(0, 0, 0, 0.34), 0 12px 22px rgba(0, 0, 0, 0.22);
  --imgStroke: rgba(255, 255, 255, 0.75);
  --imgShadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.18);
  --imgR: 18px;
  --imgShadow1: 0 16px 32px rgba(0, 0, 0, 0.28);
  --imgShadow2: 0 6px 14px rgba(0, 0, 0, 0.18);
  --modal-bg1: #0f172a;
  --modal-bg2: #0b1220;
  --modal-edge: rgba(255, 255, 255, 0.12);
  --modal-inner: rgba(255, 255, 255, 0.06);
  --modal-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cid-v0rZXsJ4vR .modern-selector select,
.cid-v0rZXsJ4vR .filter-toggle,
.cid-v0rZXsJ4vR .chip,
.cid-v0rZXsJ4vR .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-v0rZXsJ4vR .modern-selector select:focus,
.cid-v0rZXsJ4vR .filter-toggle:focus-visible,
.cid-v0rZXsJ4vR .chip:focus-visible,
.cid-v0rZXsJ4vR .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-v0rZXsJ4vR .modern-pill,
.cid-v0rZXsJ4vR .detail-stats .modern-pill {
  background: linear-gradient(180deg, #ffffff, #f5f7fb) !important;
  border: 2px solid var(--line-strong) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(16, 24, 40, 0.08) !important;
}
.cid-v0rZXsJ4vR img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
}
.cid-v0rZXsJ4vR img:hover {
  transform: scale(1.02);
  border-radius: 1em;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-v0rZXsJ4vR .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-v0rZXsJ4vR .card-grid.modern-grid.pattern {
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%), linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}
.cid-v0rZXsJ4vR .card-grid.modern-grid.minimal {
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-v0rZXsJ4vR .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-v0rZXsJ4vR .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-v0rZXsJ4vR H2 {
  color: #327a00;
}
.cid-v0rZXsJ4vR h2.glass {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: var(--glass-solid, rgba(200, 65, 0, 0.3)) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-shadow: none !important;
}
.cid-v0rZXsJ4vR h2.glass br {
  display: none;
}
.cid-v0rZXsJ4vR .glass-badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cid-v0rZXsJ4vR #cardGrid {
  background: var(--grid-bg, rgba(255, 255, 255, 0.7)) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.cid-v0rZXsJ4vR #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-v0rZXsJ4vR .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-v0rZXsJ4vR .plans-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(17, 23, 31, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cid-v0rZXsJ4vR .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-v0rZXsJ4vR .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-v0rZXsJ4vR .modern-pillbar::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: var(--slab-bg);
  border-left: 2px solid var(--slab-border);
  border-top: 2px solid var(--slab-border);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cid-v0rZXsJ4vR .modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 var(--cardEdge), inset 0 -1px 0 var(--cardInner);
}
.cid-v0rZXsJ4vR .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-v0rZXsJ4vR .plan-card .modern-title {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
  max-width: calc(52%) !important;
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #111827 !important;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 12px;
  border: 2px solid rgba(15, 23, 42, 0.18) !important;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
  text-shadow: none !important;
}
.cid-v0rZXsJ4vR .filter-toggle::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='21' x2='4' y2='14'/><line x1='4' y1='10' x2='4' y2='3'/><line x1='12' y1='21' x2='12' y2='12'/><line x1='12' y1='8' x2='12' y2='3'/><line x1='20' y1='21' x2='20' y2='16'/><line x1='20' y1='12' x2='20' y2='3'/><line x1='1' y1='14' x2='7' y2='14'/><line x1='9' y1='8' x2='15' y2='8'/><line x1='17' y1='16' x2='23' y2='16'/></svg>");
}
.cid-v0rZXsJ4vR .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-v0rZXsJ4vR .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-v0rZXsJ4vR .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-v0rZXsJ4vR .fullscreen-section .container-fluid,
.cid-v0rZXsJ4vR .fullscreen-section .media-container-row,
.cid-v0rZXsJ4vR .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-v0rZXsJ4vR .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.55);
}
.cid-v0rZXsJ4vR .thumbs img.active {
  border-color: var(--accent, #ffd54a) !important;
  box-shadow: 0 0 0 3px rgba(255, 213, 74, 0.3) !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 20px 0;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
@keyframes modalPop {
  from {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cid-v0rZXsJ4vR .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-v0rZXsJ4vR .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 380px) {
  .cid-v0rZXsJ4vR .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-v0rZXsJ4vR .plan-card .overlay-top.modern-overlay {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  opacity: 0;
  pointer-events: none;
}
.cid-v0rZXsJ4vR .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-v0rZXsJ4vR .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-v0rZXsJ4vR .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-v0rZXsJ4vR H3 {
  color: #ffffff;
}
.cid-v0rZXsJ4vR .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  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-v0rZXsJ4vR .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v0rZXsJ4vR h2.glass span,
.cid-v0rZXsJ4vR h2.glass strong {
  background: transparent !important;
}
.cid-v0rZXsJ4vR h2.glass::before,
.cid-v0rZXsJ4vR h2.glass::after {
  content: none !important;
}
.cid-v0rZXsJ4vR .detail-stats .modern-pill.active {
  border-color: var(--accent, #ffd54a) !important;
}
.cid-v0rZXsJ4vR P {
  color: #ffffff;
}
.cid-v0rZXsJ4vR .gallery-main img,
.cid-v0rZXsJ4vR .thumbs img {
  object-fit: contain !important;
  background: transparent;
}
.cid-v0rZXsJ4vR .modern-pill img,
.cid-v0rZXsJ4vR .modern-pill .ico img,
.cid-v0rZXsJ4vR .detail-stats .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
  opacity: 1 !important;
  filter: none !important;
}
.cid-v0rZXsJ4vR .modern-card img:not(.modern-pill img):not(.ico img),
.cid-v0rZXsJ4vR .gallery img:not(.modern-pill img):not(.ico img) {
  object-fit: contain;
  background: transparent;
}
.cid-v0rZXsJ4vR .modern-pill:hover img,
.cid-v0rZXsJ4vR .detail-stats .modern-pill:hover img {
  transform: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-v0rZXsJ4vR .top-controls.centered-group {
  justify-content: center;
  width: fit-content;
  margin: 0 auto 0.75rem;
}
@media (max-width: 480px) {
  .cid-v0rZXsJ4vR .top-controls {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .cid-v0rZXsJ4vR .filter-toggle {
    width: 100% !important;
    text-indent: 0 !important;
  }
  .cid-v0rZXsJ4vR .filter-toggle::after {
    content: "Filters";
    font-size: 0.9rem;
  }
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content p,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content li,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content ul,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content ol {
  color: #1f2937 !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-sub {
  color: #1f2937 !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content ul li::marker,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content ol li::marker {
  color: #1f2937 !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-title {
  color: #0b1220 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.cid-v0rZXsJ4vR .modern-modal-content div:has(> h3) + div p,
.cid-v0rZXsJ4vR .modern-modal-content div:has(> h3) + div li,
.cid-v0rZXsJ4vR .modern-modal-content div:contains("What's Special") p,
.cid-v0rZXsJ4vR .modern-modal-content div:contains("What's Special") li {
  color: #010101 !important;
}
.cid-v0rZXsJ4vR .modern-modal-content .content-section,
.cid-v0rZXsJ4vR .modern-modal-content .description-content,
.cid-v0rZXsJ4vR .modern-modal-content .specs-content {
  color: #f1f5f9 !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content * {
  color: #1f2937 !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content h1,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content h2,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content h3,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-title {
  color: #fff !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content h3 {
  color: #1f2937 !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content div {
  color: #1f2937 !important;
}
.cid-v0rZXsJ4vR .modern-pillbar.higher {
  bottom: 16px;
}
.cid-v0rZXsJ4vR .modern-pillbar.inside-card {
  bottom: 12px;
}
.cid-v0rZXsJ4vR body :not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) :not(.material-icons):not([class*="mbr-iconfont"]) {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v0rZXsJ4vR button,
.cid-v0rZXsJ4vR input,
.cid-v0rZXsJ4vR select,
.cid-v0rZXsJ4vR textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v0rZXsJ4vR body,
.cid-v0rZXsJ4vR .mbr-fonts-style,
.cid-v0rZXsJ4vR .mbr-text,
.cid-v0rZXsJ4vR .mbr-section-title,
.cid-v0rZXsJ4vR .mbr-section-subtitle,
.cid-v0rZXsJ4vR .display-1,
.cid-v0rZXsJ4vR .display-2,
.cid-v0rZXsJ4vR .display-4,
.cid-v0rZXsJ4vR .display-5,
.cid-v0rZXsJ4vR .display-7,
.cid-v0rZXsJ4vR h1,
.cid-v0rZXsJ4vR h2,
.cid-v0rZXsJ4vR h3,
.cid-v0rZXsJ4vR h4,
.cid-v0rZXsJ4vR h5,
.cid-v0rZXsJ4vR h6,
.cid-v0rZXsJ4vR p,
.cid-v0rZXsJ4vR li,
.cid-v0rZXsJ4vR blockquote,
.cid-v0rZXsJ4vR a,
.cid-v0rZXsJ4vR .btn,
.cid-v0rZXsJ4vR .navbar,
.cid-v0rZXsJ4vR .dropdown-item,
.cid-v0rZXsJ4vR .card-title,
.cid-v0rZXsJ4vR .form-control,
.cid-v0rZXsJ4vR input,
.cid-v0rZXsJ4vR select,
.cid-v0rZXsJ4vR textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v0rZXsJ4vR i,
.cid-v0rZXsJ4vR .fa,
.cid-v0rZXsJ4vR .fas,
.cid-v0rZXsJ4vR .far,
.cid-v0rZXsJ4vR .fal,
.cid-v0rZXsJ4vR .fab,
.cid-v0rZXsJ4vR .material-icons,
.cid-v0rZXsJ4vR [class*="mbr-iconfont"] {
  font-family: inherit !important;
}
.cid-v0rZXsJ4vR .title-pill,
.cid-v0rZXsJ4vR .subtitle-pill {
  display: inline-block;
  border-radius: 35px;
  padding: 12px 18px;
  background: var(--glass-solid, rgba(0, 0, 0, 0.35));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v0rZXsJ4vR .fullscreen-section .title .title-pill {
  margin-bottom: .5rem;
}
.cid-v0rZXsJ4vR .fullscreen-section .title .subtitle-pill {
  margin-top: .25rem;
}
.cid-v0rZXsJ4vR .subtitle-pill {
  opacity: .92;
}
.cid-v0rZXsJ4vR .ws-scope,
.cid-v0rZXsJ4vR .ws-scope * {
  color: #010101 !important;
}
.cid-v0rZXsJ4vR .ws-scope,
.cid-v0rZXsJ4vR .ws-scope *,
.cid-v0rZXsJ4vR .ws-scope p,
.cid-v0rZXsJ4vR .ws-scope span,
.cid-v0rZXsJ4vR .ws-scope div,
.cid-v0rZXsJ4vR .ws-scope li,
.cid-v0rZXsJ4vR .ws-scope ul,
.cid-v0rZXsJ4vR .ws-scope ol,
.cid-v0rZXsJ4vR .ws-scope b,
.cid-v0rZXsJ4vR .ws-scope strong,
.cid-v0rZXsJ4vR .ws-scope i,
.cid-v0rZXsJ4vR .ws-scope em,
.cid-v0rZXsJ4vR .ws-scope u,
.cid-v0rZXsJ4vR .ws-scope h1,
.cid-v0rZXsJ4vR .ws-scope h2,
.cid-v0rZXsJ4vR .ws-scope h3,
.cid-v0rZXsJ4vR .ws-scope h4,
.cid-v0rZXsJ4vR .ws-scope h5,
.cid-v0rZXsJ4vR .ws-scope h6 {
  color: #010101 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz1 {
  font-size: .75rem !important;
  line-height: 1.35 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz2 {
  font-size: .875rem !important;
  line-height: 1.45 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz3 {
  font-size: 1rem !important;
  line-height: 1.55 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz4 {
  font-size: 1.125rem !important;
  line-height: 1.55 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz5 {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz6 {
  font-size: 1.5rem !important;
  line-height: 1.45 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz7 {
  font-size: 1.875rem !important;
  line-height: 1.3 !important;
}
.cid-v0rZXsJ4vR .ws-scope .ws-sz8 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
}
.cid-v0rZXsJ4vR .ws-scope h1,
.cid-v0rZXsJ4vR .ws-scope h2,
.cid-v0rZXsJ4vR .ws-scope h3,
.cid-v0rZXsJ4vR .ws-scope h4,
.cid-v0rZXsJ4vR .ws-scope h5,
.cid-v0rZXsJ4vR .ws-scope h6 {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: .4em 0 .25em;
}
.cid-v0rZXsJ4vR .ws-scope p {
  margin: .25em 0;
}
.cid-v0rZXsJ4vR .ws-scope ul,
.cid-v0rZXsJ4vR .ws-scope ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.cid-v0rZXsJ4vR .ws-scope li {
  margin: 0.25em 0;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content * {
  color: #111827 !important;
}
.cid-v0rZXsJ4vR .detail-prices .pbox b:empty,
.cid-v0rZXsJ4vR .detail-prices .pbox {
  color: #111827 !important;
}
.cid-v0rZXsJ4vR .modern-selector select:hover {
  background: linear-gradient(180deg, #e6e6e6, #dcdcdc) !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-sub,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-sub * {
  color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-title,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-title *,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-sub,
.cid-v0rZXsJ4vR .desc-modal-content.modern-modal-content .detail-sub * {
  filter: none !important;
  mix-blend-mode: normal !important;
}
.cid-v0rZXsJ4vR section.content4.fullscreen-section .plans-panel {
  background: transparent !important;
}
.cid-v0rZXsJ4vR section.content4.fullscreen-section .plans-panel__bg {
  background: var(--grid-bg) !important;
}
.cid-v0rZXt2QQn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v1M48O7nXH {
  line-height: 1.15;
}
.cid-v1M48O7nXH .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v1M48O7nXH .navbar-fixed-top {
  padding-top: 0;
}
.cid-v1M48O7nXH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v1M48O7nXH .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-v1M48O7nXH .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-v1M48O7nXH .dropdown-menu.show {
  opacity: 1;
}
.cid-v1M48O7nXH .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v1M48O7nXH .mbr-iconfont {
  cursor: pointer;
}
.cid-v1M48O7nXH .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v1M48O7nXH .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-v1M48O7nXH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v1M48O7nXH .location-title {
  margin: 0;
  color: #000000;
}
.cid-v1M48O7nXH .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-v1M48O7nXH .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;
  overflow: visible;
}
.cid-v1M48O7nXH .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;
  overflow: visible;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v1M48O7nXH .menu-content-top {
  background: #e0b355;
  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-v1M48O7nXH .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v1M48O7nXH .dropdown-item,
.cid-v1M48O7nXH .nav-link,
.cid-v1M48O7nXH .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v1M48O7nXH .dropdown-item:hover,
.cid-v1M48O7nXH .nav-link:hover,
.cid-v1M48O7nXH .brand-name:hover {
  color: #232323 !important;
}
.cid-v1M48O7nXH .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-v1M48O7nXH .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-v1M48O7nXH .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .content-text {
  margin-bottom: 0;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-v1M48O7nXH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v1M48O7nXH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v1M48O7nXH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v1M48O7nXH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v1M48O7nXH .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v1M48O7nXH .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-v1M48O7nXH .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v1M48O7nXH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v1M48O7nXH .content-right-side {
  text-align: center;
}
.cid-v1M48O7nXH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v1M48O7nXH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v1M48O7nXH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v1M48O7nXH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1M48O7nXH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v1M48O7nXH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v1M48O7nXH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v1M48O7nXH .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v1M48O7nXH .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v1M48O7nXH .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v1M48O7nXH .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1M48O7nXH .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v1M48O7nXH .navbar {
    display: block;
    padding: 0;
  }
  .cid-v1M48O7nXH .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1M48O7nXH .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-v1M48O7nXH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v1M48O7nXH .navbar-toggler {
    display: none;
  }
  .cid-v1M48O7nXH .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v1M48O7nXH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v1M48O7nXH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v1M48O7nXH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v1M48O7nXH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v1M48O7nXH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v1M48O7nXH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1M48O7nXH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v1M48O7nXH .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-v1M48O7nXH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M48O7nXH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1M48O7nXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v1M48O7nXH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v1M48O7nXH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v1M48O7nXH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v1M48O7nXH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v1M48O7nXH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v1M48O7nXH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v1M48O7nXH button.navbar-toggler:focus {
  outline: none;
}
.cid-v1M48O7nXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1M48O7nXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M48O7nXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M48O7nXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M48O7nXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M48O7nXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M48O7nXH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M48O7nXH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M48O7nXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M48O7nXH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M48O7nXH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M48O7nXH .collapsed .btn {
  display: flex;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse.collapsing,
.cid-v1M48O7nXH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v1M48O7nXH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v1M48O7nXH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v1M48O7nXH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v1M48O7nXH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v1M48O7nXH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v1M48O7nXH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v1M48O7nXH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v1M48O7nXH .collapsed button.navbar-toggler {
  display: block;
}
.cid-v1M48O7nXH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v1M48O7nXH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v1M48O7nXH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v1M48O7nXH .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-v1M48O7nXH .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v1M48O7nXH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v1M48O7nXH .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-v1M48O7nXH .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-v1M48O7nXH .navbar-collapse.collapsing,
  .cid-v1M48O7nXH .navbar-collapse.show {
    display: block !important;
  }
  .cid-v1M48O7nXH .navbar-collapse.collapsing .navbar-nav,
  .cid-v1M48O7nXH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v1M48O7nXH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v1M48O7nXH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v1M48O7nXH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v1M48O7nXH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v1M48O7nXH .navbar-collapse.collapsing .navbar-buttons,
  .cid-v1M48O7nXH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v1M48O7nXH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v1M48O7nXH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v1M48O7nXH img {
    height: 3.8rem !important;
  }
  .cid-v1M48O7nXH .btn {
    display: flex;
  }
  .cid-v1M48O7nXH button.navbar-toggler {
    display: block;
  }
  .cid-v1M48O7nXH .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v1M48O7nXH .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v1M48O7nXH .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v1M48O7nXH .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-v1M48O7nXH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v1M48O7nXH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v1M48O7nXH .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-v1M48O7nXH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v1M48O7nXH .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-v1M48O7nXH .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v1M48O7nXH .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v1M48O7nXH .navbar-toggler {
    order: 1;
  }
  .cid-v1M48O7nXH .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v1M48O7nXH .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v1M48O7nXH .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v1M48O7nXH .navbar-collapse.show .nav-item,
  .cid-v1M48O7nXH .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v1M48O7nXH .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v1M48O7nXH .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v1M48O7nXH .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v1M48O7nXH .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v1M48O7nXH .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .navbar-buttons,
  .cid-v1M48O7nXH .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-v1M48O7nXH .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v1M48O7nXH .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v1M48O7nXH .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v1M48O7nXH .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v1M48O7nXH .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v1M48O7nXH .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v1M48O7nXH .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-v1M48O7nXH .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v1M48O7nXH .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v1M48O7nXH .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-v1M48O7nXH .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v1M48O7nXH .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-logo img,
  .cid-v1M48O7nXH .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-v1M48O7nXH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v1M48O7nXH .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v1M48O7nXH .navbar-toggler {
  position: relative;
}
.cid-v1M48O7nXH .dropdown-item.active,
.cid-v1M48O7nXH .dropdown-item:active {
  color: initial;
}
.cid-v1M48O7nXH .widget-title,
.cid-v1M48O7nXH .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-v1M48O7nXH .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v1M48O7nXH .menu-logo {
    display: none;
  }
  .cid-v1M48O7nXH .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v1M48O7nXH .nav-item:before {
    content: none;
  }
  .cid-v1M48O7nXH .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v1M48O7nXH .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v1M48O7nXH button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v1M48O7nXH .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v1M48O7nXH .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v1M48O7nXH .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-v1M48O7nXH .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-v1M48O7nXH .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v1M48O7nXH .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v1M48O7nXH .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v1M48O7nXH .menu-content-top,
  .cid-v1M48O7nXH .menu-content-right {
    z-index: 0;
  }
}
.cid-v1M48O7nXH .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v1M48O7nXH .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-v1M48O7nXH .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v1M48O7nXH .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v1M48O7nXH .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v1M48O7nXH .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v1M48O7nXH .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v1M48O7nXH .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-v1M48O7nXH .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v1M48O7nXH .navbar-logo img,
.cid-v1M48O7nXH .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-logo,
.cid-v1M48O7nXH .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand .navbar-logo img,
.cid-v1M48O7nXH .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-v1M48O7nXH .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-v1M48O7nXH .navbar.navbar-short .navbar-logo img,
.cid-v1M48O7nXH .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-v1MuaNRmvT {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/pexels-life-of-pix-8892.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v1MuaNRmvT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v1MuaNRmvT .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v1MuaNRmvT .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v1MuaNRmvT .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v1MuaNRmvT .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v1MuaNRmvT .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v1MuaNRmvT .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1MuaNRmvT .mbr-section-title {
    text-align: center;
  }
}
.cid-v1MuaNRmvT .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v1MuaNRmvT .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v1MuaNRmvT .item-card {
  height: 100%;
}
.cid-v1MuaNRmvT .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v1MuaNRmvT .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v1MuaNRmvT .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
}
.cid-v1MuaNRmvT .item-img img {
  width: 75%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v1MuaNRmvT .card-box {
  padding-top: 28px;
}
.cid-v1MuaNRmvT .card-title {
  color: #003d56;
  margin-bottom: 9px;
}
.cid-v1MuaNRmvT .card-subtitle {
  color: #003d56;
  margin-bottom: 15px;
}
.cid-v1MuaNRmvT .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.cid-v1MuaNRmvT .card-contacts {
  color: #000000;
}
.cid-v1MuaNRmvT .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v1MuaNRmvT .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232323;
  transition: 0.4s all;
}
.cid-v1MuaNRmvT .card-contacts a:hover {
  color: #232323 !important;
}
.cid-v1MuaNRmvT .card-contacts a:hover:before {
  width: 100%;
}
.cid-v1MuaNRmvT .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v1MuaNRmvT .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v1MuaNRmvT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v1MuaNRmvT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  transition: 0.4s all;
}
.cid-v1MuaNRmvT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v1MuaNRmvT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-v1MuaNRmvT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v1MuaNRmvT .soc-item:hover .mbr-iconfont {
  color: #232323;
}
.cid-v1MuaNRmvT .soc-item:hover:before {
  opacity: 1;
}
.cid-v1MuaNRmvT .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v1MuaNRmvT .form-main-container {
    padding-left: 20px;
  }
}
.cid-v1MuaNRmvT .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 575px) {
  .cid-v1MuaNRmvT .form-wrap {
    padding: 20px;
  }
}
.cid-v1MuaNRmvT form {
  width: 100%;
}
.cid-v1MuaNRmvT form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v1MuaNRmvT form p {
  color: #878e99;
}
.cid-v1MuaNRmvT form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v1MuaNRmvT form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v1MuaNRmvT form .form-group {
  margin-bottom: 20px !important;
}
.cid-v1MuaNRmvT form .form-control {
  background-color: #ffffff;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #0086bd !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #003d56;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v1MuaNRmvT form .form-control::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form .form-control::-moz-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form .form-control:-moz-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form .form-control:-ms-input-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form select {
  color: #878e99 !important;
}
.cid-v1MuaNRmvT form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v1MuaNRmvT form input:active,
.cid-v1MuaNRmvT form textarea:active,
.cid-v1MuaNRmvT form input:focus,
.cid-v1MuaNRmvT form textarea:focus {
  border-color: #232323 !important;
  box-shadow: none !important;
  color: #003d56 !important;
  outline: none !important;
}
.cid-v1MuaNRmvT form input:active::-webkit-input-placeholder,
.cid-v1MuaNRmvT form textarea:active::-webkit-input-placeholder,
.cid-v1MuaNRmvT form input:focus::-webkit-input-placeholder,
.cid-v1MuaNRmvT form textarea:focus::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form input:active::-moz-placeholder,
.cid-v1MuaNRmvT form textarea:active::-moz-placeholder,
.cid-v1MuaNRmvT form input:focus::-moz-placeholder,
.cid-v1MuaNRmvT form textarea:focus::-moz-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form input:active:-moz-placeholder,
.cid-v1MuaNRmvT form textarea:active:-moz-placeholder,
.cid-v1MuaNRmvT form input:focus:-moz-placeholder,
.cid-v1MuaNRmvT form textarea:focus:-moz-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form input:active:-ms-input-placeholder,
.cid-v1MuaNRmvT form textarea:active:-ms-input-placeholder,
.cid-v1MuaNRmvT form input:focus:-ms-input-placeholder,
.cid-v1MuaNRmvT form textarea:focus:-ms-input-placeholder {
  color: #003d56;
}
.cid-v1MuaNRmvT form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v1MuaNRmvT form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v1MuaNRmvT form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v1MuaNRmvT form .form-control-label {
  width: 100%;
}
.cid-v1MuaNRmvT form .form-check-label {
  margin-bottom: 14px;
}
.cid-v1MuaNRmvT form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v1MuaNRmvT form .form-check-input:focus,
.cid-v1MuaNRmvT form .form-check-input:hover {
  border-color: #232323 !important;
}
.cid-v1MuaNRmvT form .form-check-input:checked {
  border-color: #232323 !important;
  background-color: #191b1e !important;
}
.cid-v1MuaNRmvT form label,
.cid-v1MuaNRmvT form .form-control-label {
  color: #003d56;
}
.cid-v1MuaNRmvT LABEL {
  color: #000000;
}
.cid-v1MuaNRmvT .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  transition: 0.4s all;
  max-height: 100%;
}
.cid-v1MuaNRmvT .shadow {
  text-shadow: 2px 2px 5px black;
}
.cid-v1MuaNRmvT .mbr-section-btn,
.cid-v1MuaNRmvT .custom-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-v1MuaNRmvT .mbr-section-btn .btn,
.cid-v1MuaNRmvT .custom-section-btn .btn {
  width: auto;
  min-width: 150px;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .cid-v1MuaNRmvT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v1M48OHL92 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v1MBZwhaDV {
  line-height: 1.15;
}
.cid-v1MBZwhaDV .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v1MBZwhaDV .navbar-fixed-top {
  padding-top: 0;
}
.cid-v1MBZwhaDV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v1MBZwhaDV .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-v1MBZwhaDV .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-v1MBZwhaDV .dropdown-menu.show {
  opacity: 1;
}
.cid-v1MBZwhaDV .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v1MBZwhaDV .mbr-iconfont {
  cursor: pointer;
}
.cid-v1MBZwhaDV .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v1MBZwhaDV .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-v1MBZwhaDV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v1MBZwhaDV .location-title {
  margin: 0;
  color: #000000;
}
.cid-v1MBZwhaDV .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-v1MBZwhaDV .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;
  overflow: visible;
}
.cid-v1MBZwhaDV .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;
  overflow: visible;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v1MBZwhaDV .menu-content-top {
  background: #e0b355;
  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-v1MBZwhaDV .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v1MBZwhaDV .dropdown-item,
.cid-v1MBZwhaDV .nav-link,
.cid-v1MBZwhaDV .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v1MBZwhaDV .dropdown-item:hover,
.cid-v1MBZwhaDV .nav-link:hover,
.cid-v1MBZwhaDV .brand-name:hover {
  color: #232323 !important;
}
.cid-v1MBZwhaDV .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-v1MBZwhaDV .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-v1MBZwhaDV .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .content-text {
  margin-bottom: 0;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-v1MBZwhaDV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v1MBZwhaDV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v1MBZwhaDV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v1MBZwhaDV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v1MBZwhaDV .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v1MBZwhaDV .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-v1MBZwhaDV .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v1MBZwhaDV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v1MBZwhaDV .content-right-side {
  text-align: center;
}
.cid-v1MBZwhaDV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v1MBZwhaDV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v1MBZwhaDV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v1MBZwhaDV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1MBZwhaDV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v1MBZwhaDV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v1MBZwhaDV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v1MBZwhaDV .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v1MBZwhaDV .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v1MBZwhaDV .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v1MBZwhaDV .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1MBZwhaDV .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v1MBZwhaDV .navbar {
    display: block;
    padding: 0;
  }
  .cid-v1MBZwhaDV .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1MBZwhaDV .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-v1MBZwhaDV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v1MBZwhaDV .navbar-toggler {
    display: none;
  }
  .cid-v1MBZwhaDV .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v1MBZwhaDV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v1MBZwhaDV .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v1MBZwhaDV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v1MBZwhaDV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v1MBZwhaDV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v1MBZwhaDV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1MBZwhaDV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v1MBZwhaDV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v1MBZwhaDV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v1MBZwhaDV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v1MBZwhaDV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v1MBZwhaDV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v1MBZwhaDV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v1MBZwhaDV button.navbar-toggler:focus {
  outline: none;
}
.cid-v1MBZwhaDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1MBZwhaDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1MBZwhaDV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1MBZwhaDV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1MBZwhaDV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1MBZwhaDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1MBZwhaDV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1MBZwhaDV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1MBZwhaDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1MBZwhaDV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1MBZwhaDV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1MBZwhaDV .collapsed .btn {
  display: flex;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse.collapsing,
.cid-v1MBZwhaDV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v1MBZwhaDV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v1MBZwhaDV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v1MBZwhaDV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v1MBZwhaDV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v1MBZwhaDV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v1MBZwhaDV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v1MBZwhaDV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v1MBZwhaDV .collapsed button.navbar-toggler {
  display: block;
}
.cid-v1MBZwhaDV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v1MBZwhaDV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v1MBZwhaDV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v1MBZwhaDV .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-v1MBZwhaDV .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v1MBZwhaDV .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v1MBZwhaDV .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-v1MBZwhaDV .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-v1MBZwhaDV .navbar-collapse.collapsing,
  .cid-v1MBZwhaDV .navbar-collapse.show {
    display: block !important;
  }
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .navbar-nav,
  .cid-v1MBZwhaDV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v1MBZwhaDV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v1MBZwhaDV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .navbar-buttons,
  .cid-v1MBZwhaDV .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v1MBZwhaDV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v1MBZwhaDV img {
    height: 3.8rem !important;
  }
  .cid-v1MBZwhaDV .btn {
    display: flex;
  }
  .cid-v1MBZwhaDV button.navbar-toggler {
    display: block;
  }
  .cid-v1MBZwhaDV .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v1MBZwhaDV .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v1MBZwhaDV .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v1MBZwhaDV .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-v1MBZwhaDV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v1MBZwhaDV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v1MBZwhaDV .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-v1MBZwhaDV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v1MBZwhaDV .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-v1MBZwhaDV .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v1MBZwhaDV .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v1MBZwhaDV .navbar-toggler {
    order: 1;
  }
  .cid-v1MBZwhaDV .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v1MBZwhaDV .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v1MBZwhaDV .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .nav-item,
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .navbar-buttons,
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-v1MBZwhaDV .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v1MBZwhaDV .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v1MBZwhaDV .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v1MBZwhaDV .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v1MBZwhaDV .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-v1MBZwhaDV .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v1MBZwhaDV .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v1MBZwhaDV .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-v1MBZwhaDV .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v1MBZwhaDV .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-logo img,
  .cid-v1MBZwhaDV .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-v1MBZwhaDV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v1MBZwhaDV .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v1MBZwhaDV .navbar-toggler {
  position: relative;
}
.cid-v1MBZwhaDV .dropdown-item.active,
.cid-v1MBZwhaDV .dropdown-item:active {
  color: initial;
}
.cid-v1MBZwhaDV .widget-title,
.cid-v1MBZwhaDV .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-v1MBZwhaDV .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v1MBZwhaDV .menu-logo {
    display: none;
  }
  .cid-v1MBZwhaDV .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v1MBZwhaDV .nav-item:before {
    content: none;
  }
  .cid-v1MBZwhaDV .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v1MBZwhaDV .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v1MBZwhaDV button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v1MBZwhaDV .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v1MBZwhaDV .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v1MBZwhaDV .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-v1MBZwhaDV .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-v1MBZwhaDV .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v1MBZwhaDV .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v1MBZwhaDV .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v1MBZwhaDV .menu-content-top,
  .cid-v1MBZwhaDV .menu-content-right {
    z-index: 0;
  }
}
.cid-v1MBZwhaDV .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v1MBZwhaDV .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-v1MBZwhaDV .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v1MBZwhaDV .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v1MBZwhaDV .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v1MBZwhaDV .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v1MBZwhaDV .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v1MBZwhaDV .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-v1MBZwhaDV .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v1MBZwhaDV .navbar-logo img,
.cid-v1MBZwhaDV .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-logo,
.cid-v1MBZwhaDV .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand .navbar-logo img,
.cid-v1MBZwhaDV .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-v1MBZwhaDV .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-v1MBZwhaDV .navbar.navbar-short .navbar-logo img,
.cid-v1MBZwhaDV .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-v1MC75pBxq {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1MC75pBxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MC75pBxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MC75pBxq .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1MBZxubkH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v99SCbwygu {
  line-height: 1.15;
}
.cid-v99SCbwygu .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #ffffff;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.25s ease-out forwards;
  overflow: visible;
}
.cid-v99SCbwygu .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-v99SCbwygu .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v99SCbwygu .navbar-fixed-top {
  padding-top: 0;
}
.cid-v99SCbwygu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v99SCbwygu .collapse {
  justify-content: space-between !important;
  line-height: 1;
}
.cid-v99SCbwygu .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #edefeb;
  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-v99SCbwygu .dropdown-menu.show {
  opacity: 1;
}
.cid-v99SCbwygu .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v99SCbwygu .mbr-iconfont {
  cursor: pointer;
}
.cid-v99SCbwygu .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v99SCbwygu .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #232323;
  border-radius: 50%;
}
.cid-v99SCbwygu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v99SCbwygu .location-title {
  margin: 0;
  color: #000000;
}
.cid-v99SCbwygu .menu-logo {
  display: flex;
  align-items: center;
  overflow: visible;
}
.cid-v99SCbwygu .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;
  overflow: visible;
}
.cid-v99SCbwygu .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;
  overflow: visible;
}
.cid-v99SCbwygu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  overflow: visible;
}
.cid-v99SCbwygu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  overflow: visible;
}
.cid-v99SCbwygu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  border-radius: 0;
  overflow: visible;
  max-width: none;
  height: auto;
}
.cid-v99SCbwygu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v99SCbwygu .menu-content-top {
  background: #e0b355;
  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-v99SCbwygu .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v99SCbwygu .dropdown-item,
.cid-v99SCbwygu .nav-link,
.cid-v99SCbwygu .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v99SCbwygu .dropdown-item:hover,
.cid-v99SCbwygu .nav-link:hover,
.cid-v99SCbwygu .brand-name:hover {
  color: #232323 !important;
}
.cid-v99SCbwygu .dropdown-item:active {
  background-color: #edefeb;
  z-index: 9999;
  opacity: 1;
}
.cid-v99SCbwygu .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.cid-v99SCbwygu .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v99SCbwygu .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-v99SCbwygu .content-text {
  margin-bottom: 0;
}
.cid-v99SCbwygu .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-v99SCbwygu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -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-v99SCbwygu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v99SCbwygu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v99SCbwygu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v99SCbwygu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v99SCbwygu .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v99SCbwygu .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.4s ease-out forwards;
  animation-delay: 0.45s;
}
.cid-v99SCbwygu .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v99SCbwygu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v99SCbwygu .content-right-side {
  text-align: center;
}
.cid-v99SCbwygu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v99SCbwygu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v99SCbwygu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #0c2c68 !important;
}
.cid-v99SCbwygu .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-v99SCbwygu .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v99SCbwygu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v99SCbwygu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v99SCbwygu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v99SCbwygu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v99SCbwygu .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v99SCbwygu .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v99SCbwygu .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v99SCbwygu .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v99SCbwygu .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v99SCbwygu .navbar {
    display: block;
    padding: 0;
  }
  .cid-v99SCbwygu .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v99SCbwygu .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-v99SCbwygu .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v99SCbwygu .navbar-toggler {
    display: none;
  }
  .cid-v99SCbwygu .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v99SCbwygu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v99SCbwygu .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v99SCbwygu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v99SCbwygu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v99SCbwygu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v99SCbwygu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v99SCbwygu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v99SCbwygu .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-v99SCbwygu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v99SCbwygu .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-v99SCbwygu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v99SCbwygu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v99SCbwygu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v99SCbwygu .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-v99SCbwygu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v99SCbwygu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v99SCbwygu .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-v99SCbwygu .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v99SCbwygu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v99SCbwygu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v99SCbwygu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v99SCbwygu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v99SCbwygu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v99SCbwygu button.navbar-toggler:focus {
  outline: none;
}
.cid-v99SCbwygu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v99SCbwygu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v99SCbwygu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v99SCbwygu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v99SCbwygu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v99SCbwygu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v99SCbwygu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v99SCbwygu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v99SCbwygu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v99SCbwygu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v99SCbwygu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v99SCbwygu .collapsed .btn {
  display: flex;
}
.cid-v99SCbwygu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v99SCbwygu .collapsed .navbar-collapse.collapsing,
.cid-v99SCbwygu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v99SCbwygu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v99SCbwygu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v99SCbwygu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v99SCbwygu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v99SCbwygu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v99SCbwygu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v99SCbwygu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v99SCbwygu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v99SCbwygu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v99SCbwygu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v99SCbwygu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v99SCbwygu .collapsed button.navbar-toggler {
  display: block;
}
.cid-v99SCbwygu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v99SCbwygu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v99SCbwygu .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-v99SCbwygu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v99SCbwygu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v99SCbwygu .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-v99SCbwygu .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v99SCbwygu .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v99SCbwygu .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-v99SCbwygu .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    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-v99SCbwygu .navbar-collapse.collapsing,
  .cid-v99SCbwygu .navbar-collapse.show {
    display: block !important;
  }
  .cid-v99SCbwygu .navbar-collapse.collapsing .navbar-nav,
  .cid-v99SCbwygu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v99SCbwygu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v99SCbwygu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v99SCbwygu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v99SCbwygu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v99SCbwygu .navbar-collapse.collapsing .navbar-buttons,
  .cid-v99SCbwygu .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v99SCbwygu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v99SCbwygu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v99SCbwygu img {
    height: 3.8rem !important;
  }
  .cid-v99SCbwygu .btn {
    display: flex;
  }
  .cid-v99SCbwygu button.navbar-toggler {
    display: block;
  }
  .cid-v99SCbwygu .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v99SCbwygu .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v99SCbwygu .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v99SCbwygu .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-v99SCbwygu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v99SCbwygu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v99SCbwygu .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-v99SCbwygu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v99SCbwygu .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-v99SCbwygu .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v99SCbwygu .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v99SCbwygu .navbar-toggler {
    order: 1;
  }
  .cid-v99SCbwygu .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v99SCbwygu .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v99SCbwygu .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v99SCbwygu .navbar-collapse.show .nav-item,
  .cid-v99SCbwygu .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v99SCbwygu .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v99SCbwygu .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v99SCbwygu .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v99SCbwygu .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.075s;
  }
  .cid-v99SCbwygu .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v99SCbwygu .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.1s;
  }
  .cid-v99SCbwygu .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v99SCbwygu .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.125s;
  }
  .cid-v99SCbwygu .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v99SCbwygu .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .cid-v99SCbwygu .navbar-collapse.show .navbar-buttons,
  .cid-v99SCbwygu .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.2s;
  }
  .cid-v99SCbwygu .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v99SCbwygu .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(237, 239, 235, 0.8) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v99SCbwygu .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v99SCbwygu .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v99SCbwygu .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v99SCbwygu .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v99SCbwygu .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #232323 !important;
  }
  .cid-v99SCbwygu .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v99SCbwygu .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v99SCbwygu .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.025s;
  }
  .cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.05s;
  }
  .cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.075s;
  }
  .cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.1s;
  }
  .cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.125s;
  }
  .cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.15s;
  }
  .cid-v99SCbwygu .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v99SCbwygu .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .cid-v99SCbwygu .menu-logo .navbar-brand .navbar-logo img,
  .cid-v99SCbwygu .navbar .navbar-brand img {
    height: 3.8rem;
  }
}
.cid-v99SCbwygu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v99SCbwygu .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v99SCbwygu .navbar-toggler {
  position: relative;
}
.cid-v99SCbwygu .dropdown-item.active,
.cid-v99SCbwygu .dropdown-item:active {
  color: initial;
}
.cid-v99SCbwygu .widget-title,
.cid-v99SCbwygu .widget-icon {
  color: #000000;
  text-align: center;
}
.cid-v99SCbwygu .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v99SCbwygu .menu-logo {
    display: none;
  }
  .cid-v99SCbwygu .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v99SCbwygu .nav-item:before {
    content: none;
  }
  .cid-v99SCbwygu .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v99SCbwygu .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v99SCbwygu button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v99SCbwygu .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v99SCbwygu .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v99SCbwygu .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
    overflow: visible !important;
  }
  .cid-v99SCbwygu .navbar-brand img {
    max-height: 60px;
    width: auto;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .cid-v99SCbwygu .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v99SCbwygu .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v99SCbwygu .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v99SCbwygu .menu-content-top,
  .cid-v99SCbwygu .menu-content-right {
    z-index: 0;
  }
}
.cid-v99SCbwygu .navbar.bg-color.transparent {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v99SCbwygu .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(237, 239, 235, 0.8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@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-v99SCbwygu .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v99SCbwygu .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.4s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.05s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.1s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.15s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.2s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.25s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.3s;
}
.cid-v99SCbwygu .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.35s;
}
.cid-v99SCbwygu .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v99SCbwygu .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v99SCbwygu .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s 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-v99SCbwygu .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v99SCbwygu .navbar-logo img,
.cid-v99SCbwygu .navbar-brand img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  overflow: visible !important;
}
.cid-v99SCbwygu .menu-logo .navbar-brand .navbar-logo,
.cid-v99SCbwygu .navbar .navbar-brand .navbar-logo {
  font-size: 0;
  transition: none;
}
.cid-v99SCbwygu .menu-logo .navbar-brand .navbar-logo img,
.cid-v99SCbwygu .navbar .navbar-brand img {
  display: block;
  height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.cid-v99SCbwygu .menu-logo .navbar-brand {
  min-height: 3.5rem;
}
.cid-v99SCbwygu .navbar.navbar-short .navbar-logo img,
.cid-v99SCbwygu .navbar.navbar-short .navbar-brand img {
  height: 3rem !important;
  width: auto;
}
.cid-v99SCbUPGY {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/theaddisoniipic-chad-2026010918545.webp");
}
.cid-v99SCbUPGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99SCbUPGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99SCbUPGY .glass {
  border-radius: 35px;
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(to right, rgba(12, 44, 104, 0.75), rgba(33, 74, 155, 0.75));
}
.cid-v99SCbUPGY .article11 .container,
.cid-v99SCbUPGY .article11 .container-fluid {
  max-width: 100%;
}
.cid-v99SCbUPGY .google-logo-image {
  width: 35%;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-v99SCbUPGY .google-logo-image {
    width: 75%;
    max-width: none;
  }
}
.cid-v99SCbUPGY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v99SCbUPGY H4 {
  color: #4a1448;
}
.cid-v99SCbUPGY .mbr-section-title {
  color: #ffffff;
}
.cid-v99SCbUPGY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v99SCbUPGY .faq-head.glass {
  border-radius: 35px;
  padding: 24px 32px;
  max-width: 900px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.85)) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 22px 55px rgba(1, 10, 26, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  color: #ffffff !important;
}
.cid-v99SCbUPGY .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-v99SXmSOo1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #005484;
}
.cid-v99SXmSOo1 .mbr-section-title {
  color: #ffffff;
}
.cid-v99SXmSOo1 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-v99SXmSOo1 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-v99SXmSOo1 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-v99SXmSOo1 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-v99SXmSOo1 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v99SXmSOo1 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  margin: auto;
  color: #ff513c;
}
.cid-v99SXmSOo1 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v99SXmSOo1 .items .list-item:last-child .listico {
  display: none;
}
.cid-v99SWmrWfs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/theaddisonii.int1-chad-20260109175657.webp");
}
.cid-v99SWmrWfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99SWmrWfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99SCcewWM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #103950;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
