.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d7b65d !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d7b65d !important;
  border-color: #d7b65d !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e1c886 !important;
  border-color: #e1c886 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e1c886 !important;
  border-color: #e1c886 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d7b65d;
  color: #d7b65d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b18d2c !important;
  background-color: transparent !important;
  border-color: #b18d2c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d7b65d !important;
  border-color: #d7b65d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d7b65d !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a58429 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d7b65d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d7b65d;
  border-color: #d7b65d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d7b65d;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d7b65d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d7b65d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d7b65d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d7b65d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d7b65d;
  border-bottom-color: #d7b65d;
}
.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: #d7b65d !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d7b65d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvswDNi9NP {
  display: flex;
}
.cid-uvswDNi9NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvswDNi9NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/b-fallback-image-1920x960.webp");
}
.cid-uvswDNi9NP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvswDNi9NP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvswDNi9NP {
    align-items: center;
  }
  .cid-uvswDNi9NP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvswDNi9NP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvswDNi9NP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvswDNi9NP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvswDNi9NP .content-wrap {
    width: 100%;
  }
}
.cid-uvswDNi9NP .mbr-section-title {
  text-align: center;
}
.cid-uvswDNi9NP .mbr-text,
.cid-uvswDNi9NP .mbr-section-btn {
  text-align: center;
}
.cid-uvswQzKg7q {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uvswQzKg7q img,
.cid-uvswQzKg7q .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uvswQzKg7q .item:focus,
.cid-uvswQzKg7q span:focus {
  outline: none;
}
.cid-uvswQzKg7q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvswQzKg7q .item {
    margin-bottom: 1rem;
  }
}
.cid-uvswQzKg7q .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvswQzKg7q .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvswQzKg7q .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uvswQzKg7q .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvswQzKg7q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uvswQzKg7q .mbr-section-title {
  color: #232323;
}
.cid-uvswQzKg7q .item-title {
  text-align: center;
}
.cid-uvswQzKg7q .item-subtitle {
  text-align: left;
}
.cid-uvswQzKg7q .mbr-text,
.cid-uvswQzKg7q .item .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uvswQzKg7q .content-head {
  max-width: 1920px;
}
.cid-uvswQzKg7q .mbr-section-subtitle,
.cid-uvswQzKg7q .mbr-section-head .mbr-section-btn {
  color: #232323;
}
.cid-uvsxa3quV0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uvsxa3quV0 h6 {
  line-height: 1.5;
}
.cid-uvsxa3quV0 img,
.cid-uvsxa3quV0 .item-img {
  width: 100%;
}
.cid-uvsxa3quV0 .item:focus,
.cid-uvsxa3quV0 span:focus {
  outline: none;
}
.cid-uvsxa3quV0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvsxa3quV0 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvsxa3quV0 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uvsxa3quV0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvsxa3quV0 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uvsxa3quV0 .mbr-section-title {
  color: #232323;
}
.cid-uvsxa3quV0 .mbr-text,
.cid-uvsxa3quV0 .mbr-section-btn {
  color: #000000;
}
.cid-uvsxa3quV0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvsxa3quV0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvsxa3quV0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uvsxa3quV0 .content-head {
  max-width: 1900px;
}
.cid-uvsxa3quV0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uvsxa3quV0 .item-title,
.cid-uvsxa3quV0 .mbr-section-btn {
  color: #232323;
}
.cid-uvsxa3quV0 .item-subtitle,
.cid-uvsxa3quV0 .mbr-section-btn {
  color: #232323;
}
.cid-uvsxa3quV0 .mt-3 {
  margin-top: 2rem !important;
}
.cid-uvsxa3quV0 .mt-2 {
  margin-top: 0.5rem !important;
}
.cid-uvsxa3quV0 .mb-3 {
  margin-bottom: 0.5rem !important;
}
.cid-uvsxudIMOP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uvsxudIMOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxudIMOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxudIMOP .mbr-description {
  text-align: left;
}
.cid-uvsxudIMOP .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uvsxudIMOP .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvsxudIMOP .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uvsxudIMOP .card-title,
.cid-uvsxudIMOP .iconfont-wrapper {
  color: #232323;
}
.cid-uvsxudIMOP .card-text {
  color: #000000;
}
.cid-uvsxudIMOP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvsxudIMOP .mbr-number {
  color: #d7b65d;
}
.cid-uvsxudIMOP .mbr-text,
.cid-uvsxudIMOP .mbr-section-btn {
  text-align: center;
}
.cid-uvsxudIMOP .card-text,
.cid-uvsxudIMOP .item .mbr-section-btn {
  text-align: left;
}
.cid-uvsxudIMOP .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uvsxudIMOP .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvsxudIMOP .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvsxudIMOP .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uvsxudIMOP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uvsxudIMOP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvsxudIMOP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uvsxudIMOP .card-title {
  text-align: left;
}
.cid-uvsxudIMOP .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvsxudIMOP .item-content .item-footer {
  margin-top: auto;
}
.cid-uvsxx6WwNg {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uvsxx6WwNg {
    padding-bottom: 9rem;
  }
}
.cid-uvsxx6WwNg img,
.cid-uvsxx6WwNg .item-img {
  width: 100%;
  height: 100%;
}
.cid-uvsxx6WwNg .row {
  flex-direction: row-reverse;
}
.cid-uvsxx6WwNg .mbr-text {
  color: #000000;
}
.cid-uvsxx6WwNg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uvsxx6WwNg .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvsxx6WwNg .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uvsxx6WwNg .mbr-text UL {
  text-align: left;
}
.cid-uvsxx6WwNg .mbr-section-subtitle,
.cid-uvsxx6WwNg .main-button {
  color: #000000;
}
.cid-uvsxx6WwNg .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uvsxx6WwNg .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uvsxx6WwNg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvsxx6WwNg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvsxx6WwNg .item-title {
  text-align: center;
}
.cid-uvsxx6WwNg .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvsxx6WwNg .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uvsxx6WwNg .mbr-section-title {
  text-align: left;
}
.cid-uvsxx6WwNg .mbr-section-subtitle,
.cid-uvsxx6WwNg .mbr-section-btn {
  text-align: left;
}
.cid-uvsxx6WwNg .item-title,
.cid-uvsxx6WwNg .mbr-section-btn {
  text-align: left;
}
.cid-uvsxA0eu7M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uvsxA0eu7M .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uvsxA0eu7M .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvsxA0eu7M .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvsxA0eu7M .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uvsxA0eu7M .card-title,
.cid-uvsxA0eu7M .iconfont-wrapper {
  color: #000000;
}
.cid-uvsxA0eu7M .card-text {
  color: #000000;
  text-align: center;
}
.cid-uvsxA0eu7M .content-head {
  max-width: 800px;
}
.cid-uvsxA0eu7M .mbr-section-title {
  color: #000000;
}
.cid-uvsxA0eu7M .card-title,
.cid-uvsxA0eu7M .img-wrapper {
  text-align: center;
}
.cid-uvsxA0eu7M .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGyyX4ix {
  display: flex;
  background-image: url("../../../assets/images/b-testimonials-1920x960.webp");
}
.cid-uvsGyyX4ix .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGyyX4ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGyyX4ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGyyX4ix .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGyyX4ix .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGyyX4ix {
    align-items: center;
  }
  .cid-uvsGyyX4ix .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGyyX4ix .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGyyX4ix {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGyyX4ix .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGyyX4ix .content-wrap {
    width: 100%;
  }
}
.cid-uvsGyyX4ix .mbr-section-title {
  text-align: center;
}
.cid-uvsGyyX4ix .mbr-text,
.cid-uvsGyyX4ix .mbr-section-btn {
  text-align: center;
}
.cid-uA9A6bZAT9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uA9A6bZAT9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uA9A6bZAT9 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA9A6bZAT9 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA9A6bZAT9 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uA9A6bZAT9 .card-title,
.cid-uA9A6bZAT9 .iconfont-wrapper {
  color: #000000;
}
.cid-uA9A6bZAT9 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uA9A6bZAT9 .content-head {
  max-width: 800px;
}
.cid-uA9A6bZAT9 .mbr-section-title {
  color: #000000;
}
.cid-uA9A6bZAT9 .card-title,
.cid-uA9A6bZAT9 .img-wrapper {
  text-align: center;
}
.cid-uA9A6bZAT9 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uA9Cj8P0QQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGBb0CHB {
  display: flex;
  background-image: url("../../../assets/images/b-about-us-1920x960.webp");
}
.cid-uvsGBb0CHB .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGBb0CHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGBb0CHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGBb0CHB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGBb0CHB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGBb0CHB {
    align-items: center;
  }
  .cid-uvsGBb0CHB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGBb0CHB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGBb0CHB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGBb0CHB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGBb0CHB .content-wrap {
    width: 100%;
  }
}
.cid-uvsGBb0CHB .mbr-section-title {
  text-align: center;
}
.cid-uvsGBb0CHB .mbr-text,
.cid-uvsGBb0CHB .mbr-section-btn {
  text-align: center;
}
.cid-uzMoFg337y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uzMoFg337y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMoFg337y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzMoFg337y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMoFg337y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzMoFg337y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzMoFg337y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzMoFg337y .mbr-section-title {
  color: #000000;
}
.cid-uzMoFg337y .mbr-text,
.cid-uzMoFg337y .mbr-section-btn {
  color: #000000;
}
.cid-uzMpsoSLmJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsEWHKwBu {
  display: flex;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsEWHKwBu .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsEWHKwBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsEWHKwBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsEWHKwBu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsEWHKwBu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsEWHKwBu {
    align-items: center;
  }
  .cid-uvsEWHKwBu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsEWHKwBu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsEWHKwBu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsEWHKwBu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsEWHKwBu .content-wrap {
    width: 100%;
  }
}
.cid-uvsEWHKwBu .mbr-section-title {
  text-align: center;
}
.cid-uvsEWHKwBu .mbr-text,
.cid-uvsEWHKwBu .mbr-section-btn {
  text-align: center;
}
.cid-uvN8XxF83D {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uvN8XxF83D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN8XxF83D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvN8XxF83D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvN8XxF83D .row {
  flex-direction: row-reverse;
}
.cid-uvN8XxF83D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvN8XxF83D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvN8XxF83D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvN8XxF83D .mbr-section-title {
  color: #232323;
}
.cid-uvN8XxF83D .mbr-text,
.cid-uvN8XxF83D .mbr-section-btn {
  color: #232323;
}
.cid-uvN9jYIFrV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uvN9jYIFrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN9jYIFrV .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uvN9jYIFrV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvN9jYIFrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN9jYIFrV .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uvN9jYIFrV .card-title,
.cid-uvN9jYIFrV .iconfont-wrapper,
.cid-uvN9jYIFrV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uvN9jYIFrV .content-head {
  max-width: 800px;
}
.cid-uvN9jYIFrV .mbr-section-title {
  color: #000000;
}
.cid-uvN9jYIFrV .mbr-section-btn {
  text-align: center;
}
.cid-uvN9jYIFrV .card-title,
.cid-uvN9jYIFrV .iconfont-wrapper {
  color: #232323;
}
.cid-uvN9jYIFrV .card-text,
.cid-uvN9jYIFrV .mbr-section-btn {
  color: #232323;
}
.cid-uw4UFuvL8m {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uw4UFuvL8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw4UFuvL8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw4UFuvL8m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw4UFuvL8m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uw4UFuvL8m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uw4UFuvL8m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uw4UFuvL8m .mbr-section-title {
  color: #232323;
}
.cid-uw4UFuvL8m .mbr-text,
.cid-uw4UFuvL8m .mbr-section-btn {
  color: #000000;
}
.cid-uvNgalLvVE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uvNgalLvVE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uvNgalLvVE .panel-group {
  border: none;
}
.cid-uvNgalLvVE .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uvNgalLvVE .card-header {
    padding: 0rem;
  }
}
.cid-uvNgalLvVE .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uvNgalLvVE .img-col {
  padding: 0;
}
.cid-uvNgalLvVE .img-item {
  height: 100%;
}
.cid-uvNgalLvVE img {
  height: 100%;
  object-fit: cover;
}
.cid-uvNgalLvVE .collapsed span {
  transform: rotate(0deg);
}
.cid-uvNgalLvVE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvNgalLvVE p {
  margin-bottom: 0.3rem;
}
.cid-uvNgalLvVE .panel-title-edit {
  color: #000000;
}
.cid-uvNgalLvVE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uvNgalLvVE .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uvNgalLvVE .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uvNgalLvVE .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uvNgalLvVE .panel-text {
  color: #000000;
}
.cid-uvNgalLvVE .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uvNgalLvVE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uvNgalLvVE .panel-title-edit,
.cid-uvNgalLvVE .mbr-iconfont {
  color: #232323;
}
.cid-uvNvvHpeKe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsF6IfIZz {
  display: flex;
  background-image: url("../../../assets/images/b-ravello-1920x960.webp");
}
.cid-uvsF6IfIZz .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsF6IfIZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsF6IfIZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsF6IfIZz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsF6IfIZz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsF6IfIZz {
    align-items: center;
  }
  .cid-uvsF6IfIZz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsF6IfIZz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsF6IfIZz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsF6IfIZz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsF6IfIZz .content-wrap {
    width: 100%;
  }
}
.cid-uvsF6IfIZz .mbr-section-title {
  text-align: center;
}
.cid-uvsF6IfIZz .mbr-text,
.cid-uvsF6IfIZz .mbr-section-btn {
  text-align: center;
}
.cid-uw1dEaP1cX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uw1dEaP1cX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw1dEaP1cX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uw1dEaP1cX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw1dEaP1cX .row {
  flex-direction: row-reverse;
}
.cid-uw1dEaP1cX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uw1dEaP1cX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uw1dEaP1cX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uw1dEaP1cX .mbr-section-title {
  color: #232323;
}
.cid-uw1dEaP1cX .mbr-text,
.cid-uw1dEaP1cX .mbr-section-btn {
  color: #232323;
}
.cid-uw1dF3gGLH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uw1dF3gGLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw1dF3gGLH .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uw1dF3gGLH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uw1dF3gGLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw1dF3gGLH .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uw1dF3gGLH .card-title,
.cid-uw1dF3gGLH .iconfont-wrapper,
.cid-uw1dF3gGLH .card-text {
  color: #000000;
  text-align: center;
}
.cid-uw1dF3gGLH .content-head {
  max-width: 800px;
}
.cid-uw1dF3gGLH .mbr-section-title {
  color: #000000;
}
.cid-uw1dF3gGLH .mbr-section-btn {
  text-align: center;
}
.cid-uw1dF3gGLH .card-title,
.cid-uw1dF3gGLH .iconfont-wrapper {
  color: #232323;
}
.cid-uw1dF3gGLH .card-text,
.cid-uw1dF3gGLH .mbr-section-btn {
  color: #232323;
}
.cid-uwauIqQZUk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwauIqQZUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwauIqQZUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwauIqQZUk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwauIqQZUk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwauIqQZUk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwauIqQZUk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwauIqQZUk .mbr-section-title {
  color: #000000;
}
.cid-uwauIqQZUk .mbr-text,
.cid-uwauIqQZUk .mbr-section-btn {
  color: #000000;
}
.cid-uAOjK09lco {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOjK09lco .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOjK09lco .panel-group {
  border: none;
}
.cid-uAOjK09lco .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOjK09lco .card-header {
    padding: 0rem;
  }
}
.cid-uAOjK09lco .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOjK09lco .img-col {
  padding: 0;
}
.cid-uAOjK09lco .img-item {
  height: 100%;
}
.cid-uAOjK09lco img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOjK09lco .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOjK09lco .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOjK09lco p {
  margin-bottom: 0.3rem;
}
.cid-uAOjK09lco .panel-title-edit {
  color: #000000;
}
.cid-uAOjK09lco .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOjK09lco .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOjK09lco .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOjK09lco .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOjK09lco .panel-text {
  color: #000000;
}
.cid-uAOjK09lco .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOjK09lco .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOjK09lco .panel-title-edit,
.cid-uAOjK09lco .mbr-iconfont {
  color: #232323;
}
.cid-uw1h3Aq58B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFbCWisM {
  display: flex;
  background-image: url("../../../assets/images/b-positano-1920x960.webp");
}
.cid-uvsFbCWisM .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFbCWisM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFbCWisM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFbCWisM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFbCWisM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFbCWisM {
    align-items: center;
  }
  .cid-uvsFbCWisM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFbCWisM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFbCWisM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFbCWisM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFbCWisM .content-wrap {
    width: 100%;
  }
}
.cid-uvsFbCWisM .mbr-section-title {
  text-align: center;
}
.cid-uvsFbCWisM .mbr-text,
.cid-uvsFbCWisM .mbr-section-btn {
  text-align: center;
}
.cid-uwavMDdOqn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwavMDdOqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwavMDdOqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwavMDdOqn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwavMDdOqn .row {
  flex-direction: row-reverse;
}
.cid-uwavMDdOqn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwavMDdOqn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwavMDdOqn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwavMDdOqn .mbr-section-title {
  color: #232323;
}
.cid-uwavMDdOqn .mbr-text,
.cid-uwavMDdOqn .mbr-section-btn {
  color: #232323;
}
.cid-uwavNxWqGd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwavNxWqGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwavNxWqGd .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwavNxWqGd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwavNxWqGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwavNxWqGd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwavNxWqGd .card-title,
.cid-uwavNxWqGd .iconfont-wrapper,
.cid-uwavNxWqGd .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwavNxWqGd .content-head {
  max-width: 800px;
}
.cid-uwavNxWqGd .mbr-section-title {
  color: #000000;
}
.cid-uwavNxWqGd .mbr-section-btn {
  text-align: center;
}
.cid-uwavNxWqGd .card-title,
.cid-uwavNxWqGd .iconfont-wrapper {
  color: #232323;
}
.cid-uwavNxWqGd .card-text,
.cid-uwavNxWqGd .mbr-section-btn {
  color: #232323;
}
.cid-uwavPJJfT5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwavPJJfT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwavPJJfT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwavPJJfT5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwavPJJfT5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwavPJJfT5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwavPJJfT5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwavPJJfT5 .mbr-section-title {
  color: #000000;
}
.cid-uwavPJJfT5 .mbr-text,
.cid-uwavPJJfT5 .mbr-section-btn {
  color: #000000;
}
.cid-uAOk0vqEIy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOk0vqEIy .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOk0vqEIy .panel-group {
  border: none;
}
.cid-uAOk0vqEIy .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOk0vqEIy .card-header {
    padding: 0rem;
  }
}
.cid-uAOk0vqEIy .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOk0vqEIy .img-col {
  padding: 0;
}
.cid-uAOk0vqEIy .img-item {
  height: 100%;
}
.cid-uAOk0vqEIy img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOk0vqEIy .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOk0vqEIy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOk0vqEIy p {
  margin-bottom: 0.3rem;
}
.cid-uAOk0vqEIy .panel-title-edit {
  color: #000000;
}
.cid-uAOk0vqEIy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOk0vqEIy .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOk0vqEIy .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOk0vqEIy .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOk0vqEIy .panel-text {
  color: #000000;
}
.cid-uAOk0vqEIy .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOk0vqEIy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOk0vqEIy .panel-title-edit,
.cid-uAOk0vqEIy .mbr-iconfont {
  color: #232323;
}
.cid-uwaxmwefEI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFjc4Vle {
  display: flex;
  background-image: url("../../../assets/images/b-sorrento-1920x960.webp");
}
.cid-uvsFjc4Vle .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFjc4Vle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFjc4Vle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFjc4Vle .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFjc4Vle .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFjc4Vle {
    align-items: center;
  }
  .cid-uvsFjc4Vle .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFjc4Vle .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFjc4Vle {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFjc4Vle .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFjc4Vle .content-wrap {
    width: 100%;
  }
}
.cid-uvsFjc4Vle .mbr-section-title {
  text-align: center;
}
.cid-uvsFjc4Vle .mbr-text,
.cid-uvsFjc4Vle .mbr-section-btn {
  text-align: center;
}
.cid-uwayh28Mz3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwayh28Mz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwayh28Mz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwayh28Mz3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwayh28Mz3 .row {
  flex-direction: row-reverse;
}
.cid-uwayh28Mz3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwayh28Mz3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwayh28Mz3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwayh28Mz3 .mbr-section-title {
  color: #232323;
}
.cid-uwayh28Mz3 .mbr-text,
.cid-uwayh28Mz3 .mbr-section-btn {
  color: #232323;
}
.cid-uwayjbt20O {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwayjbt20O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwayjbt20O .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwayjbt20O .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwayjbt20O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwayjbt20O .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwayjbt20O .card-title,
.cid-uwayjbt20O .iconfont-wrapper,
.cid-uwayjbt20O .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwayjbt20O .content-head {
  max-width: 800px;
}
.cid-uwayjbt20O .mbr-section-title {
  color: #000000;
}
.cid-uwayjbt20O .mbr-section-btn {
  text-align: center;
}
.cid-uwayjbt20O .card-title,
.cid-uwayjbt20O .iconfont-wrapper {
  color: #232323;
}
.cid-uwayjbt20O .card-text,
.cid-uwayjbt20O .mbr-section-btn {
  color: #232323;
}
.cid-uwayjWQlTC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwayjWQlTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwayjWQlTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwayjWQlTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwayjWQlTC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwayjWQlTC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwayjWQlTC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwayjWQlTC .mbr-section-title {
  color: #232323;
}
.cid-uwayjWQlTC .mbr-text,
.cid-uwayjWQlTC .mbr-section-btn {
  color: #232323;
}
.cid-uAOkeuPism {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOkeuPism .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOkeuPism .panel-group {
  border: none;
}
.cid-uAOkeuPism .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOkeuPism .card-header {
    padding: 0rem;
  }
}
.cid-uAOkeuPism .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOkeuPism .img-col {
  padding: 0;
}
.cid-uAOkeuPism .img-item {
  height: 100%;
}
.cid-uAOkeuPism img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOkeuPism .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOkeuPism .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOkeuPism p {
  margin-bottom: 0.3rem;
}
.cid-uAOkeuPism .panel-title-edit {
  color: #000000;
}
.cid-uAOkeuPism .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOkeuPism .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOkeuPism .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOkeuPism .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOkeuPism .panel-text {
  color: #000000;
}
.cid-uAOkeuPism .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOkeuPism .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOkeuPism .panel-title-edit,
.cid-uAOkeuPism .mbr-iconfont {
  color: #232323;
}
.cid-uwaym6pWnR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFnmJZOS {
  display: flex;
  background-image: url("../../../assets/images/b-naples-1920x960.webp");
}
.cid-uvsFnmJZOS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFnmJZOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFnmJZOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFnmJZOS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFnmJZOS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFnmJZOS {
    align-items: center;
  }
  .cid-uvsFnmJZOS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFnmJZOS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFnmJZOS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFnmJZOS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFnmJZOS .content-wrap {
    width: 100%;
  }
}
.cid-uvsFnmJZOS .mbr-section-title {
  text-align: center;
}
.cid-uvsFnmJZOS .mbr-text,
.cid-uvsFnmJZOS .mbr-section-btn {
  text-align: center;
}
.cid-uwaBMfN2gQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaBMfN2gQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaBMfN2gQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaBMfN2gQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaBMfN2gQ .row {
  flex-direction: row-reverse;
}
.cid-uwaBMfN2gQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaBMfN2gQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaBMfN2gQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaBMfN2gQ .mbr-section-title {
  color: #232323;
}
.cid-uwaBMfN2gQ .mbr-text,
.cid-uwaBMfN2gQ .mbr-section-btn {
  color: #232323;
}
.cid-uwaBN3WxJl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaBN3WxJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaBN3WxJl .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaBN3WxJl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaBN3WxJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaBN3WxJl .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaBN3WxJl .card-title,
.cid-uwaBN3WxJl .iconfont-wrapper,
.cid-uwaBN3WxJl .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaBN3WxJl .content-head {
  max-width: 800px;
}
.cid-uwaBN3WxJl .mbr-section-title {
  color: #000000;
}
.cid-uwaBN3WxJl .mbr-section-btn {
  text-align: center;
}
.cid-uwaBN3WxJl .card-title,
.cid-uwaBN3WxJl .iconfont-wrapper {
  color: #232323;
}
.cid-uwaBN3WxJl .card-text,
.cid-uwaBN3WxJl .mbr-section-btn {
  color: #232323;
}
.cid-uwaBOCE58n {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaBOCE58n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaBOCE58n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaBOCE58n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaBOCE58n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaBOCE58n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaBOCE58n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaBOCE58n .mbr-section-title {
  color: #232323;
}
.cid-uwaBOCE58n .mbr-text,
.cid-uwaBOCE58n .mbr-section-btn {
  color: #232323;
}
.cid-uAOkuxf2iZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOkuxf2iZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOkuxf2iZ .panel-group {
  border: none;
}
.cid-uAOkuxf2iZ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOkuxf2iZ .card-header {
    padding: 0rem;
  }
}
.cid-uAOkuxf2iZ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOkuxf2iZ .img-col {
  padding: 0;
}
.cid-uAOkuxf2iZ .img-item {
  height: 100%;
}
.cid-uAOkuxf2iZ img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOkuxf2iZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOkuxf2iZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOkuxf2iZ p {
  margin-bottom: 0.3rem;
}
.cid-uAOkuxf2iZ .panel-title-edit {
  color: #000000;
}
.cid-uAOkuxf2iZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOkuxf2iZ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOkuxf2iZ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOkuxf2iZ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOkuxf2iZ .panel-text {
  color: #000000;
}
.cid-uAOkuxf2iZ .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOkuxf2iZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOkuxf2iZ .panel-title-edit,
.cid-uAOkuxf2iZ .mbr-iconfont {
  color: #232323;
}
.cid-uwaBQ888F7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFqb62fH {
  display: flex;
  background-image: url("../../../assets/images/b-rome-1920x960.webp");
}
.cid-uvsFqb62fH .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFqb62fH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFqb62fH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFqb62fH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFqb62fH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFqb62fH {
    align-items: center;
  }
  .cid-uvsFqb62fH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFqb62fH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFqb62fH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFqb62fH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFqb62fH .content-wrap {
    width: 100%;
  }
}
.cid-uvsFqb62fH .mbr-section-title {
  text-align: center;
}
.cid-uvsFqb62fH .mbr-text,
.cid-uvsFqb62fH .mbr-section-btn {
  text-align: center;
}
.cid-uwaCt1z1DQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaCt1z1DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaCt1z1DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaCt1z1DQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaCt1z1DQ .row {
  flex-direction: row-reverse;
}
.cid-uwaCt1z1DQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaCt1z1DQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaCt1z1DQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaCt1z1DQ .mbr-section-title {
  color: #232323;
}
.cid-uwaCt1z1DQ .mbr-text,
.cid-uwaCt1z1DQ .mbr-section-btn {
  color: #232323;
}
.cid-uwaCtMiov0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaCtMiov0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaCtMiov0 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaCtMiov0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaCtMiov0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaCtMiov0 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaCtMiov0 .card-title,
.cid-uwaCtMiov0 .iconfont-wrapper,
.cid-uwaCtMiov0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaCtMiov0 .content-head {
  max-width: 800px;
}
.cid-uwaCtMiov0 .mbr-section-title {
  color: #000000;
}
.cid-uwaCtMiov0 .mbr-section-btn {
  text-align: center;
}
.cid-uwaCtMiov0 .card-title,
.cid-uwaCtMiov0 .iconfont-wrapper {
  color: #232323;
}
.cid-uwaCtMiov0 .card-text,
.cid-uwaCtMiov0 .mbr-section-btn {
  color: #232323;
}
.cid-uwaCuFGUw6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaCuFGUw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaCuFGUw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaCuFGUw6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaCuFGUw6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaCuFGUw6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaCuFGUw6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaCuFGUw6 .mbr-section-title {
  color: #232323;
}
.cid-uwaCuFGUw6 .mbr-text,
.cid-uwaCuFGUw6 .mbr-section-btn {
  color: #232323;
}
.cid-uAOkMAZULJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOkMAZULJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOkMAZULJ .panel-group {
  border: none;
}
.cid-uAOkMAZULJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOkMAZULJ .card-header {
    padding: 0rem;
  }
}
.cid-uAOkMAZULJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOkMAZULJ .img-col {
  padding: 0;
}
.cid-uAOkMAZULJ .img-item {
  height: 100%;
}
.cid-uAOkMAZULJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOkMAZULJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOkMAZULJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOkMAZULJ p {
  margin-bottom: 0.3rem;
}
.cid-uAOkMAZULJ .panel-title-edit {
  color: #000000;
}
.cid-uAOkMAZULJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOkMAZULJ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOkMAZULJ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOkMAZULJ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOkMAZULJ .panel-text {
  color: #000000;
}
.cid-uAOkMAZULJ .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOkMAZULJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOkMAZULJ .panel-title-edit,
.cid-uAOkMAZULJ .mbr-iconfont {
  color: #232323;
}
.cid-uwaCvZfJ84 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFta9gwk {
  display: flex;
  background-image: url("../../../assets/images/b-pompeii-1920x960.webp");
}
.cid-uvsFta9gwk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFta9gwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFta9gwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFta9gwk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFta9gwk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFta9gwk {
    align-items: center;
  }
  .cid-uvsFta9gwk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFta9gwk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFta9gwk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFta9gwk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFta9gwk .content-wrap {
    width: 100%;
  }
}
.cid-uvsFta9gwk .mbr-section-title {
  text-align: center;
}
.cid-uvsFta9gwk .mbr-text,
.cid-uvsFta9gwk .mbr-section-btn {
  text-align: center;
}
.cid-uwaF47O4Q5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaF47O4Q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaF47O4Q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaF47O4Q5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaF47O4Q5 .row {
  flex-direction: row-reverse;
}
.cid-uwaF47O4Q5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaF47O4Q5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaF47O4Q5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaF47O4Q5 .mbr-section-title {
  color: #232323;
}
.cid-uwaF47O4Q5 .mbr-text,
.cid-uwaF47O4Q5 .mbr-section-btn {
  color: #232323;
}
.cid-uwaF8GkdLv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaF8GkdLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaF8GkdLv .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaF8GkdLv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaF8GkdLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaF8GkdLv .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaF8GkdLv .card-title,
.cid-uwaF8GkdLv .iconfont-wrapper,
.cid-uwaF8GkdLv .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaF8GkdLv .content-head {
  max-width: 800px;
}
.cid-uwaF8GkdLv .mbr-section-title {
  color: #000000;
}
.cid-uwaF8GkdLv .mbr-section-btn {
  text-align: center;
}
.cid-uwaF8GkdLv .card-title,
.cid-uwaF8GkdLv .iconfont-wrapper {
  color: #232323;
}
.cid-uwaF8GkdLv .card-text,
.cid-uwaF8GkdLv .mbr-section-btn {
  color: #232323;
}
.cid-uwaFbLfaV9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaFbLfaV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaFbLfaV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaFbLfaV9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaFbLfaV9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaFbLfaV9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaFbLfaV9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaFbLfaV9 .mbr-section-title {
  color: #232323;
}
.cid-uwaFbLfaV9 .mbr-text,
.cid-uwaFbLfaV9 .mbr-section-btn {
  color: #232323;
}
.cid-uAOkZqbL9G {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOkZqbL9G .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOkZqbL9G .panel-group {
  border: none;
}
.cid-uAOkZqbL9G .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOkZqbL9G .card-header {
    padding: 0rem;
  }
}
.cid-uAOkZqbL9G .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOkZqbL9G .img-col {
  padding: 0;
}
.cid-uAOkZqbL9G .img-item {
  height: 100%;
}
.cid-uAOkZqbL9G img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOkZqbL9G .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOkZqbL9G .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOkZqbL9G p {
  margin-bottom: 0.3rem;
}
.cid-uAOkZqbL9G .panel-title-edit {
  color: #000000;
}
.cid-uAOkZqbL9G .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOkZqbL9G .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOkZqbL9G .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOkZqbL9G .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOkZqbL9G .panel-text {
  color: #000000;
}
.cid-uAOkZqbL9G .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOkZqbL9G .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOkZqbL9G .panel-title-edit,
.cid-uAOkZqbL9G .mbr-iconfont {
  color: #232323;
}
.cid-uwaFfQ0F1D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFwtPgZJ {
  display: flex;
  background-image: url("../../../assets/images/b-hercolaneum-1920x960.webp");
}
.cid-uvsFwtPgZJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFwtPgZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFwtPgZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFwtPgZJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFwtPgZJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFwtPgZJ {
    align-items: center;
  }
  .cid-uvsFwtPgZJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFwtPgZJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFwtPgZJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFwtPgZJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFwtPgZJ .content-wrap {
    width: 100%;
  }
}
.cid-uvsFwtPgZJ .mbr-section-title {
  text-align: center;
}
.cid-uvsFwtPgZJ .mbr-text,
.cid-uvsFwtPgZJ .mbr-section-btn {
  text-align: center;
}
.cid-uwaFCp0hfl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaFCp0hfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaFCp0hfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaFCp0hfl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaFCp0hfl .row {
  flex-direction: row-reverse;
}
.cid-uwaFCp0hfl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaFCp0hfl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaFCp0hfl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaFCp0hfl .mbr-section-title {
  color: #232323;
}
.cid-uwaFCp0hfl .mbr-text,
.cid-uwaFCp0hfl .mbr-section-btn {
  color: #232323;
}
.cid-uwaFDm7ILN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaFDm7ILN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaFDm7ILN .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaFDm7ILN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaFDm7ILN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaFDm7ILN .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaFDm7ILN .card-title,
.cid-uwaFDm7ILN .iconfont-wrapper,
.cid-uwaFDm7ILN .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaFDm7ILN .content-head {
  max-width: 800px;
}
.cid-uwaFDm7ILN .mbr-section-title {
  color: #000000;
}
.cid-uwaFDm7ILN .mbr-section-btn {
  text-align: center;
}
.cid-uwaFDm7ILN .card-title,
.cid-uwaFDm7ILN .iconfont-wrapper {
  color: #232323;
}
.cid-uwaFDm7ILN .card-text,
.cid-uwaFDm7ILN .mbr-section-btn {
  color: #232323;
}
.cid-uwaFDZ9NfF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaFDZ9NfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaFDZ9NfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaFDZ9NfF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaFDZ9NfF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaFDZ9NfF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaFDZ9NfF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaFDZ9NfF .mbr-section-title {
  color: #232323;
}
.cid-uwaFDZ9NfF .mbr-text,
.cid-uwaFDZ9NfF .mbr-section-btn {
  color: #232323;
}
.cid-uAOlajODq4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOlajODq4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOlajODq4 .panel-group {
  border: none;
}
.cid-uAOlajODq4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOlajODq4 .card-header {
    padding: 0rem;
  }
}
.cid-uAOlajODq4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOlajODq4 .img-col {
  padding: 0;
}
.cid-uAOlajODq4 .img-item {
  height: 100%;
}
.cid-uAOlajODq4 img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOlajODq4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOlajODq4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOlajODq4 p {
  margin-bottom: 0.3rem;
}
.cid-uAOlajODq4 .panel-title-edit {
  color: #000000;
}
.cid-uAOlajODq4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOlajODq4 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOlajODq4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOlajODq4 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOlajODq4 .panel-text {
  color: #000000;
}
.cid-uAOlajODq4 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOlajODq4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOlajODq4 .panel-title-edit,
.cid-uAOlajODq4 .mbr-iconfont {
  color: #232323;
}
.cid-uwaFFkj5KY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFzl7Yg7 {
  display: flex;
  background-image: url("../../../assets/images/b-vesuvius-national-park-1920x960.webp");
}
.cid-uvsFzl7Yg7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFzl7Yg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFzl7Yg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFzl7Yg7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFzl7Yg7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFzl7Yg7 {
    align-items: center;
  }
  .cid-uvsFzl7Yg7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFzl7Yg7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFzl7Yg7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFzl7Yg7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFzl7Yg7 .content-wrap {
    width: 100%;
  }
}
.cid-uvsFzl7Yg7 .mbr-section-title {
  text-align: center;
}
.cid-uvsFzl7Yg7 .mbr-text,
.cid-uvsFzl7Yg7 .mbr-section-btn {
  text-align: center;
}
.cid-uwaGu0e7oS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaGu0e7oS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaGu0e7oS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaGu0e7oS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaGu0e7oS .row {
  flex-direction: row-reverse;
}
.cid-uwaGu0e7oS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaGu0e7oS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaGu0e7oS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaGu0e7oS .mbr-section-title {
  color: #232323;
}
.cid-uwaGu0e7oS .mbr-text,
.cid-uwaGu0e7oS .mbr-section-btn {
  color: #232323;
}
.cid-uwaGuzm3dn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaGuzm3dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaGuzm3dn .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaGuzm3dn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaGuzm3dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaGuzm3dn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaGuzm3dn .card-title,
.cid-uwaGuzm3dn .iconfont-wrapper,
.cid-uwaGuzm3dn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaGuzm3dn .content-head {
  max-width: 800px;
}
.cid-uwaGuzm3dn .mbr-section-title {
  color: #000000;
}
.cid-uwaGuzm3dn .mbr-section-btn {
  text-align: center;
}
.cid-uwaGuzm3dn .card-title,
.cid-uwaGuzm3dn .iconfont-wrapper {
  color: #232323;
}
.cid-uwaGuzm3dn .card-text,
.cid-uwaGuzm3dn .mbr-section-btn {
  color: #232323;
}
.cid-uwaGvoJ8Oi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaGvoJ8Oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaGvoJ8Oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaGvoJ8Oi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaGvoJ8Oi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaGvoJ8Oi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaGvoJ8Oi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaGvoJ8Oi .mbr-section-title {
  color: #232323;
}
.cid-uwaGvoJ8Oi .mbr-text,
.cid-uwaGvoJ8Oi .mbr-section-btn {
  color: #232323;
}
.cid-uAOlnVoR7A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOlnVoR7A .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOlnVoR7A .panel-group {
  border: none;
}
.cid-uAOlnVoR7A .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOlnVoR7A .card-header {
    padding: 0rem;
  }
}
.cid-uAOlnVoR7A .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOlnVoR7A .img-col {
  padding: 0;
}
.cid-uAOlnVoR7A .img-item {
  height: 100%;
}
.cid-uAOlnVoR7A img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOlnVoR7A .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOlnVoR7A .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOlnVoR7A p {
  margin-bottom: 0.3rem;
}
.cid-uAOlnVoR7A .panel-title-edit {
  color: #000000;
}
.cid-uAOlnVoR7A .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOlnVoR7A .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOlnVoR7A .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOlnVoR7A .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOlnVoR7A .panel-text {
  color: #000000;
}
.cid-uAOlnVoR7A .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOlnVoR7A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOlnVoR7A .panel-title-edit,
.cid-uAOlnVoR7A .mbr-iconfont {
  color: #232323;
}
.cid-uwaGwKg3wO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsFBQ4bbx {
  display: flex;
  background-image: url("../../../assets/images/b-paestum-1920x960.webp");
}
.cid-uvsFBQ4bbx .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsFBQ4bbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsFBQ4bbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsFBQ4bbx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsFBQ4bbx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsFBQ4bbx {
    align-items: center;
  }
  .cid-uvsFBQ4bbx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsFBQ4bbx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsFBQ4bbx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsFBQ4bbx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsFBQ4bbx .content-wrap {
    width: 100%;
  }
}
.cid-uvsFBQ4bbx .mbr-section-title {
  text-align: center;
}
.cid-uvsFBQ4bbx .mbr-text,
.cid-uvsFBQ4bbx .mbr-section-btn {
  text-align: center;
}
.cid-uwaHqBx5an {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaHqBx5an .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaHqBx5an .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaHqBx5an .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaHqBx5an .row {
  flex-direction: row-reverse;
}
.cid-uwaHqBx5an .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaHqBx5an .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaHqBx5an .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaHqBx5an .mbr-section-title {
  color: #232323;
}
.cid-uwaHqBx5an .mbr-text,
.cid-uwaHqBx5an .mbr-section-btn {
  color: #232323;
}
.cid-uwaHr8P5aR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaHr8P5aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaHr8P5aR .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaHr8P5aR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaHr8P5aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaHr8P5aR .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaHr8P5aR .card-title,
.cid-uwaHr8P5aR .iconfont-wrapper,
.cid-uwaHr8P5aR .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaHr8P5aR .content-head {
  max-width: 800px;
}
.cid-uwaHr8P5aR .mbr-section-title {
  color: #000000;
}
.cid-uwaHr8P5aR .mbr-section-btn {
  text-align: center;
}
.cid-uwaHr8P5aR .card-title,
.cid-uwaHr8P5aR .iconfont-wrapper {
  color: #232323;
}
.cid-uwaHr8P5aR .card-text,
.cid-uwaHr8P5aR .mbr-section-btn {
  color: #232323;
}
.cid-uwaHrJOKAQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaHrJOKAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaHrJOKAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaHrJOKAQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaHrJOKAQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaHrJOKAQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaHrJOKAQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaHrJOKAQ .mbr-section-title {
  color: #232323;
}
.cid-uwaHrJOKAQ .mbr-text,
.cid-uwaHrJOKAQ .mbr-section-btn {
  color: #232323;
}
.cid-uAOlztrKGi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOlztrKGi .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOlztrKGi .panel-group {
  border: none;
}
.cid-uAOlztrKGi .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOlztrKGi .card-header {
    padding: 0rem;
  }
}
.cid-uAOlztrKGi .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOlztrKGi .img-col {
  padding: 0;
}
.cid-uAOlztrKGi .img-item {
  height: 100%;
}
.cid-uAOlztrKGi img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOlztrKGi .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOlztrKGi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOlztrKGi p {
  margin-bottom: 0.3rem;
}
.cid-uAOlztrKGi .panel-title-edit {
  color: #000000;
}
.cid-uAOlztrKGi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOlztrKGi .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOlztrKGi .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOlztrKGi .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOlztrKGi .panel-text {
  color: #000000;
}
.cid-uAOlztrKGi .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOlztrKGi .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOlztrKGi .panel-title-edit,
.cid-uAOlztrKGi .mbr-iconfont {
  color: #232323;
}
.cid-uwaHtImOZJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsG7Em252 {
  display: flex;
  background-image: url("../../../assets/images/b-caserta-royal-palace-1920x960.webp");
}
.cid-uvsG7Em252 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsG7Em252 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsG7Em252 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsG7Em252 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsG7Em252 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsG7Em252 {
    align-items: center;
  }
  .cid-uvsG7Em252 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsG7Em252 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsG7Em252 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsG7Em252 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsG7Em252 .content-wrap {
    width: 100%;
  }
}
.cid-uvsG7Em252 .mbr-section-title {
  text-align: center;
}
.cid-uvsG7Em252 .mbr-text,
.cid-uvsG7Em252 .mbr-section-btn {
  text-align: center;
}
.cid-uwaIpovSqp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaIpovSqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaIpovSqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaIpovSqp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaIpovSqp .row {
  flex-direction: row-reverse;
}
.cid-uwaIpovSqp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaIpovSqp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaIpovSqp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaIpovSqp .mbr-section-title {
  color: #232323;
}
.cid-uwaIpovSqp .mbr-text,
.cid-uwaIpovSqp .mbr-section-btn {
  color: #232323;
}
.cid-uwaIpUryD2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaIpUryD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaIpUryD2 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaIpUryD2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaIpUryD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaIpUryD2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaIpUryD2 .card-title,
.cid-uwaIpUryD2 .iconfont-wrapper,
.cid-uwaIpUryD2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaIpUryD2 .content-head {
  max-width: 800px;
}
.cid-uwaIpUryD2 .mbr-section-title {
  color: #000000;
}
.cid-uwaIpUryD2 .mbr-section-btn {
  text-align: center;
}
.cid-uwaIpUryD2 .card-title,
.cid-uwaIpUryD2 .iconfont-wrapper {
  color: #232323;
}
.cid-uwaIpUryD2 .card-text,
.cid-uwaIpUryD2 .mbr-section-btn {
  color: #232323;
}
.cid-uwaIqzUyeR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaIqzUyeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaIqzUyeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaIqzUyeR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaIqzUyeR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaIqzUyeR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaIqzUyeR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaIqzUyeR .mbr-section-title {
  color: #232323;
}
.cid-uwaIqzUyeR .mbr-text,
.cid-uwaIqzUyeR .mbr-section-btn {
  color: #232323;
}
.cid-uAOlMpMJhr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOlMpMJhr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOlMpMJhr .panel-group {
  border: none;
}
.cid-uAOlMpMJhr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOlMpMJhr .card-header {
    padding: 0rem;
  }
}
.cid-uAOlMpMJhr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOlMpMJhr .img-col {
  padding: 0;
}
.cid-uAOlMpMJhr .img-item {
  height: 100%;
}
.cid-uAOlMpMJhr img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOlMpMJhr .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOlMpMJhr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOlMpMJhr p {
  margin-bottom: 0.3rem;
}
.cid-uAOlMpMJhr .panel-title-edit {
  color: #000000;
}
.cid-uAOlMpMJhr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOlMpMJhr .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOlMpMJhr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOlMpMJhr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOlMpMJhr .panel-text {
  color: #000000;
}
.cid-uAOlMpMJhr .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOlMpMJhr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOlMpMJhr .panel-title-edit,
.cid-uAOlMpMJhr .mbr-iconfont {
  color: #232323;
}
.cid-uwaIrUD836 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGa7SNKz {
  display: flex;
  background-image: url("../../../assets/images/b-capri-1920x960.webp");
}
.cid-uvsGa7SNKz .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGa7SNKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGa7SNKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGa7SNKz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGa7SNKz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGa7SNKz {
    align-items: center;
  }
  .cid-uvsGa7SNKz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGa7SNKz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGa7SNKz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGa7SNKz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGa7SNKz .content-wrap {
    width: 100%;
  }
}
.cid-uvsGa7SNKz .mbr-section-title {
  text-align: center;
}
.cid-uvsGa7SNKz .mbr-text,
.cid-uvsGa7SNKz .mbr-section-btn {
  text-align: center;
}
.cid-uwaJq5k34K {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaJq5k34K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaJq5k34K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaJq5k34K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaJq5k34K .row {
  flex-direction: row-reverse;
}
.cid-uwaJq5k34K .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaJq5k34K .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaJq5k34K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaJq5k34K .mbr-section-title {
  color: #232323;
}
.cid-uwaJq5k34K .mbr-text,
.cid-uwaJq5k34K .mbr-section-btn {
  color: #232323;
}
.cid-uwaJqMEYGi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uwaJqMEYGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaJqMEYGi .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uwaJqMEYGi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaJqMEYGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaJqMEYGi .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d7b65d;
  height: 80px;
  border-radius: 50%;
}
.cid-uwaJqMEYGi .card-title,
.cid-uwaJqMEYGi .iconfont-wrapper,
.cid-uwaJqMEYGi .card-text {
  color: #000000;
  text-align: center;
}
.cid-uwaJqMEYGi .content-head {
  max-width: 800px;
}
.cid-uwaJqMEYGi .mbr-section-title {
  color: #000000;
}
.cid-uwaJqMEYGi .mbr-section-btn {
  text-align: center;
}
.cid-uwaJqMEYGi .card-title,
.cid-uwaJqMEYGi .iconfont-wrapper {
  color: #232323;
}
.cid-uwaJqMEYGi .card-text,
.cid-uwaJqMEYGi .mbr-section-btn {
  color: #232323;
}
.cid-uwaJrFnWQt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uwaJrFnWQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaJrFnWQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwaJrFnWQt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwaJrFnWQt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwaJrFnWQt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwaJrFnWQt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwaJrFnWQt .mbr-section-title {
  color: #232323;
}
.cid-uwaJrFnWQt .mbr-text,
.cid-uwaJrFnWQt .mbr-section-btn {
  color: #232323;
}
.cid-uAOm0cz2lK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f7f7f7;
}
.cid-uAOm0cz2lK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAOm0cz2lK .panel-group {
  border: none;
}
.cid-uAOm0cz2lK .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAOm0cz2lK .card-header {
    padding: 0rem;
  }
}
.cid-uAOm0cz2lK .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAOm0cz2lK .img-col {
  padding: 0;
}
.cid-uAOm0cz2lK .img-item {
  height: 100%;
}
.cid-uAOm0cz2lK img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOm0cz2lK .collapsed span {
  transform: rotate(0deg);
}
.cid-uAOm0cz2lK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOm0cz2lK p {
  margin-bottom: 0.3rem;
}
.cid-uAOm0cz2lK .panel-title-edit {
  color: #000000;
}
.cid-uAOm0cz2lK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAOm0cz2lK .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOm0cz2lK .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOm0cz2lK .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAOm0cz2lK .panel-text {
  color: #000000;
}
.cid-uAOm0cz2lK .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uAOm0cz2lK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAOm0cz2lK .panel-title-edit,
.cid-uAOm0cz2lK .mbr-iconfont {
  color: #232323;
}
.cid-uwaJtcEUGy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGcMKLDp {
  display: flex;
  background-image: url("../../../assets/images/b-airport-transfers-1920x960.webp");
}
.cid-uvsGcMKLDp .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGcMKLDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGcMKLDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGcMKLDp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGcMKLDp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGcMKLDp {
    align-items: center;
  }
  .cid-uvsGcMKLDp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGcMKLDp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGcMKLDp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGcMKLDp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGcMKLDp .content-wrap {
    width: 100%;
  }
}
.cid-uvsGcMKLDp .mbr-section-title {
  text-align: center;
}
.cid-uvsGcMKLDp .mbr-text,
.cid-uvsGcMKLDp .mbr-section-btn {
  text-align: center;
}
.cid-uzcOEVNOue {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uzcOEVNOue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcOEVNOue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcOEVNOue .row {
  flex-direction: row-reverse;
}
.cid-uzcOEVNOue .mbr-description {
  text-align: left;
}
.cid-uzcOEVNOue .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzcOEVNOue .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzcOEVNOue .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uzcOEVNOue .card-title,
.cid-uzcOEVNOue .iconfont-wrapper {
  color: #000000;
}
.cid-uzcOEVNOue .card-text {
  color: #000000;
}
.cid-uzcOEVNOue .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzcOEVNOue .mbr-number {
  color: #d7b65d;
}
.cid-uzcOEVNOue .mbr-text,
.cid-uzcOEVNOue .mbr-section-btn {
  text-align: center;
}
.cid-uzcOEVNOue .card-text,
.cid-uzcOEVNOue .item .mbr-section-btn {
  text-align: left;
}
.cid-uzcOEVNOue .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzcOEVNOue .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzdhl4REOU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvOvUw347Q .navbar-dropdown {
  position: relative !important;
}
.cid-uvOvUw347Q .navbar-dropdown {
  position: absolute !important;
}
.cid-uvOvUw347Q .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvOvUw347Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvOvUw347Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvOvUw347Q .dropdown-item:hover,
.cid-uvOvUw347Q .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvOvUw347Q .dropdown-item:hover span {
  color: white;
}
.cid-uvOvUw347Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvOvUw347Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvOvUw347Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvOvUw347Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvOvUw347Q .nav-link {
  position: relative;
}
.cid-uvOvUw347Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvOvUw347Q .container {
    flex-wrap: nowrap;
  }
}
.cid-uvOvUw347Q .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvOvUw347Q .dropdown-menu,
.cid-uvOvUw347Q .navbar.opened {
  background: #232323 !important;
}
.cid-uvOvUw347Q .nav-item:focus,
.cid-uvOvUw347Q .nav-link:focus {
  outline: none;
}
.cid-uvOvUw347Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvOvUw347Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvOvUw347Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvOvUw347Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvOvUw347Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvOvUw347Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvOvUw347Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvOvUw347Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uvOvUw347Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvOvUw347Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uvOvUw347Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvOvUw347Q .navbar.collapsed {
  justify-content: center;
}
.cid-uvOvUw347Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvOvUw347Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvOvUw347Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvOvUw347Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvOvUw347Q .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: 41%;
}
.cid-uvOvUw347Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvOvUw347Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvOvUw347Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvOvUw347Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvOvUw347Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvOvUw347Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvOvUw347Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvOvUw347Q .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: 40%;
  }
  .cid-uvOvUw347Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvOvUw347Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvOvUw347Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvOvUw347Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvOvUw347Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvOvUw347Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvOvUw347Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvOvUw347Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvOvUw347Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvOvUw347Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvOvUw347Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvOvUw347Q .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvOvUw347Q .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvOvUw347Q .dropdown-item.active,
