body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.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: #ffffff !important;
  background: #149dcc !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;
}
.cid-st6oJRVDG7 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-st6oJRVDG7 .nav-item:focus,
.cid-st6oJRVDG7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-st6oJRVDG7 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-st6oJRVDG7 .nav-item .nav-link {
    position: relative;
  }
  .cid-st6oJRVDG7 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #149dcc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-st6oJRVDG7 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-st6oJRVDG7 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st6oJRVDG7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-st6oJRVDG7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st6oJRVDG7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st6oJRVDG7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st6oJRVDG7 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-st6oJRVDG7 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-st6oJRVDG7 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-st6oJRVDG7 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-st6oJRVDG7 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-st6oJRVDG7 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-st6oJRVDG7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-st6oJRVDG7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-st6oJRVDG7 .navbar.collapsed .navbar-collapse.show,
.cid-st6oJRVDG7 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-st6oJRVDG7 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-st6oJRVDG7 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-st6oJRVDG7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-st6oJRVDG7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st6oJRVDG7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st6oJRVDG7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-st6oJRVDG7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st6oJRVDG7 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-st6oJRVDG7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st6oJRVDG7 .navbar.collapsed .right-menu,
.cid-st6oJRVDG7 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-st6oJRVDG7 .navbar .navbar-collapse.show,
  .cid-st6oJRVDG7 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-st6oJRVDG7 .navbar .navbar-collapse.show .brand-container,
  .cid-st6oJRVDG7 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-st6oJRVDG7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st6oJRVDG7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-st6oJRVDG7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st6oJRVDG7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st6oJRVDG7 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-st6oJRVDG7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-st6oJRVDG7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st6oJRVDG7 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-st6oJRVDG7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-st6oJRVDG7 .navbar .right-menu,
  .cid-st6oJRVDG7 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-st6oJRVDG7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-st6oJRVDG7 .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-st6oJRVDG7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-st6oJRVDG7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-st6oJRVDG7 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st6oJRVDG7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st6oJRVDG7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st6oJRVDG7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-st6oJRVDG7 .dropdown-item.active,
