body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c1c1c1 !important;
}
.bg-success {
  background-color: #d4af37 !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #ff6633 !important;
}
.bg-danger {
  background-color: #303030 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9d8022 !important;
  border-color: #9d8022 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff6633 !important;
  border-color: #ff6633 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #e53900 !important;
  border-color: #e53900 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e53900 !important;
  border-color: #e53900 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #303030 !important;
  border-color: #303030 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #886f1d;
  color: #886f1d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #d4af37;
  border-color: #d4af37;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cc3300;
  color: #cc3300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6633 !important;
  border-color: #ff6633 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #303030;
  border-color: #303030;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #c1c1c1 !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #d4af37 !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #ff6633 !important;
}
.text-danger {
  color: #303030 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8e8e8e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #886f1d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc3300 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #d4af37;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #ff6633;
}
.alert-danger {
  background-color: #303030;
}
.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 {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c1c1c1;
}
.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: #f8f2df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3e3e3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  border: 2px solid #d4af37;
}
#scrollToTop a i:before {
  background: #d4af37;
}
#scrollToTop a i:after {
  border-top: 2px solid #d4af37;
  border-right: 2px solid #d4af37;
}
.mbr-arrow a i {
  color: #d4af37;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #c1c1c1;
}
/* 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;
}
.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: #c1c1c1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.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: #c1c1c1 !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: #f5aeb5 !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%;
}
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='%23c1c1c1' %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;
}
.cid-sdcl1hNY4I .nav-item:focus,
.cid-sdcl1hNY4I .nav-link:focus {
  outline: none;
}
.cid-sdcl1hNY4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdcl1hNY4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdcl1hNY4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdcl1hNY4I .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-sdcl1hNY4I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdcl1hNY4I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-sdcl1hNY4I .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-sdcl1hNY4I .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdcl1hNY4I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdcl1hNY4I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdcl1hNY4I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-sdcl1hNY4I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdcl1hNY4I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdcl1hNY4I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdcl1hNY4I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdcl1hNY4I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdcl1hNY4I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdcl1hNY4I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdcl1hNY4I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdcl1hNY4I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdcl1hNY4I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdcl1hNY4I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdcl1hNY4I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdcl1hNY4I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdcl1hNY4I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdcl1hNY4I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdcl1hNY4I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdcl1hNY4I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdcl1hNY4I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdcl1hNY4I .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-sdcl1hNY4I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdcl1hNY4I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdcl1hNY4I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdcl1hNY4I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdcl1hNY4I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdcl1hNY4I .dropdown-item.active,
.cid-sdcl1hNY4I .dropdown-item:active {
  background-color: transparent;
}
.cid-sdcl1hNY4I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdcl1hNY4I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdcl1hNY4I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdcl1hNY4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-sdcl1hNY4I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdcl1hNY4I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdcl1hNY4I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdcl1hNY4I .navbar-buttons {
  text-align: center;
}
.cid-sdcl1hNY4I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdcl1hNY4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sdcl1hNY4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdcl1hNY4I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdcl1hNY4I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdcl1hNY4I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdcl1hNY4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdcl1hNY4I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdcl1hNY4I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdcl1hNY4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdcl1hNY4I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdcl1hNY4I a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdcl1hNY4I .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdcl1hNY4I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdcl1hNY4I .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sdcl1hNY4I .nav-link:hover,
.cid-sdcl1hNY4I .dropdown-item:hover,
.cid-sdcl1hNY4I .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdcl1hNY4I .navbar {
    height: 77px;
  }
  .cid-sdcl1hNY4I .navbar.opened {
    height: auto;
  }
}
.cid-sdvaTIXr7z .modal-body .close {
  background: #1b1b1b;
}
.cid-sdvaTIXr7z .modal-body .close span {
  font-style: normal;
}
.cid-sdvaTIXr7z .carousel-inner > .active,
.cid-sdvaTIXr7z .carousel-inner > .next,
.cid-sdvaTIXr7z .carousel-inner > .prev {
  display: table;
}
.cid-sdvaTIXr7z .carousel-control .icon-next,
.cid-sdvaTIXr7z .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sdvaTIXr7z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdvaTIXr7z .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdvaTIXr7z .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sdvaTIXr7z .boxed-slider > div {
  position: relative;
}
.cid-sdvaTIXr7z .container img {
  width: 100%;
}
.cid-sdvaTIXr7z .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sdvaTIXr7z .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sdvaTIXr7z .mbr-table-cell {
  padding: 0;
}
.cid-sdvaTIXr7z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sdvaTIXr7z .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sdvaTIXr7z .mbr-overlay {
  z-index: 1;
}
.cid-sdvaTIXr7z .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sdvaTIXr7z .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sdvaTIXr7z .carousel-item .container {
    width: 100%;
  }
}
.cid-sdvaTIXr7z .carousel-item-next.carousel-item-left,
.cid-sdvaTIXr7z .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sdvaTIXr7z .active.carousel-item-right,
.cid-sdvaTIXr7z .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sdvaTIXr7z .active.carousel-item-left,
.cid-sdvaTIXr7z .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sdvaTIXr7z .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sdvaTIXr7z .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators li.active,
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators li::after,
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sdvaTIXr7z .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sdvaTIXr7z .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sdvaTIXr7z .mbr-slider > .container img {
  width: 100%;
}
.cid-sdvaTIXr7z .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sdvaTIXr7z .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sdvaTIXr7z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdvaTIXr7z .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sdvaTIXr7z .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sdvaTIXr7z .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sdvaTIXr7z .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sdvaTIXr7z .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sdvaTIXr7z .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sdvaTIXr7z .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sdvaTIXr7z .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sdvaTIXr7z .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sdvaTIXr7z .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-serxIucAVs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-serxIucAVs:hover {
  background-color: #c1c1c1;
}
.cid-serxIucAVs .mbr-section-title {
  margin: 0;
}
.cid-serxIucAVs .card-wrapper {
  z-index: 3;
}
.cid-serxIucAVs .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-serxIucAVs .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uBza0o2P9n {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #172100;
}
.cid-uBza0o2P9n .mbr-text {
  margin: 0;
}
.cid-uBza0o2P9n .text-element {
  padding: 2rem;
  background-color: #172100;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uBza0o2P9n .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uBza0o2P9n .row-element,
.cid-uBza0o2P9n .image-element {
  padding: 0;
}
.cid-uBza0o2P9n .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBza0o2P9n .image-element .img-wrap {
  width: 100% !important;
}
.cid-uBza0o2P9n .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBza0o2P9n .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBza0o2P9n .carousel-item.active,
.cid-uBza0o2P9n .carousel-item-next,
.cid-uBza0o2P9n .carousel-item-prev {
  display: flex;
}
.cid-uBza0o2P9n .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-uBza0o2P9n .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #c1c1c1;
}
.cid-uBza0o2P9n .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uBza0o2P9n .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uBza0o2P9n .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uBza0o2P9n .carousel-controls {
    display: block;
  }
  .cid-uBza0o2P9n .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uBza0o2P9n .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uBza0o2P9n .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uBza0o2P9n .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uBza0o2P9n .text-element {
    padding: 1rem;
  }
  .cid-uBza0o2P9n .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBza0o2P9n .image-element {
    min-width: 50%;
  }
  .cid-uBza0o2P9n .media-container-row {
    width: 100%;
  }
}
.cid-uBza0o2P9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBza0o2P9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBza0o2P9n .mbr-subtitle {
  color: #ffefbd;
}
.cid-uBza0o2P9n .mbr-title,
.cid-uBza0o2P9n .ornament {
  color: #ffefbd;
}
.cid-sdv8WanTkn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-sdv8WanTkn .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sdv8WanTkn .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sdv8WanTkn .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sdv8WanTkn .mbr-text:after,
  .cid-sdv8WanTkn .mbr-text:before {
    display: none;
  }
}
.cid-sdv8WanTkn .mbr-section-title,
.cid-sdv8WanTkn .logo {
  color: #efefef;
}
.cid-sdva29IqSv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-sdva29IqSv .mbr-text,
.cid-sdva29IqSv .ornament {
  color: #ff0000;
}
.cid-sdv9HiKIfC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sdv9HiKIfC .mbr-text,
.cid-sdv9HiKIfC .ornament {
  color: #c1c1c1;
}
.cid-sevWGxPatq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sevWGxPatq:hover {
  background-color: #cccccc;
}
.cid-sevWGxPatq .mbr-section-title {
  margin: 0;
}
.cid-sevWGxPatq .card-wrapper {
  z-index: 3;
}
.cid-sevWGxPatq .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sevWGxPatq .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sg7maCif1b {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sg7maCif1b .text-block {
  z-index: 2;
}
.cid-sg7maCif1b .content-panel {
  width: 110%;
  background: #141414;
  padding: 3rem;
}
.cid-sg7maCif1b .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sg7maCif1b .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-sg7maCif1b .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sg7maCif1b .text-block {
    padding-bottom: 2rem;
  }
  .cid-sg7maCif1b .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-sg7maCif1b .mbr-section-title {
  color: #ffffff;
}
.cid-sg7maCif1b H3 {
  color: #ffffff;
}
.cid-sg7maCif1b .box-price {
  color: #ffffff;
  text-align: right;
}
.cid-sg7pM97wK3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sg7pM97wK3:hover {
  background-color: #ffffff;
}
.cid-sg7pM97wK3 .mbr-section-title {
  margin: 0;
}
.cid-sg7pM97wK3 .card-wrapper {
  z-index: 3;
}
.cid-sg7pM97wK3 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sg7pM97wK3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sg7roT1rpJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-sg7roT1rpJ .mbr-text,
.cid-sg7roT1rpJ .ornament {
  color: #efefef;
}
.cid-sdv3MmdJwv {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #141414;
}
.cid-sdv3MmdJwv .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sdv3MmdJwv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sdv3MmdJwv .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sdv3MmdJwv .form-group {
  padding-right: 0;
}
.cid-sdv3MmdJwv .card {
  padding: 3rem 8rem;
}
.cid-sdv3MmdJwv .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sdv3MmdJwv .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sdv3MmdJwv .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-sdv3MmdJwv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sdv3MmdJwv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sdv3MmdJwv .map-placeholder {
  display: none;
}
.cid-sdv3MmdJwv .btn-primary {
  border: 1px solid #c1c1c1 !important;
}
.cid-sdv3MmdJwv .btn-primary:hover {
  border: 1px solid #c1c1c1 !important;
}
.cid-sdv3MmdJwv .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sdv3MmdJwv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sdv3MmdJwv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #efefef;
  width: 85%;
}
.cid-sdv3MmdJwv .mbr-text {
  color: #444;
}
.cid-sdv3MmdJwv h5 {
  margin-bottom: 0;
}
.cid-sdv3MmdJwv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sdv3MmdJwv .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sdv3MmdJwv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sdv3MmdJwv .socicon {
  font-size: 1.3rem;
  background: #444444;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdv3MmdJwv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sdv3MmdJwv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sdv3MmdJwv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sdv3MmdJwv .social-list a:hover {
  opacity: 0.4;
}
.cid-sdv3MmdJwv .media-container-row > div {
  padding: 0px;
}
.cid-sdv3MmdJwv .text2 {
  color: #efefef;
  text-align: left;
}
.cid-sdv3MmdJwv .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sdv3MmdJwv .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sdv3MmdJwv .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sdv3MmdJwv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sdv3MmdJwv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sdv3MmdJwv .form-group {
    max-width: 180px;
  }
  .cid-sdv3MmdJwv .card {
    padding: 2rem 1rem;
  }
}
.cid-sdv3MmdJwv .links span {
  color: #9e9e9e;
}
.cid-sdv3MmdJwv .logo-title,
.cid-sdv3MmdJwv .logo-sub-title {
  text-align: center;
}
.cid-sdv3MmdJwv .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sdv6DkDTQA {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sdv6DkDTQA .mbr-text,
.cid-sdv6DkDTQA .ornament {
  color: #69b9d0;
}
.cid-seTniCRj7b .nav-item:focus,
.cid-seTniCRj7b .nav-link:focus {
  outline: none;
}
.cid-seTniCRj7b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seTniCRj7b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seTniCRj7b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seTniCRj7b .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-seTniCRj7b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seTniCRj7b .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-seTniCRj7b .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-seTniCRj7b .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-seTniCRj7b .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-seTniCRj7b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seTniCRj7b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-seTniCRj7b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seTniCRj7b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seTniCRj7b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seTniCRj7b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seTniCRj7b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seTniCRj7b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seTniCRj7b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seTniCRj7b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seTniCRj7b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seTniCRj7b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seTniCRj7b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seTniCRj7b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seTniCRj7b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seTniCRj7b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seTniCRj7b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seTniCRj7b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-seTniCRj7b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-seTniCRj7b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seTniCRj7b .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-seTniCRj7b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seTniCRj7b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seTniCRj7b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seTniCRj7b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seTniCRj7b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seTniCRj7b .dropdown-item.active,
.cid-seTniCRj7b .dropdown-item:active {
  background-color: transparent;
}
.cid-seTniCRj7b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seTniCRj7b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seTniCRj7b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seTniCRj7b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-seTniCRj7b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seTniCRj7b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seTniCRj7b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seTniCRj7b .navbar-buttons {
  text-align: center;
}
.cid-seTniCRj7b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seTniCRj7b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-seTniCRj7b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seTniCRj7b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seTniCRj7b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seTniCRj7b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seTniCRj7b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seTniCRj7b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seTniCRj7b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seTniCRj7b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seTniCRj7b .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seTniCRj7b a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seTniCRj7b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seTniCRj7b .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-seTniCRj7b .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-seTniCRj7b .nav-link:hover,
.cid-seTniCRj7b .dropdown-item:hover,
.cid-seTniCRj7b .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seTniCRj7b .navbar {
    height: 77px;
  }
  .cid-seTniCRj7b .navbar.opened {
    height: auto;
  }
}
.cid-seTniDSutD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-seTniDSutD:hover {
  background-color: #c1c1c1;
}
.cid-seTniDSutD .mbr-section-title {
  margin: 0;
}
.cid-seTniDSutD .card-wrapper {
  z-index: 3;
}
.cid-seTniDSutD .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seTniDSutD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-seTniE7s1s {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-seTniE7s1s .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-seTniE7s1s .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-seTniE7s1s .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-seTniE7s1s .mbr-text:after,
  .cid-seTniE7s1s .mbr-text:before {
    display: none;
  }
}
.cid-seTniE7s1s .mbr-section-title,
.cid-seTniE7s1s .logo {
  color: #efefef;
}
.cid-uTDIO7uIKo {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #141414;
}
.cid-uTDIO7uIKo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTDIO7uIKo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTDIO7uIKo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTDIO7uIKo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTDIO7uIKo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #f9e2af);
}
.cid-uTDIO7uIKo .icon-focus {
  display: none;
}
.cid-uTDIO7uIKo .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uTDIO7uIKo ul {
  font-size: 0;
}
.cid-uTDIO7uIKo .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uTDIO7uIKo .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uTDIO7uIKo .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1c1c1, #f5aeb5);
}
.cid-uTDIO7uIKo .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uTDIO7uIKo .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uTDIO7uIKo .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uTDIO7uIKo .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uTDIO7uIKo .btn:hover {
  background: transparent !important;
}
.cid-uTDIO7uIKo .btn:hover:before {
  background: transparent !important;
}
.cid-uTDIO7uIKo .btn:before {
  background-color: transparent !important;
}
.cid-uTDIO7uIKo .btn:focus {
  box-shadow: none;
}
.cid-uTDIO7uIKo .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffefbd;
}
.cid-uTDIQMy7ZT {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
}
.cid-uTDIQMy7ZT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTDIQMy7ZT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTDIQMy7ZT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTDIQMy7ZT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTDIQMy7ZT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #172100);
}
.cid-uTDIQMy7ZT .icon-focus {
  display: none;
}
.cid-uTDIQMy7ZT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uTDIQMy7ZT ul {
  font-size: 0;
}
.cid-uTDIQMy7ZT .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uTDIQMy7ZT .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uTDIQMy7ZT .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1c1c1, #f5aeb5);
}
.cid-uTDIQMy7ZT .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uTDIQMy7ZT .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uTDIQMy7ZT .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uTDIQMy7ZT .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uTDIQMy7ZT .btn:hover {
  background: transparent !important;
}
.cid-uTDIQMy7ZT .btn:hover:before {
  background: transparent !important;
}
.cid-uTDIQMy7ZT .btn:before {
  background-color: transparent !important;
}
.cid-uTDIQMy7ZT .btn:focus {
  box-shadow: none;
}
.cid-uTDIQMy7ZT .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #d4af37;
}
.cid-seTnJGCMaR {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #141414;
}
.cid-seTnJGCMaR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seTnJGCMaR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seTnJGCMaR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seTnJGCMaR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seTnJGCMaR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #444444, #141414);
}
.cid-seTnJGCMaR .icon-focus {
  display: none;
}
.cid-seTnJGCMaR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seTnJGCMaR ul {
  font-size: 0;
}
.cid-seTnJGCMaR .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-seTnJGCMaR .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-seTnJGCMaR .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1c1c1, #f5aeb5);
}
.cid-seTnJGCMaR .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-seTnJGCMaR .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-seTnJGCMaR .mbr-gallery-item > div:hover:before {
  opacity: 0.9 !important;
}
.cid-seTnJGCMaR .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-seTnJGCMaR .btn:hover {
  background: transparent !important;
}
.cid-seTnJGCMaR .btn:hover:before {
  background: transparent !important;
}
.cid-seTnJGCMaR .btn:before {
  background-color: transparent !important;
}
.cid-seTnJGCMaR .btn:focus {
  box-shadow: none;
}
.cid-seTnJGCMaR .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-seTniEmOYm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-seTniEmOYm .mbr-text,
.cid-seTniEmOYm .ornament {
  color: #ffffff;
}
.cid-seTniExIlB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTniExIlB .mbr-text,
.cid-seTniExIlB .ornament {
  color: #c1c1c1;
}
.cid-seTniEFavb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-seTniEFavb:hover {
  background-color: #cccccc;
}
.cid-seTniEFavb .mbr-section-title {
  margin: 0;
}
.cid-seTniEFavb .card-wrapper {
  z-index: 3;
}
.cid-seTniEFavb .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seTniEFavb .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-seTniESpca {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #141414;
}
.cid-seTniESpca .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-seTniESpca .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-seTniESpca .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-seTniESpca .form-group {
  padding-right: 0;
}
.cid-seTniESpca .card {
  padding: 3rem 8rem;
}
.cid-seTniESpca .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-seTniESpca .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-seTniESpca .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-seTniESpca .google-map[data-state] {
  background: #e9e5dc;
}
.cid-seTniESpca .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-seTniESpca .map-placeholder {
  display: none;
}
.cid-seTniESpca .btn-primary {
  border: 1px solid #c1c1c1 !important;
}
.cid-seTniESpca .btn-primary:hover {
  border: 1px solid #c1c1c1 !important;
}
.cid-seTniESpca .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-seTniESpca .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-seTniESpca .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #efefef;
  width: 85%;
}
.cid-seTniESpca .mbr-text {
  color: #444;
}
.cid-seTniESpca h5 {
  margin-bottom: 0;
}
.cid-seTniESpca .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-seTniESpca .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-seTniESpca .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-seTniESpca .socicon {
  font-size: 1.3rem;
  background: #444444;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seTniESpca .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-seTniESpca .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-seTniESpca .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-seTniESpca .social-list a:hover {
  opacity: 0.4;
}
.cid-seTniESpca .media-container-row > div {
  padding: 0px;
}
.cid-seTniESpca .text2 {
  color: #efefef;
  text-align: left;
}
.cid-seTniESpca .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-seTniESpca .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-seTniESpca .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-seTniESpca .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-seTniESpca h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-seTniESpca .form-group {
    max-width: 180px;
  }
  .cid-seTniESpca .card {
    padding: 2rem 1rem;
  }
}
.cid-seTniESpca .links span {
  color: #9e9e9e;
}
.cid-seTniESpca .logo-title,
.cid-seTniESpca .logo-sub-title {
  text-align: center;
}
.cid-seTniESpca .logo-sub-title i {
  color: #9e9e9e;
}
.cid-seTniFvN6N {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTniFvN6N .mbr-text,
.cid-seTniFvN6N .ornament {
  color: #69b9d0;
}
.cid-seTvMPIKag .nav-item:focus,
.cid-seTvMPIKag .nav-link:focus {
  outline: none;
}
.cid-seTvMPIKag .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seTvMPIKag .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seTvMPIKag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seTvMPIKag .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-seTvMPIKag .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seTvMPIKag .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-seTvMPIKag .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-seTvMPIKag .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-seTvMPIKag .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-seTvMPIKag .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seTvMPIKag .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-seTvMPIKag .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seTvMPIKag .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seTvMPIKag .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seTvMPIKag .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seTvMPIKag .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seTvMPIKag .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seTvMPIKag .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seTvMPIKag .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seTvMPIKag .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seTvMPIKag .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seTvMPIKag .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seTvMPIKag .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seTvMPIKag .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seTvMPIKag .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seTvMPIKag .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seTvMPIKag .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-seTvMPIKag .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-seTvMPIKag .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seTvMPIKag .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-seTvMPIKag .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seTvMPIKag .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seTvMPIKag .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seTvMPIKag .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seTvMPIKag .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seTvMPIKag .dropdown-item.active,
.cid-seTvMPIKag .dropdown-item:active {
  background-color: transparent;
}
.cid-seTvMPIKag .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seTvMPIKag .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seTvMPIKag .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seTvMPIKag .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-seTvMPIKag .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seTvMPIKag .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seTvMPIKag ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seTvMPIKag .navbar-buttons {
  text-align: center;
}
.cid-seTvMPIKag button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seTvMPIKag button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-seTvMPIKag button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seTvMPIKag button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seTvMPIKag button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seTvMPIKag button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seTvMPIKag nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seTvMPIKag nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seTvMPIKag nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seTvMPIKag nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seTvMPIKag .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seTvMPIKag a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seTvMPIKag .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seTvMPIKag .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-seTvMPIKag .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-seTvMPIKag .nav-link:hover,
.cid-seTvMPIKag .dropdown-item:hover,
.cid-seTvMPIKag .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seTvMPIKag .navbar {
    height: 77px;
  }
  .cid-seTvMPIKag .navbar.opened {
    height: auto;
  }
}
.cid-seTvMRgo2X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-seTvMRgo2X:hover {
  background-color: #c1c1c1;
}
.cid-seTvMRgo2X .mbr-section-title {
  margin: 0;
}
.cid-seTvMRgo2X .card-wrapper {
  z-index: 3;
}
.cid-seTvMRgo2X .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seTvMRgo2X .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-seTvMRwV4n {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTvMRwV4n .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-seTvMRwV4n .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-seTvMRwV4n .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-seTvMRwV4n .mbr-text:after,
  .cid-seTvMRwV4n .mbr-text:before {
    display: none;
  }
}
.cid-seTvMRwV4n .mbr-section-title,
.cid-seTvMRwV4n .logo {
  color: #efefef;
}
.cid-seTvMRN2Ew {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-seTvMRN2Ew .mbr-text,
.cid-seTvMRN2Ew .ornament {
  color: #866039;
}
.cid-seTvMRXWC6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTvMRXWC6 .mbr-text,
.cid-seTvMRXWC6 .ornament {
  color: #c1c1c1;
}
.cid-seTvMS9lS8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-seTvMS9lS8:hover {
  background-color: #cccccc;
}
.cid-seTvMS9lS8 .mbr-section-title {
  margin: 0;
}
.cid-seTvMS9lS8 .card-wrapper {
  z-index: 3;
}
.cid-seTvMS9lS8 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seTvMS9lS8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-seTvMSlUNW {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #141414;
}
.cid-seTvMSlUNW .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-seTvMSlUNW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-seTvMSlUNW .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-seTvMSlUNW .form-group {
  padding-right: 0;
}
.cid-seTvMSlUNW .card {
  padding: 3rem 8rem;
}
.cid-seTvMSlUNW .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-seTvMSlUNW .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-seTvMSlUNW .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-seTvMSlUNW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-seTvMSlUNW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-seTvMSlUNW .map-placeholder {
  display: none;
}
.cid-seTvMSlUNW .btn-primary {
  border: 1px solid #c1c1c1 !important;
}
.cid-seTvMSlUNW .btn-primary:hover {
  border: 1px solid #c1c1c1 !important;
}
.cid-seTvMSlUNW .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-seTvMSlUNW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-seTvMSlUNW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #efefef;
  width: 85%;
}
.cid-seTvMSlUNW .mbr-text {
  color: #444;
}
.cid-seTvMSlUNW h5 {
  margin-bottom: 0;
}
.cid-seTvMSlUNW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-seTvMSlUNW .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-seTvMSlUNW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-seTvMSlUNW .socicon {
  font-size: 1.3rem;
  background: #444444;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seTvMSlUNW .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-seTvMSlUNW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-seTvMSlUNW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-seTvMSlUNW .social-list a:hover {
  opacity: 0.4;
}
.cid-seTvMSlUNW .media-container-row > div {
  padding: 0px;
}
.cid-seTvMSlUNW .text2 {
  color: #efefef;
  text-align: left;
}
.cid-seTvMSlUNW .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-seTvMSlUNW .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-seTvMSlUNW .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-seTvMSlUNW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-seTvMSlUNW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-seTvMSlUNW .form-group {
    max-width: 180px;
  }
  .cid-seTvMSlUNW .card {
    padding: 2rem 1rem;
  }
}
.cid-seTvMSlUNW .links span {
  color: #9e9e9e;
}
.cid-seTvMSlUNW .logo-title,
.cid-seTvMSlUNW .logo-sub-title {
  text-align: center;
}
.cid-seTvMSlUNW .logo-sub-title i {
  color: #9e9e9e;
}
.cid-seTvMT0P9e {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTvMT0P9e .mbr-text,
.cid-seTvMT0P9e .ornament {
  color: #69b9d0;
}
.cid-seTAziREKX .nav-item:focus,
.cid-seTAziREKX .nav-link:focus {
  outline: none;
}
.cid-seTAziREKX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seTAziREKX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seTAziREKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seTAziREKX .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-seTAziREKX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seTAziREKX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-seTAziREKX .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-seTAziREKX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-seTAziREKX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-seTAziREKX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seTAziREKX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-seTAziREKX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seTAziREKX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seTAziREKX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seTAziREKX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seTAziREKX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seTAziREKX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seTAziREKX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seTAziREKX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seTAziREKX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seTAziREKX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seTAziREKX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seTAziREKX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seTAziREKX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seTAziREKX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seTAziREKX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seTAziREKX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-seTAziREKX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-seTAziREKX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seTAziREKX .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-seTAziREKX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seTAziREKX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seTAziREKX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seTAziREKX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seTAziREKX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seTAziREKX .dropdown-item.active,
.cid-seTAziREKX .dropdown-item:active {
  background-color: transparent;
}
.cid-seTAziREKX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seTAziREKX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seTAziREKX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seTAziREKX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-seTAziREKX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seTAziREKX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seTAziREKX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seTAziREKX .navbar-buttons {
  text-align: center;
}
.cid-seTAziREKX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seTAziREKX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-seTAziREKX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seTAziREKX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seTAziREKX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seTAziREKX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seTAziREKX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seTAziREKX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seTAziREKX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seTAziREKX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seTAziREKX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seTAziREKX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seTAziREKX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seTAziREKX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-seTAziREKX .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-seTAziREKX .nav-link:hover,
.cid-seTAziREKX .dropdown-item:hover,
.cid-seTAziREKX .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seTAziREKX .navbar {
    height: 77px;
  }
  .cid-seTAziREKX .navbar.opened {
    height: auto;
  }
}
.cid-seTAzjMSt5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-seTAzjMSt5:hover {
  background-color: #c1c1c1;
}
.cid-seTAzjMSt5 .mbr-section-title {
  margin: 0;
}
.cid-seTAzjMSt5 .card-wrapper {
  z-index: 3;
}
.cid-seTAzjMSt5 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seTAzjMSt5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-seTAzk1r8O {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-seTAzk1r8O .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-seTAzk1r8O .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-seTAzk1r8O .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-seTAzk1r8O .mbr-text:after,
  .cid-seTAzk1r8O .mbr-text:before {
    display: none;
  }
}
.cid-seTAzk1r8O .mbr-section-title,
.cid-seTAzk1r8O .logo {
  color: #efefef;
}
.cid-seTAzkgaHh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-seTAzkgaHh .mbr-text,
.cid-seTAzkgaHh .ornament {
  color: #ffffff;
}
.cid-seTBT5yfKi {
  background: #141414;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-seTBT5yfKi .image-block {
  margin: auto;
}
.cid-seTBT5yfKi .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-seTBT5yfKi .image-block {
    width: 100% !important;
  }
}
.cid-seTAzksIj6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTAzksIj6 .mbr-text,
.cid-seTAzksIj6 .ornament {
  color: #c1c1c1;
}
.cid-seTAzkD0H8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-seTAzkD0H8:hover {
  background-color: #cccccc;
}
.cid-seTAzkD0H8 .mbr-section-title {
  margin: 0;
}
.cid-seTAzkD0H8 .card-wrapper {
  z-index: 3;
}
.cid-seTAzkD0H8 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-seTAzkD0H8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-seTAzkOBvZ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #141414;
}
.cid-seTAzkOBvZ .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-seTAzkOBvZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-seTAzkOBvZ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-seTAzkOBvZ .form-group {
  padding-right: 0;
}
.cid-seTAzkOBvZ .card {
  padding: 3rem 8rem;
}
.cid-seTAzkOBvZ .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-seTAzkOBvZ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-seTAzkOBvZ .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-seTAzkOBvZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-seTAzkOBvZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-seTAzkOBvZ .map-placeholder {
  display: none;
}
.cid-seTAzkOBvZ .btn-primary {
  border: 1px solid #c1c1c1 !important;
}
.cid-seTAzkOBvZ .btn-primary:hover {
  border: 1px solid #c1c1c1 !important;
}
.cid-seTAzkOBvZ .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-seTAzkOBvZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-seTAzkOBvZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #efefef;
  width: 85%;
}
.cid-seTAzkOBvZ .mbr-text {
  color: #444;
}
.cid-seTAzkOBvZ h5 {
  margin-bottom: 0;
}
.cid-seTAzkOBvZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-seTAzkOBvZ .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-seTAzkOBvZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-seTAzkOBvZ .socicon {
  font-size: 1.3rem;
  background: #444444;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seTAzkOBvZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-seTAzkOBvZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-seTAzkOBvZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-seTAzkOBvZ .social-list a:hover {
  opacity: 0.4;
}
.cid-seTAzkOBvZ .media-container-row > div {
  padding: 0px;
}
.cid-seTAzkOBvZ .text2 {
  color: #efefef;
  text-align: left;
}
.cid-seTAzkOBvZ .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-seTAzkOBvZ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-seTAzkOBvZ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-seTAzkOBvZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-seTAzkOBvZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-seTAzkOBvZ .form-group {
    max-width: 180px;
  }
  .cid-seTAzkOBvZ .card {
    padding: 2rem 1rem;
  }
}
.cid-seTAzkOBvZ .links span {
  color: #9e9e9e;
}
.cid-seTAzkOBvZ .logo-title,
.cid-seTAzkOBvZ .logo-sub-title {
  text-align: center;
}
.cid-seTAzkOBvZ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-seTAzlqVnR {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-seTAzlqVnR .mbr-text,
.cid-seTAzlqVnR .ornament {
  color: #69b9d0;
}
.cid-sgcUfIlghZ .nav-item:focus,
.cid-sgcUfIlghZ .nav-link:focus {
  outline: none;
}
.cid-sgcUfIlghZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgcUfIlghZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgcUfIlghZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgcUfIlghZ .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-sgcUfIlghZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgcUfIlghZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-sgcUfIlghZ .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-sgcUfIlghZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sgcUfIlghZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgcUfIlghZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgcUfIlghZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-sgcUfIlghZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgcUfIlghZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgcUfIlghZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgcUfIlghZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sgcUfIlghZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgcUfIlghZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgcUfIlghZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgcUfIlghZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgcUfIlghZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgcUfIlghZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgcUfIlghZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgcUfIlghZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgcUfIlghZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgcUfIlghZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgcUfIlghZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgcUfIlghZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgcUfIlghZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgcUfIlghZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgcUfIlghZ .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-sgcUfIlghZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgcUfIlghZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgcUfIlghZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgcUfIlghZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgcUfIlghZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgcUfIlghZ .dropdown-item.active,
.cid-sgcUfIlghZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sgcUfIlghZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgcUfIlghZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgcUfIlghZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgcUfIlghZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-sgcUfIlghZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgcUfIlghZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgcUfIlghZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgcUfIlghZ .navbar-buttons {
  text-align: center;
}
.cid-sgcUfIlghZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgcUfIlghZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sgcUfIlghZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgcUfIlghZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgcUfIlghZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgcUfIlghZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgcUfIlghZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgcUfIlghZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgcUfIlghZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgcUfIlghZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgcUfIlghZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgcUfIlghZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgcUfIlghZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgcUfIlghZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sgcUfIlghZ .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sgcUfIlghZ .nav-link:hover,
.cid-sgcUfIlghZ .dropdown-item:hover,
.cid-sgcUfIlghZ .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgcUfIlghZ .navbar {
    height: 77px;
  }
  .cid-sgcUfIlghZ .navbar.opened {
    height: auto;
  }
}
.cid-sgcUfJfq1C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sgcUfJfq1C:hover {
  background-color: #c1c1c1;
}
.cid-sgcUfJfq1C .mbr-section-title {
  margin: 0;
}
.cid-sgcUfJfq1C .card-wrapper {
  z-index: 3;
}
.cid-sgcUfJfq1C .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgcUfJfq1C .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgcUfJvAeb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-sgcUfJvAeb .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sgcUfJvAeb .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sgcUfJvAeb .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sgcUfJvAeb .mbr-text:after,
  .cid-sgcUfJvAeb .mbr-text:before {
    display: none;
  }
}
.cid-sgcUfJvAeb .mbr-section-title,
.cid-sgcUfJvAeb .logo {
  color: #efefef;
}
.cid-sgcUfK5i1M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sgcUfK5i1M:hover {
  background-color: #cccccc;
}
.cid-sgcUfK5i1M .mbr-section-title {
  margin: 0;
}
.cid-sgcUfK5i1M .card-wrapper {
  z-index: 3;
}
.cid-sgcUfK5i1M .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgcUfK5i1M .popup-btn.card-wrapper {
  z-index: 1 !important;
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-sgcUfKyiCF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sgcUfKyiCF:hover {
  background-color: #ffffff;
}
.cid-sgcUfKyiCF .mbr-section-title {
  margin: 0;
}
.cid-sgcUfKyiCF .card-wrapper {
  z-index: 3;
}
.cid-sgcUfKyiCF .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgcUfKyiCF .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgcUfKJioI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-sgcUfKJioI .mbr-text,
.cid-sgcUfKJioI .ornament {
  color: #efefef;
}
.cid-sgcUfKTAdH {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #141414;
}
.cid-sgcUfKTAdH .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sgcUfKTAdH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sgcUfKTAdH .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sgcUfKTAdH .form-group {
  padding-right: 0;
}
.cid-sgcUfKTAdH .card {
  padding: 3rem 8rem;
}
.cid-sgcUfKTAdH .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sgcUfKTAdH .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sgcUfKTAdH .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-sgcUfKTAdH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgcUfKTAdH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sgcUfKTAdH .map-placeholder {
  display: none;
}
.cid-sgcUfKTAdH .btn-primary {
  border: 1px solid #c1c1c1 !important;
}
.cid-sgcUfKTAdH .btn-primary:hover {
  border: 1px solid #c1c1c1 !important;
}
.cid-sgcUfKTAdH .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sgcUfKTAdH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sgcUfKTAdH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #efefef;
  width: 85%;
}
.cid-sgcUfKTAdH .mbr-text {
  color: #444;
}
.cid-sgcUfKTAdH h5 {
  margin-bottom: 0;
}
.cid-sgcUfKTAdH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sgcUfKTAdH .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgcUfKTAdH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sgcUfKTAdH .socicon {
  font-size: 1.3rem;
  background: #444444;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgcUfKTAdH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgcUfKTAdH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sgcUfKTAdH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sgcUfKTAdH .social-list a:hover {
  opacity: 0.4;
}
.cid-sgcUfKTAdH .media-container-row > div {
  padding: 0px;
}
.cid-sgcUfKTAdH .text2 {
  color: #efefef;
  text-align: left;
}
.cid-sgcUfKTAdH .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sgcUfKTAdH .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sgcUfKTAdH .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sgcUfKTAdH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sgcUfKTAdH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sgcUfKTAdH .form-group {
    max-width: 180px;
  }
  .cid-sgcUfKTAdH .card {
    padding: 2rem 1rem;
  }
}
.cid-sgcUfKTAdH .links span {
  color: #9e9e9e;
}
.cid-sgcUfKTAdH .logo-title,
.cid-sgcUfKTAdH .logo-sub-title {
  text-align: center;
}
.cid-sgcUfKTAdH .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sgcUfLwteI {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sgcUfLwteI .mbr-text,
.cid-sgcUfLwteI .ornament {
  color: #69b9d0;
}
.cid-sQE5yOVc8H .nav-item:focus,
.cid-sQE5yOVc8H .nav-link:focus {
  outline: none;
}
.cid-sQE5yOVc8H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQE5yOVc8H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQE5yOVc8H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQE5yOVc8H .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-sQE5yOVc8H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQE5yOVc8H .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-sQE5yOVc8H .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-sQE5yOVc8H .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQE5yOVc8H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQE5yOVc8H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQE5yOVc8H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-sQE5yOVc8H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQE5yOVc8H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQE5yOVc8H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQE5yOVc8H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQE5yOVc8H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQE5yOVc8H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQE5yOVc8H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQE5yOVc8H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQE5yOVc8H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQE5yOVc8H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQE5yOVc8H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQE5yOVc8H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQE5yOVc8H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQE5yOVc8H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQE5yOVc8H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQE5yOVc8H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQE5yOVc8H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQE5yOVc8H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQE5yOVc8H .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-sQE5yOVc8H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQE5yOVc8H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQE5yOVc8H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQE5yOVc8H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQE5yOVc8H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQE5yOVc8H .dropdown-item.active,
.cid-sQE5yOVc8H .dropdown-item:active {
  background-color: transparent;
}
.cid-sQE5yOVc8H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQE5yOVc8H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQE5yOVc8H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQE5yOVc8H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-sQE5yOVc8H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQE5yOVc8H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQE5yOVc8H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQE5yOVc8H .navbar-buttons {
  text-align: center;
}
.cid-sQE5yOVc8H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQE5yOVc8H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sQE5yOVc8H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQE5yOVc8H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQE5yOVc8H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQE5yOVc8H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQE5yOVc8H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQE5yOVc8H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQE5yOVc8H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQE5yOVc8H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQE5yOVc8H .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQE5yOVc8H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQE5yOVc8H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQE5yOVc8H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sQE5yOVc8H .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sQE5yOVc8H .nav-link:hover,
.cid-sQE5yOVc8H .dropdown-item:hover,
.cid-sQE5yOVc8H .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQE5yOVc8H .navbar {
    height: 77px;
  }
  .cid-sQE5yOVc8H .navbar.opened {
    height: auto;
  }
}
.cid-sQE5yPEGj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sQE5yPEGj3:hover {
  background-color: #c1c1c1;
}
.cid-sQE5yPEGj3 .mbr-section-title {
  margin: 0;
}
.cid-sQE5yPEGj3 .card-wrapper {
  z-index: 3;
}
.cid-sQE5yPEGj3 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sQE5yPEGj3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sQE5yPQ2oi {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sQE5yPQ2oi .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sQE5yPQ2oi .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sQE5yPQ2oi .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sQE5yPQ2oi .mbr-text:after,
  .cid-sQE5yPQ2oi .mbr-text:before {
    display: none;
  }
}
.cid-sQE5yPQ2oi .mbr-section-title,
.cid-sQE5yPQ2oi .logo {
  color: #efefef;
}
.cid-sQE5yQkmny {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sQE5yQkmny:hover {
  background-color: #cccccc;
}
.cid-sQE5yQkmny .mbr-section-title {
  margin: 0;
}
.cid-sQE5yQkmny .card-wrapper {
  z-index: 3;
}
.cid-sQE5yQkmny .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sQE5yQkmny .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sQE5yQvwQG {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #141414;
}
.cid-sQE5yQvwQG .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sQE5yQvwQG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sQE5yQvwQG .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sQE5yQvwQG .form-group {
  padding-right: 0;
}
.cid-sQE5yQvwQG .card {
  padding: 3rem 8rem;
}
.cid-sQE5yQvwQG .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sQE5yQvwQG .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sQE5yQvwQG .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-sQE5yQvwQG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQE5yQvwQG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQE5yQvwQG .map-placeholder {
  display: none;
}
.cid-sQE5yQvwQG .btn-primary {
  border: 1px solid #c1c1c1 !important;
}
.cid-sQE5yQvwQG .btn-primary:hover {
  border: 1px solid #c1c1c1 !important;
}
.cid-sQE5yQvwQG .stripe {
  border-bottom: 1px solid #ffffff;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sQE5yQvwQG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sQE5yQvwQG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #efefef;
  width: 85%;
}
.cid-sQE5yQvwQG .mbr-text {
  color: #444;
}
.cid-sQE5yQvwQG h5 {
  margin-bottom: 0;
}
.cid-sQE5yQvwQG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sQE5yQvwQG .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQE5yQvwQG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sQE5yQvwQG .socicon {
  font-size: 1.3rem;
  background: #444444;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQE5yQvwQG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQE5yQvwQG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sQE5yQvwQG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQE5yQvwQG .social-list a:hover {
  opacity: 0.4;
}
.cid-sQE5yQvwQG .media-container-row > div {
  padding: 0px;
}
.cid-sQE5yQvwQG .text2 {
  color: #efefef;
  text-align: left;
}
.cid-sQE5yQvwQG .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sQE5yQvwQG .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sQE5yQvwQG .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sQE5yQvwQG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sQE5yQvwQG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sQE5yQvwQG .form-group {
    max-width: 180px;
  }
  .cid-sQE5yQvwQG .card {
    padding: 2rem 1rem;
  }
}
.cid-sQE5yQvwQG .links span {
  color: #9e9e9e;
}
.cid-sQE5yQvwQG .logo-title,
.cid-sQE5yQvwQG .logo-sub-title {
  text-align: center;
}
.cid-sQE5yQvwQG .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sQE5yR3TMF {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sQE5yR3TMF .mbr-text,
.cid-sQE5yR3TMF .ornament {
  color: #69b9d0;
}
.cid-sWuOYA0Iuk .nav-item:focus,
.cid-sWuOYA0Iuk .nav-link:focus {
  outline: none;
}
.cid-sWuOYA0Iuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sWuOYA0Iuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWuOYA0Iuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWuOYA0Iuk .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-sWuOYA0Iuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWuOYA0Iuk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #202020;
}
.cid-sWuOYA0Iuk .navbar.opened {
  transition: all .3s;
  background: #202020 !important;
}
.cid-sWuOYA0Iuk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sWuOYA0Iuk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWuOYA0Iuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWuOYA0Iuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1rem);
  }
}
.cid-sWuOYA0Iuk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sWuOYA0Iuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWuOYA0Iuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWuOYA0Iuk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWuOYA0Iuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWuOYA0Iuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWuOYA0Iuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWuOYA0Iuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWuOYA0Iuk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sWuOYA0Iuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWuOYA0Iuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWuOYA0Iuk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWuOYA0Iuk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWuOYA0Iuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWuOYA0Iuk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWuOYA0Iuk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWuOYA0Iuk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sWuOYA0Iuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWuOYA0Iuk .navbar.navbar-short {
  background: #202020 !important;
  min-height: 60px;
}
.cid-sWuOYA0Iuk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWuOYA0Iuk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWuOYA0Iuk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWuOYA0Iuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWuOYA0Iuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWuOYA0Iuk .dropdown-item.active,
.cid-sWuOYA0Iuk .dropdown-item:active {
  background-color: transparent;
}
.cid-sWuOYA0Iuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWuOYA0Iuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWuOYA0Iuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWuOYA0Iuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #202020;
}
.cid-sWuOYA0Iuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWuOYA0Iuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWuOYA0Iuk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWuOYA0Iuk .navbar-buttons {
  text-align: center;
}
.cid-sWuOYA0Iuk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWuOYA0Iuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sWuOYA0Iuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWuOYA0Iuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWuOYA0Iuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWuOYA0Iuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWuOYA0Iuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWuOYA0Iuk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWuOYA0Iuk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWuOYA0Iuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWuOYA0Iuk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWuOYA0Iuk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sWuOYA0Iuk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWuOYA0Iuk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWuOYA0Iuk .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sWuOYA0Iuk .nav-link:hover,
.cid-sWuOYA0Iuk .dropdown-item:hover,
.cid-sWuOYA0Iuk .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWuOYA0Iuk .navbar {
    height: 77px;
  }
  .cid-sWuOYA0Iuk .navbar.opened {
    height: auto;
  }
}
.cid-sWuOYBcHDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sWuOYBcHDG:hover {
  background-color: #c1c1c1;
}
.cid-sWuOYBcHDG .mbr-section-title {
  margin: 0;
}
.cid-sWuOYBcHDG .card-wrapper {
  z-index: 3;
}
.cid-sWuOYBcHDG .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sWuOYBcHDG .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sWuOYBBKJh {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #141414;
}
.cid-sWuOYBBKJh .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-sWuOYBBKJh .mbr-text:before {
  color: #141414;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sWuOYBBKJh .mbr-text:after {
  color: #141414;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sWuOYBBKJh .mbr-text:after,
  .cid-sWuOYBBKJh .mbr-text:before {
    display: none;
  }
}
.cid-sWuOYBBKJh .mbr-section-title,
.cid-sWuOYBBKJh .logo {
  color: #d4af37;
}
.cid-sWuPBmaaMO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sWuPBmaaMO .mbr-text,
.cid-sWuPBmaaMO .ornament {
  color: #d4af37;
}
.cid-sWuTq0rnTY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #141414;
}
.cid-sWuTq0rnTY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sWuTq0rnTY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sWuTq0rnTY .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sWuTq0rnTY .bg-instagram:hover {
  background: #bd005c;
}
.cid-sWuTq0rnTY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sWuTq0rnTY [class^="socicon-"]:before,
.cid-sWuTq0rnTY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sWuTq0rnTY .mbr-section-title,
.cid-sWuTq0rnTY .social-list {
  color: #d4af37;
}
.cid-sWuOYC5ifZ {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #141414;
}
.cid-sWuOYC5ifZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWuOYC5ifZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWuOYC5ifZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWuOYC5ifZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWuOYC5ifZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #444444;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #444444, #141414);
}
.cid-sWuOYC5ifZ .icon-focus {
  display: none;
}
.cid-sWuOYC5ifZ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sWuOYC5ifZ ul {
  font-size: 0;
}
.cid-sWuOYC5ifZ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sWuOYC5ifZ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sWuOYC5ifZ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c1c1c1, #f5aeb5);
}
.cid-sWuOYC5ifZ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sWuOYC5ifZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sWuOYC5ifZ .mbr-gallery-item > div:hover:before {
  opacity: 0.9 !important;
}
.cid-sWuOYC5ifZ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sWuOYC5ifZ .btn:hover {
  background: transparent !important;
}
.cid-sWuOYC5ifZ .btn:hover:before {
  background: transparent !important;
}
.cid-sWuOYC5ifZ .btn:before {
  background-color: transparent !important;
}
.cid-sWuOYC5ifZ .btn:focus {
  box-shadow: none;
}
.cid-sWuOYC5ifZ .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sWuOYCLhkK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}
.cid-sWuOYCLhkK .mbr-text,
.cid-sWuOYCLhkK .ornament {
  color: #ffffff;
}
.cid-sWuOYCVJUB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sWuOYCVJUB .mbr-text,
.cid-sWuOYCVJUB .ornament {
  color: #c1c1c1;
}
.cid-sWuOYD8y4J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-sWuOYD8y4J:hover {
  background-color: #cccccc;
}
.cid-sWuOYD8y4J .mbr-section-title {
  margin: 0;
}
.cid-sWuOYD8y4J .card-wrapper {
  z-index: 3;
}
.cid-sWuOYD8y4J .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sWuOYD8y4J .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sWuOYDTQqy {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-sWuOYDTQqy .mbr-text,
.cid-sWuOYDTQqy .ornament {
  color: #69b9d0;
}
