body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f38881 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f38881;
  border-color: #f38881;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-primary:hover {
  background-color: #ef5c52 !important;
  border-color: #ef5c52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f38881;
  color: #f38881;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f38881 !important;
  border-color: #f38881;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #f38881 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ea3024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #f38881 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f38881;
  border-color: #f38881;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f38881;
}
.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: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f38881;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f38881;
  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: #f38881;
  border-bottom-color: #f38881;
}
.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: #f38881 !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: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sQpqnDgBJp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQpqnDgBJp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sQpqnDgBJp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQpqnDgBJp .nav-link {
  position: relative;
}
.cid-sQpqnDgBJp .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sQpqnDgBJp .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sQpqnDgBJp .container {
  display: flex;
  margin: auto;
}
.cid-sQpqnDgBJp .navbar.navbar-short .nav-link,
.cid-sQpqnDgBJp .navbar.navbar-short .navbar-caption,
.cid-sQpqnDgBJp .navbar.navbar-short .mbr-iconfont,
.cid-sQpqnDgBJp .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sQpqnDgBJp .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sQpqnDgBJp .navbar-caption {
  padding-right: 3rem;
}
.cid-sQpqnDgBJp .dropdown-menu,
.cid-sQpqnDgBJp .navbar.opened {
  background: #000000 !important;
}
.cid-sQpqnDgBJp .nav-item:focus,
.cid-sQpqnDgBJp .nav-link:focus {
  outline: none;
}
.cid-sQpqnDgBJp .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-sQpqnDgBJp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQpqnDgBJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQpqnDgBJp .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-sQpqnDgBJp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQpqnDgBJp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQpqnDgBJp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sQpqnDgBJp .navbar.opened {
  transition: all .3s;
}
.cid-sQpqnDgBJp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQpqnDgBJp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQpqnDgBJp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQpqnDgBJp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQpqnDgBJp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sQpqnDgBJp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQpqnDgBJp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQpqnDgBJp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQpqnDgBJp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQpqnDgBJp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQpqnDgBJp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQpqnDgBJp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQpqnDgBJp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQpqnDgBJp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQpqnDgBJp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQpqnDgBJp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQpqnDgBJp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQpqnDgBJp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQpqnDgBJp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQpqnDgBJp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQpqnDgBJp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQpqnDgBJp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQpqnDgBJp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sQpqnDgBJp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQpqnDgBJp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQpqnDgBJp .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-sQpqnDgBJp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQpqnDgBJp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQpqnDgBJp .dropdown-item.active,
.cid-sQpqnDgBJp .dropdown-item:active {
  background-color: transparent;
}
.cid-sQpqnDgBJp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQpqnDgBJp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQpqnDgBJp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQpqnDgBJp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sQpqnDgBJp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQpqnDgBJp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQpqnDgBJp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQpqnDgBJp .navbar-buttons {
  text-align: center;
}
.cid-sQpqnDgBJp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQpqnDgBJp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQpqnDgBJp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQpqnDgBJp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQpqnDgBJp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQpqnDgBJp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQpqnDgBJp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQpqnDgBJp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQpqnDgBJp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQpqnDgBJp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQpqnDgBJp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQpqnDgBJp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQpqnDgBJp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQpqnDgBJp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQpqnDgBJp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQpqnDgBJp .navbar {
    height: 77px;
  }
  .cid-sQpqnDgBJp .navbar.opened {
    height: auto;
  }
  .cid-sQpqnDgBJp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQp1KKe9YB {
  padding-top: 300px;
  padding-bottom: 300px;
}
.cid-sQp1KKe9YB .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sQp1KKe9YB .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sQp1KKe9YB .relative {
  position: relative;
}
.cid-sQp1KKe9YB .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQp1KKe9YB .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sQp1KKe9YB .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sQp1KKe9YB .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sQp1KKe9YB .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sQp1KKe9YB .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sQp1KKe9YB .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sQp1KKe9YB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sQp1KKe9YB .mbr-iconfont-btn {
  margin: 0;
}
.cid-sQp1KKe9YB .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sQp1KKe9YB input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sQp1KKe9YB input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sQp1KKe9YB input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sQp1KKe9YB .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sQp1KKe9YB .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sQp1KKe9YB .form-group {
    margin-bottom: 2rem;
  }
  .cid-sQp1KKe9YB .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sQp1KKe9YB .input-group-btn {
    margin: auto;
  }
}
.cid-sQp1KKe9YB .mbr-section-title {
  text-align: center;
}
.cid-sQp1KKe9YB .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRwFNGc94t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRwFNGc94t img {
  max-width: 140px;
  margin: auto;
}
.cid-sRwFNGc94t .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRwFNGc94t .card:hover {
  transform: scale(0.9);
}
.cid-sRwFNGc94t .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRwFNGc94t .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRwFNGc94t .svg-top {
    width: 1000px;
  }
}
.cid-sQVN3F1d3B {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sQVN3F1d3B .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sQVN3F1d3B .title__block {
  padding-bottom: 40px;
}
.cid-sQVN3F1d3B .image {
  width: 100%;
  perspective: 700px;
}
.cid-sQVN3F1d3B .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sQVN3F1d3B .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sQVN3F1d3B .text__block {
  margin-top: 25px;
}
.cid-sQVN3F1d3B .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sQVN3F1d3B .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sQVN3F1d3B .title__block {
    padding-bottom: 30px;
  }
}
.cid-sQVN3F1d3B .card__title {
  text-align: left;
}
.cid-sQpkajFQuJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sQpkajFQuJ .item:focus,
.cid-sQpkajFQuJ span:focus {
  outline: none;
}
.cid-sQpkajFQuJ .item-wrapper {
  position: relative;
}
.cid-sQpkajFQuJ .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sQpkajFQuJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sQpkajFQuJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sQpkajFQuJ .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sQpkajFQuJ .embla__slide {
    min-width: 375px;
  }
}
.cid-sQpkajFQuJ .embla__button--next,
.cid-sQpkajFQuJ .embla__button--prev {
  display: flex;
}
.cid-sQpkajFQuJ .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sQpkajFQuJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sQpkajFQuJ .embla__button:hover {
  background: #4200ff;
  color: #fff;
  transform: scale(1.05);
}
.cid-sQpkajFQuJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQpkajFQuJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQpkajFQuJ .embla__button {
    top: auto;
  }
}
.cid-sQpkajFQuJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sQpkajFQuJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQpkajFQuJ .embla {
  position: relative;
  width: 100%;
}
.cid-sQpkajFQuJ .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sQpkajFQuJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sQpkajFQuJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sQpkajFQuJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sQpkajFQuJ .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-sQpkajFQuJ .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sQpkajFQuJ .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-sQpkajFQuJ .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sQpkajFQuJ .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sQpkajFQuJ .shadow:hover .number,
.cid-sQpkajFQuJ .shadow:hover .card-title {
  color: #4200ff !important;
}
.cid-sQpkajFQuJ .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-sQpkajFQuJ .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-sQpkajFQuJ .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sQpkajFQuJ .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sQpkajFQuJ H3 {
  color: #1d1d1f;
}
.cid-sQpkajFQuJ .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-sQpkajFQuJ .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-sQpkajFQuJ .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-sQpkajFQuJ .mbr-iconfont::before {
  font-size: 25px;
}
.cid-sQpkajFQuJ .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sQpkajFQuJ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sQpkajFQuJ .people {
  align-items: center;
}
.cid-sQpkajFQuJ img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sQpkajFQuJ .row.title-block {
    flex-direction: column;
  }
  .cid-sQpkajFQuJ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sQpkajFQuJ .mbr-section-title {
    text-align: center;
  }
}
.cid-sQpkajFQuJ .card-subtitle,
.cid-sQpkajFQuJ .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-sQpkajFQuJ .people {
    flex-direction: column;
  }
  .cid-sQpkajFQuJ .card-text,
  .cid-sQpkajFQuJ .align,
  .cid-sQpkajFQuJ .iconfont-wrapper {
    text-align: center;
  }
  .cid-sQpkajFQuJ img {
    margin-bottom: 20px !important;
  }
}
.cid-sQpkajFQuJ .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-sQpkajFQuJ .button-align {
    margin-top: 20px;
  }
}
.cid-sQpkajFQuJ .btn {
  margin-top: 20px;
}
.cid-sQpkajFQuJ a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sQpkajFQuJ .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-sQpkajFQuJ .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-sQpkajFQuJ .mbr-section-subtitle,
.cid-sQpkajFQuJ .button-align {
  text-align: center;
}
.cid-sQpi7H8CHH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sQpi7H8CHH .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sQpi7H8CHH .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sQpi7H8CHH .mbr-text {
  margin: 10px 0;
}
.cid-sQpi7H8CHH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sQpi7H8CHH .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sQpi7H8CHH .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sQpi7H8CHH .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sQphZW3x11 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sQphZW3x11 img {
  max-width: 140px;
  margin: auto;
}
.cid-sQphZW3x11 .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sQphZW3x11 .card:hover {
  transform: scale(0.9);
}
.cid-sQphZW3x11 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sQphZW3x11 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sQphZW3x11 .svg-top {
    width: 1000px;
  }
}
.cid-sQp7m9S66U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQp7m9S66U .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sQp7m9S66U .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sQp7m9S66U .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sQp7m9S66U .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sQp7m9S66U .navbar-nav {
    flex-direction: column;
  }
  .cid-sQp7m9S66U .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sQp7m9S66U a {
  transition: color .3s;
}
.cid-sQp7m9S66U a.text-danger:hover,
.cid-sQp7m9S66U a.text-danger:focus,
.cid-sQp7m9S66U a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxlvvJCyt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxlvvJCyt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxlvvJCyt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxlvvJCyt .nav-link {
  position: relative;
}
.cid-sRxlvvJCyt .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxlvvJCyt .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxlvvJCyt .container {
  display: flex;
  margin: auto;
}
.cid-sRxlvvJCyt .navbar.navbar-short .nav-link,
.cid-sRxlvvJCyt .navbar.navbar-short .navbar-caption,
.cid-sRxlvvJCyt .navbar.navbar-short .mbr-iconfont,
.cid-sRxlvvJCyt .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxlvvJCyt .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxlvvJCyt .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxlvvJCyt .dropdown-menu,
.cid-sRxlvvJCyt .navbar.opened {
  background: #000000 !important;
}
.cid-sRxlvvJCyt .nav-item:focus,
.cid-sRxlvvJCyt .nav-link:focus {
  outline: none;
}
.cid-sRxlvvJCyt .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-sRxlvvJCyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxlvvJCyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxlvvJCyt .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-sRxlvvJCyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxlvvJCyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxlvvJCyt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxlvvJCyt .navbar.opened {
  transition: all .3s;
}
.cid-sRxlvvJCyt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxlvvJCyt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxlvvJCyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxlvvJCyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxlvvJCyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxlvvJCyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxlvvJCyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxlvvJCyt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxlvvJCyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxlvvJCyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxlvvJCyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxlvvJCyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxlvvJCyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxlvvJCyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxlvvJCyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxlvvJCyt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxlvvJCyt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxlvvJCyt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxlvvJCyt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxlvvJCyt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxlvvJCyt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxlvvJCyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxlvvJCyt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxlvvJCyt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxlvvJCyt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxlvvJCyt .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-sRxlvvJCyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxlvvJCyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxlvvJCyt .dropdown-item.active,
.cid-sRxlvvJCyt .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxlvvJCyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxlvvJCyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxlvvJCyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxlvvJCyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxlvvJCyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxlvvJCyt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxlvvJCyt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxlvvJCyt .navbar-buttons {
  text-align: center;
}
.cid-sRxlvvJCyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxlvvJCyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxlvvJCyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxlvvJCyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxlvvJCyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxlvvJCyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxlvvJCyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxlvvJCyt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxlvvJCyt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxlvvJCyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxlvvJCyt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxlvvJCyt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxlvvJCyt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxlvvJCyt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxlvvJCyt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxlvvJCyt .navbar {
    height: 77px;
  }
  .cid-sRxlvvJCyt .navbar.opened {
    height: auto;
  }
  .cid-sRxlvvJCyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxlvwFWMR {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/zurich-1758x1172.webp");
}
.cid-sRxlvwFWMR .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxlvwFWMR .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxlvwFWMR .relative {
  position: relative;
}
.cid-sRxlvwFWMR .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxlvwFWMR .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxlvwFWMR .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxlvwFWMR .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxlvwFWMR .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxlvwFWMR .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxlvwFWMR .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxlvwFWMR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxlvwFWMR .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxlvwFWMR .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxlvwFWMR input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxlvwFWMR input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxlvwFWMR input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxlvwFWMR .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxlvwFWMR .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxlvwFWMR .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxlvwFWMR .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxlvwFWMR .input-group-btn {
    margin: auto;
  }
}
.cid-sRxlvwFWMR .mbr-section-title {
  text-align: center;
}
.cid-sRxlvwFWMR .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxlvx9Xd4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxlvx9Xd4 img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxlvx9Xd4 .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxlvx9Xd4 .card:hover {
  transform: scale(0.9);
}
.cid-sRxlvx9Xd4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxlvx9Xd4 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxlvx9Xd4 .svg-top {
    width: 1000px;
  }
}
.cid-sRxtadpRzc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxtadpRzc .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-sRxtadpRzc .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRxtadpRzc .carousel-item,
.cid-sRxtadpRzc .carousel-inner {
  height: 100%;
}
.cid-sRxtadpRzc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sRxtadpRzc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRxtadpRzc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRxtadpRzc .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRxtadpRzc .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRxtadpRzc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRxtadpRzc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRxtadpRzc .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-sRxtadpRzc .row {
    padding-left: 14rem;
  }
}
.cid-sRxtadpRzc .container {
  margin-bottom: 3px;
}
.cid-sRxtadpRzc .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-sRxtadpRzc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRxtadpRzc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRxtadpRzc .carousel-control {
    top: 40%;
  }
  .cid-sRxtadpRzc .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-sRxtadpRzc .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-sRxtadpRzc .buttons-wrap {
  justify-content: start;
}
.cid-sRxtadpRzc .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRxtadpRzc .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRxtadpRzc .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRxtadpRzc .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRxtadpRzc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sRxtadpRzc .wrap {
  z-index: 9999;
}
.cid-sRxtadpRzc .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-sRxtadpRzc .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-sRxtadpRzc .btnHeader::before,
.cid-sRxtadpRzc .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-sRxtadpRzc .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxtadpRzc .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-sRxtadpRzc .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxtadpRzc .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxtadpRzc .img {
  position: relative;
}
.cid-sRxtadpRzc .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-sRxtadpRzc .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sRxtadpRzc .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sRxtadpRzc .soc-item::before,
.cid-sRxtadpRzc .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sRxtadpRzc .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxtadpRzc .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sRxtadpRzc .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxtadpRzc .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxlvxrGcz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sRxlvxrGcz .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sRxlvxrGcz .title__block {
  padding-bottom: 40px;
}
.cid-sRxlvxrGcz .image {
  width: 100%;
  perspective: 700px;
}
.cid-sRxlvxrGcz .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sRxlvxrGcz .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sRxlvxrGcz .text__block {
  margin-top: 25px;
}
.cid-sRxlvxrGcz .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRxlvxrGcz .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sRxlvxrGcz .title__block {
    padding-bottom: 30px;
  }
}
.cid-sRxlvxrGcz .card__title {
  text-align: left;
}
.cid-sRxA3ZZ4YB {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sRxA3ZZ4YB {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cid-sRxA3ZZ4YB .text {
  padding: 0;
}
.cid-sRxA3ZZ4YB section {
  position: relative;
}
.cid-sRxA3ZZ4YB h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRxA3ZZ4YB .mbr-iconfont {
  padding: 0!important;
}
.cid-sRxA3ZZ4YB .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #282124;
}
.cid-sRxA3ZZ4YB .box {
  background-image: url("../../../assets/images/video-lavillasuiza-neusa-1335x890.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRxA3ZZ4YB .icon-wrap {
  background-color: #b5252b !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRxA3ZZ4YB .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRxA3ZZ4YB .icon-wrap span {
  padding-left: 8px;
}
.cid-sRxA3ZZ4YB .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRxA3ZZ4YB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRxA3ZZ4YB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRxA3ZZ4YB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRxA3ZZ4YB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRxA3ZZ4YB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRxA3ZZ4YB a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRxA3ZZ4YB {
    padding-top: 35px;
    padding-bottom: 14px;
  }
  .cid-sRxA3ZZ4YB .box {
    height: 250px;
  }
  .cid-sRxA3ZZ4YB .row {
    padding: 1rem!important;
  }
}
.cid-sRxlvytvxb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxlvytvxb .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxlvytvxb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxlvytvxb .mbr-text {
  margin: 10px 0;
}
.cid-sRxlvytvxb .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxlvytvxb .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxlvytvxb .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxlvytvxb .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxlvyGHC4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxlvyGHC4 img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxlvyGHC4 .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxlvyGHC4 .card:hover {
  transform: scale(0.9);
}
.cid-sRxlvyGHC4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxlvyGHC4 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxlvyGHC4 .svg-top {
    width: 1000px;
  }
}
.cid-sRxlvyXccX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxlvyXccX .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxlvyXccX .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxlvyXccX .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxlvyXccX .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxlvyXccX .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxlvyXccX .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxlvyXccX a {
  transition: color .3s;
}
.cid-sRxlvyXccX a.text-danger:hover,
.cid-sRxlvyXccX a.text-danger:focus,
.cid-sRxlvyXccX a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxyTl4i48 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxyTl4i48 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxyTl4i48 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxyTl4i48 .nav-link {
  position: relative;
}
.cid-sRxyTl4i48 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxyTl4i48 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxyTl4i48 .container {
  display: flex;
  margin: auto;
}
.cid-sRxyTl4i48 .navbar.navbar-short .nav-link,
.cid-sRxyTl4i48 .navbar.navbar-short .navbar-caption,
.cid-sRxyTl4i48 .navbar.navbar-short .mbr-iconfont,
.cid-sRxyTl4i48 .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxyTl4i48 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxyTl4i48 .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxyTl4i48 .dropdown-menu,
.cid-sRxyTl4i48 .navbar.opened {
  background: #000000 !important;
}
.cid-sRxyTl4i48 .nav-item:focus,
.cid-sRxyTl4i48 .nav-link:focus {
  outline: none;
}
.cid-sRxyTl4i48 .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-sRxyTl4i48 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxyTl4i48 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxyTl4i48 .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-sRxyTl4i48 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxyTl4i48 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxyTl4i48 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxyTl4i48 .navbar.opened {
  transition: all .3s;
}
.cid-sRxyTl4i48 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxyTl4i48 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxyTl4i48 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxyTl4i48 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxyTl4i48 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxyTl4i48 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxyTl4i48 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxyTl4i48 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxyTl4i48 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxyTl4i48 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxyTl4i48 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxyTl4i48 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxyTl4i48 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxyTl4i48 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxyTl4i48 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxyTl4i48 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxyTl4i48 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxyTl4i48 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxyTl4i48 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxyTl4i48 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxyTl4i48 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxyTl4i48 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxyTl4i48 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxyTl4i48 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxyTl4i48 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxyTl4i48 .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-sRxyTl4i48 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxyTl4i48 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxyTl4i48 .dropdown-item.active,
.cid-sRxyTl4i48 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxyTl4i48 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxyTl4i48 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxyTl4i48 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxyTl4i48 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxyTl4i48 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxyTl4i48 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxyTl4i48 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxyTl4i48 .navbar-buttons {
  text-align: center;
}
.cid-sRxyTl4i48 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxyTl4i48 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxyTl4i48 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxyTl4i48 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxyTl4i48 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxyTl4i48 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxyTl4i48 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxyTl4i48 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxyTl4i48 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxyTl4i48 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxyTl4i48 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxyTl4i48 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxyTl4i48 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxyTl4i48 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxyTl4i48 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxyTl4i48 .navbar {
    height: 77px;
  }
  .cid-sRxyTl4i48 .navbar.opened {
    height: auto;
  }
  .cid-sRxyTl4i48 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxyTlL7mU {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/montreux-chalet-neusa.webp");
}
.cid-sRxyTlL7mU .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxyTlL7mU .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxyTlL7mU .relative {
  position: relative;
}
.cid-sRxyTlL7mU .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxyTlL7mU .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxyTlL7mU .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxyTlL7mU .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxyTlL7mU .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxyTlL7mU .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxyTlL7mU .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxyTlL7mU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxyTlL7mU .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxyTlL7mU .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxyTlL7mU input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxyTlL7mU input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxyTlL7mU input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxyTlL7mU .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxyTlL7mU .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxyTlL7mU .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxyTlL7mU .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxyTlL7mU .input-group-btn {
    margin: auto;
  }
}
.cid-sRxyTlL7mU .mbr-section-title {
  text-align: center;
}
.cid-sRxyTlL7mU .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxyTm3FeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxyTm3FeB img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxyTm3FeB .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxyTm3FeB .card:hover {
  transform: scale(0.9);
}
.cid-sRxyTm3FeB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxyTm3FeB .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxyTm3FeB .svg-top {
    width: 1000px;
  }
}
.cid-sRxyTmgN7t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxyTmgN7t .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-sRxyTmgN7t .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRxyTmgN7t .carousel-item,
.cid-sRxyTmgN7t .carousel-inner {
  height: 100%;
}
.cid-sRxyTmgN7t .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sRxyTmgN7t .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRxyTmgN7t .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRxyTmgN7t .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRxyTmgN7t .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRxyTmgN7t .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRxyTmgN7t .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRxyTmgN7t .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-sRxyTmgN7t .row {
    padding-left: 14rem;
  }
}
.cid-sRxyTmgN7t .container {
  margin-bottom: 3px;
}
.cid-sRxyTmgN7t .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-sRxyTmgN7t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRxyTmgN7t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRxyTmgN7t .carousel-control {
    top: 40%;
  }
  .cid-sRxyTmgN7t .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-sRxyTmgN7t .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-sRxyTmgN7t .buttons-wrap {
  justify-content: start;
}
.cid-sRxyTmgN7t .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRxyTmgN7t .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRxyTmgN7t .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRxyTmgN7t .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRxyTmgN7t .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sRxyTmgN7t .wrap {
  z-index: 9999;
}
.cid-sRxyTmgN7t .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-sRxyTmgN7t .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-sRxyTmgN7t .btnHeader::before,
.cid-sRxyTmgN7t .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-sRxyTmgN7t .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxyTmgN7t .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-sRxyTmgN7t .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxyTmgN7t .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxyTmgN7t .img {
  position: relative;
}
.cid-sRxyTmgN7t .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-sRxyTmgN7t .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sRxyTmgN7t .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sRxyTmgN7t .soc-item::before,
.cid-sRxyTmgN7t .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sRxyTmgN7t .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxyTmgN7t .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sRxyTmgN7t .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxyTmgN7t .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxyTmRYzi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sRxyTmRYzi .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sRxyTmRYzi .title__block {
  padding-bottom: 40px;
}
.cid-sRxyTmRYzi .image {
  width: 100%;
  perspective: 700px;
}
.cid-sRxyTmRYzi .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sRxyTmRYzi .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sRxyTmRYzi .text__block {
  margin-top: 25px;
}
.cid-sRxyTmRYzi .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRxyTmRYzi .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sRxyTmRYzi .title__block {
    padding-bottom: 30px;
  }
}
.cid-sRxyTmRYzi .card__title {
  text-align: left;
}
.cid-sRxAaTixuf {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sRxAaTixuf {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cid-sRxAaTixuf .text {
  padding: 0;
}
.cid-sRxAaTixuf section {
  position: relative;
}
.cid-sRxAaTixuf h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRxAaTixuf .mbr-iconfont {
  padding: 0!important;
}
.cid-sRxAaTixuf .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #282124;
}
.cid-sRxAaTixuf .box {
  background-image: url("../../../assets/images/video-lavillasuiza-neusa-1335x890.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRxAaTixuf .icon-wrap {
  background-color: #b5252b !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRxAaTixuf .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRxAaTixuf .icon-wrap span {
  padding-left: 8px;
}
.cid-sRxAaTixuf .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRxAaTixuf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRxAaTixuf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRxAaTixuf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRxAaTixuf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRxAaTixuf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRxAaTixuf a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRxAaTixuf {
    padding-top: 35px;
    padding-bottom: 14px;
  }
  .cid-sRxAaTixuf .box {
    height: 250px;
  }
  .cid-sRxAaTixuf .row {
    padding: 1rem!important;
  }
}
.cid-sRxyTn8F63 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxyTn8F63 .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxyTn8F63 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxyTn8F63 .mbr-text {
  margin: 10px 0;
}
.cid-sRxyTn8F63 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxyTn8F63 .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxyTn8F63 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxyTn8F63 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxyTnlHVU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxyTnlHVU img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxyTnlHVU .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxyTnlHVU .card:hover {
  transform: scale(0.9);
}
.cid-sRxyTnlHVU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxyTnlHVU .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxyTnlHVU .svg-top {
    width: 1000px;
  }
}
.cid-sRxyTnz6z0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxyTnz6z0 .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxyTnz6z0 .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxyTnz6z0 .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxyTnz6z0 .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxyTnz6z0 .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxyTnz6z0 .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxyTnz6z0 a {
  transition: color .3s;
}
.cid-sRxyTnz6z0 a.text-danger:hover,
.cid-sRxyTnz6z0 a.text-danger:focus,
.cid-sRxyTnz6z0 a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxEFRSuIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxEFRSuIz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxEFRSuIz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxEFRSuIz .nav-link {
  position: relative;
}
.cid-sRxEFRSuIz .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxEFRSuIz .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxEFRSuIz .container {
  display: flex;
  margin: auto;
}
.cid-sRxEFRSuIz .navbar.navbar-short .nav-link,
.cid-sRxEFRSuIz .navbar.navbar-short .navbar-caption,
.cid-sRxEFRSuIz .navbar.navbar-short .mbr-iconfont,
.cid-sRxEFRSuIz .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxEFRSuIz .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxEFRSuIz .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxEFRSuIz .dropdown-menu,
.cid-sRxEFRSuIz .navbar.opened {
  background: #000000 !important;
}
.cid-sRxEFRSuIz .nav-item:focus,
.cid-sRxEFRSuIz .nav-link:focus {
  outline: none;
}
.cid-sRxEFRSuIz .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-sRxEFRSuIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxEFRSuIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxEFRSuIz .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-sRxEFRSuIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxEFRSuIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxEFRSuIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxEFRSuIz .navbar.opened {
  transition: all .3s;
}
.cid-sRxEFRSuIz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxEFRSuIz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxEFRSuIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxEFRSuIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxEFRSuIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxEFRSuIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxEFRSuIz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxEFRSuIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxEFRSuIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxEFRSuIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxEFRSuIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxEFRSuIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxEFRSuIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxEFRSuIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxEFRSuIz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxEFRSuIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxEFRSuIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxEFRSuIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxEFRSuIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxEFRSuIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxEFRSuIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxEFRSuIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxEFRSuIz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxEFRSuIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxEFRSuIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxEFRSuIz .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-sRxEFRSuIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxEFRSuIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxEFRSuIz .dropdown-item.active,
.cid-sRxEFRSuIz .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxEFRSuIz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxEFRSuIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxEFRSuIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxEFRSuIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxEFRSuIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxEFRSuIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxEFRSuIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxEFRSuIz .navbar-buttons {
  text-align: center;
}
.cid-sRxEFRSuIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxEFRSuIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxEFRSuIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxEFRSuIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxEFRSuIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxEFRSuIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxEFRSuIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxEFRSuIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxEFRSuIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxEFRSuIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxEFRSuIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxEFRSuIz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxEFRSuIz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxEFRSuIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxEFRSuIz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxEFRSuIz .navbar {
    height: 77px;
  }
  .cid-sRxEFRSuIz .navbar.opened {
    height: auto;
  }
  .cid-sRxEFRSuIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxEFSQAf6 {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/lucernalavillasuiza-1.webp");
}
.cid-sRxEFSQAf6 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxEFSQAf6 .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxEFSQAf6 .relative {
  position: relative;
}
.cid-sRxEFSQAf6 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxEFSQAf6 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxEFSQAf6 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxEFSQAf6 .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxEFSQAf6 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxEFSQAf6 .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxEFSQAf6 .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxEFSQAf6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxEFSQAf6 .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxEFSQAf6 .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxEFSQAf6 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxEFSQAf6 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxEFSQAf6 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxEFSQAf6 .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxEFSQAf6 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxEFSQAf6 .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxEFSQAf6 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxEFSQAf6 .input-group-btn {
    margin: auto;
  }
}
.cid-sRxEFSQAf6 .mbr-section-title {
  text-align: center;
}
.cid-sRxEFSQAf6 .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxEFTkLCe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxEFTkLCe img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxEFTkLCe .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxEFTkLCe .card:hover {
  transform: scale(0.9);
}
.cid-sRxEFTkLCe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxEFTkLCe .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxEFTkLCe .svg-top {
    width: 1000px;
  }
}
.cid-sRxEFTAYCt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxEFTAYCt .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-sRxEFTAYCt .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRxEFTAYCt .carousel-item,
.cid-sRxEFTAYCt .carousel-inner {
  height: 100%;
}
.cid-sRxEFTAYCt .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sRxEFTAYCt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRxEFTAYCt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRxEFTAYCt .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRxEFTAYCt .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRxEFTAYCt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRxEFTAYCt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRxEFTAYCt .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-sRxEFTAYCt .row {
    padding-left: 14rem;
  }
}
.cid-sRxEFTAYCt .container {
  margin-bottom: 3px;
}
.cid-sRxEFTAYCt .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-sRxEFTAYCt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRxEFTAYCt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRxEFTAYCt .carousel-control {
    top: 40%;
  }
  .cid-sRxEFTAYCt .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-sRxEFTAYCt .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-sRxEFTAYCt .buttons-wrap {
  justify-content: start;
}
.cid-sRxEFTAYCt .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRxEFTAYCt .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRxEFTAYCt .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRxEFTAYCt .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRxEFTAYCt .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sRxEFTAYCt .wrap {
  z-index: 9999;
}
.cid-sRxEFTAYCt .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-sRxEFTAYCt .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-sRxEFTAYCt .btnHeader::before,
.cid-sRxEFTAYCt .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-sRxEFTAYCt .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxEFTAYCt .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-sRxEFTAYCt .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxEFTAYCt .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxEFTAYCt .img {
  position: relative;
}
.cid-sRxEFTAYCt .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-sRxEFTAYCt .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sRxEFTAYCt .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sRxEFTAYCt .soc-item::before,
.cid-sRxEFTAYCt .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sRxEFTAYCt .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxEFTAYCt .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sRxEFTAYCt .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxEFTAYCt .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxEFUaUB2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sRxEFUaUB2 .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sRxEFUaUB2 .title__block {
  padding-bottom: 40px;
}
.cid-sRxEFUaUB2 .image {
  width: 100%;
  perspective: 700px;
}
.cid-sRxEFUaUB2 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sRxEFUaUB2 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sRxEFUaUB2 .text__block {
  margin-top: 25px;
}
.cid-sRxEFUaUB2 .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRxEFUaUB2 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sRxEFUaUB2 .title__block {
    padding-bottom: 30px;
  }
}
.cid-sRxEFUaUB2 .card__title {
  text-align: left;
}
.cid-sRxEFUw3Rs {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sRxEFUw3Rs {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cid-sRxEFUw3Rs .text {
  padding: 0;
}
.cid-sRxEFUw3Rs section {
  position: relative;
}
.cid-sRxEFUw3Rs h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRxEFUw3Rs .mbr-iconfont {
  padding: 0!important;
}
.cid-sRxEFUw3Rs .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #282124;
}
.cid-sRxEFUw3Rs .box {
  background-image: url("../../../assets/images/video-lavillasuiza-neusa-1335x890.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRxEFUw3Rs .icon-wrap {
  background-color: #b5252b !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRxEFUw3Rs .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRxEFUw3Rs .icon-wrap span {
  padding-left: 8px;
}
.cid-sRxEFUw3Rs .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRxEFUw3Rs .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRxEFUw3Rs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRxEFUw3Rs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRxEFUw3Rs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRxEFUw3Rs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRxEFUw3Rs a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRxEFUw3Rs {
    padding-top: 35px;
    padding-bottom: 14px;
  }
  .cid-sRxEFUw3Rs .box {
    height: 250px;
  }
  .cid-sRxEFUw3Rs .row {
    padding: 1rem!important;
  }
}
.cid-sRxEFUNi8P {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxEFUNi8P .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxEFUNi8P .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxEFUNi8P .mbr-text {
  margin: 10px 0;
}
.cid-sRxEFUNi8P .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxEFUNi8P .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxEFUNi8P .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxEFUNi8P .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxEFV0I4n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxEFV0I4n img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxEFV0I4n .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxEFV0I4n .card:hover {
  transform: scale(0.9);
}
.cid-sRxEFV0I4n .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxEFV0I4n .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxEFV0I4n .svg-top {
    width: 1000px;
  }
}
.cid-sRxEFVe9oe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxEFVe9oe .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxEFVe9oe .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxEFVe9oe .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxEFVe9oe .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxEFVe9oe .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxEFVe9oe .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxEFVe9oe a {
  transition: color .3s;
}
.cid-sRxEFVe9oe a.text-danger:hover,
.cid-sRxEFVe9oe a.text-danger:focus,
.cid-sRxEFVe9oe a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxCJN4ha3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxCJN4ha3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxCJN4ha3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxCJN4ha3 .nav-link {
  position: relative;
}
.cid-sRxCJN4ha3 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxCJN4ha3 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxCJN4ha3 .container {
  display: flex;
  margin: auto;
}
.cid-sRxCJN4ha3 .navbar.navbar-short .nav-link,
.cid-sRxCJN4ha3 .navbar.navbar-short .navbar-caption,
.cid-sRxCJN4ha3 .navbar.navbar-short .mbr-iconfont,
.cid-sRxCJN4ha3 .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxCJN4ha3 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxCJN4ha3 .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxCJN4ha3 .dropdown-menu,
.cid-sRxCJN4ha3 .navbar.opened {
  background: #000000 !important;
}
.cid-sRxCJN4ha3 .nav-item:focus,
.cid-sRxCJN4ha3 .nav-link:focus {
  outline: none;
}
.cid-sRxCJN4ha3 .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-sRxCJN4ha3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxCJN4ha3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxCJN4ha3 .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-sRxCJN4ha3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxCJN4ha3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxCJN4ha3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxCJN4ha3 .navbar.opened {
  transition: all .3s;
}
.cid-sRxCJN4ha3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxCJN4ha3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxCJN4ha3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxCJN4ha3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxCJN4ha3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxCJN4ha3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxCJN4ha3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxCJN4ha3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxCJN4ha3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxCJN4ha3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxCJN4ha3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxCJN4ha3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxCJN4ha3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxCJN4ha3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxCJN4ha3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxCJN4ha3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxCJN4ha3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxCJN4ha3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxCJN4ha3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxCJN4ha3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxCJN4ha3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxCJN4ha3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxCJN4ha3 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxCJN4ha3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxCJN4ha3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxCJN4ha3 .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-sRxCJN4ha3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxCJN4ha3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxCJN4ha3 .dropdown-item.active,
.cid-sRxCJN4ha3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxCJN4ha3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxCJN4ha3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxCJN4ha3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxCJN4ha3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxCJN4ha3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxCJN4ha3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxCJN4ha3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxCJN4ha3 .navbar-buttons {
  text-align: center;
}
.cid-sRxCJN4ha3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxCJN4ha3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxCJN4ha3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxCJN4ha3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxCJN4ha3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxCJN4ha3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxCJN4ha3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxCJN4ha3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxCJN4ha3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxCJN4ha3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxCJN4ha3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxCJN4ha3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxCJN4ha3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxCJN4ha3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxCJN4ha3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxCJN4ha3 .navbar {
    height: 77px;
  }
  .cid-sRxCJN4ha3 .navbar.opened {
    height: auto;
  }
  .cid-sRxCJN4ha3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxCJOatCq {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/interlaken-1298x865.webp");
}
.cid-sRxCJOatCq .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxCJOatCq .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxCJOatCq .relative {
  position: relative;
}
.cid-sRxCJOatCq .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxCJOatCq .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxCJOatCq .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxCJOatCq .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxCJOatCq .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxCJOatCq .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxCJOatCq .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxCJOatCq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxCJOatCq .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxCJOatCq .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxCJOatCq input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxCJOatCq input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxCJOatCq input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxCJOatCq .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxCJOatCq .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxCJOatCq .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxCJOatCq .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxCJOatCq .input-group-btn {
    margin: auto;
  }
}
.cid-sRxCJOatCq .mbr-section-title {
  text-align: center;
}
.cid-sRxCJOatCq .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxCJOxBlw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxCJOxBlw img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxCJOxBlw .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxCJOxBlw .card:hover {
  transform: scale(0.9);
}
.cid-sRxCJOxBlw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxCJOxBlw .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxCJOxBlw .svg-top {
    width: 1000px;
  }
}
.cid-sRxCJOLlyI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxCJOLlyI .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-sRxCJOLlyI .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRxCJOLlyI .carousel-item,
.cid-sRxCJOLlyI .carousel-inner {
  height: 100%;
}
.cid-sRxCJOLlyI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sRxCJOLlyI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRxCJOLlyI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRxCJOLlyI .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRxCJOLlyI .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRxCJOLlyI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRxCJOLlyI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRxCJOLlyI .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-sRxCJOLlyI .row {
    padding-left: 14rem;
  }
}
.cid-sRxCJOLlyI .container {
  margin-bottom: 3px;
}
.cid-sRxCJOLlyI .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-sRxCJOLlyI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRxCJOLlyI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRxCJOLlyI .carousel-control {
    top: 40%;
  }
  .cid-sRxCJOLlyI .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-sRxCJOLlyI .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-sRxCJOLlyI .buttons-wrap {
  justify-content: start;
}
.cid-sRxCJOLlyI .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRxCJOLlyI .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRxCJOLlyI .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRxCJOLlyI .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRxCJOLlyI .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sRxCJOLlyI .wrap {
  z-index: 9999;
}
.cid-sRxCJOLlyI .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-sRxCJOLlyI .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-sRxCJOLlyI .btnHeader::before,
.cid-sRxCJOLlyI .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-sRxCJOLlyI .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxCJOLlyI .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-sRxCJOLlyI .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxCJOLlyI .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxCJOLlyI .img {
  position: relative;
}
.cid-sRxCJOLlyI .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-sRxCJOLlyI .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sRxCJOLlyI .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sRxCJOLlyI .soc-item::before,
.cid-sRxCJOLlyI .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sRxCJOLlyI .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxCJOLlyI .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sRxCJOLlyI .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxCJOLlyI .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxCJPFPfs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sRxCJPFPfs .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sRxCJPFPfs .title__block {
  padding-bottom: 40px;
}
.cid-sRxCJPFPfs .image {
  width: 100%;
  perspective: 700px;
}
.cid-sRxCJPFPfs .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sRxCJPFPfs .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sRxCJPFPfs .text__block {
  margin-top: 25px;
}
.cid-sRxCJPFPfs .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRxCJPFPfs .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sRxCJPFPfs .title__block {
    padding-bottom: 30px;
  }
}
.cid-sRxCJPFPfs .card__title {
  text-align: left;
}
.cid-sRxCJQ8sjf {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sRxCJQ8sjf {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cid-sRxCJQ8sjf .text {
  padding: 0;
}
.cid-sRxCJQ8sjf section {
  position: relative;
}
.cid-sRxCJQ8sjf h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRxCJQ8sjf .mbr-iconfont {
  padding: 0!important;
}
.cid-sRxCJQ8sjf .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #282124;
}
.cid-sRxCJQ8sjf .box {
  background-image: url("../../../assets/images/video-lavillasuiza-neusa-1335x890.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRxCJQ8sjf .icon-wrap {
  background-color: #b5252b !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRxCJQ8sjf .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRxCJQ8sjf .icon-wrap span {
  padding-left: 8px;
}
.cid-sRxCJQ8sjf .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRxCJQ8sjf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRxCJQ8sjf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRxCJQ8sjf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRxCJQ8sjf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRxCJQ8sjf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRxCJQ8sjf a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRxCJQ8sjf {
    padding-top: 35px;
    padding-bottom: 14px;
  }
  .cid-sRxCJQ8sjf .box {
    height: 250px;
  }
  .cid-sRxCJQ8sjf .row {
    padding: 1rem!important;
  }
}
.cid-sRxCJQsAC7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxCJQsAC7 .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxCJQsAC7 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxCJQsAC7 .mbr-text {
  margin: 10px 0;
}
.cid-sRxCJQsAC7 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxCJQsAC7 .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxCJQsAC7 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxCJQsAC7 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxCJQHAuH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxCJQHAuH img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxCJQHAuH .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxCJQHAuH .card:hover {
  transform: scale(0.9);
}
.cid-sRxCJQHAuH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxCJQHAuH .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxCJQHAuH .svg-top {
    width: 1000px;
  }
}
.cid-sRxCJRo4RN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxCJRo4RN .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxCJRo4RN .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxCJRo4RN .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxCJRo4RN .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxCJRo4RN .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxCJRo4RN .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxCJRo4RN a {
  transition: color .3s;
}
.cid-sRxCJRo4RN a.text-danger:hover,
.cid-sRxCJRo4RN a.text-danger:focus,
.cid-sRxCJRo4RN a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxI8T2VOS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxI8T2VOS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxI8T2VOS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxI8T2VOS .nav-link {
  position: relative;
}
.cid-sRxI8T2VOS .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxI8T2VOS .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxI8T2VOS .container {
  display: flex;
  margin: auto;
}
.cid-sRxI8T2VOS .navbar.navbar-short .nav-link,
.cid-sRxI8T2VOS .navbar.navbar-short .navbar-caption,
.cid-sRxI8T2VOS .navbar.navbar-short .mbr-iconfont,
.cid-sRxI8T2VOS .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxI8T2VOS .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxI8T2VOS .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxI8T2VOS .dropdown-menu,
.cid-sRxI8T2VOS .navbar.opened {
  background: #000000 !important;
}
.cid-sRxI8T2VOS .nav-item:focus,
.cid-sRxI8T2VOS .nav-link:focus {
  outline: none;
}
.cid-sRxI8T2VOS .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-sRxI8T2VOS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxI8T2VOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxI8T2VOS .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-sRxI8T2VOS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxI8T2VOS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxI8T2VOS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxI8T2VOS .navbar.opened {
  transition: all .3s;
}
.cid-sRxI8T2VOS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxI8T2VOS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxI8T2VOS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxI8T2VOS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxI8T2VOS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxI8T2VOS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxI8T2VOS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxI8T2VOS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxI8T2VOS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxI8T2VOS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxI8T2VOS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxI8T2VOS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxI8T2VOS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxI8T2VOS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxI8T2VOS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxI8T2VOS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxI8T2VOS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxI8T2VOS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxI8T2VOS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxI8T2VOS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxI8T2VOS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxI8T2VOS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxI8T2VOS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxI8T2VOS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxI8T2VOS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxI8T2VOS .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-sRxI8T2VOS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxI8T2VOS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxI8T2VOS .dropdown-item.active,
.cid-sRxI8T2VOS .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxI8T2VOS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxI8T2VOS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxI8T2VOS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxI8T2VOS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxI8T2VOS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxI8T2VOS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxI8T2VOS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxI8T2VOS .navbar-buttons {
  text-align: center;
}
.cid-sRxI8T2VOS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxI8T2VOS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxI8T2VOS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxI8T2VOS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxI8T2VOS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxI8T2VOS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxI8T2VOS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxI8T2VOS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxI8T2VOS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxI8T2VOS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxI8T2VOS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxI8T2VOS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxI8T2VOS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxI8T2VOS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxI8T2VOS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxI8T2VOS .navbar {
    height: 77px;
  }
  .cid-sRxI8T2VOS .navbar.opened {
    height: auto;
  }
  .cid-sRxI8T2VOS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxI8TSmmI {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/lavillasuiza-guatavita-36-2000x1333.webp");
}
.cid-sRxI8TSmmI .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxI8TSmmI .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxI8TSmmI .relative {
  position: relative;
}
.cid-sRxI8TSmmI .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxI8TSmmI .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxI8TSmmI .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxI8TSmmI .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxI8TSmmI .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxI8TSmmI .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxI8TSmmI .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxI8TSmmI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxI8TSmmI .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxI8TSmmI .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxI8TSmmI input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxI8TSmmI input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxI8TSmmI input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxI8TSmmI .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxI8TSmmI .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxI8TSmmI .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxI8TSmmI .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxI8TSmmI .input-group-btn {
    margin: auto;
  }
}
.cid-sRxI8TSmmI .mbr-section-title {
  text-align: center;
}
.cid-sRxI8TSmmI .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxI8UhzOG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxI8UhzOG img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxI8UhzOG .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxI8UhzOG .card:hover {
  transform: scale(0.9);
}
.cid-sRxI8UhzOG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxI8UhzOG .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxI8UhzOG .svg-top {
    width: 1000px;
  }
}
.cid-sRxI8Uw6Bn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxI8Uw6Bn .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-sRxI8Uw6Bn .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRxI8Uw6Bn .carousel-item,
.cid-sRxI8Uw6Bn .carousel-inner {
  height: 100%;
}
.cid-sRxI8Uw6Bn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sRxI8Uw6Bn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRxI8Uw6Bn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRxI8Uw6Bn .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRxI8Uw6Bn .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRxI8Uw6Bn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRxI8Uw6Bn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRxI8Uw6Bn .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-sRxI8Uw6Bn .row {
    padding-left: 14rem;
  }
}
.cid-sRxI8Uw6Bn .container {
  margin-bottom: 3px;
}
.cid-sRxI8Uw6Bn .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-sRxI8Uw6Bn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRxI8Uw6Bn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRxI8Uw6Bn .carousel-control {
    top: 40%;
  }
  .cid-sRxI8Uw6Bn .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-sRxI8Uw6Bn .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-sRxI8Uw6Bn .buttons-wrap {
  justify-content: start;
}
.cid-sRxI8Uw6Bn .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRxI8Uw6Bn .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRxI8Uw6Bn .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRxI8Uw6Bn .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRxI8Uw6Bn .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sRxI8Uw6Bn .wrap {
  z-index: 9999;
}
.cid-sRxI8Uw6Bn .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-sRxI8Uw6Bn .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-sRxI8Uw6Bn .btnHeader::before,
.cid-sRxI8Uw6Bn .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-sRxI8Uw6Bn .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxI8Uw6Bn .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-sRxI8Uw6Bn .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxI8Uw6Bn .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxI8Uw6Bn .img {
  position: relative;
}
.cid-sRxI8Uw6Bn .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-sRxI8Uw6Bn .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sRxI8Uw6Bn .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sRxI8Uw6Bn .soc-item::before,
.cid-sRxI8Uw6Bn .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sRxI8Uw6Bn .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxI8Uw6Bn .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sRxI8Uw6Bn .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxI8Uw6Bn .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxI8V3efO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sRxI8V3efO .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sRxI8V3efO .title__block {
  padding-bottom: 40px;
}
.cid-sRxI8V3efO .image {
  width: 100%;
  perspective: 700px;
}
.cid-sRxI8V3efO .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sRxI8V3efO .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sRxI8V3efO .text__block {
  margin-top: 25px;
}
.cid-sRxI8V3efO .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRxI8V3efO .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sRxI8V3efO .title__block {
    padding-bottom: 30px;
  }
}
.cid-sRxI8V3efO .card__title {
  text-align: left;
}
.cid-sRxI8VoPFA {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sRxI8VoPFA {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.cid-sRxI8VoPFA .text {
  padding: 0;
}
.cid-sRxI8VoPFA section {
  position: relative;
}
.cid-sRxI8VoPFA h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRxI8VoPFA .mbr-iconfont {
  padding: 0!important;
}
.cid-sRxI8VoPFA .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #282124;
}
.cid-sRxI8VoPFA .box {
  background-image: url("../../../assets/images/lavillasuiza-guatavita-1-1728x1152.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRxI8VoPFA .icon-wrap {
  background-color: #b5252b !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRxI8VoPFA .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRxI8VoPFA .icon-wrap span {
  padding-left: 8px;
}
.cid-sRxI8VoPFA .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRxI8VoPFA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRxI8VoPFA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRxI8VoPFA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRxI8VoPFA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRxI8VoPFA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRxI8VoPFA a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRxI8VoPFA {
    padding-top: 35px;
    padding-bottom: 14px;
  }
  .cid-sRxI8VoPFA .box {
    height: 250px;
  }
  .cid-sRxI8VoPFA .row {
    padding: 1rem!important;
  }
}
.cid-sRxI8VFRuL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxI8VFRuL .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxI8VFRuL .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxI8VFRuL .mbr-text {
  margin: 10px 0;
}
.cid-sRxI8VFRuL .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxI8VFRuL .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxI8VFRuL .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxI8VFRuL .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxI8VQn4C {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxI8VQn4C img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxI8VQn4C .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxI8VQn4C .card:hover {
  transform: scale(0.9);
}
.cid-sRxI8VQn4C .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxI8VQn4C .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxI8VQn4C .svg-top {
    width: 1000px;
  }
}
.cid-sRxI8W4FuO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxI8W4FuO .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxI8W4FuO .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxI8W4FuO .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxI8W4FuO .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxI8W4FuO .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxI8W4FuO .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxI8W4FuO a {
  transition: color .3s;
}
.cid-sRxI8W4FuO a.text-danger:hover,
.cid-sRxI8W4FuO a.text-danger:focus,
.cid-sRxI8W4FuO a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxLTIocuw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxLTIocuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxLTIocuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxLTIocuw .nav-link {
  position: relative;
}
.cid-sRxLTIocuw .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxLTIocuw .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxLTIocuw .container {
  display: flex;
  margin: auto;
}
.cid-sRxLTIocuw .navbar.navbar-short .nav-link,
.cid-sRxLTIocuw .navbar.navbar-short .navbar-caption,
.cid-sRxLTIocuw .navbar.navbar-short .mbr-iconfont,
.cid-sRxLTIocuw .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxLTIocuw .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxLTIocuw .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxLTIocuw .dropdown-menu,
.cid-sRxLTIocuw .navbar.opened {
  background: #000000 !important;
}
.cid-sRxLTIocuw .nav-item:focus,
.cid-sRxLTIocuw .nav-link:focus {
  outline: none;
}
.cid-sRxLTIocuw .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-sRxLTIocuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxLTIocuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxLTIocuw .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-sRxLTIocuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxLTIocuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxLTIocuw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxLTIocuw .navbar.opened {
  transition: all .3s;
}
.cid-sRxLTIocuw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxLTIocuw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxLTIocuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxLTIocuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxLTIocuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxLTIocuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxLTIocuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxLTIocuw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxLTIocuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxLTIocuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxLTIocuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxLTIocuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxLTIocuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxLTIocuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxLTIocuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxLTIocuw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxLTIocuw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxLTIocuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxLTIocuw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxLTIocuw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxLTIocuw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxLTIocuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxLTIocuw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxLTIocuw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxLTIocuw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxLTIocuw .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-sRxLTIocuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxLTIocuw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxLTIocuw .dropdown-item.active,
.cid-sRxLTIocuw .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxLTIocuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxLTIocuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxLTIocuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxLTIocuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxLTIocuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxLTIocuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxLTIocuw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxLTIocuw .navbar-buttons {
  text-align: center;
}
.cid-sRxLTIocuw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxLTIocuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxLTIocuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxLTIocuw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxLTIocuw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxLTIocuw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxLTIocuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxLTIocuw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxLTIocuw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxLTIocuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxLTIocuw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxLTIocuw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxLTIocuw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxLTIocuw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxLTIocuw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxLTIocuw .navbar {
    height: 77px;
  }
  .cid-sRxLTIocuw .navbar.opened {
    height: auto;
  }
  .cid-sRxLTIocuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxLTJ5TEa {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/tiny-lavilla-guatavita.webp");
}
.cid-sRxLTJ5TEa .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxLTJ5TEa .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxLTJ5TEa .relative {
  position: relative;
}
.cid-sRxLTJ5TEa .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxLTJ5TEa .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxLTJ5TEa .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxLTJ5TEa .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxLTJ5TEa .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxLTJ5TEa .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxLTJ5TEa .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxLTJ5TEa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxLTJ5TEa .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxLTJ5TEa .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxLTJ5TEa input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxLTJ5TEa input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxLTJ5TEa input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxLTJ5TEa .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxLTJ5TEa .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxLTJ5TEa .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxLTJ5TEa .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxLTJ5TEa .input-group-btn {
    margin: auto;
  }
}
.cid-sRxLTJ5TEa .mbr-section-title {
  text-align: center;
}
.cid-sRxLTJ5TEa .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxLTJuKbk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxLTJuKbk img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxLTJuKbk .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxLTJuKbk .card:hover {
  transform: scale(0.9);
}
.cid-sRxLTJuKbk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxLTJuKbk .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxLTJuKbk .svg-top {
    width: 1000px;
  }
}
.cid-sRxLTJKMhq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxLTJKMhq .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-sRxLTJKMhq .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRxLTJKMhq .carousel-item,
.cid-sRxLTJKMhq .carousel-inner {
  height: 100%;
}
.cid-sRxLTJKMhq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sRxLTJKMhq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRxLTJKMhq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRxLTJKMhq .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRxLTJKMhq .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRxLTJKMhq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRxLTJKMhq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRxLTJKMhq .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-sRxLTJKMhq .row {
    padding-left: 14rem;
  }
}
.cid-sRxLTJKMhq .container {
  margin-bottom: 3px;
}
.cid-sRxLTJKMhq .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-sRxLTJKMhq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRxLTJKMhq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRxLTJKMhq .carousel-control {
    top: 40%;
  }
  .cid-sRxLTJKMhq .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-sRxLTJKMhq .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-sRxLTJKMhq .buttons-wrap {
  justify-content: start;
}
.cid-sRxLTJKMhq .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRxLTJKMhq .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRxLTJKMhq .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRxLTJKMhq .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRxLTJKMhq .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sRxLTJKMhq .wrap {
  z-index: 9999;
}
.cid-sRxLTJKMhq .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-sRxLTJKMhq .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-sRxLTJKMhq .btnHeader::before,
.cid-sRxLTJKMhq .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-sRxLTJKMhq .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxLTJKMhq .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-sRxLTJKMhq .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxLTJKMhq .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxLTJKMhq .img {
  position: relative;
}
.cid-sRxLTJKMhq .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-sRxLTJKMhq .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sRxLTJKMhq .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sRxLTJKMhq .soc-item::before,
.cid-sRxLTJKMhq .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sRxLTJKMhq .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRxLTJKMhq .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-sRxLTJKMhq .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRxLTJKMhq .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRxLTKZcPR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-sRxLTKZcPR .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sRxLTKZcPR .title__block {
  padding-bottom: 40px;
}
.cid-sRxLTKZcPR .image {
  width: 100%;
  perspective: 700px;
}
.cid-sRxLTKZcPR .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sRxLTKZcPR .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sRxLTKZcPR .text__block {
  margin-top: 25px;
}
.cid-sRxLTKZcPR .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRxLTKZcPR .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sRxLTKZcPR .title__block {
    padding-bottom: 30px;
  }
}
.cid-sRxLTKZcPR .card__title {
  text-align: left;
}
.cid-sRxLTLRUok {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxLTLRUok .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxLTLRUok .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxLTLRUok .mbr-text {
  margin: 10px 0;
}
.cid-sRxLTLRUok .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxLTLRUok .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxLTLRUok .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxLTLRUok .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxLTM4Kbz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxLTM4Kbz img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxLTM4Kbz .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxLTM4Kbz .card:hover {
  transform: scale(0.9);
}
.cid-sRxLTM4Kbz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxLTM4Kbz .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxLTM4Kbz .svg-top {
    width: 1000px;
  }
}
.cid-sRxLTMkJaL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxLTMkJaL .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxLTMkJaL .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxLTMkJaL .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxLTMkJaL .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxLTMkJaL .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxLTMkJaL .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxLTMkJaL a {
  transition: color .3s;
}
.cid-sRxLTMkJaL a.text-danger:hover,
.cid-sRxLTMkJaL a.text-danger:focus,
.cid-sRxLTMkJaL a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxOadArGR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxOadArGR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxOadArGR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxOadArGR .nav-link {
  position: relative;
}
.cid-sRxOadArGR .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxOadArGR .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxOadArGR .container {
  display: flex;
  margin: auto;
}
.cid-sRxOadArGR .navbar.navbar-short .nav-link,
.cid-sRxOadArGR .navbar.navbar-short .navbar-caption,
.cid-sRxOadArGR .navbar.navbar-short .mbr-iconfont,
.cid-sRxOadArGR .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxOadArGR .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxOadArGR .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxOadArGR .dropdown-menu,
.cid-sRxOadArGR .navbar.opened {
  background: #000000 !important;
}
.cid-sRxOadArGR .nav-item:focus,
.cid-sRxOadArGR .nav-link:focus {
  outline: none;
}
.cid-sRxOadArGR .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-sRxOadArGR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxOadArGR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxOadArGR .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-sRxOadArGR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxOadArGR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxOadArGR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxOadArGR .navbar.opened {
  transition: all .3s;
}
.cid-sRxOadArGR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxOadArGR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxOadArGR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxOadArGR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxOadArGR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxOadArGR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxOadArGR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxOadArGR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxOadArGR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxOadArGR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxOadArGR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxOadArGR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxOadArGR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxOadArGR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxOadArGR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxOadArGR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxOadArGR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxOadArGR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxOadArGR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxOadArGR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxOadArGR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxOadArGR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxOadArGR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxOadArGR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxOadArGR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxOadArGR .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-sRxOadArGR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxOadArGR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxOadArGR .dropdown-item.active,
.cid-sRxOadArGR .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxOadArGR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxOadArGR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxOadArGR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxOadArGR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxOadArGR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxOadArGR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxOadArGR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxOadArGR .navbar-buttons {
  text-align: center;
}
.cid-sRxOadArGR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxOadArGR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxOadArGR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxOadArGR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxOadArGR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxOadArGR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxOadArGR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxOadArGR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxOadArGR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxOadArGR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxOadArGR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxOadArGR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxOadArGR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxOadArGR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxOadArGR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxOadArGR .navbar {
    height: 77px;
  }
  .cid-sRxOadArGR .navbar.opened {
    height: auto;
  }
  .cid-sRxOadArGR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxOaemm0l {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lavillasuiza-guatavita-36-2000x1333.webp");
}
.cid-sRxOaemm0l .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxOaemm0l .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxOaemm0l .relative {
  position: relative;
}
.cid-sRxOaemm0l .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxOaemm0l .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxOaemm0l .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxOaemm0l .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxOaemm0l .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxOaemm0l .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxOaemm0l .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxOaemm0l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxOaemm0l .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxOaemm0l .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxOaemm0l input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxOaemm0l input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxOaemm0l input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxOaemm0l .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxOaemm0l .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxOaemm0l .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxOaemm0l .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxOaemm0l .input-group-btn {
    margin: auto;
  }
}
.cid-sRxOaemm0l .mbr-section-title {
  text-align: center;
}
.cid-sRxOaemm0l .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxOaeOBou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxOaeOBou img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxOaeOBou .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxOaeOBou .card:hover {
  transform: scale(0.9);
}
.cid-sRxOaeOBou .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxOaeOBou .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxOaeOBou .svg-top {
    width: 1000px;
  }
}
.cid-sRxOagzS0C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxOagzS0C .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxOagzS0C .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxOagzS0C .mbr-text {
  margin: 10px 0;
}
.cid-sRxOagzS0C .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxOagzS0C .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxOagzS0C .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxOagzS0C .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxOagzS0C .mbr-section-title DIV {
  text-align: left;
}
.cid-sRxOagNVsX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxOagNVsX img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxOagNVsX .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxOagNVsX .card:hover {
  transform: scale(0.9);
}
.cid-sRxOagNVsX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxOagNVsX .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxOagNVsX .svg-top {
    width: 1000px;
  }
}
.cid-sRxOah2SVK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxOah2SVK .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxOah2SVK .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxOah2SVK .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxOah2SVK .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxOah2SVK .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxOah2SVK .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxOah2SVK a {
  transition: color .3s;
}
.cid-sRxOah2SVK a.text-danger:hover,
.cid-sRxOah2SVK a.text-danger:focus,
.cid-sRxOah2SVK a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxQyZunLW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxQyZunLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxQyZunLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxQyZunLW .nav-link {
  position: relative;
}
.cid-sRxQyZunLW .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxQyZunLW .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxQyZunLW .container {
  display: flex;
  margin: auto;
}
.cid-sRxQyZunLW .navbar.navbar-short .nav-link,
.cid-sRxQyZunLW .navbar.navbar-short .navbar-caption,
.cid-sRxQyZunLW .navbar.navbar-short .mbr-iconfont,
.cid-sRxQyZunLW .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxQyZunLW .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxQyZunLW .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxQyZunLW .dropdown-menu,
.cid-sRxQyZunLW .navbar.opened {
  background: #000000 !important;
}
.cid-sRxQyZunLW .nav-item:focus,
.cid-sRxQyZunLW .nav-link:focus {
  outline: none;
}
.cid-sRxQyZunLW .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-sRxQyZunLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxQyZunLW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxQyZunLW .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-sRxQyZunLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxQyZunLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxQyZunLW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxQyZunLW .navbar.opened {
  transition: all .3s;
}
.cid-sRxQyZunLW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxQyZunLW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxQyZunLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxQyZunLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxQyZunLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxQyZunLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxQyZunLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxQyZunLW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxQyZunLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxQyZunLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxQyZunLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxQyZunLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxQyZunLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxQyZunLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxQyZunLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxQyZunLW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxQyZunLW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxQyZunLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxQyZunLW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxQyZunLW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxQyZunLW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxQyZunLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxQyZunLW .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxQyZunLW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxQyZunLW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxQyZunLW .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-sRxQyZunLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxQyZunLW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxQyZunLW .dropdown-item.active,
.cid-sRxQyZunLW .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxQyZunLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxQyZunLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxQyZunLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxQyZunLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxQyZunLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxQyZunLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxQyZunLW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxQyZunLW .navbar-buttons {
  text-align: center;
}
.cid-sRxQyZunLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxQyZunLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxQyZunLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxQyZunLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxQyZunLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxQyZunLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxQyZunLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxQyZunLW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxQyZunLW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxQyZunLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxQyZunLW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxQyZunLW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxQyZunLW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxQyZunLW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxQyZunLW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxQyZunLW .navbar {
    height: 77px;
  }
  .cid-sRxQyZunLW .navbar.opened {
    height: auto;
  }
  .cid-sRxQyZunLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxQz0anqe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lavillasuiza-guatavita-36-2000x1333.webp");
}
.cid-sRxQz0anqe .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxQz0anqe .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxQz0anqe .relative {
  position: relative;
}
.cid-sRxQz0anqe .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxQz0anqe .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxQz0anqe .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxQz0anqe .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxQz0anqe .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxQz0anqe .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxQz0anqe .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxQz0anqe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxQz0anqe .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxQz0anqe .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxQz0anqe input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxQz0anqe input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxQz0anqe input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxQz0anqe .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxQz0anqe .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxQz0anqe .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxQz0anqe .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxQz0anqe .input-group-btn {
    margin: auto;
  }
}
.cid-sRxQz0anqe .mbr-section-title {
  text-align: center;
}
.cid-sRxQz0anqe .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxQz0tVLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxQz0tVLf img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxQz0tVLf .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxQz0tVLf .card:hover {
  transform: scale(0.9);
}
.cid-sRxQz0tVLf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxQz0tVLf .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxQz0tVLf .svg-top {
    width: 1000px;
  }
}
.cid-sRxQz0GV2r {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxQz0GV2r .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxQz0GV2r .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxQz0GV2r .mbr-text {
  margin: 10px 0;
}
.cid-sRxQz0GV2r .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxQz0GV2r .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxQz0GV2r .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxQz0GV2r .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxQz0GV2r .mbr-section-title DIV {
  text-align: left;
}
.cid-sRxQz11KzC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxQz11KzC img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxQz11KzC .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxQz11KzC .card:hover {
  transform: scale(0.9);
}
.cid-sRxQz11KzC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxQz11KzC .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxQz11KzC .svg-top {
    width: 1000px;
  }
}
.cid-sRxQz1eWG2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxQz1eWG2 .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxQz1eWG2 .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxQz1eWG2 .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxQz1eWG2 .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxQz1eWG2 .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxQz1eWG2 .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxQz1eWG2 a {
  transition: color .3s;
}
.cid-sRxQz1eWG2 a.text-danger:hover,
.cid-sRxQz1eWG2 a.text-danger:focus,
.cid-sRxQz1eWG2 a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sRxTahPha8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRxTahPha8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRxTahPha8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRxTahPha8 .nav-link {
  position: relative;
}
.cid-sRxTahPha8 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sRxTahPha8 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sRxTahPha8 .container {
  display: flex;
  margin: auto;
}
.cid-sRxTahPha8 .navbar.navbar-short .nav-link,
.cid-sRxTahPha8 .navbar.navbar-short .navbar-caption,
.cid-sRxTahPha8 .navbar.navbar-short .mbr-iconfont,
.cid-sRxTahPha8 .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sRxTahPha8 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sRxTahPha8 .navbar-caption {
  padding-right: 3rem;
}
.cid-sRxTahPha8 .dropdown-menu,
.cid-sRxTahPha8 .navbar.opened {
  background: #000000 !important;
}
.cid-sRxTahPha8 .nav-item:focus,
.cid-sRxTahPha8 .nav-link:focus {
  outline: none;
}
.cid-sRxTahPha8 .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-sRxTahPha8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRxTahPha8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRxTahPha8 .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-sRxTahPha8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRxTahPha8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRxTahPha8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sRxTahPha8 .navbar.opened {
  transition: all .3s;
}
.cid-sRxTahPha8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sRxTahPha8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRxTahPha8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRxTahPha8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRxTahPha8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sRxTahPha8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRxTahPha8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRxTahPha8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sRxTahPha8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRxTahPha8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRxTahPha8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRxTahPha8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRxTahPha8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRxTahPha8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRxTahPha8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRxTahPha8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRxTahPha8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRxTahPha8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRxTahPha8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRxTahPha8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRxTahPha8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRxTahPha8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRxTahPha8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sRxTahPha8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRxTahPha8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRxTahPha8 .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-sRxTahPha8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRxTahPha8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRxTahPha8 .dropdown-item.active,
.cid-sRxTahPha8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRxTahPha8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRxTahPha8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRxTahPha8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRxTahPha8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sRxTahPha8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRxTahPha8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRxTahPha8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRxTahPha8 .navbar-buttons {
  text-align: center;
}
.cid-sRxTahPha8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRxTahPha8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRxTahPha8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRxTahPha8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxTahPha8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRxTahPha8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRxTahPha8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxTahPha8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRxTahPha8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRxTahPha8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRxTahPha8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRxTahPha8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxTahPha8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRxTahPha8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRxTahPha8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRxTahPha8 .navbar {
    height: 77px;
  }
  .cid-sRxTahPha8 .navbar.opened {
    height: auto;
  }
  .cid-sRxTahPha8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRxTaisOr5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lavillasuiza-guatavita-36-2000x1333.webp");
}
.cid-sRxTaisOr5 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sRxTaisOr5 .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-sRxTaisOr5 .relative {
  position: relative;
}
.cid-sRxTaisOr5 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRxTaisOr5 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sRxTaisOr5 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sRxTaisOr5 .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-sRxTaisOr5 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-sRxTaisOr5 .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-sRxTaisOr5 .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-sRxTaisOr5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-sRxTaisOr5 .mbr-iconfont-btn {
  margin: 0;
}
.cid-sRxTaisOr5 .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-sRxTaisOr5 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sRxTaisOr5 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sRxTaisOr5 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sRxTaisOr5 .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sRxTaisOr5 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sRxTaisOr5 .form-group {
    margin-bottom: 2rem;
  }
  .cid-sRxTaisOr5 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sRxTaisOr5 .input-group-btn {
    margin: auto;
  }
}
.cid-sRxTaisOr5 .mbr-section-title {
  text-align: center;
}
.cid-sRxTaisOr5 .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-sRxTaiMQvo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-sRxTaiMQvo img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxTaiMQvo .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxTaiMQvo .card:hover {
  transform: scale(0.9);
}
.cid-sRxTaiMQvo .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxTaiMQvo .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxTaiMQvo .svg-top {
    width: 1000px;
  }
}
.cid-sRxTMSpfi3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("");
}
.cid-sRxTMSpfi3 .container-fluid {
  padding: 0 3rem;
}
.cid-sRxTMSpfi3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sRxTMSpfi3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sRxTMSpfi3 .table-wrapper {
  margin: 0 auto;
}
.cid-sRxTMSpfi3 table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sRxTMSpfi3 table thead tr {
  border: none !important;
}
.cid-sRxTMSpfi3 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sRxTMSpfi3 table tr td {
  border-color: #c1c1c1;
}
.cid-sRxTMSpfi3 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sRxTMSpfi3 tr:hover {
  background-color: #ffffff !important;
}
.cid-sRxTMSpfi3 th:after,
.cid-sRxTMSpfi3 th:before {
  display: none !important;
}
.cid-sRxTMSpfi3 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sRxTMSpfi3 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sRxTMSpfi3 table th,
  .cid-sRxTMSpfi3 table td {
    padding: .75rem;
  }
}
.cid-sRxTMSpfi3 .body-item {
  text-align: center;
}
.cid-sRxTMSpfi3 .mbr-text {
  color: #767676;
}
.cid-sRxTMSpfi3 .head-item {
  color: #232323;
}
.cid-sRxTaj4udB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sRxTaj4udB .mbr-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.cid-sRxTaj4udB .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sRxTaj4udB .mbr-text {
  margin: 10px 0;
}
.cid-sRxTaj4udB .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sRxTaj4udB .btn-primary:hover {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
@media (max-width: 767px) {
  .cid-sRxTaj4udB .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sRxTaj4udB .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sRxTaj4udB .mbr-section-title DIV {
  text-align: left;
}
.cid-sRxTajjfgZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-sRxTajjfgZ img {
  max-width: 140px;
  margin: auto;
}
.cid-sRxTajjfgZ .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sRxTajjfgZ .card:hover {
  transform: scale(0.9);
}
.cid-sRxTajjfgZ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f38881;
}
.cid-sRxTajjfgZ .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sRxTajjfgZ .svg-top {
    width: 1000px;
  }
}
.cid-sRxTajVlmR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sRxTajVlmR .icons-menu {
  margin: auto;
  margin-bottom: 20px;
}
.cid-sRxTajVlmR .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sRxTajVlmR .nav-link {
  padding: 0 14px;
  font-weight: 300;
}
.cid-sRxTajVlmR .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sRxTajVlmR .navbar-nav {
    flex-direction: column;
  }
  .cid-sRxTajVlmR .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sRxTajVlmR a {
  transition: color .3s;
}
.cid-sRxTajVlmR a.text-danger:hover,
.cid-sRxTajVlmR a.text-danger:focus,
.cid-sRxTajVlmR a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
