body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ca9f5b !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #ead699 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ca9f5b !important;
  border-color: #ca9f5b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a47935 !important;
  border-color: #a47935 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a47935 !important;
  border-color: #a47935 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ead699 !important;
  border-color: #ead699 !important;
  color: #6d5817 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d5817 !important;
  background-color: #ddbd5a !important;
  border-color: #ddbd5a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d5817 !important;
  background-color: #ddbd5a !important;
  border-color: #ddbd5a !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #906b2f !important;
  color: #906b2f !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ca9f5b !important;
  border-color: #ca9f5b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca9f5b !important;
  border-color: #ca9f5b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #d9b444 !important;
  color: #d9b444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d5817 !important;
  background-color: #ead699 !important;
  border-color: #ead699 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d5817 !important;
  background-color: #ead699 !important;
  border-color: #ead699 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ca9f5b !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #ead699 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906b2f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d9b444 !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: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #ead699;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ca9f5b;
  border-color: #ca9f5b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ca9f5b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf9f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #ca9f5b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ca9f5b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ca9f5b;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ca9f5b;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ca9f5b;
  border-bottom-color: #ca9f5b;
}
.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: #ca9f5b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !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='%23ca9f5b' %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-tVmlqVVmSu .nav-item:focus,
.cid-tVmlqVVmSu .nav-link:focus {
  outline: none;
}
.cid-tVmlqVVmSu a.nav-link:focus {
  color: #ca9f5b !important;
}
.cid-tVmlqVVmSu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tVmlqVVmSu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tVmlqVVmSu .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tVmlqVVmSu .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tVmlqVVmSu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVmlqVVmSu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tVmlqVVmSu .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tVmlqVVmSu .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tVmlqVVmSu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVmlqVVmSu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVmlqVVmSu .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tVmlqVVmSu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVmlqVVmSu .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-tVmlqVVmSu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVmlqVVmSu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tVmlqVVmSu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVmlqVVmSu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVmlqVVmSu .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tVmlqVVmSu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVmlqVVmSu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVmlqVVmSu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVmlqVVmSu .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-tVmlqVVmSu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tVmlqVVmSu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVmlqVVmSu .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tVmlqVVmSu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tVmlqVVmSu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVmlqVVmSu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tVmlqVVmSu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tVmlqVVmSu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVmlqVVmSu .navbar-brand {
  display: flex;
  -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-tVmlqVVmSu .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tVmlqVVmSu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tVmlqVVmSu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVmlqVVmSu .dropdown-item.active,
.cid-tVmlqVVmSu .dropdown-item:active {
  background-color: transparent;
}
.cid-tVmlqVVmSu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVmlqVVmSu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVmlqVVmSu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVmlqVVmSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tVmlqVVmSu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tVmlqVVmSu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVmlqVVmSu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVmlqVVmSu .navbar-buttons {
  text-align: center;
}
.cid-tVmlqVVmSu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVmlqVVmSu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ca9f5b;
}
.cid-tVmlqVVmSu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVmlqVVmSu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVmlqVVmSu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVmlqVVmSu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVmlqVVmSu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVmlqVVmSu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVmlqVVmSu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVmlqVVmSu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVmlqVVmSu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tVmlqVVmSu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tVmlqVVmSu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVmlqVVmSu .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-tVmlqVVmSu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tVmlqVVmSu .nav-link:hover,
.cid-tVmlqVVmSu .icons-menu .mbr-iconfont:hover {
  color: #ca9f5b !important;
}
.cid-tVmlqVVmSu .dropdown-item:hover {
  color: #878787 !important;
}
.cid-tVmlqVVmSu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ca9f5b;
  transition: width 0.3s ease-in;
}
.cid-tVmlqVVmSu .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tVmlqVVmSu .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tVmlqVVmSu .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tVmlqVVmSu .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tVmlqVVmSu .dropdown-menu {
    top: 100%;
  }
  .cid-tVmlqVVmSu .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tVmlqVVmSu .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tVmlqVVmSu .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tVmlqVVmSu .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tVpLoCtbFA {
  z-index: 1;
  background-image: url("../../../assets/images/slide-villa-aeganina-1280x854.webp");
}
.cid-tVpLoCtbFA .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tVpLoCtbFA .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tVpLoCtbFA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tVpLoCtbFA .input-wrap {
  background: #fcfcfc;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-tVpLoCtbFA .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-tVpLoCtbFA .datepicker {
  background-color: #ffffff;
  color: #ca9f5b;
}
.cid-tVpLoCtbFA .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-tVpLoCtbFA .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tVpLoCtbFA .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-tVpLoCtbFA .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-tVpLoCtbFA .check-in-input,
.cid-tVpLoCtbFA .check-out-input,
.cid-tVpLoCtbFA .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-tVpLoCtbFA .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-tVpLoCtbFA .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-tVpLoCtbFA .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-tVpLoCtbFA .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-tVpLoCtbFA .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-tVpLoCtbFA .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tVpLoCtbFA .datepicker {
    left: 10% !important;
  }
}
.cid-tVpLoCtbFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVpLoCtbFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzMgJD6sEt {
  background-color: #000000;
}
.cid-rzMgJD6sEt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rzMgJD6sEt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgJD6sEt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rzMgJD6sEt .image-element {
    padding-left: 0;
  }
}
.cid-rzMgJD6sEt .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rzMgJD6sEt .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-rzMgJD6sEt .brown {
  color: #ca9f5b;
}
.cid-rzMgJD6sEt .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
.cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rzMgJD6sEt .image-element {
    padding-top: 1rem;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
  .cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rzMgJD6sEt .first-paragraph,
  .cid-rzMgJD6sEt .second-paragraph {
    width: 50%;
  }
  .cid-rzMgJD6sEt .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rzMgJD6sEt .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rzMgJD6sEt .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMgJD6sEt .mbr-section-title,
  .cid-rzMgJD6sEt .mbr-section-btn {
    text-align: left;
  }
}
.cid-rzMgJD6sEt .mbr-section-title {
  color: #ffffff;
}
.cid-rzMgJD6sEt .mbr-text,
.cid-rzMgJD6sEt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tVMORC9qIc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVMORC9qIc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ca9f5b;
  display: inline-block;
}
.cid-tVMORC9qIc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tVMORC9qIc .title {
    width: 100% !important;
  }
}
.cid-tVMORC9qIc .mbr-section-subtitle,
.cid-tVMORC9qIc .underline {
  color: #ffffff;
}
.cid-tVMORC9qIc .mbr-section-title {
  color: #ffffff;
}
.cid-tXLBEYvVyM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
}
.cid-tXLBEYvVyM .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tXLBEYvVyM .modal-body .close {
  background: #1b1b1b;
}
.cid-tXLBEYvVyM .modal-body .close span {
  font-style: normal;
}
.cid-tXLBEYvVyM .carousel-inner > .active,
.cid-tXLBEYvVyM .carousel-inner > .next,
.cid-tXLBEYvVyM .carousel-inner > .prev {
  display: flex;
}
.cid-tXLBEYvVyM .carousel-control .icon-next,
.cid-tXLBEYvVyM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXLBEYvVyM .carousel-control:hover {
  background: #ca9f5b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXLBEYvVyM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXLBEYvVyM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tXLBEYvVyM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXLBEYvVyM .boxed-slider > div {
  position: relative;
}
.cid-tXLBEYvVyM .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tXLBEYvVyM .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-tXLBEYvVyM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXLBEYvVyM .mbr-table-cell {
  padding: 0;
}
.cid-tXLBEYvVyM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXLBEYvVyM .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-tXLBEYvVyM .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tXLBEYvVyM .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tXLBEYvVyM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXLBEYvVyM .carousel-item.active.right,
.cid-tXLBEYvVyM .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXLBEYvVyM .carousel-item.active.left,
.cid-tXLBEYvVyM .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXLBEYvVyM .carousel-item.active,
.cid-tXLBEYvVyM .carousel-item.next.left,
.cid-tXLBEYvVyM .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXLBEYvVyM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ca9f5b;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators li.active,
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators li::after,
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXLBEYvVyM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXLBEYvVyM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXLBEYvVyM .mbr-slider > .container img {
  width: 100%;
}
.cid-tXLBEYvVyM .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-tXLBEYvVyM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXLBEYvVyM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXLBEYvVyM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXLBEYvVyM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXLBEYvVyM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXLBEYvVyM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXLBEYvVyM .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXLBEYvVyM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXLBEYvVyM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXLBEYvVyM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXLBEYvVyM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXLBEYvVyM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXLBEYvVyM .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tXLBEYvVyM .carousel-inner {
  height: 100%;
}
.cid-tXLBEYvVyM .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tXLBEYvVyM .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-tXLBEYvVyM .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tXLBEYvVyM .content-slider-wrap {
  width: 100%;
}
.cid-tXLBEYvVyM H2 {
  color: #ffffff;
}
.cid-tVMJPfzY7u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVMJPfzY7u .underline .line {
  width: 2rem;
  height: 1px;
  background: #ca9f5b;
  display: inline-block;
}
.cid-tVMJPfzY7u .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tVMJPfzY7u .title {
    width: 100% !important;
  }
}
.cid-tVMJPfzY7u .mbr-section-subtitle,
.cid-tVMJPfzY7u .underline {
  color: #ffffff;
}
.cid-tVMJPfzY7u .mbr-section-title {
  color: #ffffff;
}
.cid-tVMlN6MgOv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tVMlN6MgOv .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ca9f5b;
}
@media (max-width: 767px) {
  .cid-tVMlN6MgOv .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tVMlN6MgOv .mbr-section-title {
  color: #24262b;
}
.cid-tVMlN6MgOv .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tVMlN6MgOv .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tVMlN6MgOv .item-footer {
  margin-top: 16px;
}
.cid-tVMlN6MgOv .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-tVMlN6MgOv .items-row {
  row-gap: 48px;
}
.cid-tVMlN6MgOv .item {
  cursor: pointer;
}
.cid-tVMlN6MgOv .item:focus,
.cid-tVMlN6MgOv span:focus {
  outline: none;
}
.cid-tVMlN6MgOv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tVMlN6MgOv .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVMlN6MgOv .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMlN6MgOv .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tVMlN6MgOv .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMlN6MgOv .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVMlN6MgOv img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-tVMlN6MgOv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-tVMlN6MgOv .item-title {
  color: #24262b;
}
.cid-tVMlN6MgOv .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tVMlN6MgOv .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tXLBMQJlnS {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tXLBMQJlnS .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXLBMQJlnS .video-block {
    width: 100% !important;
  }
}
.cid-tVMlPejCVv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tVMlPejCVv .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ca9f5b;
}
@media (max-width: 767px) {
  .cid-tVMlPejCVv .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tVMlPejCVv .mbr-section-title {
  color: #24262b;
}
.cid-tVMlPejCVv .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tVMlPejCVv .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tVMlPejCVv .item-footer {
  margin-top: 16px;
}
.cid-tVMlPejCVv .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-tVMlPejCVv .items-row {
  row-gap: 48px;
}
.cid-tVMlPejCVv .item {
  cursor: pointer;
}
.cid-tVMlPejCVv .item:focus,
.cid-tVMlPejCVv span:focus {
  outline: none;
}
.cid-tVMlPejCVv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tVMlPejCVv .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVMlPejCVv .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMlPejCVv .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tVMlPejCVv .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMlPejCVv .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVMlPejCVv img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-tVMlPejCVv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-tVMlPejCVv .item-title {
  color: #24262b;
}
.cid-tVMlPejCVv .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tVMlPejCVv .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tXLBRLpGWZ {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tXLBRLpGWZ .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXLBRLpGWZ .video-block {
    width: 100% !important;
  }
}
.cid-tVMh8HhjTN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tVMh8HhjTN .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ca9f5b;
}
@media (max-width: 767px) {
  .cid-tVMh8HhjTN .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tVMh8HhjTN .mbr-section-title {
  color: #24262b;
}
.cid-tVMh8HhjTN .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tVMh8HhjTN .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tVMh8HhjTN .item-footer {
  margin-top: 16px;
}
.cid-tVMh8HhjTN .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-tVMh8HhjTN .items-row {
  row-gap: 48px;
}
.cid-tVMh8HhjTN .item {
  cursor: pointer;
}
.cid-tVMh8HhjTN .item:focus,
.cid-tVMh8HhjTN span:focus {
  outline: none;
}
.cid-tVMh8HhjTN .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tVMh8HhjTN .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVMh8HhjTN .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMh8HhjTN .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tVMh8HhjTN .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMh8HhjTN .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVMh8HhjTN img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-tVMh8HhjTN .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-tVMh8HhjTN .item-title {
  color: #24262b;
}
.cid-tVMh8HhjTN .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tVMh8HhjTN .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tXLBT2Ay1e {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tXLBT2Ay1e .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXLBT2Ay1e .video-block {
    width: 100% !important;
  }
}
.cid-tVMlPVtcnF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tVMlPVtcnF .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ca9f5b;
}
@media (max-width: 767px) {
  .cid-tVMlPVtcnF .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tVMlPVtcnF .mbr-section-title {
  color: #24262b;
}
.cid-tVMlPVtcnF .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tVMlPVtcnF .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tVMlPVtcnF .item-footer {
  margin-top: 16px;
}
.cid-tVMlPVtcnF .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-tVMlPVtcnF .items-row {
  row-gap: 48px;
}
.cid-tVMlPVtcnF .item {
  cursor: pointer;
}
.cid-tVMlPVtcnF .item:focus,
.cid-tVMlPVtcnF span:focus {
  outline: none;
}
.cid-tVMlPVtcnF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tVMlPVtcnF .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVMlPVtcnF .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMlPVtcnF .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tVMlPVtcnF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMlPVtcnF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVMlPVtcnF img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-tVMlPVtcnF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-tVMlPVtcnF .item-title {
  color: #24262b;
}
.cid-tVMlPVtcnF .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tVMlPVtcnF .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tXLBUibdOX {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tXLBUibdOX .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXLBUibdOX .video-block {
    width: 100% !important;
  }
}
.cid-tVMewwOoDF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tVMewwOoDF .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ca9f5b;
}
@media (max-width: 767px) {
  .cid-tVMewwOoDF .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tVMewwOoDF .mbr-section-title {
  color: #24262b;
}
.cid-tVMewwOoDF .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tVMewwOoDF .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tVMewwOoDF .item-footer {
  margin-top: 16px;
}
.cid-tVMewwOoDF .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-tVMewwOoDF .items-row {
  row-gap: 48px;
}
.cid-tVMewwOoDF .item {
  cursor: pointer;
}
.cid-tVMewwOoDF .item:focus,
.cid-tVMewwOoDF span:focus {
  outline: none;
}
.cid-tVMewwOoDF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tVMewwOoDF .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVMewwOoDF .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMewwOoDF .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tVMewwOoDF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMewwOoDF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVMewwOoDF img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-tVMewwOoDF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-tVMewwOoDF .item-title {
  color: #24262b;
}
.cid-tVMewwOoDF .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tVMewwOoDF .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-tXLBVEwGB1 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tXLBVEwGB1 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tXLBVEwGB1 .video-block {
    width: 100% !important;
  }
}
.cid-tVMgvRCQ7a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tVMgvRCQ7a .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #ca9f5b;
}
@media (max-width: 767px) {
  .cid-tVMgvRCQ7a .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tVMgvRCQ7a .mbr-section-title {
  color: #24262b;
}
.cid-tVMgvRCQ7a .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tVMgvRCQ7a .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-tVMgvRCQ7a .item-footer {
  margin-top: 16px;
}
.cid-tVMgvRCQ7a .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-tVMgvRCQ7a .items-row {
  row-gap: 48px;
}
.cid-tVMgvRCQ7a .item {
  cursor: pointer;
}
.cid-tVMgvRCQ7a .item:focus,
.cid-tVMgvRCQ7a span:focus {
  outline: none;
}
.cid-tVMgvRCQ7a .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tVMgvRCQ7a .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-tVMgvRCQ7a .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMgvRCQ7a .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-tVMgvRCQ7a .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-tVMgvRCQ7a .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-tVMgvRCQ7a img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-tVMgvRCQ7a .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #efefef;
}
.cid-tVMgvRCQ7a .item-title {
  color: #24262b;
}
.cid-tVMgvRCQ7a .item-subtitle {
  color: #24262b;
  margin-top: 6px;
}
.cid-tVMgvRCQ7a .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-ujOChKemrR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ujOChKemrR .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ujOChKemrR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ujOChKemrR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-ujOChKemrR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-ujOChKemrR .image-element {
    padding-right: 0;
  }
}
.cid-ujOChKemrR .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujOChKemrR .mbr-section-subtitle,
.cid-ujOChKemrR .mbr-text {
  color: #878787;
}
.cid-ujOChKemrR .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ujOChKemrR .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ujOChKemrR .text-element {
    padding-top: 0;
  }
}
.cid-ujOChKemrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujOChKemrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujOChKemrR .mbr-section-subtitle,
.cid-ujOChKemrR .underline {
  color: #ffffff;
}
.cid-ujOChKemrR .mbr-section-title {
  color: #ffffff;
}
.cid-ujOChKemrR .mbr-text,
.cid-ujOChKemrR .mbr-section-btn {
  color: #ffffff;
}
.cid-tVMU3oOTcm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVMU3oOTcm .underline .line {
  width: 2rem;
  height: 1px;
  background: #ca9f5b;
  display: inline-block;
}
.cid-tVMU3oOTcm .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tVMU3oOTcm .title {
    width: 100% !important;
  }
}
.cid-tVMU3oOTcm .mbr-section-subtitle,
.cid-tVMU3oOTcm .underline {
  color: #ffffff;
}
.cid-tVMU3oOTcm .mbr-section-title {
  color: #ffffff;
}
.cid-tVoQVA1gGc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tVoQVA1gGc .card .card-img img {
  transition: all 0.5s;
}
.cid-tVoQVA1gGc .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tVoQVA1gGc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tVoQVA1gGc .form1 {
  background: #ca9f5b;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVoQVA1gGc .form-group {
  margin-bottom: 1rem;
}
.cid-tVoQVA1gGc .form-control {
  border: none !important;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-tVoQVA1gGc .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tVoQVA1gGc .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tVoQVA1gGc .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tVoQVA1gGc .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tVoQVA1gGc textarea.form-control {
  min-height: 172px;
}
.cid-tVoQVA1gGc .input-group-btn {
  width: 100%;
}
.cid-tVoQVA1gGc .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-tVoQVA1gGc .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tVoQVA1gGc .first-row {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  max-height: 40%;
}
.cid-tVoQVA1gGc .second-row {
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
  max-height: 60%;
}
.cid-tVoQVA1gGc .card {
  height: 100%;
}
.cid-tVoQVA1gGc .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-tVoQVA1gGc .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-tVoQVA1gGc .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tVoQVA1gGc .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-tVoQVA1gGc .caption .mbr-text {
  margin: 0;
}
.cid-tVoQVA1gGc .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVoQVA1gGc .form1 {
    padding: 1.5rem;
  }
  .cid-tVoQVA1gGc .second-card {
    padding-bottom: 2rem;
  }
  .cid-tVoQVA1gGc .first-row,
  .cid-tVoQVA1gGc .second-row,
  .cid-tVoQVA1gGc .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-tVoQVA1gGc .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-tVoQVA1gGc .items-column {
    padding-top: 2rem;
  }
}
.cid-tVoQVA1gGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVoQVA1gGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVoQVA1gGc H3 {
  color: #24262b;
}
.cid-tVoQVA1gGc H2 {
  color: #ffffff;
}
.cid-tVMU3ZMVb5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVMU3ZMVb5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ca9f5b;
  display: inline-block;
}
.cid-tVMU3ZMVb5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tVMU3ZMVb5 .title {
    width: 100% !important;
  }
}
.cid-tVMU3ZMVb5 .mbr-section-subtitle,
.cid-tVMU3ZMVb5 .underline {
  color: #ffffff;
}
.cid-tVMU3ZMVb5 .mbr-section-title {
  color: #ffffff;
}
.cid-tVMVZJUNAw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tVMVZJUNAw .google-map {
  height: 30rem;
  position: relative;
}
.cid-tVMVZJUNAw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tVMVZJUNAw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVMVZJUNAw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVMVZJUNAw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVoO0eQaRl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tVoO0eQaRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVoO0eQaRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVoO0eQaRl .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tVoO0eQaRl .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tVoO0eQaRl .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tVoO0eQaRl .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tVoO0eQaRl .container {
    max-width: 100%;
  }
  .cid-tVoO0eQaRl .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tVoO0eQaRl .item-wrap {
  width: 100%;
}
.cid-tVoO0eQaRl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tVoO0eQaRl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tVoO0eQaRl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tVoO0eQaRl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tVoO0eQaRl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tVoO0eQaRl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tVoO0eQaRl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tVoO0eQaRl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tVoO0eQaRl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tVoO0eQaRl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tVoO0eQaRl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tVoO0eQaRl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tVoO0eQaRl .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVoO0eQaRl .col-links {
    padding-top: 20px;
  }
}
.cid-tVoO0eQaRl .mbr-section-subtitle {
  color: #ca9f5b;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tVoO0eQaRl .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tVoO0eQaRl .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #232323;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tVoO0eQaRl .list {
    text-align: center !important;
  }
}
.cid-tVoO0eQaRl .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tVoO0eQaRl .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tVoO0eQaRl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tVoO0eQaRl .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ca9f5b;
  transition: 0.4s all;
}
.cid-tVoO0eQaRl .list a:hover {
  color: #ca9f5b !important;
  line-height: inherit !important;
}
.cid-tVoO0eQaRl .list a:hover:before {
  width: 100%;
}
.cid-tVoO0eQaRl .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tVoO0eQaRl .col-copyright {
    padding-top: 40px;
  }
}
.cid-tVoO0eQaRl .border-item {
  width: 100%;
  height: 1px;
  background-color: #ca9f5b;
}
.cid-tVoO0eQaRl .copyright {
  color: #232323;
  padding: 40px 0;
}
