.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 {
  background-color: #000000;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0d2c57 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed8d39 !important;
  border-color: #ed8d39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1a868 !important;
  border-color: #f1a868 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1a868 !important;
  border-color: #f1a868 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0d2c57 !important;
  border-color: #0d2c57 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #144283 !important;
  border-color: #144283 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #144283 !important;
  border-color: #144283 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed8d39;
  color: #ed8d39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be6211 !important;
  background-color: transparent !important;
  border-color: #be6211 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed8d39 !important;
  border-color: #ed8d39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d2c57;
  color: #0d2c57;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #02060c !important;
  background-color: transparent !important;
  border-color: #02060c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d2c57 !important;
  border-color: #0d2c57 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ed8d39 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0d2c57 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b05b10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !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: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d2c57;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1e64c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', 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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', 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: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ed8d39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@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;
  }
}
.cid-v6I48kTJOE .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v6I48kTJOE .navbar-fixed-top {
  padding-top: 0;
}
.cid-v6I48kTJOE .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v6I48kTJOE .collapse {
  justify-content: space-between !important;
}
.cid-v6I48kTJOE .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v6I48kTJOE .dropdown-menu.show {
  opacity: 1;
}
.cid-v6I48kTJOE .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v6I48kTJOE .mbr-iconfont {
  cursor: pointer;
}
.cid-v6I48kTJOE .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v6I48kTJOE .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v6I48kTJOE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v6I48kTJOE .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v6I48kTJOE .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v6I48kTJOE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6I48kTJOE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v6I48kTJOE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6I48kTJOE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6I48kTJOE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6I48kTJOE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6I48kTJOE .menu-content-top {
  background: #042e68;
  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-v6I48kTJOE .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v6I48kTJOE .dropdown-item,
.cid-v6I48kTJOE .nav-link,
.cid-v6I48kTJOE .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v6I48kTJOE .dropdown-item:hover,
.cid-v6I48kTJOE .nav-link:hover,
.cid-v6I48kTJOE .brand-name:hover {
  color: #ffffff !important;
}
.cid-v6I48kTJOE .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-v6I48kTJOE .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v6I48kTJOE .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .content-text {
  margin-bottom: 0;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -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-v6I48kTJOE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v6I48kTJOE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v6I48kTJOE .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6I48kTJOE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6I48kTJOE .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6I48kTJOE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v6I48kTJOE .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6I48kTJOE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v6I48kTJOE .content-right-side {
  text-align: center;
}
.cid-v6I48kTJOE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v6I48kTJOE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v6I48kTJOE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v6I48kTJOE .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6I48kTJOE .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v6I48kTJOE .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v6I48kTJOE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v6I48kTJOE .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v6I48kTJOE .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v6I48kTJOE .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v6I48kTJOE .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6I48kTJOE .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v6I48kTJOE .navbar {
    display: block;
    padding: 0;
  }
  .cid-v6I48kTJOE .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6I48kTJOE .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-v6I48kTJOE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v6I48kTJOE .navbar-toggler {
    display: none;
  }
  .cid-v6I48kTJOE .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v6I48kTJOE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v6I48kTJOE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6I48kTJOE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v6I48kTJOE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v6I48kTJOE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6I48kTJOE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6I48kTJOE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6I48kTJOE .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-v6I48kTJOE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6I48kTJOE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v6I48kTJOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6I48kTJOE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v6I48kTJOE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6I48kTJOE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6I48kTJOE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6I48kTJOE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6I48kTJOE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v6I48kTJOE button.navbar-toggler:focus {
  outline: none;
}
.cid-v6I48kTJOE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6I48kTJOE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6I48kTJOE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6I48kTJOE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6I48kTJOE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6I48kTJOE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6I48kTJOE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6I48kTJOE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6I48kTJOE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6I48kTJOE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6I48kTJOE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6I48kTJOE .collapsed .btn {
  display: flex;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse.collapsing,
.cid-v6I48kTJOE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6I48kTJOE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6I48kTJOE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6I48kTJOE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6I48kTJOE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v6I48kTJOE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6I48kTJOE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6I48kTJOE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6I48kTJOE .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6I48kTJOE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v6I48kTJOE .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6I48kTJOE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6I48kTJOE .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-v6I48kTJOE .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v6I48kTJOE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v6I48kTJOE .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-v6I48kTJOE .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v6I48kTJOE .navbar-collapse.collapsing,
  .cid-v6I48kTJOE .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6I48kTJOE .navbar-collapse.collapsing .navbar-nav,
  .cid-v6I48kTJOE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6I48kTJOE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6I48kTJOE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6I48kTJOE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6I48kTJOE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6I48kTJOE .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6I48kTJOE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v6I48kTJOE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6I48kTJOE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6I48kTJOE img {
    height: 3.8rem !important;
  }
  .cid-v6I48kTJOE .btn {
    display: flex;
  }
  .cid-v6I48kTJOE button.navbar-toggler {
    display: block;
  }
  .cid-v6I48kTJOE .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v6I48kTJOE .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6I48kTJOE .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v6I48kTJOE .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-v6I48kTJOE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6I48kTJOE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6I48kTJOE .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-v6I48kTJOE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v6I48kTJOE .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-v6I48kTJOE .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v6I48kTJOE .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v6I48kTJOE .navbar-toggler {
    order: 1;
  }
  .cid-v6I48kTJOE .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v6I48kTJOE .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v6I48kTJOE .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v6I48kTJOE .navbar-collapse.show .nav-item,
  .cid-v6I48kTJOE .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v6I48kTJOE .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v6I48kTJOE .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v6I48kTJOE .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v6I48kTJOE .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v6I48kTJOE .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .navbar-buttons,
  .cid-v6I48kTJOE .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v6I48kTJOE .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v6I48kTJOE .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v6I48kTJOE .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v6I48kTJOE .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v6I48kTJOE .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v6I48kTJOE .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v6I48kTJOE .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v6I48kTJOE .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v6I48kTJOE .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v6I48kTJOE .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6I48kTJOE .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v6I48kTJOE .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v6I48kTJOE .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v6I48kTJOE .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v6I48kTJOE .navbar-toggler {
  position: relative;
}
.cid-v6I48kTJOE .dropdown-item.active,
.cid-v6I48kTJOE .dropdown-item:active {
  color: initial;
}
.cid-v6I48kTJOE .widget-title,
.cid-v6I48kTJOE .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v6I48kTJOE .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v6I48kTJOE .menu-logo {
    display: none;
  }
  .cid-v6I48kTJOE .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v6I48kTJOE .nav-item:before {
    content: none;
  }
  .cid-v6I48kTJOE .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v6I48kTJOE .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6I48kTJOE button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v6I48kTJOE .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v6I48kTJOE .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v6I48kTJOE .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v6I48kTJOE .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v6I48kTJOE .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v6I48kTJOE .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v6I48kTJOE .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v6I48kTJOE .menu-content-top,
  .cid-v6I48kTJOE .menu-content-right {
    z-index: 0;
  }
}
.cid-v6I48kTJOE .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v6I48kTJOE .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v6I48kTJOE .navbar.bg-color.transparent .nav-link,
.cid-v6I48kTJOE .navbar.bg-color.transparent .dropdown-item,
.cid-v6I48kTJOE .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v6I48kTJOE .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6I48kTJOE .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6I48kTJOE .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6I48kTJOE .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v6I48kTJOE .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v6I48kTJOE .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v6I48kTJOE .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v6HWX5v6Vr body,
.cid-v6HWX5v6Vr html {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v6HWX5v6Vr section {
  margin: 0 !important;
}
.cid-v6HWX5v6Vr .slider1 {
  position: relative;
  background-color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  display: block;
}
.cid-v6HWX5v6Vr .slider1 {
  min-height: 100vh;
  height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr #sliderId,
.cid-v6HWX5v6Vr .carousel {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr .carousel-inner {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr .carousel-item {
  height: 100vh !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr .carousel-item img {
  height: 100vh !important;
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr #sliderId,
.cid-v6HWX5v6Vr .carousel {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
}
.cid-v6HWX5v6Vr .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr .carousel-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cid-v6HWX5v6Vr .carousel-item.active {
  display: block;
}
.cid-v6HWX5v6Vr .item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.cid-v6HWX5v6Vr .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-v6HWX5v6Vr .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-v6HWX5v6Vr .carousel-control.carousel-control-prev {
  left: 2.5rem;
}
.cid-v6HWX5v6Vr .carousel-control.carousel-control-next {
  right: 2.5rem;
}
.cid-v6HWX5v6Vr .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-v6HWX5v6Vr .mobi-mbri-arrow-next {
  margin-left: 3px;
}
.cid-v6HWX5v6Vr .mobi-mbri-arrow-prev {
  margin-right: 3px;
}
.cid-v6HWX5v6Vr .carousel-caption {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  margin: 0;
  padding: 0;
  transform: none;
  text-align: center;
}
.cid-v6HWX5v6Vr .glass {
  background-color: rgba(35, 35, 35, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: none;
  border-right: none;
  padding: 20px 15px;
  width: 100%;
  text-shadow: 2px 2px 5px black;
  z-index: 41;
  pointer-events: auto;
  margin: 0 !important;
}
.cid-v6HWX5v6Vr .carousel-item.active:first-child .glass {
  animation: slideUpGlass 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s backwards;
}
.cid-v6HWX5v6Vr .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-v6HWX5v6Vr .btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6HWX5v6Vr .mbr-section-btn {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  margin: 10px auto 0;
  text-align: center;
}
.cid-v6HWX5v6Vr .mbr-section-btn .btn {
  width: 200px;
  text-align: center;
  white-space: normal;
  margin: 5px;
  display: inline-block;
}
.cid-v6HWX5v6Vr .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-v6HWX5v6Vr .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-v6HWX5v6Vr #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-v6HWX5v6Vr #estimate-slidebox a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}
.cid-v6HWX5v6Vr #estimate-slidebox:hover {
  background: #082f5d;
}
@keyframes slideInBox {
  from {
    right: -260px;
  }
  to {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .cid-v6HWX5v6Vr .carousel-item {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v6HWX5v6Vr .carousel-item img {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-v6HWX5v6Vr .carousel-control-prev,
  .cid-v6HWX5v6Vr .carousel-control-next {
    display: none;
  }
  .cid-v6HWX5v6Vr .carousel-caption {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cid-v6HWX5v6Vr .glass {
    background-color: rgba(35, 35, 35, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: none;
    border-right: none;
    padding: 15px 10px;
    width: 100%;
    text-shadow: 2px 2px 5px black;
    margin: 0 !important;
  }
  .cid-v6HWX5v6Vr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 10px auto 0;
  }
  .cid-v6HWX5v6Vr .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-v6HWX5v6Vr .mbr-section-btn .btn:nth-last-child(1):nth-child(odd) {
    flex-basis: calc(44%);
    max-width: calc(44%);
  }
  .cid-v6HWX5v6Vr .mbr-section-btn .btn .btn-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
  }
  .cid-v6HWX5v6Vr .mbr-section-subtitle,
  .cid-v6HWX5v6Vr .mbr-section-text {
    text-align: center;
    margin: 0 auto 10px;
  }
  .cid-v6HWX5v6Vr .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-v6HWX5v6Vr .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-v6HWX5v6Vr #estimate-slidebox {
    display: none;
  }
}
@media (max-width: 480px) {
  .cid-v6HWX5v6Vr h5.mbr-section-subtitle {
    font-size: 1.2rem !important;
  }
  .cid-v6HWX5v6Vr .mbr-section-btn .btn {
    font-size: 11px;
    padding: 6px 4px !important;
    min-height: 36px;
  }
}
@media (max-width: 360px) {
  .cid-v6HWX5v6Vr .mbr-section-btn .btn {
    font-size: 10px;
    padding: 5px 3px !important;
    min-height: 34px;
  }
}
.cid-v6HWX5v6Vr html.reduce-motion .logo,
.cid-v6HWX5v6Vr html.reduce-motion .glass {
  animation: none !important;
}
.cid-v6HWX5v6Vr .slider1 + section,
.cid-v6HWX5v6Vr .slider1 + div,
.cid-v6HWX5v6Vr .slider1 + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-v6HWX5v6Vr section.slider1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.cid-v6HWX5v6Vr .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-v6HWX5v6Vr .carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.cid-v6HWX5v6Vr .carousel-fade .carousel-item.carousel-item-next,
.cid-v6HWX5v6Vr .carousel-fade .carousel-item.carousel-item-prev {
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-v6HWX5v6Vr .carousel-fade .carousel-item.active.carousel-item-start,
.cid-v6HWX5v6Vr .carousel-fade .carousel-item.active.carousel-item-end {
  opacity: 0;
}
.cid-v6HWX5v6Vr .carousel-fade .carousel-item-next.carousel-item-start,
.cid-v6HWX5v6Vr .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.cid-v6HWX5v6Vr .carousel-fade .active.carousel-item-start,
.cid-v6HWX5v6Vr .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.cid-v6HTn4shET {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fortworth-2.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-v6HTn4shET {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6HTn4shET {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6HTn4shET {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6HTn4shET .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6HTn4shET .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-v6HTn4shET .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6HTn4shET .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6HTn4shET .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6HTn4shET .container {
    padding: 0 20px;
  }
}
.cid-v6HTn4shET .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6HTn4shET .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6HTn4shET .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6HTn4shET .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6HTn4shET .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6HTn4shET .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6HTn4shET .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6HTn4shET .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6HTn4shET .mbr-section-title {
  color: #c2b299;
}
.cid-v6HTn4shET .mbr-text {
  color: #ededed;
}
.cid-v6HTn4shET 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-v6HTn4shET 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-v6HTn4shET .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.6), rgba(6, 68, 153, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6HTn4shET .mbr-section-title,
.cid-v6HTn4shET .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6HTn4shET .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6HTn4shET .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6HTn4shET 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-v6HTn4shET section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6HTn4shET section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6HTn4shET 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-v6HTn4shET h2.glass,
.cid-v6HTn4shET .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.6), rgba(6, 72, 163, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6HTn4shET h2.glass br {
  display: none;
}
.cid-v6HTn4shET .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6HTn4shET img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6I6tFpjEm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e3192;
}
.cid-v6I6tFpjEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6I6tFpjEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6I6tFpjEm .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6I6tFpjEm .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6I6tFpjEm .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6I6tFpjEm .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6I6tFpjEm .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6tFpjEm .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6I6tFpjEm .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6tFpjEm .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IGb0JkAW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/helionlodge.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-v6IGb0JkAW {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IGb0JkAW {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IGb0JkAW {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IGb0JkAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IGb0JkAW .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-v6IGb0JkAW .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IGb0JkAW .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IGb0JkAW .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IGb0JkAW .container {
    padding: 0 20px;
  }
}
.cid-v6IGb0JkAW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IGb0JkAW .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IGb0JkAW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IGb0JkAW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IGb0JkAW .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IGb0JkAW .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IGb0JkAW .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IGb0JkAW .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IGb0JkAW .mbr-section-title {
  color: #c2b299;
}
.cid-v6IGb0JkAW .mbr-text {
  color: #ededed;
}
.cid-v6IGb0JkAW 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-v6IGb0JkAW 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-v6IGb0JkAW .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IGb0JkAW .mbr-section-title,
.cid-v6IGb0JkAW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IGb0JkAW .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IGb0JkAW .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IGb0JkAW 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-v6IGb0JkAW section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IGb0JkAW section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IGb0JkAW 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-v6IGb0JkAW h2.glass,
.cid-v6IGb0JkAW .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IGb0JkAW h2.glass br {
  display: none;
}
.cid-v6IGb0JkAW .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IGb0JkAW img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6ILape39W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6ILape39W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6ILape39W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6ILape39W .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6ILape39W .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6ILape39W .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6ILape39W .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6ILape39W .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6ILape39W .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6ILape39W .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6ILape39W .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IL8yxfGh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/helionlodge2.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-v6IL8yxfGh {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IL8yxfGh {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IL8yxfGh {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IL8yxfGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IL8yxfGh .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-v6IL8yxfGh .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IL8yxfGh .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IL8yxfGh .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IL8yxfGh .container {
    padding: 0 20px;
  }
}
.cid-v6IL8yxfGh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IL8yxfGh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IL8yxfGh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IL8yxfGh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IL8yxfGh .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IL8yxfGh .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IL8yxfGh .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IL8yxfGh .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IL8yxfGh .mbr-section-title {
  color: #c2b299;
}
.cid-v6IL8yxfGh .mbr-text {
  color: #ededed;
}
.cid-v6IL8yxfGh 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-v6IL8yxfGh 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-v6IL8yxfGh .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IL8yxfGh .mbr-section-title,
.cid-v6IL8yxfGh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IL8yxfGh .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IL8yxfGh .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IL8yxfGh 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-v6IL8yxfGh section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IL8yxfGh section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IL8yxfGh 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-v6IL8yxfGh h2.glass,
.cid-v6IL8yxfGh .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IL8yxfGh h2.glass br {
  display: none;
}
.cid-v6IL8yxfGh .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IL8yxfGh img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6IQaXMlWO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6IQaXMlWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQaXMlWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6IQaXMlWO .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6IQaXMlWO .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6IQaXMlWO .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6IQaXMlWO .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6IQaXMlWO .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQaXMlWO .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6IQaXMlWO .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQaXMlWO .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IN6Jw9Mm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/camden-dale-masonic-lodge-2.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-v6IN6Jw9Mm {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IN6Jw9Mm {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IN6Jw9Mm {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IN6Jw9Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IN6Jw9Mm .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-v6IN6Jw9Mm .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IN6Jw9Mm .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IN6Jw9Mm .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IN6Jw9Mm .container {
    padding: 0 20px;
  }
}
.cid-v6IN6Jw9Mm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IN6Jw9Mm .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IN6Jw9Mm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IN6Jw9Mm .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IN6Jw9Mm .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IN6Jw9Mm .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IN6Jw9Mm .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IN6Jw9Mm .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IN6Jw9Mm .mbr-section-title {
  color: #c2b299;
}
.cid-v6IN6Jw9Mm .mbr-text {
  color: #ededed;
}
.cid-v6IN6Jw9Mm 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-v6IN6Jw9Mm 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-v6IN6Jw9Mm .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IN6Jw9Mm .mbr-section-title,
.cid-v6IN6Jw9Mm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IN6Jw9Mm .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IN6Jw9Mm .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IN6Jw9Mm 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-v6IN6Jw9Mm section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IN6Jw9Mm section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IN6Jw9Mm 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-v6IN6Jw9Mm h2.glass,
.cid-v6IN6Jw9Mm .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IN6Jw9Mm h2.glass br {
  display: none;
}
.cid-v6IN6Jw9Mm .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IN6Jw9Mm img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6HTlrk0CK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6HTlrk0CK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6HTlrk0CK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6HTlrk0CK .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6HTlrk0CK .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6HTlrk0CK .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6HTlrk0CK .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6HTlrk0CK .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6HTlrk0CK .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6HTlrk0CK .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6HTlrk0CK .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IQcuXT0W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mobile-alabama-lodge.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-v6IQcuXT0W {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQcuXT0W {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQcuXT0W {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IQcuXT0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQcuXT0W .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-v6IQcuXT0W .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQcuXT0W .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQcuXT0W .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IQcuXT0W .container {
    padding: 0 20px;
  }
}
.cid-v6IQcuXT0W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IQcuXT0W .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IQcuXT0W .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQcuXT0W .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IQcuXT0W .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQcuXT0W .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IQcuXT0W .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IQcuXT0W .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IQcuXT0W .mbr-section-title {
  color: #c2b299;
}
.cid-v6IQcuXT0W .mbr-text {
  color: #ededed;
}
.cid-v6IQcuXT0W 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-v6IQcuXT0W 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-v6IQcuXT0W .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQcuXT0W .mbr-section-title,
.cid-v6IQcuXT0W .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IQcuXT0W .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IQcuXT0W .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IQcuXT0W 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-v6IQcuXT0W section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQcuXT0W section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQcuXT0W 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-v6IQcuXT0W h2.glass,
.cid-v6IQcuXT0W .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQcuXT0W h2.glass br {
  display: none;
}
.cid-v6IQcuXT0W .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IQcuXT0W img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6IQtOgQma {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6IQtOgQma .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQtOgQma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6IQtOgQma .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6IQtOgQma .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6IQtOgQma .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6IQtOgQma .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6IQtOgQma .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQtOgQma .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6IQtOgQma .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQtOgQma .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IQq7Tgq7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/masoniclodge.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-v6IQq7Tgq7 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQq7Tgq7 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQq7Tgq7 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IQq7Tgq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQq7Tgq7 .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-v6IQq7Tgq7 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQq7Tgq7 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQq7Tgq7 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IQq7Tgq7 .container {
    padding: 0 20px;
  }
}
.cid-v6IQq7Tgq7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IQq7Tgq7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IQq7Tgq7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQq7Tgq7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IQq7Tgq7 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQq7Tgq7 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IQq7Tgq7 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IQq7Tgq7 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IQq7Tgq7 .mbr-section-title {
  color: #c2b299;
}
.cid-v6IQq7Tgq7 .mbr-text {
  color: #ededed;
}
.cid-v6IQq7Tgq7 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-v6IQq7Tgq7 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-v6IQq7Tgq7 .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQq7Tgq7 .mbr-section-title,
.cid-v6IQq7Tgq7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IQq7Tgq7 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IQq7Tgq7 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IQq7Tgq7 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-v6IQq7Tgq7 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQq7Tgq7 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQq7Tgq7 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-v6IQq7Tgq7 h2.glass,
.cid-v6IQq7Tgq7 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQq7Tgq7 h2.glass br {
  display: none;
}
.cid-v6IQq7Tgq7 .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IQq7Tgq7 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6IQuipbPM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6IQuipbPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQuipbPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6IQuipbPM .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6IQuipbPM .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6IQuipbPM .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6IQuipbPM .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6IQuipbPM .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQuipbPM .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6IQuipbPM .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQuipbPM .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IQqU4LZ3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/perduehillmasoniclodge43.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-v6IQqU4LZ3 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQqU4LZ3 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQqU4LZ3 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IQqU4LZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQqU4LZ3 .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-v6IQqU4LZ3 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQqU4LZ3 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQqU4LZ3 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IQqU4LZ3 .container {
    padding: 0 20px;
  }
}
.cid-v6IQqU4LZ3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IQqU4LZ3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IQqU4LZ3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQqU4LZ3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IQqU4LZ3 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQqU4LZ3 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IQqU4LZ3 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IQqU4LZ3 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IQqU4LZ3 .mbr-section-title {
  color: #c2b299;
}
.cid-v6IQqU4LZ3 .mbr-text {
  color: #ededed;
}
.cid-v6IQqU4LZ3 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-v6IQqU4LZ3 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-v6IQqU4LZ3 .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQqU4LZ3 .mbr-section-title,
.cid-v6IQqU4LZ3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IQqU4LZ3 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IQqU4LZ3 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IQqU4LZ3 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-v6IQqU4LZ3 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQqU4LZ3 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQqU4LZ3 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-v6IQqU4LZ3 h2.glass,
.cid-v6IQqU4LZ3 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQqU4LZ3 h2.glass br {
  display: none;
}
.cid-v6IQqU4LZ3 .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IQqU4LZ3 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6IQuLACoW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6IQuLACoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQuLACoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6IQuLACoW .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6IQuLACoW .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6IQuLACoW .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6IQuLACoW .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6IQuLACoW .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQuLACoW .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6IQuLACoW .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6IQuLACoW .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6IQrt3wi3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/stockton-alabama-lodge-2.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-v6IQrt3wi3 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQrt3wi3 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQrt3wi3 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6IQrt3wi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IQrt3wi3 .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-v6IQrt3wi3 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQrt3wi3 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQrt3wi3 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6IQrt3wi3 .container {
    padding: 0 20px;
  }
}
.cid-v6IQrt3wi3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6IQrt3wi3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6IQrt3wi3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQrt3wi3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6IQrt3wi3 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6IQrt3wi3 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6IQrt3wi3 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6IQrt3wi3 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6IQrt3wi3 .mbr-section-title {
  color: #c2b299;
}
.cid-v6IQrt3wi3 .mbr-text {
  color: #ededed;
}
.cid-v6IQrt3wi3 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-v6IQrt3wi3 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-v6IQrt3wi3 .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQrt3wi3 .mbr-section-title,
.cid-v6IQrt3wi3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6IQrt3wi3 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6IQrt3wi3 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6IQrt3wi3 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-v6IQrt3wi3 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6IQrt3wi3 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6IQrt3wi3 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-v6IQrt3wi3 h2.glass,
.cid-v6IQrt3wi3 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6IQrt3wi3 h2.glass br {
  display: none;
}
.cid-v6IQrt3wi3 .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6IQrt3wi3 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6I6qbZ5yx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6I6qbZ5yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6I6qbZ5yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6I6qbZ5yx .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6I6qbZ5yx .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6I6qbZ5yx .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6I6qbZ5yx .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6I6qbZ5yx .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6qbZ5yx .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6I6qbZ5yx .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6qbZ5yx .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6JcWHAKsE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blackmarble.webp");
}
.cid-v6JcWHAKsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6JcWHAKsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6JcWHAKsE .mbr-section-title {
  color: #ffffff;
}
.cid-v6JcWHAKsE .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v6JcWHAKsE .ts-blog-grid {
  row-gap: 2.5rem;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.cid-v6JcWHAKsE .ts-card-img-wrap {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-blog-card:hover .ts-card-img-wrap img {
  transform: scale(1.06);
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-card-date {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
}
.cid-v6JcWHAKsE .ts-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #27272a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .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-v6JcWHAKsE .ts-read-more:hover {
  background-color: #1f6463;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.cid-v6JcWHAKsE .blog-content-wrapper a,
.cid-v6JcWHAKsE .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-v6JcWHAKsE .blog-content-wrapper a:hover,
.cid-v6JcWHAKsE .ts-card-text a:hover {
  color: #1f6463 !important;
  border-bottom-color: #0c2c68;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .blog-content-wrapper p {
  text-indent: 0.75em;
  margin-bottom: 16px;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-modal-inner {
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-v6JcWHAKsE .ts-modal-header {
  padding: 20px 28px 18px 28px;
  background: #f3f6fb;
  border-bottom: 2px solid #d3dce8;
  flex-shrink: 0;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-modal-header .ts-modal-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #0c2c68;
  line-height: 1.3;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-modal-scroll-container::-webkit-scrollbar {
  width: 12px;
}
.cid-v6JcWHAKsE .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.cid-v6JcWHAKsE .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background-color: #0c2c68;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.cid-v6JcWHAKsE .ts-modal-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #07193a;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .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-v6JcWHAKsE .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .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-v6JcWHAKsE .ts-modal-body p {
  opacity: 0;
  animation: blogTextFadeIn 0.25s ease-out forwards, blogTextType 0.4s steps(20) forwards;
}
.cid-v6JcWHAKsE .ts-modal-body p:nth-child(1) {
  animation-delay: 0.15s, 0.15s;
}
.cid-v6JcWHAKsE .ts-modal-body p:nth-child(2) {
  animation-delay: 0.30s, 0.30s;
}
.cid-v6JcWHAKsE .ts-modal-body p:nth-child(3) {
  animation-delay: 0.45s, 0.45s;
}
.cid-v6JcWHAKsE .ts-modal-body p:nth-child(4) {
  animation-delay: 0.60s, 0.60s;
}
@media (max-width: 768px) {
  .cid-v6JcWHAKsE .ts-blog-modal {
    padding: 90px 15px 220px 15px;
    overflow-y: auto;
  }
  .cid-v6JcWHAKsE .ts-modal-dialog {
    max-height: calc(-310vh);
    border-radius: 22px;
    border-width: 3px;
  }
  .cid-v6JcWHAKsE .ts-modal-inner {
    border-radius: 19px;
  }
  .cid-v6JcWHAKsE .ts-modal-header {
    padding: 16px 20px 14px 20px;
  }
  .cid-v6JcWHAKsE .ts-modal-header .ts-modal-title {
    font-size: 22px;
  }
  .cid-v6JcWHAKsE .ts-modal-scroll-container {
    padding: 18px;
  }
  .cid-v6JcWHAKsE .ts-modal-content-box {
    padding: 22px 24px;
    border-radius: 14px;
  }
  .cid-v6JcWHAKsE .ts-modal-body {
    font-size: 16px;
  }
  .cid-v6JcWHAKsE .ts-modal-close {
    top: 24px;
    right: 16px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .cid-v6JcWHAKsE .ts-card-title {
    font-size: 18px;
  }
  .cid-v6JcWHAKsE .ts-card-text {
    font-size: 14px;
  }
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  pointer-events: auto;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .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-v6JcWHAKsE .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-v6JcWHAKsE .ts-blog-modal .ts-modal-header {
  padding: 20px 26px 18px;
  background: #f3f6fb;
  border-bottom: 1px solid #d3dce8;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-date {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b9b9b;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0c2c68;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-scroll-container {
  flex: 1;
  min-height: 0;
  padding: 22px 26px 26px;
  overflow-y: auto;
}
.cid-v6JcWHAKsE .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-v6JcWHAKsE .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-v6JcWHAKsE .ts-blog-modal .ts-modal-body {
  font-size: 17px;
  line-height: 1.8;
  color: #2c3e50;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar {
  width: 8px;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-scroll-container::-webkit-scrollbar-thumb {
  background: #0c2c68;
  border-radius: 999px;
}
.cid-v6JcWHAKsE .ts-blog-modal .ts-modal-content-box::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .cid-v6JcWHAKsE .ts-blog-modal .ts-modal-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
  }
  .cid-v6JcWHAKsE .ts-blog-modal {
    padding: 20px 0 40px 0 !important;
  }
  .cid-v6JcWHAKsE .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-v6JcWHAKsE .ts-blog-modal .ts-modal-inner {
    border-radius: 0 !important;
  }
  .cid-v6JcWHAKsE .ts-blog-modal .ts-modal-scroll-container {
    padding: 16px !important;
  }
  .cid-v6JcWHAKsE .ts-blog-modal .ts-modal-content-box {
    padding: 18px !important;
    border-radius: 0 !important;
  }
}
.cid-v6IRewvphr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blackmarble.webp");
}
.cid-v6IRewvphr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6IRewvphr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v6IRewvphr .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v6IRewvphr .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v6IRewvphr .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v6IRewvphr .card-wrapper {
  background: #ffffff;
}
.cid-v6IRewvphr .mbr-text,
.cid-v6IRewvphr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v6IRewvphr .card-title,
.cid-v6IRewvphr .card-box {
  text-align: center;
  color: #000000;
}
.cid-v6IRewvphr .image-wrapper img {
  width: 100%;
}
.cid-v6I6qYonfW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6I6qYonfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6I6qYonfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6I6qYonfW .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6I6qYonfW .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6I6qYonfW .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6I6qYonfW .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6I6qYonfW .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6qYonfW .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6I6qYonfW .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6qYonfW .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6Jd3jSVCq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hall2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v6Jd3jSVCq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v6Jd3jSVCq .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v6Jd3jSVCq .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-v6Jd3jSVCq .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v6Jd3jSVCq .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v6Jd3jSVCq .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v6Jd3jSVCq .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v6Jd3jSVCq .mbr-section-title {
    text-align: center;
  }
}
.cid-v6Jd3jSVCq .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v6Jd3jSVCq .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v6Jd3jSVCq .item-card {
  height: 100%;
}
.cid-v6Jd3jSVCq .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .cid-v6Jd3jSVCq .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v6Jd3jSVCq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
}
.cid-v6Jd3jSVCq .item-img img {
  width: 75%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v6Jd3jSVCq .card-box {
  padding-top: 28px;
}
.cid-v6Jd3jSVCq .card-title {
  color: #003d56;
  margin-bottom: 9px;
}
.cid-v6Jd3jSVCq .card-subtitle {
  color: #003d56;
  margin-bottom: 15px;
}
.cid-v6Jd3jSVCq .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.cid-v6Jd3jSVCq .card-contacts {
  color: #000000;
}
.cid-v6Jd3jSVCq .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v6Jd3jSVCq .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s all;
}
.cid-v6Jd3jSVCq .card-contacts a:hover {
  color: #ffffff !important;
}
.cid-v6Jd3jSVCq .card-contacts a:hover:before {
  width: 100%;
}
.cid-v6Jd3jSVCq .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v6Jd3jSVCq .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v6Jd3jSVCq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v6Jd3jSVCq .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(0, 134, 255, 0.2), rgba(0, 134, 255, 0.2));
  transition: 0.4s all;
}
.cid-v6Jd3jSVCq .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-v6Jd3jSVCq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #0086ff;
}
.cid-v6Jd3jSVCq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v6Jd3jSVCq .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v6Jd3jSVCq .soc-item:hover:before {
  opacity: 1;
}
.cid-v6Jd3jSVCq .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v6Jd3jSVCq .form-main-container {
    padding-right: 20px;
  }
}
.cid-v6Jd3jSVCq .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 575px) {
  .cid-v6Jd3jSVCq .form-wrap {
    padding: 20px;
  }
}
.cid-v6Jd3jSVCq form {
  width: 100%;
}
.cid-v6Jd3jSVCq form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v6Jd3jSVCq form p {
  color: #878e99;
}
.cid-v6Jd3jSVCq form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v6Jd3jSVCq form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v6Jd3jSVCq form .form-group {
  margin-bottom: 20px !important;
}
.cid-v6Jd3jSVCq form .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  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-v6Jd3jSVCq form .form-control::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form .form-control::-moz-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form .form-control:-moz-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form .form-control:-ms-input-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form select {
  color: #878e99 !important;
}
.cid-v6Jd3jSVCq form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v6Jd3jSVCq form input:active,
.cid-v6Jd3jSVCq form textarea:active,
.cid-v6Jd3jSVCq form input:focus,
.cid-v6Jd3jSVCq form textarea:focus {
  border-color: #ffffff !important;
  box-shadow: none !important;
  color: #003d56 !important;
  outline: none !important;
}
.cid-v6Jd3jSVCq form input:active::-webkit-input-placeholder,
.cid-v6Jd3jSVCq form textarea:active::-webkit-input-placeholder,
.cid-v6Jd3jSVCq form input:focus::-webkit-input-placeholder,
.cid-v6Jd3jSVCq form textarea:focus::-webkit-input-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form input:active::-moz-placeholder,
.cid-v6Jd3jSVCq form textarea:active::-moz-placeholder,
.cid-v6Jd3jSVCq form input:focus::-moz-placeholder,
.cid-v6Jd3jSVCq form textarea:focus::-moz-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form input:active:-moz-placeholder,
.cid-v6Jd3jSVCq form textarea:active:-moz-placeholder,
.cid-v6Jd3jSVCq form input:focus:-moz-placeholder,
.cid-v6Jd3jSVCq form textarea:focus:-moz-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form input:active:-ms-input-placeholder,
.cid-v6Jd3jSVCq form textarea:active:-ms-input-placeholder,
.cid-v6Jd3jSVCq form input:focus:-ms-input-placeholder,
.cid-v6Jd3jSVCq form textarea:focus:-ms-input-placeholder {
  color: #003d56;
}
.cid-v6Jd3jSVCq form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v6Jd3jSVCq form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v6Jd3jSVCq form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v6Jd3jSVCq form .form-control-label {
  width: 100%;
}
.cid-v6Jd3jSVCq form .form-check-label {
  margin-bottom: 14px;
}
.cid-v6Jd3jSVCq form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v6Jd3jSVCq form .form-check-input:focus,
.cid-v6Jd3jSVCq form .form-check-input:hover {
  border-color: #ffffff !important;
}
.cid-v6Jd3jSVCq form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #191b1e !important;
}
.cid-v6Jd3jSVCq form label,
.cid-v6Jd3jSVCq form .form-control-label {
  color: #003d56;
}
.cid-v6Jd3jSVCq LABEL {
  color: #000000;
}
.cid-v6Jd3jSVCq .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  transition: 0.4s all;
  max-height: 100%;
}
.cid-v6Jd3jSVCq .shadow {
  text-shadow: 2px 2px 5px black;
}
.cid-v6Jd3jSVCq .mbr-section-btn,
.cid-v6Jd3jSVCq .custom-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cid-v6Jd3jSVCq .mbr-section-btn .btn,
.cid-v6Jd3jSVCq .custom-section-btn .btn {
  width: auto;
  min-width: 150px;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .cid-v6Jd3jSVCq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v6I6rJPg5S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6I6rJPg5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6I6rJPg5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6I6rJPg5S .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6I6rJPg5S .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6I6rJPg5S .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6I6rJPg5S .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6I6rJPg5S .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6rJPg5S .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6I6rJPg5S .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6I6rJPg5S .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6Jd0Myk2B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6Jd0Myk2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Jd0Myk2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Jd0Myk2B .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6Jd0Myk2B .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6Jd0Myk2B .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6Jd0Myk2B .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6Jd0Myk2B .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6Jd0Myk2B .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6Jd0Myk2B .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6Jd0Myk2B .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6GWkXrCku {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hall2.webp");
}
.cid-v6GWkXrCku .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6GWkXrCku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v6GWkXrCku .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6GWkXrCku .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v6GWkXrCku .google-map {
  height: 100%;
  position: relative;
}
.cid-v6GWkXrCku .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6GWkXrCku .google-map iframe {
    min-height: 350px;
  }
}
.cid-v6GWkXrCku .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v6GWkXrCku .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v6GWkXrCku .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v6GWkXrCku .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6GWkXrCku .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v6GWkXrCku .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v6GWkXrCku ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v6GWkXrCku .content-head {
  max-width: 800px;
}
.cid-v6GWkXrCku .mbr-section-title {
  color: #000000;
}
.cid-v6JjLaQ9dy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v6JjLaQ9dy H3 {
  text-align: left;
}
.cid-v6JjLaQ9dy P {
  color: #303030;
}
.cid-v6JjHEaw9D {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v6JjfuR1KM.popup-builder {
  background-color: #ffffff;
}
.cid-v6JjfuR1KM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6JjfuR1KM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6JjfuR1KM .modal-content,
.cid-v6JjfuR1KM .modal-dialog {
  height: auto;
}
.cid-v6JjfuR1KM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6JjfuR1KM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6JjfuR1KM .form-wrapper .mbr-form .form-group,
  .cid-v6JjfuR1KM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6JjfuR1KM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .mbr-text {
  text-align: left;
}
.cid-v6JjfuR1KM .pt-0 {
  padding-top: 0 !important;
}
.cid-v6JjfuR1KM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6JjfuR1KM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6JjfuR1KM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6JjfuR1KM .modal-open {
  overflow: hidden;
}
.cid-v6JjfuR1KM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6JjfuR1KM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6JjfuR1KM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6JjfuR1KM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6JjfuR1KM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6JjfuR1KM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6JjfuR1KM .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6JjfuR1KM .modal-backdrop.show {
  opacity: .5;
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6JjfuR1KM .modal-header {
    padding: 1rem;
  }
}
.cid-v6JjfuR1KM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6JjfuR1KM .modal-header .close svg {
  fill: #353535;
}
.cid-v6JjfuR1KM .modal-header .close:hover {
  opacity: 1;
}
.cid-v6JjfuR1KM .modal-header .close:focus {
  outline: none;
}
.cid-v6JjfuR1KM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6JjfuR1KM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6JjfuR1KM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6JjfuR1KM .modal-body {
    padding: 1rem;
  }
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6JjfuR1KM .modal-footer {
    padding: 1rem;
  }
}
.cid-v6JjfuR1KM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6JjfuR1KM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6JjfuR1KM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6JjfuR1KM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6JjfuR1KM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6JjfuR1KM .modal-lg,
  .cid-v6JjfuR1KM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6JjfuR1KM .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6JjfuR1KM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .form-group {
  margin-bottom: 1rem;
}
.cid-v6JjfuR1KM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6JjfuR1KM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6JjfuR1KM .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-v6JjfuR1KM .mbr-section-btn {
  margin: 0;
}
.cid-v6JjfuR1KM .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6Jr0y54iy .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v6Jr0y54iy .navbar-fixed-top {
  padding-top: 0;
}
.cid-v6Jr0y54iy .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v6Jr0y54iy .collapse {
  justify-content: space-between !important;
}
.cid-v6Jr0y54iy .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v6Jr0y54iy .dropdown-menu.show {
  opacity: 1;
}
.cid-v6Jr0y54iy .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v6Jr0y54iy .mbr-iconfont {
  cursor: pointer;
}
.cid-v6Jr0y54iy .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v6Jr0y54iy .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v6Jr0y54iy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v6Jr0y54iy .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v6Jr0y54iy .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v6Jr0y54iy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6Jr0y54iy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v6Jr0y54iy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6Jr0y54iy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6Jr0y54iy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6Jr0y54iy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6Jr0y54iy .menu-content-top {
  background: #042e68;
  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-v6Jr0y54iy .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v6Jr0y54iy .dropdown-item,
.cid-v6Jr0y54iy .nav-link,
.cid-v6Jr0y54iy .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v6Jr0y54iy .dropdown-item:hover,
.cid-v6Jr0y54iy .nav-link:hover,
.cid-v6Jr0y54iy .brand-name:hover {
  color: #ffffff !important;
}
.cid-v6Jr0y54iy .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-v6Jr0y54iy .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v6Jr0y54iy .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .content-text {
  margin-bottom: 0;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -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-v6Jr0y54iy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v6Jr0y54iy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v6Jr0y54iy .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6Jr0y54iy .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6Jr0y54iy .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6Jr0y54iy .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v6Jr0y54iy .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6Jr0y54iy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v6Jr0y54iy .content-right-side {
  text-align: center;
}
.cid-v6Jr0y54iy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v6Jr0y54iy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v6Jr0y54iy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v6Jr0y54iy .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6Jr0y54iy .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v6Jr0y54iy .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v6Jr0y54iy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v6Jr0y54iy .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v6Jr0y54iy .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v6Jr0y54iy .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v6Jr0y54iy .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6Jr0y54iy .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v6Jr0y54iy .navbar {
    display: block;
    padding: 0;
  }
  .cid-v6Jr0y54iy .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6Jr0y54iy .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-v6Jr0y54iy .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v6Jr0y54iy .navbar-toggler {
    display: none;
  }
  .cid-v6Jr0y54iy .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v6Jr0y54iy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v6Jr0y54iy .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6Jr0y54iy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v6Jr0y54iy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v6Jr0y54iy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6Jr0y54iy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6Jr0y54iy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6Jr0y54iy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v6Jr0y54iy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6Jr0y54iy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6Jr0y54iy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6Jr0y54iy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6Jr0y54iy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v6Jr0y54iy button.navbar-toggler:focus {
  outline: none;
}
.cid-v6Jr0y54iy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6Jr0y54iy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6Jr0y54iy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Jr0y54iy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Jr0y54iy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6Jr0y54iy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Jr0y54iy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6Jr0y54iy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6Jr0y54iy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Jr0y54iy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Jr0y54iy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Jr0y54iy .collapsed .btn {
  display: flex;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse.collapsing,
.cid-v6Jr0y54iy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6Jr0y54iy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6Jr0y54iy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6Jr0y54iy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6Jr0y54iy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v6Jr0y54iy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6Jr0y54iy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6Jr0y54iy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6Jr0y54iy .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6Jr0y54iy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v6Jr0y54iy .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6Jr0y54iy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6Jr0y54iy .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-v6Jr0y54iy .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v6Jr0y54iy .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v6Jr0y54iy .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-v6Jr0y54iy .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v6Jr0y54iy .navbar-collapse.collapsing,
  .cid-v6Jr0y54iy .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .navbar-nav,
  .cid-v6Jr0y54iy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6Jr0y54iy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6Jr0y54iy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6Jr0y54iy .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6Jr0y54iy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6Jr0y54iy img {
    height: 3.8rem !important;
  }
  .cid-v6Jr0y54iy .btn {
    display: flex;
  }
  .cid-v6Jr0y54iy button.navbar-toggler {
    display: block;
  }
  .cid-v6Jr0y54iy .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v6Jr0y54iy .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6Jr0y54iy .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v6Jr0y54iy .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-v6Jr0y54iy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6Jr0y54iy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6Jr0y54iy .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-v6Jr0y54iy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v6Jr0y54iy .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-v6Jr0y54iy .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v6Jr0y54iy .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v6Jr0y54iy .navbar-toggler {
    order: 1;
  }
  .cid-v6Jr0y54iy .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v6Jr0y54iy .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v6Jr0y54iy .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .nav-item,
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .navbar-buttons,
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v6Jr0y54iy .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v6Jr0y54iy .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v6Jr0y54iy .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v6Jr0y54iy .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v6Jr0y54iy .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v6Jr0y54iy .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v6Jr0y54iy .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v6Jr0y54iy .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6Jr0y54iy .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v6Jr0y54iy .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v6Jr0y54iy .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v6Jr0y54iy .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v6Jr0y54iy .navbar-toggler {
  position: relative;
}
.cid-v6Jr0y54iy .dropdown-item.active,
.cid-v6Jr0y54iy .dropdown-item:active {
  color: initial;
}
.cid-v6Jr0y54iy .widget-title,
.cid-v6Jr0y54iy .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v6Jr0y54iy .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v6Jr0y54iy .menu-logo {
    display: none;
  }
  .cid-v6Jr0y54iy .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v6Jr0y54iy .nav-item:before {
    content: none;
  }
  .cid-v6Jr0y54iy .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v6Jr0y54iy .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6Jr0y54iy button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v6Jr0y54iy .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v6Jr0y54iy .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v6Jr0y54iy .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v6Jr0y54iy .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v6Jr0y54iy .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v6Jr0y54iy .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v6Jr0y54iy .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v6Jr0y54iy .menu-content-top,
  .cid-v6Jr0y54iy .menu-content-right {
    z-index: 0;
  }
}
.cid-v6Jr0y54iy .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v6Jr0y54iy .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v6Jr0y54iy .navbar.bg-color.transparent .nav-link,
.cid-v6Jr0y54iy .navbar.bg-color.transparent .dropdown-item,
.cid-v6Jr0y54iy .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v6Jr0y54iy .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6Jr0y54iy .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6Jr0y54iy .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6Jr0y54iy .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v6Jr0y54iy .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v6Jr0y54iy .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v6Jr0y54iy .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v6JrktwWmS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/blackmarble.webp");
}
.cid-v6JrktwWmS .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-v6JrktwWmS .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v6JrktwWmS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6JrktwWmS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6JrktwWmS b,
.cid-v6JrktwWmS strong {
  font-weight: 900;
}
.cid-v6JrktwWmS img,
.cid-v6JrktwWmS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: contain;
}
.cid-v6JrktwWmS .item:focus,
.cid-v6JrktwWmS span:focus {
  outline: none;
}
.cid-v6JrktwWmS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6JrktwWmS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v6JrktwWmS .item {
  padding: 0;
  margin: 0;
}
.cid-v6JrktwWmS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6JrktwWmS .mbr-section-title {
  color: #ffffff;
}
.cid-v6JrktwWmS .mbr-text,
.cid-v6JrktwWmS .mbr-section-btn {
  text-align: center;
}
.cid-v6JrktwWmS .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v6JrktwWmS .item-subtitle {
  text-align: left;
  color: #ffffff;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  text-indent: 0.75rem;
}
@media (min-width: 992px) {
  .cid-v6JrktwWmS .item-subtitle {
    text-align: justify;
    hyphens: auto;
  }
}
.cid-v6JrktwWmS .item-img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.cid-v6JrktwWmS img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.cid-v6JrktwWmS .item-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6JsMz9Wu7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blackmarble.webp");
}
.cid-v6JsMz9Wu7 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-v6JsMz9Wu7 .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v6JsMz9Wu7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6JsMz9Wu7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6JsMz9Wu7 b,
.cid-v6JsMz9Wu7 strong {
  font-weight: 900;
}
.cid-v6JsMz9Wu7 img,
.cid-v6JsMz9Wu7 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: contain;
}
.cid-v6JsMz9Wu7 .item:focus,
.cid-v6JsMz9Wu7 span:focus {
  outline: none;
}
.cid-v6JsMz9Wu7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6JsMz9Wu7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6JsMz9Wu7 .mbr-section-title {
  color: #ffffff;
}
.cid-v6JsMz9Wu7 .mbr-text,
.cid-v6JsMz9Wu7 .mbr-section-btn {
  text-align: center;
}
.cid-v6JsMz9Wu7 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v6JsMz9Wu7 .item-subtitle {
  text-align: left;
  color: #ffffff;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  text-indent: 0.75rem;
}
@media (min-width: 992px) {
  .cid-v6JsMz9Wu7 .item-subtitle {
    text-align: justify;
    hyphens: auto;
  }
}
.cid-v6JsMz9Wu7 .item-img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.cid-v6JsMz9Wu7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.cid-v6JsMz9Wu7 .item-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6JvXgBJwQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/blackmarble.webp");
}
.cid-v6JvXgBJwQ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-v6JvXgBJwQ .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v6JvXgBJwQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6JvXgBJwQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6JvXgBJwQ b,
.cid-v6JvXgBJwQ strong {
  font-weight: 900;
}
.cid-v6JvXgBJwQ img,
.cid-v6JvXgBJwQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: contain;
}
.cid-v6JvXgBJwQ .item:focus,
.cid-v6JvXgBJwQ span:focus {
  outline: none;
}
.cid-v6JvXgBJwQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6JvXgBJwQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6JvXgBJwQ .mbr-section-title {
  color: #ffffff;
}
.cid-v6JvXgBJwQ .mbr-text,
.cid-v6JvXgBJwQ .mbr-section-btn {
  text-align: center;
}
.cid-v6JvXgBJwQ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v6JvXgBJwQ .item-subtitle {
  text-align: left;
  color: #ffffff;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  text-indent: 0.75rem;
}
@media (min-width: 992px) {
  .cid-v6JvXgBJwQ .item-subtitle {
    text-align: justify;
    hyphens: auto;
  }
}
.cid-v6JvXgBJwQ .item-img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.cid-v6JvXgBJwQ img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.cid-v6JvXgBJwQ .item-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Jt6r71n4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blackmarble.webp");
}
.cid-v6Jt6r71n4 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-v6Jt6r71n4 .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v6Jt6r71n4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6Jt6r71n4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v6Jt6r71n4 b,
.cid-v6Jt6r71n4 strong {
  font-weight: 900;
}
.cid-v6Jt6r71n4 img,
.cid-v6Jt6r71n4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: contain;
}
.cid-v6Jt6r71n4 .item:focus,
.cid-v6Jt6r71n4 span:focus {
  outline: none;
}
.cid-v6Jt6r71n4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v6Jt6r71n4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v6Jt6r71n4 .mbr-section-title {
  color: #ffffff;
}
.cid-v6Jt6r71n4 .mbr-text,
.cid-v6Jt6r71n4 .mbr-section-btn {
  text-align: center;
}
.cid-v6Jt6r71n4 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v6Jt6r71n4 .item-subtitle {
  text-align: left;
  color: #ffffff;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  text-indent: 0.75rem;
}
@media (min-width: 992px) {
  .cid-v6Jt6r71n4 .item-subtitle {
    text-align: justify;
    hyphens: auto;
  }
}
.cid-v6Jt6r71n4 .item-img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}
.cid-v6Jt6r71n4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.cid-v6Jt6r71n4 .item-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Jr0KivW8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v6JAOwvYSv .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v6JAOwvYSv .navbar-fixed-top {
  padding-top: 0;
}
.cid-v6JAOwvYSv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v6JAOwvYSv .collapse {
  justify-content: space-between !important;
}
.cid-v6JAOwvYSv .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v6JAOwvYSv .dropdown-menu.show {
  opacity: 1;
}
.cid-v6JAOwvYSv .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v6JAOwvYSv .mbr-iconfont {
  cursor: pointer;
}
.cid-v6JAOwvYSv .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v6JAOwvYSv .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v6JAOwvYSv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v6JAOwvYSv .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v6JAOwvYSv .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v6JAOwvYSv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6JAOwvYSv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v6JAOwvYSv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6JAOwvYSv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6JAOwvYSv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6JAOwvYSv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6JAOwvYSv .menu-content-top {
  background: #042e68;
  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-v6JAOwvYSv .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v6JAOwvYSv .dropdown-item,
.cid-v6JAOwvYSv .nav-link,
.cid-v6JAOwvYSv .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v6JAOwvYSv .dropdown-item:hover,
.cid-v6JAOwvYSv .nav-link:hover,
.cid-v6JAOwvYSv .brand-name:hover {
  color: #ffffff !important;
}
.cid-v6JAOwvYSv .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-v6JAOwvYSv .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v6JAOwvYSv .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .content-text {
  margin-bottom: 0;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -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-v6JAOwvYSv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v6JAOwvYSv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v6JAOwvYSv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6JAOwvYSv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6JAOwvYSv .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6JAOwvYSv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v6JAOwvYSv .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6JAOwvYSv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v6JAOwvYSv .content-right-side {
  text-align: center;
}
.cid-v6JAOwvYSv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v6JAOwvYSv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v6JAOwvYSv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v6JAOwvYSv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6JAOwvYSv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v6JAOwvYSv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v6JAOwvYSv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v6JAOwvYSv .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v6JAOwvYSv .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v6JAOwvYSv .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v6JAOwvYSv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6JAOwvYSv .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v6JAOwvYSv .navbar {
    display: block;
    padding: 0;
  }
  .cid-v6JAOwvYSv .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6JAOwvYSv .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-v6JAOwvYSv .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v6JAOwvYSv .navbar-toggler {
    display: none;
  }
  .cid-v6JAOwvYSv .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v6JAOwvYSv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v6JAOwvYSv .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6JAOwvYSv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v6JAOwvYSv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v6JAOwvYSv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6JAOwvYSv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6JAOwvYSv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6JAOwvYSv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v6JAOwvYSv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6JAOwvYSv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6JAOwvYSv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6JAOwvYSv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6JAOwvYSv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v6JAOwvYSv button.navbar-toggler:focus {
  outline: none;
}
.cid-v6JAOwvYSv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6JAOwvYSv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6JAOwvYSv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6JAOwvYSv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6JAOwvYSv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6JAOwvYSv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6JAOwvYSv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6JAOwvYSv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6JAOwvYSv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6JAOwvYSv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6JAOwvYSv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6JAOwvYSv .collapsed .btn {
  display: flex;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse.collapsing,
.cid-v6JAOwvYSv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6JAOwvYSv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6JAOwvYSv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6JAOwvYSv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6JAOwvYSv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v6JAOwvYSv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6JAOwvYSv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6JAOwvYSv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6JAOwvYSv .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6JAOwvYSv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v6JAOwvYSv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6JAOwvYSv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6JAOwvYSv .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-v6JAOwvYSv .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v6JAOwvYSv .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v6JAOwvYSv .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-v6JAOwvYSv .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v6JAOwvYSv .navbar-collapse.collapsing,
  .cid-v6JAOwvYSv .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .navbar-nav,
  .cid-v6JAOwvYSv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6JAOwvYSv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6JAOwvYSv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6JAOwvYSv .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6JAOwvYSv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6JAOwvYSv img {
    height: 3.8rem !important;
  }
  .cid-v6JAOwvYSv .btn {
    display: flex;
  }
  .cid-v6JAOwvYSv button.navbar-toggler {
    display: block;
  }
  .cid-v6JAOwvYSv .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v6JAOwvYSv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6JAOwvYSv .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v6JAOwvYSv .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-v6JAOwvYSv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6JAOwvYSv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6JAOwvYSv .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-v6JAOwvYSv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v6JAOwvYSv .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-v6JAOwvYSv .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v6JAOwvYSv .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v6JAOwvYSv .navbar-toggler {
    order: 1;
  }
  .cid-v6JAOwvYSv .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v6JAOwvYSv .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v6JAOwvYSv .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .nav-item,
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .navbar-buttons,
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v6JAOwvYSv .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v6JAOwvYSv .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v6JAOwvYSv .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v6JAOwvYSv .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v6JAOwvYSv .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v6JAOwvYSv .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v6JAOwvYSv .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v6JAOwvYSv .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6JAOwvYSv .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v6JAOwvYSv .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v6JAOwvYSv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v6JAOwvYSv .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v6JAOwvYSv .navbar-toggler {
  position: relative;
}
.cid-v6JAOwvYSv .dropdown-item.active,
.cid-v6JAOwvYSv .dropdown-item:active {
  color: initial;
}
.cid-v6JAOwvYSv .widget-title,
.cid-v6JAOwvYSv .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v6JAOwvYSv .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v6JAOwvYSv .menu-logo {
    display: none;
  }
  .cid-v6JAOwvYSv .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v6JAOwvYSv .nav-item:before {
    content: none;
  }
  .cid-v6JAOwvYSv .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v6JAOwvYSv .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6JAOwvYSv button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v6JAOwvYSv .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v6JAOwvYSv .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v6JAOwvYSv .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v6JAOwvYSv .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v6JAOwvYSv .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v6JAOwvYSv .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v6JAOwvYSv .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v6JAOwvYSv .menu-content-top,
  .cid-v6JAOwvYSv .menu-content-right {
    z-index: 0;
  }
}
.cid-v6JAOwvYSv .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v6JAOwvYSv .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v6JAOwvYSv .navbar.bg-color.transparent .nav-link,
.cid-v6JAOwvYSv .navbar.bg-color.transparent .dropdown-item,
.cid-v6JAOwvYSv .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v6JAOwvYSv .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6JAOwvYSv .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6JAOwvYSv .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6JAOwvYSv .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v6JAOwvYSv .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v6JAOwvYSv .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v6JAOwvYSv .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v6JBgB2cKx {
  background-image: url("../../../assets/images/chatgpt-image-dec-28-2025-12-23-48-pm-fotor-20251228123152.webp");
}
.cid-v6JBgB2cKx * {
  box-sizing: border-box;
}
.cid-v6JBgB2cKx body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.cid-v6JBgB2cKx .container,
.cid-v6JBgB2cKx .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-v6JBgB2cKx .custom-padding {
  padding: 0 10px !important;
}
.cid-v6JBgB2cKx .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-v6JBgB2cKx .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-v6JBgB2cKx .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx h2 {
  color: #c94400;
}
.cid-v6JBgB2cKx h3 {
  font-size: 0.7em;
}
.cid-v6JBgB2cKx .heading {
  font-size: 7em;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .modern-selector select:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 2 2 2 3px rgba(96, 165, 250, 0.2);
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .filter-toggle:hover {
  background: #232831;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-v6JBgB2cKx .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-v6JBgB2cKx .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-v6JBgB2cKx .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-v6JBgB2cKx .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .modern-reset:hover {
  background: #4b5563;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .modern-card:hover .modern-image img {
  transform: scale(1.02);
}
.cid-v6JBgB2cKx .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-v6JBgB2cKx .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .modern-btn:hover {
  background: var(--accent) !important;
  transform: translateY(-1px);
}
.cid-v6JBgB2cKx .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-v6JBgB2cKx .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-v6JBgB2cKx .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .detail-sub {
  color: #cbd5e1 !important;
  font-size: 18px !important;
  margin-bottom: 1.5rem;
}
.cid-v6JBgB2cKx .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-v6JBgB2cKx .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-v6JBgB2cKx .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-v6JBgB2cKx .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-v6JBgB2cKx .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-v6JBgB2cKx .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-v6JBgB2cKx .modern-grid {
    max-width: 1400px;
  }
  .cid-v6JBgB2cKx .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-v6JBgB2cKx .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-v6JBgB2cKx .fullscreen-section .title.col-12,
  .cid-v6JBgB2cKx .top-controls.modern-controls,
  .cid-v6JBgB2cKx .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-v6JBgB2cKx .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-v6JBgB2cKx .plans-panel__inner {
    padding: 1rem;
  }
  .cid-v6JBgB2cKx .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-v6JBgB2cKx .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-v6JBgB2cKx .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-v6JBgB2cKx .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v6JBgB2cKx .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-v6JBgB2cKx .top-controls .modern-selector,
  .cid-v6JBgB2cKx .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-v6JBgB2cKx .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-v6JBgB2cKx .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-v6JBgB2cKx .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-v6JBgB2cKx .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v6JBgB2cKx .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-v6JBgB2cKx .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-v6JBgB2cKx .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-v6JBgB2cKx .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-v6JBgB2cKx .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-v6JBgB2cKx .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-v6JBgB2cKx .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-v6JBgB2cKx .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-v6JBgB2cKx .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: -12px !important;
  }
  .cid-v6JBgB2cKx .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-v6JBgB2cKx .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-v6JBgB2cKx .modern-pill img {
    width: 12px;
    height: 12px;
  }
  .cid-v6JBgB2cKx .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-v6JBgB2cKx .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-v6JBgB2cKx .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v6JBgB2cKx .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-v6JBgB2cKx .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-v6JBgB2cKx section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-v6JBgB2cKx .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-v6JBgB2cKx .plans-panel__bg {
    display: none !important;
  }
  .cid-v6JBgB2cKx .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-v6JBgB2cKx #cardGrid,
  .cid-v6JBgB2cKx .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-v6JBgB2cKx body {
    background-color: transparent !important;
  }
  .cid-v6JBgB2cKx .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-v6JBgB2cKx .filter-toggle::before {
    display: block !important;
  }
  .cid-v6JBgB2cKx .filter-toggle .caret {
    display: none !important;
  }
  .cid-v6JBgB2cKx .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-v6JBgB2cKx .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-v6JBgB2cKx .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-v6JBgB2cKx .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-v6JBgB2cKx .container,
  .cid-v6JBgB2cKx .container-fluid,
  .cid-v6JBgB2cKx .custom-padding,
  .cid-v6JBgB2cKx .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v6JBgB2cKx .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-v6JBgB2cKx .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-v6JBgB2cKx .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-v6JBgB2cKx .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-v6JBgB2cKx .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-v6JBgB2cKx .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-v6JBgB2cKx .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-v6JBgB2cKx .plan-card .overlay-top.modern-overlay,
  .cid-v6JBgB2cKx .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-v6JBgB2cKx .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-v6JBgB2cKx .modern-pill,
  .cid-v6JBgB2cKx .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-v6JBgB2cKx .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-v6JBgB2cKx .faq-shell {
    max-width: 94vw;
  }
  .cid-v6JBgB2cKx #faqList,
  .cid-v6JBgB2cKx .faq-head {
    max-width: 94vw;
  }
  .cid-v6JBgB2cKx .faq-toggle .q {
    font-size: 1rem;
  }
  .cid-v6JBgB2cKx .modal.full .modal__body {
    font-size: 170% !important;
    padding: 24px !important;
  }
  .cid-v6JBgB2cKx .modal.custom-size .modal__body {
    padding: 22px !important;
  }
  .cid-v6JBgB2cKx .modal.custom-size .modal__body .answer {
    font-size: clamp(1rem, 3.5vw, 1.2rem) !important;
  }
}
@media (max-width: 640px) {
  .cid-v6JBgB2cKx .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-v6JBgB2cKx .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-v6JBgB2cKx .detail-title {
    font-size: 28px !important;
  }
}
.cid-v6JBgB2cKx .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v6JBgB2cKx :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-v6JBgB2cKx .modern-selector select,
.cid-v6JBgB2cKx .filter-toggle,
.cid-v6JBgB2cKx .chip,
.cid-v6JBgB2cKx .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-v6JBgB2cKx .modern-selector select:focus,
.cid-v6JBgB2cKx .filter-toggle:focus-visible,
.cid-v6JBgB2cKx .chip:focus-visible,
.cid-v6JBgB2cKx .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-v6JBgB2cKx .modern-pill,
.cid-v6JBgB2cKx .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-v6JBgB2cKx 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-v6JBgB2cKx img:hover {
  transform: scale(1.1) rotate(1deg);
  border-radius: 50%;
  box-shadow: 15px 15px 55px #000;
}
.cid-v6JBgB2cKx .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-v6JBgB2cKx H2 {
  color: #ffffff;
}
.cid-v6JBgB2cKx 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-v6JBgB2cKx h2.glass br {
  display: none;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx #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-v6JBgB2cKx #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-v6JBgB2cKx .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-v6JBgB2cKx .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-v6JBgB2cKx .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-v6JBgB2cKx .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-v6JBgB2cKx .fullscreen-section .container-fluid,
.cid-v6JBgB2cKx .fullscreen-section .media-container-row,
.cid-v6JBgB2cKx .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-v6JBgB2cKx .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .thumbs img.active {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 213, 74, 0.25);
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-v6JBgB2cKx .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-v6JBgB2cKx .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
}
@media (max-width: 380px) {
  .cid-v6JBgB2cKx .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-v6JBgB2cKx .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-v6JBgB2cKx .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-v6JBgB2cKx .mbr-section-title,
.cid-v6JBgB2cKx .mbr-section-btn {
  color: #ffffff;
}
.cid-v6JBgB2cKx .faq-shell {
  max-width: 860px;
  margin-inline: auto;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-panel.open {
  opacity: 1;
  transform: translateY(0);
  display: block;
  animation: fadeDown .22s ease;
  max-height: 1200px;
}
.cid-v6JBgB2cKx .faq-controls {
  gap: 10px;
}
.cid-v6JBgB2cKx .btn.ghost {
  padding: .55rem .85rem;
  border-radius: 10px;
}
.cid-v6JBgB2cKx .faq-head,
.cid-v6JBgB2cKx #faqList {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(2, 8, 23, 0.6);
}
.cid-v6JBgB2cKx .faq-card.active,
.cid-v6JBgB2cKx .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-v6JBgB2cKx .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-v6JBgB2cKx .faq-toggle .q {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .2px;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-toggle .icons svg {
  width: 18px;
  height: 18px;
}
.cid-v6JBgB2cKx .faq-toggle[aria-expanded="true"] .plus {
  display: none;
}
.cid-v6JBgB2cKx .faq-toggle[aria-expanded="true"] .minus {
  display: block;
}
.cid-v6JBgB2cKx .faq-toggle[aria-expanded="false"] .plus {
  display: block;
}
.cid-v6JBgB2cKx .faq-toggle[aria-expanded="false"] .minus {
  display: none;
}
.cid-v6JBgB2cKx .faq-panel .answer {
  padding: 16px 18px;
}
.cid-v6JBgB2cKx .rowtools {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #0b1322;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .rowtools .mini:hover {
  background: #f8fafc;
}
.cid-v6JBgB2cKx .rowtools .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #64748b;
  opacity: .55;
}
.cid-v6JBgB2cKx .wysiwyg p {
  margin: 0 0 .75rem;
}
.cid-v6JBgB2cKx .wysiwyg a {
  color: #93c5fd;
  text-decoration: underline;
}
.cid-v6JBgB2cKx .wysiwyg ul,
.cid-v6JBgB2cKx .wysiwyg ol {
  margin: .5rem 0 .75rem 1.25rem;
}
.cid-v6JBgB2cKx .wysiwyg h1,
.cid-v6JBgB2cKx .wysiwyg h2,
.cid-v6JBgB2cKx .wysiwyg h3 {
  margin: .65rem 0 .4rem;
  color: #fff;
}
.cid-v6JBgB2cKx #faqList .faq-card {
  opacity: 0;
  transform: translateX(-12px);
}
.cid-v6JBgB2cKx #faqList .faq-card:nth-child(n) {
  animation: slideIn .45s ease forwards;
}
.cid-v6JBgB2cKx #faqList .faq-card:nth-child(2) {
  animation-delay: .03s;
}
.cid-v6JBgB2cKx #faqList .faq-card:nth-child(3) {
  animation-delay: .06s;
}
.cid-v6JBgB2cKx #faqList .faq-card:nth-child(4) {
  animation-delay: .09s;
}
.cid-v6JBgB2cKx #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-v6JBgB2cKx .modal.full .modal__sheet {
  width: 100vw !important;
  height: 100vh !important;
  max-height: none !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.cid-v6JBgB2cKx .modal.full .modal__close {
  font-size: 44px !important;
  padding: 16px 18px !important;
}
.cid-v6JBgB2cKx .modal.full .modal__body {
  font-size: 200% !important;
  line-height: 1.6 !important;
  padding: 32px 36px !important;
}
.cid-v6JBgB2cKx .modal.full .modal__body .faq-card {
  border-radius: 16px !important;
}
.cid-v6JBgB2cKx .modal.full .modal__body .faq-panel {
  max-height: none !important;
}
.cid-v6JBgB2cKx .modal.full .wysiwyg,
.cid-v6JBgB2cKx .modal.full .wysiwyg * {
  max-width: 100% !important;
}
.cid-v6JBgB2cKx .modal.full .wysiwyg img,
.cid-v6JBgB2cKx .modal.full .wysiwyg video,
.cid-v6JBgB2cKx .modal.full .wysiwyg iframe,
.cid-v6JBgB2cKx .modal.full .wysiwyg table {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .modal.custom-size .modal__body,
.cid-v6JBgB2cKx .modal.custom-size .modal__body * {
  font-size: 200% !important;
  line-height: 1.6 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v6JBgB2cKx .modal.custom-size .modal__body {
  padding: 28px 32px !important;
}
.cid-v6JBgB2cKx .modal.custom-size .modal__body h3 {
  font-size: clamp(1.6rem, 3vw, 2.25rem) !important;
  line-height: 1.25 !important;
}
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem) !important;
  line-height: 1.6 !important;
}
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer h1,
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer h2,
.cid-v6JBgB2cKx .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-v6JBgB2cKx .modal.custom-size .modal__body .answer p,
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer li {
  margin-bottom: .75rem !important;
}
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer img,
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer video,
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer iframe,
.cid-v6JBgB2cKx .modal.custom-size .modal__body .answer table {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.cid-v6JBgB2cKx .modal.custom-size .modal__close {
  font-size: 30px !important;
  padding: 12px 14px !important;
}
.cid-v6JBgB2cKx #faqList,
.cid-v6JBgB2cKx #faqList *,
.cid-v6JBgB2cKx .modal.custom-size .modal__body,
.cid-v6JBgB2cKx .modal.custom-size .modal__body * {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v6JBgB2cKx .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-v6JBgB2cKx .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-v6JBgB2cKx .faq-head.glass,
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-head.glass h1,
.cid-v6JBgB2cKx .faq-head.glass h2,
.cid-v6JBgB2cKx .faq-head.glass h3 {
  color: var(--blb-text) !important;
}
.cid-v6JBgB2cKx .faq-head.glass .sub,
.cid-v6JBgB2cKx .faq-head.glass small,
.cid-v6JBgB2cKx .faq-head.glass .muted {
  color: var(--blb-text-dim) !important;
}
.cid-v6JBgB2cKx .faq-head.glass input[type="search"],
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-head.glass input[type="search"]::placeholder,
.cid-v6JBgB2cKx .faq-head.glass input[type="text"]::placeholder {
  color: rgba(203, 213, 225, 0.75) !important;
}
.cid-v6JBgB2cKx .faq-head.glass input[type="search"]:focus,
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-head.glass .btn,
.cid-v6JBgB2cKx .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-v6JBgB2cKx .faq-head.glass .btn:hover,
.cid-v6JBgB2cKx .faq-head.glass button:hover {
  background: rgba(201, 68, 0, 0.18) !important;
  border-color: rgba(201, 68, 0, 0.75) !important;
}
.cid-v6JBgB2cKx header.faq-head.glass h2.title,
.cid-v6JBgB2cKx 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-v6JBgB2cKx header.faq-head.glass {
  color: #ffffff !important;
  opacity: 1 !important;
}
.cid-v6JBgB2cKx header.faq-head.glass .mbr-white,
.cid-v6JBgB2cKx header.faq-head.glass .mbr-text,
.cid-v6JBgB2cKx header.faq-head.glass .mbr-section-title {
  color: #ffffff !important;
  opacity: 1 !important;
}
.cid-v6JAOy8wM7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v6JCJpbBTI .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v6JCJpbBTI .navbar-fixed-top {
  padding-top: 0;
}
.cid-v6JCJpbBTI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v6JCJpbBTI .collapse {
  justify-content: space-between !important;
}
.cid-v6JCJpbBTI .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v6JCJpbBTI .dropdown-menu.show {
  opacity: 1;
}
.cid-v6JCJpbBTI .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v6JCJpbBTI .mbr-iconfont {
  cursor: pointer;
}
.cid-v6JCJpbBTI .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v6JCJpbBTI .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v6JCJpbBTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v6JCJpbBTI .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v6JCJpbBTI .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v6JCJpbBTI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6JCJpbBTI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v6JCJpbBTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6JCJpbBTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6JCJpbBTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6JCJpbBTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6JCJpbBTI .menu-content-top {
  background: #042e68;
  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-v6JCJpbBTI .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v6JCJpbBTI .dropdown-item,
.cid-v6JCJpbBTI .nav-link,
.cid-v6JCJpbBTI .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v6JCJpbBTI .dropdown-item:hover,
.cid-v6JCJpbBTI .nav-link:hover,
.cid-v6JCJpbBTI .brand-name:hover {
  color: #ffffff !important;
}
.cid-v6JCJpbBTI .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-v6JCJpbBTI .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v6JCJpbBTI .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .content-text {
  margin-bottom: 0;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -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-v6JCJpbBTI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v6JCJpbBTI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v6JCJpbBTI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6JCJpbBTI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6JCJpbBTI .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6JCJpbBTI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v6JCJpbBTI .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6JCJpbBTI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v6JCJpbBTI .content-right-side {
  text-align: center;
}
.cid-v6JCJpbBTI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v6JCJpbBTI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v6JCJpbBTI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v6JCJpbBTI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6JCJpbBTI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v6JCJpbBTI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v6JCJpbBTI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v6JCJpbBTI .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v6JCJpbBTI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v6JCJpbBTI .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v6JCJpbBTI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6JCJpbBTI .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v6JCJpbBTI .navbar {
    display: block;
    padding: 0;
  }
  .cid-v6JCJpbBTI .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6JCJpbBTI .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-v6JCJpbBTI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v6JCJpbBTI .navbar-toggler {
    display: none;
  }
  .cid-v6JCJpbBTI .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v6JCJpbBTI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v6JCJpbBTI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6JCJpbBTI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v6JCJpbBTI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v6JCJpbBTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6JCJpbBTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6JCJpbBTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6JCJpbBTI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v6JCJpbBTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6JCJpbBTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6JCJpbBTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6JCJpbBTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6JCJpbBTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v6JCJpbBTI button.navbar-toggler:focus {
  outline: none;
}
.cid-v6JCJpbBTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6JCJpbBTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6JCJpbBTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6JCJpbBTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6JCJpbBTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6JCJpbBTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6JCJpbBTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6JCJpbBTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6JCJpbBTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6JCJpbBTI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6JCJpbBTI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6JCJpbBTI .collapsed .btn {
  display: flex;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse.collapsing,
.cid-v6JCJpbBTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6JCJpbBTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6JCJpbBTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6JCJpbBTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6JCJpbBTI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v6JCJpbBTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6JCJpbBTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6JCJpbBTI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6JCJpbBTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6JCJpbBTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v6JCJpbBTI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6JCJpbBTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6JCJpbBTI .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-v6JCJpbBTI .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v6JCJpbBTI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v6JCJpbBTI .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-v6JCJpbBTI .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v6JCJpbBTI .navbar-collapse.collapsing,
  .cid-v6JCJpbBTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .navbar-nav,
  .cid-v6JCJpbBTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6JCJpbBTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6JCJpbBTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6JCJpbBTI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6JCJpbBTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6JCJpbBTI img {
    height: 3.8rem !important;
  }
  .cid-v6JCJpbBTI .btn {
    display: flex;
  }
  .cid-v6JCJpbBTI button.navbar-toggler {
    display: block;
  }
  .cid-v6JCJpbBTI .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v6JCJpbBTI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6JCJpbBTI .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v6JCJpbBTI .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-v6JCJpbBTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6JCJpbBTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6JCJpbBTI .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-v6JCJpbBTI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v6JCJpbBTI .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-v6JCJpbBTI .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v6JCJpbBTI .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v6JCJpbBTI .navbar-toggler {
    order: 1;
  }
  .cid-v6JCJpbBTI .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v6JCJpbBTI .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v6JCJpbBTI .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .nav-item,
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .navbar-buttons,
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v6JCJpbBTI .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v6JCJpbBTI .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v6JCJpbBTI .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v6JCJpbBTI .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v6JCJpbBTI .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v6JCJpbBTI .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v6JCJpbBTI .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v6JCJpbBTI .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6JCJpbBTI .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v6JCJpbBTI .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v6JCJpbBTI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v6JCJpbBTI .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v6JCJpbBTI .navbar-toggler {
  position: relative;
}
.cid-v6JCJpbBTI .dropdown-item.active,
.cid-v6JCJpbBTI .dropdown-item:active {
  color: initial;
}
.cid-v6JCJpbBTI .widget-title,
.cid-v6JCJpbBTI .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v6JCJpbBTI .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v6JCJpbBTI .menu-logo {
    display: none;
  }
  .cid-v6JCJpbBTI .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v6JCJpbBTI .nav-item:before {
    content: none;
  }
  .cid-v6JCJpbBTI .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v6JCJpbBTI .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6JCJpbBTI button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v6JCJpbBTI .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v6JCJpbBTI .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v6JCJpbBTI .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v6JCJpbBTI .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v6JCJpbBTI .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v6JCJpbBTI .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v6JCJpbBTI .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v6JCJpbBTI .menu-content-top,
  .cid-v6JCJpbBTI .menu-content-right {
    z-index: 0;
  }
}
.cid-v6JCJpbBTI .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v6JCJpbBTI .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v6JCJpbBTI .navbar.bg-color.transparent .nav-link,
.cid-v6JCJpbBTI .navbar.bg-color.transparent .dropdown-item,
.cid-v6JCJpbBTI .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v6JCJpbBTI .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6JCJpbBTI .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6JCJpbBTI .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6JCJpbBTI .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v6JCJpbBTI .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v6JCJpbBTI .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v6JCJpbBTI .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v6JCJpGDWj {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/camden-dale-masonic-lodge-2.webp");
}
.cid-v6JCJpGDWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6JCJpGDWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6JCJpGDWj .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-v6JCJpGDWj .article11 .container,
.cid-v6JCJpGDWj .article11 .container-fluid {
  max-width: 100%;
}
.cid-v6JCJpGDWj .google-logo-image {
  width: 35%;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-v6JCJpGDWj .google-logo-image {
    width: 75%;
    max-width: none;
  }
}
.cid-v6JCJpGDWj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v6JCJpGDWj H4 {
  color: #4a1448;
}
.cid-v6JCJpGDWj .mbr-section-title {
  color: #ffffff;
}
.cid-v6JCJpGDWj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6JCJpGDWj .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-v6JCJpGDWj .glass.faq-head {
  background: linear-gradient(135deg, rgba(78, 102, 143, 0.95), rgba(98, 122, 163, 0.8)) !important;
}
.cid-v6JDUsQa8g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6JDUsQa8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6JDUsQa8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6JDUsQa8g .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6JDUsQa8g .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6JDUsQa8g .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6JDUsQa8g .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6JDUsQa8g .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6JDUsQa8g .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6JDUsQa8g .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6JDUsQa8g .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6JDT4BUVK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/davidcaldwell-statue.webp");
}
.cid-v6JDT4BUVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6JDT4BUVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6JCJq3fNN {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PtyK0qbn .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #000000;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v6PtyK0qbn .navbar-fixed-top {
  padding-top: 0;
}
.cid-v6PtyK0qbn .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v6PtyK0qbn .collapse {
  justify-content: space-between !important;
}
.cid-v6PtyK0qbn .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #1a1a1a;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v6PtyK0qbn .dropdown-menu.show {
  opacity: 1;
}
.cid-v6PtyK0qbn .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-v6PtyK0qbn .mbr-iconfont {
  cursor: pointer;
}
.cid-v6PtyK0qbn .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v6PtyK0qbn .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v6PtyK0qbn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v6PtyK0qbn .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v6PtyK0qbn .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v6PtyK0qbn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6PtyK0qbn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v6PtyK0qbn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6PtyK0qbn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6PtyK0qbn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6PtyK0qbn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6PtyK0qbn .menu-content-top {
  background: #042e68;
  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-v6PtyK0qbn .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v6PtyK0qbn .dropdown-item,
.cid-v6PtyK0qbn .nav-link,
.cid-v6PtyK0qbn .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v6PtyK0qbn .dropdown-item:hover,
.cid-v6PtyK0qbn .nav-link:hover,
.cid-v6PtyK0qbn .brand-name:hover {
  color: #ffffff !important;
}
.cid-v6PtyK0qbn .dropdown-item:active {
  background-color: #1a1a1a;
  z-index: 9999;
  opacity: 1;
}
.cid-v6PtyK0qbn .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v6PtyK0qbn .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(0, 0, 0, 0.5) !important;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .content-text {
  margin-bottom: 0;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -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-v6PtyK0qbn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v6PtyK0qbn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v6PtyK0qbn .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6PtyK0qbn .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v6PtyK0qbn .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6PtyK0qbn .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v6PtyK0qbn .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v6PtyK0qbn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v6PtyK0qbn .content-right-side {
  text-align: center;
}
.cid-v6PtyK0qbn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v6PtyK0qbn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v6PtyK0qbn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v6PtyK0qbn .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6PtyK0qbn .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v6PtyK0qbn .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v6PtyK0qbn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v6PtyK0qbn .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v6PtyK0qbn .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v6PtyK0qbn .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v6PtyK0qbn .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6PtyK0qbn .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v6PtyK0qbn .navbar {
    display: block;
    padding: 0;
  }
  .cid-v6PtyK0qbn .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6PtyK0qbn .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-v6PtyK0qbn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v6PtyK0qbn .navbar-toggler {
    display: none;
  }
  .cid-v6PtyK0qbn .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v6PtyK0qbn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v6PtyK0qbn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6PtyK0qbn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v6PtyK0qbn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v6PtyK0qbn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6PtyK0qbn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6PtyK0qbn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6PtyK0qbn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v6PtyK0qbn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6PtyK0qbn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6PtyK0qbn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6PtyK0qbn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6PtyK0qbn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v6PtyK0qbn button.navbar-toggler:focus {
  outline: none;
}
.cid-v6PtyK0qbn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6PtyK0qbn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6PtyK0qbn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6PtyK0qbn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6PtyK0qbn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6PtyK0qbn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6PtyK0qbn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6PtyK0qbn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6PtyK0qbn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6PtyK0qbn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6PtyK0qbn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6PtyK0qbn .collapsed .btn {
  display: flex;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse.collapsing,
.cid-v6PtyK0qbn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6PtyK0qbn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6PtyK0qbn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6PtyK0qbn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6PtyK0qbn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v6PtyK0qbn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6PtyK0qbn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v6PtyK0qbn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v6PtyK0qbn .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6PtyK0qbn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v6PtyK0qbn .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6PtyK0qbn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6PtyK0qbn .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-v6PtyK0qbn .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v6PtyK0qbn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v6PtyK0qbn .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-v6PtyK0qbn .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v6PtyK0qbn .navbar-collapse.collapsing,
  .cid-v6PtyK0qbn .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .navbar-nav,
  .cid-v6PtyK0qbn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6PtyK0qbn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6PtyK0qbn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6PtyK0qbn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6PtyK0qbn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6PtyK0qbn img {
    height: 3.8rem !important;
  }
  .cid-v6PtyK0qbn .btn {
    display: flex;
  }
  .cid-v6PtyK0qbn button.navbar-toggler {
    display: block;
  }
  .cid-v6PtyK0qbn .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v6PtyK0qbn .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6PtyK0qbn .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v6PtyK0qbn .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-v6PtyK0qbn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6PtyK0qbn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6PtyK0qbn .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-v6PtyK0qbn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v6PtyK0qbn .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-v6PtyK0qbn .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v6PtyK0qbn .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v6PtyK0qbn .navbar-toggler {
    order: 1;
  }
  .cid-v6PtyK0qbn .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v6PtyK0qbn .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v6PtyK0qbn .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .nav-item,
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .navbar-buttons,
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v6PtyK0qbn .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v6PtyK0qbn .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v6PtyK0qbn .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v6PtyK0qbn .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v6PtyK0qbn .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v6PtyK0qbn .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v6PtyK0qbn .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v6PtyK0qbn .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.4s ease-out forwards;
  }
  .cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v6PtyK0qbn .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v6PtyK0qbn .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v6PtyK0qbn .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v6PtyK0qbn .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v6PtyK0qbn .navbar-toggler {
  position: relative;
}
.cid-v6PtyK0qbn .dropdown-item.active,
.cid-v6PtyK0qbn .dropdown-item:active {
  color: initial;
}
.cid-v6PtyK0qbn .widget-title,
.cid-v6PtyK0qbn .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v6PtyK0qbn .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v6PtyK0qbn .menu-logo {
    display: none;
  }
  .cid-v6PtyK0qbn .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v6PtyK0qbn .nav-item:before {
    content: none;
  }
  .cid-v6PtyK0qbn .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v6PtyK0qbn .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v6PtyK0qbn button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v6PtyK0qbn .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v6PtyK0qbn .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v6PtyK0qbn .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v6PtyK0qbn .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v6PtyK0qbn .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v6PtyK0qbn .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v6PtyK0qbn .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v6PtyK0qbn .menu-content-top,
  .cid-v6PtyK0qbn .menu-content-right {
    z-index: 0;
  }
}
.cid-v6PtyK0qbn .navbar.bg-color.transparent {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v6PtyK0qbn .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(26, 26, 26, 0.5) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cid-v6PtyK0qbn .navbar.bg-color.transparent .nav-link,
.cid-v6PtyK0qbn .navbar.bg-color.transparent .dropdown-item,
.cid-v6PtyK0qbn .navbar.bg-color.transparent .brand-name {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v6PtyK0qbn .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.8s ease-out forwards;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6PtyK0qbn .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.6s ease-out forwards;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v6PtyK0qbn .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v6PtyK0qbn .nav-item .nav-link {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v6PtyK0qbn .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v6PtyK0qbn .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v6PtyK0qbn .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v6PtVLCDx6 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/grand-lodge-georgia-20251229214530.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-v6PtVLCDx6 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PtVLCDx6 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PtVLCDx6 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6PtVLCDx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PtVLCDx6 .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-v6PtVLCDx6 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PtVLCDx6 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PtVLCDx6 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6PtVLCDx6 .container {
    padding: 0 20px;
  }
}
.cid-v6PtVLCDx6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6PtVLCDx6 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6PtVLCDx6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PtVLCDx6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6PtVLCDx6 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PtVLCDx6 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6PtVLCDx6 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6PtVLCDx6 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6PtVLCDx6 .mbr-section-title {
  color: #c2b299;
}
.cid-v6PtVLCDx6 .mbr-text {
  color: #ededed;
}
.cid-v6PtVLCDx6 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-v6PtVLCDx6 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-v6PtVLCDx6 .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 68, 153, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PtVLCDx6 .mbr-section-title,
.cid-v6PtVLCDx6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PtVLCDx6 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6PtVLCDx6 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6PtVLCDx6 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-v6PtVLCDx6 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PtVLCDx6 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PtVLCDx6 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-v6PtVLCDx6 h2.glass,
.cid-v6PtVLCDx6 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(4, 46, 104, 0.7), rgba(6, 72, 163, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6PtVLCDx6 h2.glass br {
  display: none;
}
.cid-v6PtVLCDx6 .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6PtVLCDx6 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6PI78I72V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6PI78I72V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PI78I72V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PI78I72V .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6PI78I72V .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6PI78I72V .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6PI78I72V .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6PI78I72V .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PI78I72V .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6PI78I72V .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PI78I72V .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6PuHZlg4V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/grand-lodge-tn-2025122921435.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-v6PuHZlg4V {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuHZlg4V {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuHZlg4V {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6PuHZlg4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PuHZlg4V .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-v6PuHZlg4V .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuHZlg4V .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuHZlg4V .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6PuHZlg4V .container {
    padding: 0 20px;
  }
}
.cid-v6PuHZlg4V .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6PuHZlg4V .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6PuHZlg4V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuHZlg4V .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6PuHZlg4V .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuHZlg4V .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6PuHZlg4V .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6PuHZlg4V .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6PuHZlg4V .mbr-section-title {
  color: #c2b299;
}
.cid-v6PuHZlg4V .mbr-text {
  color: #ededed;
}
.cid-v6PuHZlg4V 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-v6PuHZlg4V 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-v6PuHZlg4V .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(30, 85, 165, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuHZlg4V .mbr-section-title,
.cid-v6PuHZlg4V .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PuHZlg4V .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6PuHZlg4V .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6PuHZlg4V 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-v6PuHZlg4V section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuHZlg4V section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuHZlg4V 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-v6PuHZlg4V h2.glass,
.cid-v6PuHZlg4V .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(31, 90, 174, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuHZlg4V h2.glass br {
  display: none;
}
.cid-v6PuHZlg4V .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6PuHZlg4V img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6PIbXtGDs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6PIbXtGDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PIbXtGDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PIbXtGDs .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6PIbXtGDs .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6PIbXtGDs .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6PIbXtGDs .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6PIbXtGDs .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIbXtGDs .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6PIbXtGDs .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIbXtGDs .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6PuLKKRLN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hibiscus-lodge-florida-20251229215231.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-v6PuLKKRLN {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuLKKRLN {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuLKKRLN {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6PuLKKRLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PuLKKRLN .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-v6PuLKKRLN .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuLKKRLN .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuLKKRLN .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6PuLKKRLN .container {
    padding: 0 20px;
  }
}
.cid-v6PuLKKRLN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6PuLKKRLN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6PuLKKRLN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuLKKRLN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6PuLKKRLN .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuLKKRLN .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6PuLKKRLN .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6PuLKKRLN .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6PuLKKRLN .mbr-section-title {
  color: #c2b299;
}
.cid-v6PuLKKRLN .mbr-text {
  color: #ededed;
}
.cid-v6PuLKKRLN 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-v6PuLKKRLN 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-v6PuLKKRLN .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(30, 85, 165, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuLKKRLN .mbr-section-title,
.cid-v6PuLKKRLN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PuLKKRLN .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6PuLKKRLN .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6PuLKKRLN 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-v6PuLKKRLN section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuLKKRLN section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuLKKRLN 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-v6PuLKKRLN h2.glass,
.cid-v6PuLKKRLN .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(31, 90, 174, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuLKKRLN h2.glass br {
  display: none;
}
.cid-v6PuLKKRLN .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6PuLKKRLN img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6PIdoiYgN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6PIdoiYgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PIdoiYgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PIdoiYgN .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6PIdoiYgN .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6PIdoiYgN .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6PIdoiYgN .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6PIdoiYgN .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIdoiYgN .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6PIdoiYgN .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIdoiYgN .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6PuHwpdrE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/king-solomons-lodge-2025122922354.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-v6PuHwpdrE {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuHwpdrE {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuHwpdrE {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6PuHwpdrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PuHwpdrE .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-v6PuHwpdrE .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuHwpdrE .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuHwpdrE .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6PuHwpdrE .container {
    padding: 0 20px;
  }
}
.cid-v6PuHwpdrE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6PuHwpdrE .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6PuHwpdrE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuHwpdrE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6PuHwpdrE .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuHwpdrE .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6PuHwpdrE .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6PuHwpdrE .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6PuHwpdrE .mbr-section-title {
  color: #c2b299;
}
.cid-v6PuHwpdrE .mbr-text {
  color: #ededed;
}
.cid-v6PuHwpdrE 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-v6PuHwpdrE 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-v6PuHwpdrE .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(30, 85, 165, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuHwpdrE .mbr-section-title,
.cid-v6PuHwpdrE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PuHwpdrE .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6PuHwpdrE .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6PuHwpdrE 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-v6PuHwpdrE section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuHwpdrE section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuHwpdrE 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-v6PuHwpdrE h2.glass,
.cid-v6PuHwpdrE .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(31, 90, 174, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuHwpdrE h2.glass br {
  display: none;
}
.cid-v6PuHwpdrE .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6PuHwpdrE img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6PIcqjqlz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6PIcqjqlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PIcqjqlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PIcqjqlz .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6PIcqjqlz .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6PIcqjqlz .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6PIcqjqlz .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6PIcqjqlz .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIcqjqlz .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6PIcqjqlz .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIcqjqlz .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6PuKSIPFN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mwstringergrandlodge-2025122922545.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-v6PuKSIPFN {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuKSIPFN {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuKSIPFN {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6PuKSIPFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PuKSIPFN .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-v6PuKSIPFN .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuKSIPFN .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuKSIPFN .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6PuKSIPFN .container {
    padding: 0 20px;
  }
}
.cid-v6PuKSIPFN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6PuKSIPFN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6PuKSIPFN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuKSIPFN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6PuKSIPFN .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuKSIPFN .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6PuKSIPFN .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6PuKSIPFN .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6PuKSIPFN .mbr-section-title {
  color: #c2b299;
}
.cid-v6PuKSIPFN .mbr-text {
  color: #ededed;
}
.cid-v6PuKSIPFN 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-v6PuKSIPFN 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-v6PuKSIPFN .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(30, 85, 165, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuKSIPFN .mbr-section-title,
.cid-v6PuKSIPFN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PuKSIPFN .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6PuKSIPFN .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6PuKSIPFN 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-v6PuKSIPFN section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuKSIPFN section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuKSIPFN 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-v6PuKSIPFN h2.glass,
.cid-v6PuKSIPFN .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(31, 90, 174, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuKSIPFN h2.glass br {
  display: none;
}
.cid-v6PuKSIPFN .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6PuKSIPFN img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6PIdXnl2a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6PIdXnl2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PIdXnl2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PIdXnl2a .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v6PIdXnl2a .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v6PIdXnl2a .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v6PIdXnl2a .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v6PIdXnl2a .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIdXnl2a .mbr-text {
    margin-top: 16px;
  }
}
.cid-v6PIdXnl2a .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6PIdXnl2a .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v6PuKqVW9a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/overton-masonic-lodge-rogersville-tn-20251229221026.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-v6PuKqVW9a {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuKqVW9a {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuKqVW9a {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v6PuKqVW9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PuKqVW9a .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-v6PuKqVW9a .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuKqVW9a .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuKqVW9a .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v6PuKqVW9a .container {
    padding: 0 20px;
  }
}
.cid-v6PuKqVW9a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6PuKqVW9a .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v6PuKqVW9a .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuKqVW9a .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v6PuKqVW9a .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6PuKqVW9a .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v6PuKqVW9a .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6PuKqVW9a .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v6PuKqVW9a .mbr-section-title {
  color: #c2b299;
}
.cid-v6PuKqVW9a .mbr-text {
  color: #ededed;
}
.cid-v6PuKqVW9a 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-v6PuKqVW9a 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-v6PuKqVW9a .glass {
  border-radius: 35px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(30, 85, 165, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
  color: #f9fafb;
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuKqVW9a .mbr-section-title,
.cid-v6PuKqVW9a .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PuKqVW9a .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v6PuKqVW9a .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v6PuKqVW9a 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-v6PuKqVW9a section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v6PuKqVW9a section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v6PuKqVW9a 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-v6PuKqVW9a h2.glass,
.cid-v6PuKqVW9a .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(22, 63, 122, 0.8), rgba(31, 90, 174, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.4);
  text-shadow: 2px 2px 5px black;
}
.cid-v6PuKqVW9a h2.glass br {
  display: none;
}
.cid-v6PuKqVW9a .fullscreen-section .title h2.glass {
  color: #ffffff !important;
}
.cid-v6PuKqVW9a img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v6PtyLMfP1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