.cid-uvOvUw347Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uvOvUw347Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvOvUw347Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvOvUw347Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvOvUw347Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvOvUw347Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvOvUw347Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvOvUw347Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvOvUw347Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvOvUw347Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvOvUw347Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvOvUw347Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvOvUw347Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvOvUw347Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvOvUw347Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvOvUw347Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvOvUw347Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvOvUw347Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvOvUw347Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvOvUw347Q .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvOvUw347Q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvOvUw347Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvOvUw347Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvOvUw347Q .navbar {
    height: 70px;
  }
  .cid-uvOvUw347Q .navbar.opened {
    height: auto;
  }
  .cid-uvOvUw347Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvOvUw347Q .container,
.cid-uvOvUw347Q .container-fluid {
  flex-wrap: wrap;
}
.cid-uvOvUw347Q .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvOvUw347Q .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvOvUw347Q .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvOvUw347Q .contacts-menu {
    display: none;
  }
}
.cid-uvOvUw347Q .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvOvUw347Q .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvOvUw347Q .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvOvUw347Q .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvOvUw347Q .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvOvUw347Q .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvOvUw347Q .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvOvUw347Q .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvOvUw347Q .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvOvUw347Q .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvOvUw347Q .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvOvUw347Q .card-title {
  color: #ffffff;
}
.cid-uvOvUw347Q .card-text {
  color: #ffffff;
}
.cid-uvOvUwOBUC {
  display: flex;
  background-image: url("../../../assets/images/b-train-station-transfers-1920x960.webp");
}
.cid-uvOvUwOBUC .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvOvUwOBUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOvUwOBUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOvUwOBUC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvOvUwOBUC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvOvUwOBUC {
    align-items: center;
  }
  .cid-uvOvUwOBUC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvOvUwOBUC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvOvUwOBUC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvOvUwOBUC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvOvUwOBUC .content-wrap {
    width: 100%;
  }
}
.cid-uvOvUwOBUC .mbr-section-title {
  text-align: center;
}
.cid-uvOvUwOBUC .mbr-text,
.cid-uvOvUwOBUC .mbr-section-btn {
  text-align: center;
}
.cid-uzj8MpcLhm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uzj8MpcLhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj8MpcLhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj8MpcLhm .mbr-description {
  text-align: left;
}
.cid-uzj8MpcLhm .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzj8MpcLhm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzj8MpcLhm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uzj8MpcLhm .card-title,
.cid-uzj8MpcLhm .iconfont-wrapper {
  color: #000000;
}
.cid-uzj8MpcLhm .card-text {
  color: #000000;
}
.cid-uzj8MpcLhm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzj8MpcLhm .mbr-number {
  color: #d7b65d;
}
.cid-uzj8MpcLhm .mbr-text,
.cid-uzj8MpcLhm .mbr-section-btn {
  text-align: center;
}
.cid-uzj8MpcLhm .card-text,
.cid-uzj8MpcLhm .item .mbr-section-btn {
  text-align: left;
}
.cid-uzj8MpcLhm .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzj8MpcLhm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzpmwj1SX9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvOvUxpnZe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvOvUxpnZe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvOvUxpnZe p {
  line-height: 2;
}
.cid-uvOvUxpnZe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvOvUxpnZe .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvOvUxpnZe .row {
    text-align: center;
  }
  .cid-uvOvUxpnZe .social-row {
    justify-content: center;
  }
}
.cid-uvOvUxpnZe .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvOvUxpnZe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOvUxpnZe .list {
    margin-bottom: 0rem;
  }
}
.cid-uvOvUxpnZe .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvOvUxpnZe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvOvUxpnZe .phone {
  color: #d7b65d;
}
.cid-uvOvUxpnZe .mbr-text {
  color: #ffffff;
}
.cid-uvOvUxpnZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOvUxpnZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOvUxpnZe .list,
.cid-uvOvUxpnZe .mbr-section-btn {
  color: #2e481a;
}
.cid-uvOvUxpnZe .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvOvUxpnZe .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGiLLUTE {
  display: flex;
  background-image: url("../../../assets/images/b-hotel-transfers-1920x960.webp");
}
.cid-uvsGiLLUTE .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGiLLUTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGiLLUTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGiLLUTE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGiLLUTE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGiLLUTE {
    align-items: center;
  }
  .cid-uvsGiLLUTE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGiLLUTE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGiLLUTE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGiLLUTE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGiLLUTE .content-wrap {
    width: 100%;
  }
}
.cid-uvsGiLLUTE .mbr-section-title {
  text-align: center;
}
.cid-uvsGiLLUTE .mbr-text,
.cid-uvsGiLLUTE .mbr-section-btn {
  text-align: center;
}
.cid-uzo4Fmi4Yn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uzo4Fmi4Yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo4Fmi4Yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo4Fmi4Yn .mbr-description {
  text-align: left;
}
.cid-uzo4Fmi4Yn .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzo4Fmi4Yn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzo4Fmi4Yn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uzo4Fmi4Yn .card-title,
.cid-uzo4Fmi4Yn .iconfont-wrapper {
  color: #000000;
}
.cid-uzo4Fmi4Yn .card-text {
  color: #000000;
}
.cid-uzo4Fmi4Yn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzo4Fmi4Yn .mbr-number {
  color: #d7b65d;
}
.cid-uzo4Fmi4Yn .mbr-text,
.cid-uzo4Fmi4Yn .mbr-section-btn {
  text-align: center;
}
.cid-uzo4Fmi4Yn .card-text,
.cid-uzo4Fmi4Yn .item .mbr-section-btn {
  text-align: left;
}
.cid-uzo4Fmi4Yn .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzo4Fmi4Yn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzpmmXvE4A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGlyACt4 {
  display: flex;
  background-image: url("../../../assets/images/b-cruise-shore-excursions-1920x960.webp");
}
.cid-uvsGlyACt4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGlyACt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGlyACt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGlyACt4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGlyACt4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGlyACt4 {
    align-items: center;
  }
  .cid-uvsGlyACt4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGlyACt4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGlyACt4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGlyACt4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGlyACt4 .content-wrap {
    width: 100%;
  }
}
.cid-uvsGlyACt4 .mbr-section-title {
  text-align: center;
}
.cid-uvsGlyACt4 .mbr-text,
.cid-uvsGlyACt4 .mbr-section-btn {
  text-align: center;
}
.cid-uzoTQGNf8x {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uzoTQGNf8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzoTQGNf8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzoTQGNf8x .row {
  flex-direction: row-reverse;
}
.cid-uzoTQGNf8x .mbr-description {
  text-align: left;
}
.cid-uzoTQGNf8x .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uzoTQGNf8x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzoTQGNf8x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uzoTQGNf8x .card-title,
.cid-uzoTQGNf8x .iconfont-wrapper {
  color: #000000;
}
.cid-uzoTQGNf8x .card-text {
  color: #000000;
}
.cid-uzoTQGNf8x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzoTQGNf8x .mbr-number {
  color: #d7b65d;
}
.cid-uzoTQGNf8x .mbr-text,
.cid-uzoTQGNf8x .mbr-section-btn {
  text-align: center;
}
.cid-uzoTQGNf8x .card-text,
.cid-uzoTQGNf8x .item .mbr-section-btn {
  text-align: left;
}
.cid-uzoTQGNf8x .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzoTQGNf8x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzpmL0Shn3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGoK51c7 {
  display: flex;
  background-image: url("../../../assets/images/b-shuttle-services-1920x960.webp");
}
.cid-uvsGoK51c7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGoK51c7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGoK51c7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGoK51c7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGoK51c7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGoK51c7 {
    align-items: center;
  }
  .cid-uvsGoK51c7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGoK51c7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGoK51c7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGoK51c7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGoK51c7 .content-wrap {
    width: 100%;
  }
}
.cid-uvsGoK51c7 .mbr-section-title {
  text-align: center;
}
.cid-uvsGoK51c7 .mbr-text,
.cid-uvsGoK51c7 .mbr-section-btn {
  text-align: center;
}
.cid-uA8kIUkE4y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uA8kIUkE4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8kIUkE4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8kIUkE4y .mbr-description {
  text-align: left;
}
.cid-uA8kIUkE4y .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uA8kIUkE4y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA8kIUkE4y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uA8kIUkE4y .card-title,
.cid-uA8kIUkE4y .iconfont-wrapper {
  color: #000000;
}
.cid-uA8kIUkE4y .card-text {
  color: #000000;
}
.cid-uA8kIUkE4y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uA8kIUkE4y .mbr-number {
  color: #d7b65d;
}
.cid-uA8kIUkE4y .mbr-text,
.cid-uA8kIUkE4y .mbr-section-btn {
  text-align: center;
}
.cid-uA8kIUkE4y .card-text,
.cid-uA8kIUkE4y .item .mbr-section-btn {
  text-align: left;
}
.cid-uA8kIUkE4y .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA8kIUkE4y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA3nnGox7H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGrxsk93 {
  display: flex;
  background-image: url("../../../assets/images/b-food-wine-experiences-1920x960.webp");
}
.cid-uvsGrxsk93 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGrxsk93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGrxsk93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGrxsk93 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGrxsk93 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGrxsk93 {
    align-items: center;
  }
  .cid-uvsGrxsk93 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGrxsk93 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGrxsk93 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGrxsk93 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGrxsk93 .content-wrap {
    width: 100%;
  }
}
.cid-uvsGrxsk93 .mbr-section-title {
  text-align: center;
}
.cid-uvsGrxsk93 .mbr-text,
.cid-uvsGrxsk93 .mbr-section-btn {
  text-align: center;
}
.cid-uA3Rz79Gql {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uA3Rz79Gql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3Rz79Gql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3Rz79Gql .row {
  flex-direction: row-reverse;
}
.cid-uA3Rz79Gql .mbr-description {
  text-align: left;
}
.cid-uA3Rz79Gql .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uA3Rz79Gql .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uA3Rz79Gql .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uA3Rz79Gql .card-title,
.cid-uA3Rz79Gql .iconfont-wrapper {
  color: #000000;
}
.cid-uA3Rz79Gql .card-text {
  color: #000000;
}
.cid-uA3Rz79Gql .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uA3Rz79Gql .mbr-number {
  color: #d7b65d;
}
.cid-uA3Rz79Gql .mbr-text,
.cid-uA3Rz79Gql .mbr-section-btn {
  text-align: center;
}
.cid-uA3Rz79Gql .card-text,
.cid-uA3Rz79Gql .item .mbr-section-btn {
  text-align: left;
}
.cid-uA3Rz79Gql .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uA3Rz79Gql .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA3RDBUc32 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: relative !important;
}
.cid-uvszgOOjhn .navbar-dropdown {
  position: absolute !important;
}
.cid-uvszgOOjhn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvszgOOjhn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvszgOOjhn .dropdown-item:hover,
.cid-uvszgOOjhn .dropdown-item:focus {
  background: #d7b65d !important;
  color: white !important;
}
.cid-uvszgOOjhn .dropdown-item:hover span {
  color: white;
}
.cid-uvszgOOjhn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvszgOOjhn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvszgOOjhn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvszgOOjhn .nav-link {
  position: relative;
}
.cid-uvszgOOjhn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .container {
    flex-wrap: nowrap;
  }
}
.cid-uvszgOOjhn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown-menu,
.cid-uvszgOOjhn .navbar.opened {
  background: #232323 !important;
}
.cid-uvszgOOjhn .nav-item:focus,
.cid-uvszgOOjhn .nav-link:focus {
  outline: none;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvszgOOjhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvszgOOjhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvszgOOjhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvszgOOjhn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uvszgOOjhn .navbar.opened {
  transition: all 0.3s;
}
.cid-uvszgOOjhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvszgOOjhn .navbar .navbar-logo img {
  width: auto;
}
.cid-uvszgOOjhn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar.collapsed {
  justify-content: center;
}
.cid-uvszgOOjhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvszgOOjhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvszgOOjhn .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: 41%;
}
.cid-uvszgOOjhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvszgOOjhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvszgOOjhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvszgOOjhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvszgOOjhn .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: 40%;
  }
  .cid-uvszgOOjhn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvszgOOjhn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvszgOOjhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvszgOOjhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvszgOOjhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvszgOOjhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvszgOOjhn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvszgOOjhn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvszgOOjhn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvszgOOjhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvszgOOjhn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uvszgOOjhn .dropdown-item.active,