.cid-st6oJRVDG7 .dropdown-item:active {
  background-color: transparent;
}
.cid-st6oJRVDG7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st6oJRVDG7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st6oJRVDG7 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st6oJRVDG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-st6oJRVDG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st6oJRVDG7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st6oJRVDG7 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-st6oJRVDG7 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-st6oJRVDG7 .navbar-buttons {
  margin-left: auto;
}
.cid-st6oJRVDG7 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-st6oJRVDG7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-st6oJRVDG7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st6oJRVDG7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st6oJRVDG7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st6oJRVDG7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st6oJRVDG7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st6oJRVDG7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-st6oJRVDG7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-st6oJRVDG7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st6oJRVDG7 .navbar-dropdown {
  position: fixed;
}
.cid-st6oJRVDG7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-st6oJRVDG7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-st6oJRVDG7 .right-menu,
.cid-st6oJRVDG7 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-st6oJRVDG7 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-st6oJRVDG7 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-st6oJRVDG7 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-st6oJRVDG7 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-st6oJRVDG7 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-st6oJRVDG7 .card-wrapper {
  z-index: 3;
}
.cid-st6oJRVDG7 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-st6oJRVDG7 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st6oJRVDG7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st6he5hoHM {
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
}
.cid-st6he5hoHM h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-st6he5hoHM span {
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-st6he5hoHM .mbr-section-title {
  color: #ffffff;
}
.cid-swUoYISPUf {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #000000);
}
@media (max-width: 767px) {
  .cid-swUoYISPUf .mbr-text {
    text-align: center;
  }
}
.cid-swUoYISPUf .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-swUoYISPUf .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-swUoYISPUf .media-content {
  padding: 5rem 2rem;
}
.cid-swUoYISPUf img {
  height: 100%;
  object-fit: cover;
}
.cid-swUoYISPUf .mbr-figure {
  height: 100%;
}
.cid-swUoYISPUf .col-lg-5,
.cid-swUoYISPUf .col-lg-7 {
  padding: 0;
}
.cid-swUoYISPUf .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swUoYISPUf .media-content {
    padding: 3rem 1rem;
  }
}
.cid-swTuYtCZOz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-swTuYtCZOz .mbr-text {
    text-align: center;
  }
}
.cid-swTuYtCZOz .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-swTuYtCZOz .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-swTuYtCZOz .media-content {
  padding: 5rem 2rem;
}
.cid-swTuYtCZOz img {
  height: 100%;
  object-fit: cover;
  display: inline-block;
  width: auto;
}
.cid-swTuYtCZOz .mbr-figure {
  height: 100%;
}
.cid-swTuYtCZOz .col-lg-5,
.cid-swTuYtCZOz .col-lg-7 {
  padding: 0;
}
.cid-swTuYtCZOz .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swTuYtCZOz .media-content {
    padding: 3rem 1rem;
  }
}
.cid-swUrOw9dQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-swUrOw9dQT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-swUrOw9dQT img {
    width: 100%;
  }
}
.cid-swUrOw9dQT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-swUrOw9dQT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-swUrOw9dQT .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-swUrOw9dQT .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b1a374;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-swUrOw9dQT .mbr-text,
.cid-swUrOw9dQT .mbr-section-btn {
  color: #777777;
}
.cid-swUrOw9dQT .mbr-section-subtitle {
  color: #777777;
}
.cid-swUrOw9dQT .mbr-list {
  color: #777777;
}
.cid-swUrOw9dQT .mbr-section-title {
  color: #ffffff;
}
.cid-swUKlqOw12 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
}
.cid-swUKlqOw12 .container {
  max-width: 1400px;
}
.cid-swUKlqOw12 .row {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .cid-swUKlqOw12 .media-content {
    margin: auto;
    transform: translateX(70%);
    z-index: 2;
    position: relative;
  }
  .cid-swUKlqOw12 img {
    min-height: 700px;
  }
}
.cid-swUKlqOw12 img {
  height: 100%;
  object-fit: cover;
}
.cid-swUKlqOw12 .mbr-figure {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-swUKlqOw12 .media-content {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swUKlqOw12 .row {
    padding: 0rem;
  }
}
.cid-st6q8gr8RT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-st6q8gr8RT .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-st6q8gr8RT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-st6q8gr8RT .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-st6q8gr8RT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-st6q8gr8RT .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-st6q8gr8RT .text2 {
  color: #000000;
  text-align: left;
}
.cid-st6q8gr8RT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-st6q8gr8RT .logo-title {
  text-align: center;
}
.cid-st6q8gr8RT .logo-sub-title {
  text-align: center;
}
.cid-st6q8gr8RT .links {
  text-align: center;
  color: #656565;
}
.cid-st6q8gr8RT .logo-sub-title i {
  color: #9e9e9e;
}
.cid-st6q8gr8RT .links,
.cid-st6q8gr8RT .social-list {
  color: #ffffff;
}
.cid-swUMhqWf2B .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-swUMhqWf2B .nav-item:focus,
.cid-swUMhqWf2B .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swUMhqWf2B .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-swUMhqWf2B .nav-item .nav-link {
    position: relative;
  }
  .cid-swUMhqWf2B .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #149dcc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-swUMhqWf2B .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-swUMhqWf2B .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swUMhqWf2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-swUMhqWf2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swUMhqWf2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swUMhqWf2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-swUMhqWf2B .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-swUMhqWf2B .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-swUMhqWf2B .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-swUMhqWf2B .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-swUMhqWf2B .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-swUMhqWf2B .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-swUMhqWf2B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-swUMhqWf2B .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swUMhqWf2B .navbar.collapsed .navbar-collapse.show,
.cid-swUMhqWf2B .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swUMhqWf2B .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-swUMhqWf2B .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-swUMhqWf2B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-swUMhqWf2B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swUMhqWf2B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swUMhqWf2B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-swUMhqWf2B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swUMhqWf2B .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-swUMhqWf2B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-swUMhqWf2B .navbar.collapsed .right-menu,
.cid-swUMhqWf2B .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-swUMhqWf2B .navbar .navbar-collapse.show,
  .cid-swUMhqWf2B .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swUMhqWf2B .navbar .navbar-collapse.show .brand-container,
  .cid-swUMhqWf2B .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-swUMhqWf2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swUMhqWf2B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swUMhqWf2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swUMhqWf2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swUMhqWf2B .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-swUMhqWf2B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swUMhqWf2B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swUMhqWf2B .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-swUMhqWf2B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-swUMhqWf2B .navbar .right-menu,
  .cid-swUMhqWf2B .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-swUMhqWf2B .navbar.navbar-short {
  min-height: 60px;
}
.cid-swUMhqWf2B .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-swUMhqWf2B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swUMhqWf2B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swUMhqWf2B .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swUMhqWf2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swUMhqWf2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swUMhqWf2B .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-swUMhqWf2B .dropdown-item.active,
.cid-swUMhqWf2B .dropdown-item:active {
  background-color: transparent;
}
.cid-swUMhqWf2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swUMhqWf2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swUMhqWf2B .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swUMhqWf2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swUMhqWf2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swUMhqWf2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swUMhqWf2B ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-swUMhqWf2B ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-swUMhqWf2B .navbar-buttons {
  margin-left: auto;
}
.cid-swUMhqWf2B button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swUMhqWf2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-swUMhqWf2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swUMhqWf2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swUMhqWf2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swUMhqWf2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swUMhqWf2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swUMhqWf2B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-swUMhqWf2B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-swUMhqWf2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swUMhqWf2B .navbar-dropdown {
  position: fixed;
}
.cid-swUMhqWf2B a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swUMhqWf2B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-swUMhqWf2B .right-menu,
.cid-swUMhqWf2B .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-swUMhqWf2B .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swUMhqWf2B .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-swUMhqWf2B .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swUMhqWf2B .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-swUMhqWf2B .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-swUMhqWf2B .card-wrapper {
  z-index: 3;
}
.cid-swUMhqWf2B .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-swUMhqWf2B .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swUMhqWf2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swUMhrPzpd {
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
}
.cid-swUMhrPzpd h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-swUMhrPzpd span {
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-swUMhrPzpd .mbr-section-title {
  color: #ffffff;
}
.cid-swUMhst9E8 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-swUMhst9E8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-swUMhst9E8 textarea {
  min-height: 150px;
}
.cid-swUMhst9E8 .google-map {
  height: 27rem;
  position: relative;
}
.cid-swUMhst9E8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swUMhst9E8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-swUMhst9E8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swUMhst9E8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swUMhst9E8 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-swUMhst9E8 .form-control,
.cid-swUMhst9E8 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-swUMhst9E8 .form-control input::-webkit-input-placeholder,
.cid-swUMhst9E8 .field-input input::-webkit-input-placeholder,
.cid-swUMhst9E8 .form-control textarea::-webkit-input-placeholder,
.cid-swUMhst9E8 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-swUMhst9E8 .form-control input:-moz-placeholder,
.cid-swUMhst9E8 .field-input input:-moz-placeholder,
.cid-swUMhst9E8 .form-control textarea:-moz-placeholder,
.cid-swUMhst9E8 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-swUMhst9E8 .form-control:hover,
.cid-swUMhst9E8 .field-input:hover,
.cid-swUMhst9E8 .form-control:focus,
.cid-swUMhst9E8 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swUMhst9E8 .form-control:hover input::-webkit-input-placeholder,
.cid-swUMhst9E8 .field-input:hover input::-webkit-input-placeholder,
.cid-swUMhst9E8 .form-control:focus input::-webkit-input-placeholder,
.cid-swUMhst9E8 .field-input:focus input::-webkit-input-placeholder,
.cid-swUMhst9E8 .form-control:hover textarea::-webkit-input-placeholder,
.cid-swUMhst9E8 .field-input:hover textarea::-webkit-input-placeholder,
.cid-swUMhst9E8 .form-control:focus textarea::-webkit-input-placeholder,
.cid-swUMhst9E8 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-swUMhst9E8 .form-control:hover input:-moz-placeholder,
.cid-swUMhst9E8 .field-input:hover input:-moz-placeholder,
.cid-swUMhst9E8 .form-control:focus input:-moz-placeholder,
.cid-swUMhst9E8 .field-input:focus input:-moz-placeholder,
.cid-swUMhst9E8 .form-control:hover textarea:-moz-placeholder,
.cid-swUMhst9E8 .field-input:hover textarea:-moz-placeholder,
.cid-swUMhst9E8 .form-control:focus textarea:-moz-placeholder,
.cid-swUMhst9E8 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-swUMhst9E8 .jq-number__spin:hover,
.cid-swUMhst9E8 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swUMhst9E8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swUMhst9E8 .jq-selectbox li,
.cid-swUMhst9E8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-swUMhst9E8 .jq-selectbox li:hover,
.cid-swUMhst9E8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-swUMhst9E8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-swUMhst9E8 .jq-number__spin.minus:hover:after,
.cid-swUMhst9E8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-swUMhst9E8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-swUMhst9E8 .jq-number__spin.minus:after,
.cid-swUMhst9E8 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-swUMhst9E8 input::-webkit-clear-button {
  display: none;
}
.cid-swUMhst9E8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-swUMhst9E8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-swUMhst9E8 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-swUMhst9E8 .google-map {
    margin-bottom: 3rem;
  }
}
.cid-swUMhwXRZ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-swUMhwXRZ7 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-swUMhwXRZ7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-swUMhwXRZ7 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swUMhwXRZ7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-swUMhwXRZ7 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-swUMhwXRZ7 .text2 {
  color: #000000;
  text-align: left;
}
.cid-swUMhwXRZ7 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-swUMhwXRZ7 .logo-title {
  text-align: center;
}
.cid-swUMhwXRZ7 .logo-sub-title {
  text-align: center;
}
.cid-swUMhwXRZ7 .links {
  text-align: center;
  color: #656565;
}
.cid-swUMhwXRZ7 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-swUMhwXRZ7 .links,
.cid-swUMhwXRZ7 .social-list {
  color: #ffffff;
}
.cid-sxbJ06lGji .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sxbJ06lGji .nav-item:focus,
.cid-sxbJ06lGji .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sxbJ06lGji .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sxbJ06lGji .nav-item .nav-link {
    position: relative;
  }
  .cid-sxbJ06lGji .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #149dcc);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sxbJ06lGji .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sxbJ06lGji .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbJ06lGji .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sxbJ06lGji .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxbJ06lGji .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxbJ06lGji .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxbJ06lGji .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sxbJ06lGji .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-sxbJ06lGji .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sxbJ06lGji .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sxbJ06lGji .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sxbJ06lGji .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sxbJ06lGji .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxbJ06lGji .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sxbJ06lGji .navbar.collapsed .navbar-collapse.show,
.cid-sxbJ06lGji .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sxbJ06lGji .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sxbJ06lGji .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sxbJ06lGji .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxbJ06lGji .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxbJ06lGji .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxbJ06lGji .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxbJ06lGji .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxbJ06lGji .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sxbJ06lGji .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxbJ06lGji .navbar.collapsed .right-menu,
.cid-sxbJ06lGji .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sxbJ06lGji .navbar .navbar-collapse.show,
  .cid-sxbJ06lGji .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxbJ06lGji .navbar .navbar-collapse.show .brand-container,
  .cid-sxbJ06lGji .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sxbJ06lGji .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxbJ06lGji .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxbJ06lGji .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxbJ06lGji .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxbJ06lGji .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxbJ06lGji .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxbJ06lGji .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxbJ06lGji .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sxbJ06lGji .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sxbJ06lGji .navbar .right-menu,
  .cid-sxbJ06lGji .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sxbJ06lGji .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxbJ06lGji .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sxbJ06lGji .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxbJ06lGji .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxbJ06lGji .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxbJ06lGji .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxbJ06lGji .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxbJ06lGji .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sxbJ06lGji .dropdown-item.active,
.cid-sxbJ06lGji .dropdown-item:active {
  background-color: transparent;
}
.cid-sxbJ06lGji .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxbJ06lGji .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxbJ06lGji .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxbJ06lGji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sxbJ06lGji .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxbJ06lGji .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxbJ06lGji ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sxbJ06lGji ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sxbJ06lGji .navbar-buttons {
  margin-left: auto;
}
.cid-sxbJ06lGji button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxbJ06lGji button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b1a374;
}
.cid-sxbJ06lGji button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxbJ06lGji button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbJ06lGji button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxbJ06lGji button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxbJ06lGji nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbJ06lGji nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sxbJ06lGji nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sxbJ06lGji nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxbJ06lGji .navbar-dropdown {
  position: fixed;
}
.cid-sxbJ06lGji a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxbJ06lGji .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxbJ06lGji .right-menu,
.cid-sxbJ06lGji .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sxbJ06lGji .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxbJ06lGji .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxbJ06lGji .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxbJ06lGji .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-sxbJ06lGji .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sxbJ06lGji .card-wrapper {
  z-index: 3;
}
.cid-sxbJ06lGji .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sxbJ06lGji .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxbJ06lGji .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxbJ06Thag {
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
}
.cid-sxbJ06Thag h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-sxbJ06Thag span {
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sxbJ06Thag .mbr-section-title {
  color: #ffffff;
}
.cid-sxbJ07ZhSz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sxbJ07ZhSz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxbJ07ZhSz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxbJ07ZhSz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxbJ07ZhSz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxbJ07ZhSz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sxbJ07ZhSz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sxbJ07ZhSz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sxbJ07ZhSz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sxbJ07ZhSz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sxbJ07ZhSz ul {
  font-size: 0;
}
.cid-sxbJ07ZhSz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-sxbJ07ZhSz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-sxbJ07ZhSz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sxbJ08ZLpm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/purpleastral-1500x844.jpg");
}
.cid-sxbJ08ZLpm .container {
  max-width: 1400px;
}
.cid-sxbJ08ZLpm .row {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .cid-sxbJ08ZLpm .media-content {
    margin: auto;
    transform: translateX(70%);
    z-index: 2;
    position: relative;
  }
  .cid-sxbJ08ZLpm img {
    min-height: 700px;
  }
}
.cid-sxbJ08ZLpm img {
  height: 100%;
  object-fit: cover;
}
.cid-sxbJ08ZLpm .mbr-figure {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sxbJ08ZLpm .media-content {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sxbJ08ZLpm .row {
    padding: 0rem;
  }
}
.cid-sxbJ09l6Mx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sxbJ09l6Mx .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sxbJ09l6Mx .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sxbJ09l6Mx .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxbJ09l6Mx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sxbJ09l6Mx .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sxbJ09l6Mx .text2 {
  color: #000000;
  text-align: left;
}
.cid-sxbJ09l6Mx .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sxbJ09l6Mx .logo-title {
  text-align: center;
}
.cid-sxbJ09l6Mx .logo-sub-title {
  text-align: center;
}
.cid-sxbJ09l6Mx .links {
  text-align: center;
  color: #656565;
}
.cid-sxbJ09l6Mx .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sxbJ09l6Mx .links,
.cid-sxbJ09l6Mx .social-list {
  color: #ffffff;
}