.cid-uvszgOOjhn .dropdown-item:active {
  background-color: transparent;
}
.cid-uvszgOOjhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvszgOOjhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uvszgOOjhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvszgOOjhn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvszgOOjhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvszgOOjhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7b65d;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvszgOOjhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvszgOOjhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvszgOOjhn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uvszgOOjhn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvszgOOjhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvszgOOjhn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvszgOOjhn .navbar {
    height: 70px;
  }
  .cid-uvszgOOjhn .navbar.opened {
    height: auto;
  }
  .cid-uvszgOOjhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvszgOOjhn .container,
.cid-uvszgOOjhn .container-fluid {
  flex-wrap: wrap;
}
.cid-uvszgOOjhn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uvszgOOjhn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uvszgOOjhn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uvszgOOjhn .contacts-menu {
    display: none;
  }
}
.cid-uvszgOOjhn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uvszgOOjhn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #d7b65d;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uvszgOOjhn .icon-box:hover {
  transform: scale(1.1);
}
.cid-uvszgOOjhn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uvszgOOjhn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uvszgOOjhn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn-black {
  color: #d7b65d !important;
}
@media (max-width: 577px) {
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvszgOOjhn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uvszgOOjhn .navbar-collapse .nav-link:hover {
  color: #d7b65d !important;
}
.cid-uvszgOOjhn .card-title {
  color: #ffffff;
}
.cid-uvszgOOjhn .card-text {
  color: #ffffff;
}
.cid-uvsGuqmlWc {
  display: flex;
  background-image: url("../../../assets/images/b-fleet-1920x960.webp");
}
.cid-uvsGuqmlWc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uvsGuqmlWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsGuqmlWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsGuqmlWc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uvsGuqmlWc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uvsGuqmlWc {
    align-items: center;
  }
  .cid-uvsGuqmlWc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvsGuqmlWc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvsGuqmlWc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uvsGuqmlWc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvsGuqmlWc .content-wrap {
    width: 100%;
  }
}
.cid-uvsGuqmlWc .mbr-section-title {
  text-align: center;
}
.cid-uvsGuqmlWc .mbr-text,
.cid-uvsGuqmlWc .mbr-section-btn {
  text-align: center;
}
.cid-uAf5azojax {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAf5azojax {
    padding-bottom: 9rem;
  }
}
.cid-uAf5azojax img,
.cid-uAf5azojax .item-img {
  width: 100%;
  height: 100%;
}
.cid-uAf5azojax .row {
  flex-direction: row-reverse;
}
.cid-uAf5azojax .mbr-text {
  color: #000000;
}
.cid-uAf5azojax .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uAf5azojax .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAf5azojax .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uAf5azojax .mbr-text UL {
  text-align: left;
}
.cid-uAf5azojax .mbr-section-subtitle,
.cid-uAf5azojax .main-button {
  color: #000000;
}
.cid-uAf5azojax .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uAf5azojax .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uAf5azojax .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAf5azojax .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAf5azojax .item-title {
  text-align: center;
}
.cid-uAf5azojax .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAf5azojax .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uAf5azojax .mbr-section-title {
  text-align: left;
}
.cid-uAf5azojax .mbr-section-subtitle,
.cid-uAf5azojax .mbr-section-btn {
  text-align: left;
}
.cid-uAf5azojax .item-title,
.cid-uAf5azojax .mbr-section-btn {
  text-align: left;
}
.cid-uAf5uFNef8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7b65d;
}
.cid-uvsxATLjCy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/b-amalfi-1920x960.webp");
}
.cid-uvsxATLjCy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvsxATLjCy p {
  line-height: 2;
}
.cid-uvsxATLjCy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uvsxATLjCy .map {
  text-decoration: none;
  height: fit-content;
}
@media (max-width: 767px) {
  .cid-uvsxATLjCy .row {
    text-align: center;
  }
  .cid-uvsxATLjCy .social-row {
    justify-content: center;
  }
}
.cid-uvsxATLjCy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvsxATLjCy .list {
    margin-bottom: 0rem;
  }
}
.cid-uvsxATLjCy .mbr-iconfont {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvsxATLjCy .phone {
  color: #d7b65d;
}
.cid-uvsxATLjCy .mbr-text {
  color: #ffffff;
}
.cid-uvsxATLjCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsxATLjCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsxATLjCy .list,
.cid-uvsxATLjCy .mbr-section-btn {
  color: #2e481a;
}
.cid-uvsxATLjCy .copyright {
  text-align: center;
  color: #ffffff;
}
.cid-uvsxATLjCy .text {
  text-decoration: none;
}
