body {
  font-family: 'aptos';
}
.display-1 {
  font-family: 'Hall Fetica';
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Hall Fetica';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'aptos';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Hall Fetica';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'aptos';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #efa967 !important;
}
.bg-success {
  background-color: #0e5758 !important;
}
.bg-info {
  background-color: #ededed !important;
}
.bg-warning {
  background-color: #b37e4d !important;
}
.bg-danger {
  background-color: #efa967 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efa967 !important;
  border-color: #efa967 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #efa967 !important;
  border-color: #efa967 !important;
  box-shadow: #efa967 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e77d19 !important;
  border-color: #e77d19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #128081 !important;
  border-color: #128081 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #128081 !important;
  border-color: #128081 !important;
  box-shadow: #128081 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #073535 !important;
  border-color: #073535 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: #ededed 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c2c2c2 !important;
  border-color: #c2c2c2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e5758 !important;
  border-color: #0e5758 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0e5758 !important;
  border-color: #0e5758 !important;
  box-shadow: #0e5758 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #020d0d !important;
  border-color: #020d0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b37e4d !important;
  border-color: #b37e4d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b37e4d !important;
  border-color: #b37e4d !important;
  box-shadow: #b37e4d 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #775333 !important;
  border-color: #775333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efa967 !important;
  border-color: #efa967 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #efa967 !important;
  border-color: #efa967 !important;
  box-shadow: #efa967 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e77d19 !important;
  border-color: #e77d19 !important;
}
.btn-white {
  color: #efa967 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #efa967 !important;
  box-shadow: #efa967 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efa967;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e77d19 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #efa967 !important;
  border-color: #efa967 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #128081;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #073535 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #128081 !important;
  border-color: #128081 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ededed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e5758;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020d0d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e5758 !important;
  border-color: #0e5758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b37e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #775333 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b37e4d !important;
  border-color: #b37e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efa967;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e77d19 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efa967 !important;
  border-color: #efa967 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #efa967 !important;
}
.text-secondary {
  color: #128081 !important;
}
.text-success {
  color: #0e5758 !important;
}
.text-info {
  color: #ededed !important;
}
.text-warning {
  color: #b37e4d !important;
}
.text-danger {
  color: #efa967 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d97517 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #062727 !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: #bababa !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6c4c2e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d97517 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #efa967;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ededed;
}
.alert-warning {
  background-color: #b37e4d;
}
.alert-danger {
  background-color: #efa967;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efa967;
  border-color: #efa967;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efa967;
}
.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: #20c4c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9bfa6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'aptos';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #efa967 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'aptos';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #efa967;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efa967;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #efa967;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efa967;
  border-bottom-color: #efa967;
}
.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: #efa967 !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: #128081 !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='%23efa967' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sQknKIJ5xL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQknKIJ5xL .btn {
  padding: 0.3rem 2rem;
}
.cid-sQknKIJ5xL .nav-link {
  position: relative;
}
.cid-sQknKIJ5xL .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #efa967;
}
.cid-sQknKIJ5xL .nav-link:hover:before {
  width: 100%;
}
.cid-sQknKIJ5xL nav.navbar {
  position: fixed;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQknKIJ5xL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQknKIJ5xL .dropdown-item:hover,
.cid-sQknKIJ5xL .dropdown-item:focus {
  background: #efa967 !important;
  color: white !important;
}
.cid-sQknKIJ5xL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQknKIJ5xL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQknKIJ5xL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQknKIJ5xL .container {
  display: flex;
  margin: auto;
}
.cid-sQknKIJ5xL .iconfont-wrapper {
  color: #efa967 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown-menu,
.cid-sQknKIJ5xL .navbar.opened {
  background: #ffffff !important;
}
.cid-sQknKIJ5xL .nav-item:focus,
.cid-sQknKIJ5xL .nav-link:focus {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQknKIJ5xL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQknKIJ5xL .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.opened {
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQknKIJ5xL .navbar .navbar-logo img {
  width: auto;
}
.cid-sQknKIJ5xL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQknKIJ5xL .navbar.collapsed {
  justify-content: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQknKIJ5xL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQknKIJ5xL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQknKIJ5xL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQknKIJ5xL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQknKIJ5xL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQknKIJ5xL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQknKIJ5xL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQknKIJ5xL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQknKIJ5xL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQknKIJ5xL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown-item.active,
.cid-sQknKIJ5xL .dropdown-item:active {
  background-color: transparent;
}
.cid-sQknKIJ5xL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQknKIJ5xL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQknKIJ5xL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQknKIJ5xL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQknKIJ5xL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #128081;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQknKIJ5xL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar {
    height: 70px;
  }
  .cid-sQknKIJ5xL .navbar.opened {
    height: auto;
  }
  .cid-sQknKIJ5xL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thvD34uA6D {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sfondo-principale.jpg");
}
.cid-thvD34uA6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-thvD34uA6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thvD34uA6D .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thvD34uA6D .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-thvD34uA6D .mbr-text,
.cid-thvD34uA6D .mbr-section-btn {
  color: #353535;
}
.cid-thvD34uA6D .mbr-section-title {
  color: #128081;
}
.cid-tgi4CRstV5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgi4CRstV5 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-tgi4CRstV5 .card-title {
  transition: all 0.3s;
}
.cid-tgi4CRstV5 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tgi4CRstV5 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #ffffff;
  position: absolute;
}
.cid-tgi4CRstV5 .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgi4CRstV5 .card-wrapper:hover {
  background: #ffffff;
  box-shadow: 5px 5px 30px 0 #ffffff;
}
.cid-tgi4CRstV5 .card-wrapper:hover .mbr-iconfont,
.cid-tgi4CRstV5 .card-wrapper:hover .card-title {
  color: #000000;
}
.cid-tgi4CRstV5 .card-title,
.cid-tgi4CRstV5 .card-box {
  color: #353535;
}
.cid-tgi4CRstV5 .main-title,
.cid-tgi4CRstV5 .title-col {
  text-align: center;
  color: #128081;
}
.cid-tgi4CRstV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgi4CRstV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgz4uCzaL2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgz4uCzaL2 .image-wrapper {
  padding: 0 2rem;
}
.cid-tgz4uCzaL2 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tgz4uCzaL2 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tgz4uCzaL2 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tgz4uCzaL2 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tgz4uCzaL2 .mbr-text {
  color: #000000;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tgz4uCzaL2 .text-wrapper,
  .cid-tgz4uCzaL2 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tgz4uCzaL2 .text-wrapper,
  .cid-tgz4uCzaL2 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tgz4uCzaL2 .text-wrapper,
  .cid-tgz4uCzaL2 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tgz4uCzaL2 .text-wrapper,
  .cid-tgz4uCzaL2 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tgz4uCzaL2 .text-wrapper,
  .cid-tgz4uCzaL2 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .content {
    text-align: center;
  }
}
.cid-tgz4uCzaL2 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .mbr-card-title {
    text-align: start;
  }
}
.cid-tgz4uCzaL2 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tgz4uCzaL2 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tgz4uCzaL2 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tgz4uCzaL2 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tgz4uCzaL2 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tgz4uCzaL2 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tgz4uCzaL2 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tgz4uCzaL2 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tgz4uCzaL2 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tgz4uCzaL2 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tgz4uCzaL2 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tgz4uCzaL2 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tgz4uCzaL2 .tile-text-wrap {
  display: flex;
}
.cid-tgz4uCzaL2 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tgz4uCzaL2 svg path {
  fill: #cd8ad1;
}
.cid-tgz4uCzaL2 .numbers {
  display: flex;
  align-self: center;
}
.cid-tgz4uCzaL2 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tgz4uCzaL2 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tgz4uCzaL2 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tgz4uCzaL2 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tgz4uCzaL2 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tgz4uCzaL2 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tgz4uCzaL2 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tgz4uCzaL2 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tgz4uCzaL2 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tgz4uCzaL2 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tgz4uCzaL2 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tgz4uCzaL2 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tgz4uCzaL2 .mbr-section-btn {
  display: flex;
}
.cid-thvUBAbySs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-thvUBAbySs .mbr-fallback-image.disabled {
  display: none;
}
.cid-thvUBAbySs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thvUBAbySs .item {
  padding-bottom: 2rem;
}
.cid-thvUBAbySs .item-wrapper {
  position: relative;
}
.cid-thvUBAbySs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-thvUBAbySs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thvUBAbySs .carousel-control,
.cid-thvUBAbySs .close {
  background: #1b1b1b;
}
.cid-thvUBAbySs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thvUBAbySs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thvUBAbySs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thvUBAbySs .carousel-control-next span {
  margin-left: 5px;
}
.cid-thvUBAbySs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thvUBAbySs .close::before {
  content: '\e91a';
}
.cid-thvUBAbySs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thvUBAbySs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-thvUBAbySs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thvUBAbySs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thvUBAbySs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thvUBAbySs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thvUBAbySs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-thvUBAbySs .carousel-indicators li.active,
.cid-thvUBAbySs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thvUBAbySs .carousel-indicators li::after,
.cid-thvUBAbySs .carousel-indicators li::before {
  content: none;
}
.cid-thvUBAbySs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thvUBAbySs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thvUBAbySs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thvUBAbySs .carousel-indicators {
    display: none;
  }
}
.cid-thvUBAbySs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thvUBAbySs .carousel-inner > .active {
  display: block;
}
.cid-thvUBAbySs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thvUBAbySs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thvUBAbySs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thvUBAbySs .carousel-control,
  .cid-thvUBAbySs .carousel-indicators,
  .cid-thvUBAbySs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thvUBAbySs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thvUBAbySs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thvUBAbySs .carousel-indicators .active,
.cid-thvUBAbySs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thvUBAbySs .carousel-indicators .active {
  background: #fff;
}
.cid-thvUBAbySs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thvUBAbySs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thvUBAbySs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thvUBAbySs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thvUBAbySs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thvUBAbySs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thvUBAbySs .carousel {
  width: 100%;
}
.cid-thvUBAbySs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thvUBAbySs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thvUBAbySs .modal.fade .modal-dialog,
.cid-thvUBAbySs .modal.in .modal-dialog {
  transform: none;
}
.cid-thvUBAbySs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thvUBAbySs H6 {
  text-align: left;
}
.cid-thvUBAbySs H3 {
  color: #128081;
}
.cid-thvUBAbySs H4 {
  color: #11323f;
}
.cid-thBx7WMozx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sfondo-sezioni-2000x1119.jpg");
}
.cid-thBx7WMozx .mbr-overlay {
  background: #0e5758;
  opacity: 0.6;
}
.cid-thBx7WMozx img,
.cid-thBx7WMozx .item-img {
  width: 100%;
}
.cid-thBx7WMozx .item:focus,
.cid-thBx7WMozx span:focus {
  outline: none;
}
.cid-thBx7WMozx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-thBx7WMozx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-thBx7WMozx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thBx7WMozx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-thBx7WMozx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-thBx7WMozx .mbr-section-title {
  color: #ffffff;
}
.cid-thBx7WMozx .mbr-text,
.cid-thBx7WMozx .mbr-section-btn {
  text-align: left;
}
.cid-thBx7WMozx .item-title {
  text-align: left;
  color: #128081;
}
.cid-thBx7WMozx .item-subtitle {
  text-align: left;
}
.cid-uArp8QdBLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sfondo-integrazioni-pos.jpg");
}
.cid-uArp8QdBLP .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-uArp8QdBLP .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uArp8QdBLP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uArp8QdBLP .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #128081;
}
.cid-uArp8QdBLP .mbr-media span:hover {
  color: #f0aa67 !important;
}
.cid-uArp8QdBLP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uArp8QdBLP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uArp8QdBLP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uArp8QdBLP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uArp8QdBLP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uArp8QdBLP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uArp8QdBLP .mbr-section-title {
  color: #ffffff;
}
.cid-uArp8QdBLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArp8QdBLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thCb5RLugd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-thCb5RLugd .mbr-section-title {
  color: #128081;
}
.cid-thCb5RLugd .mbr-text,
.cid-thCb5RLugd .mbr-section-btn {
  color: #353535;
}
.cid-thCb5RLugd .mbr-section-subtitle {
  color: #8364e2;
}
.cid-thCb5RLugd img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-thCb5RLugd .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-thCb5RLugd .mbr-fallback-image.disabled {
  display: none;
}
.cid-thCb5RLugd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZIX31TEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uKZIX31TEd .row {
  flex-direction: row-reverse;
}
.cid-uKZIX31TEd .mbr-section-title {
  color: #46b065;
}
.cid-uKZIX31TEd .mbr-text,
.cid-uKZIX31TEd .mbr-section-btn {
  color: #000000;
}
.cid-uKZIX31TEd .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uKZIX31TEd img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uKZIX31TEd .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uKZIX31TEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZIX31TEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJgdPKdpH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slider-chi-siamo.jpg");
}
.cid-tZJgdPKdpH .row {
  justify-content: space-between;
}
.cid-tZJgdPKdpH .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  color: #bbbbbb;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-tZJgdPKdpH .form-control:focus,
.cid-tZJgdPKdpH .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-tZJgdPKdpH .form-group {
  margin-bottom: 1rem;
}
.cid-tZJgdPKdpH input::-webkit-input-placeholder,
.cid-tZJgdPKdpH textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tZJgdPKdpH input:-moz-placeholder,
.cid-tZJgdPKdpH textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tZJgdPKdpH .jq-selectbox li,
.cid-tZJgdPKdpH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tZJgdPKdpH .jq-selectbox li:hover,
.cid-tZJgdPKdpH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tZJgdPKdpH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tZJgdPKdpH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tZJgdPKdpH .mbr-text {
  color: #767676;
}
.cid-tZJgdPKdpH .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tZJgdPKdpH .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #f4f4f4;
  opacity: 1;
  z-index: 0;
}
.cid-tZJgdPKdpH .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tZJgdPKdpH .form-block {
    padding: 1rem;
  }
}
.cid-tZJgdPKdpH H4 {
  color: #0e5758;
  text-align: center;
}
.cid-tZJgdPKdpH .mbr-section-title,
.cid-tZJgdPKdpH .mbr-section-btn {
  color: #ffffff;
}
.cid-tZJgdPKdpH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZJgdPKdpH .form-text {
  color: #353535;
}
.cid-tZJgdPKdpH .text {
  color: #ffffff;
}
.cid-tZJgdPKdpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJgdPKdpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgyY0DPIlK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-tgyY0DPIlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgyY0DPIlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgyY0DPIlK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgyY0DPIlK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tgyY0DPIlK .row {
    text-align: center;
  }
  .cid-tgyY0DPIlK .row > div {
    margin: auto;
  }
  .cid-tgyY0DPIlK .social-row {
    justify-content: center;
  }
}
.cid-tgyY0DPIlK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgyY0DPIlK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tgyY0DPIlK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgyY0DPIlK .list {
    margin-bottom: 0rem;
  }
}
.cid-tgyY0DPIlK .mbr-text {
  color: #11323f;
}
.cid-tgyY0DPIlK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tgyY0DPIlK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tgyY0DPIlK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgyY0DPIlK .mbr-section-subtitle {
  color: #11323f;
}
.cid-sQknKIJ5xL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQknKIJ5xL .btn {
  padding: 0.3rem 2rem;
}
.cid-sQknKIJ5xL .nav-link {
  position: relative;
}
.cid-sQknKIJ5xL .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #efa967;
}
.cid-sQknKIJ5xL .nav-link:hover:before {
  width: 100%;
}
.cid-sQknKIJ5xL nav.navbar {
  position: fixed;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQknKIJ5xL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQknKIJ5xL .dropdown-item:hover,
.cid-sQknKIJ5xL .dropdown-item:focus {
  background: #efa967 !important;
  color: white !important;
}
.cid-sQknKIJ5xL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQknKIJ5xL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQknKIJ5xL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQknKIJ5xL .container {
  display: flex;
  margin: auto;
}
.cid-sQknKIJ5xL .iconfont-wrapper {
  color: #efa967 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown-menu,
.cid-sQknKIJ5xL .navbar.opened {
  background: #ffffff !important;
}
.cid-sQknKIJ5xL .nav-item:focus,
.cid-sQknKIJ5xL .nav-link:focus {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQknKIJ5xL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQknKIJ5xL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQknKIJ5xL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQknKIJ5xL .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.opened {
  transition: all 0.3s;
}
.cid-sQknKIJ5xL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQknKIJ5xL .navbar .navbar-logo img {
  width: auto;
}
.cid-sQknKIJ5xL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQknKIJ5xL .navbar.collapsed {
  justify-content: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQknKIJ5xL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQknKIJ5xL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQknKIJ5xL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQknKIJ5xL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQknKIJ5xL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQknKIJ5xL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQknKIJ5xL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQknKIJ5xL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQknKIJ5xL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQknKIJ5xL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQknKIJ5xL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQknKIJ5xL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQknKIJ5xL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQknKIJ5xL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQknKIJ5xL .dropdown-item.active,
.cid-sQknKIJ5xL .dropdown-item:active {
  background-color: transparent;
}
.cid-sQknKIJ5xL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQknKIJ5xL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQknKIJ5xL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQknKIJ5xL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQknKIJ5xL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQknKIJ5xL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQknKIJ5xL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #128081;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQknKIJ5xL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQknKIJ5xL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQknKIJ5xL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQknKIJ5xL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQknKIJ5xL .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-sQknKIJ5xL .navbar {
    height: 70px;
  }
  .cid-sQknKIJ5xL .navbar.opened {
    height: auto;
  }
  .cid-sQknKIJ5xL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKZEax5J6r {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-uKZEax5J6r {
    align-items: flex-end;
  }
  .cid-uKZEax5J6r .row {
    justify-content: center;
  }
  .cid-uKZEax5J6r .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKZEax5J6r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKZEax5J6r {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKZEax5J6r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKZEax5J6r .content-wrap {
    width: 100%;
  }
}
.cid-uKZEax5J6r .mbr-section-title,
.cid-uKZEax5J6r .mbr-section-subtitle {
  text-align: center;
}
.cid-uKZEax5J6r .mbr-text,
.cid-uKZEax5J6r .mbr-section-btn {
  text-align: center;
}
.cid-uKZEbtwYId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sfondo-sezioni.jpg");
}
.cid-uKZEbtwYId .mbr-overlay {
  background-color: #188181;
  opacity: 0.4;
}
.cid-uKZEbtwYId .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-uKZEbtwYId .mbr-section-title {
  color: #f6f6ef;
}
.cid-uKZEbtwYId .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKZEbtwYId .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-uKZEbtwYId .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uKZEbtwYId form {
  width: 100%;
}
.cid-uKZEbtwYId form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uKZEbtwYId form p {
  color: #f6f6ef;
}
.cid-uKZEbtwYId form .mbr-section-btn {
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-uKZEbtwYId form .mbr-section-btn .btn {
  min-width: 150px;
  min-height: 40px;
  padding: 6px 12px;
}
.cid-uKZEbtwYId form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.cid-uKZEbtwYId form .form-control {
  height: 40px;
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #181817;
  font-weight: 400;
}
.cid-uKZEbtwYId form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form select {
  color: #bbbbbb !important;
}
.cid-uKZEbtwYId form textarea {
  height: 200px !important;
  resize: none;
}
.cid-uKZEbtwYId form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uKZEbtwYId form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uKZEbtwYId form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uKZEbtwYId form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uKZEbtwYId form input,
.cid-uKZEbtwYId form textarea {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cid-uKZEbtwYId form input:active,
.cid-uKZEbtwYId form textarea:active,
.cid-uKZEbtwYId form input:focus,
.cid-uKZEbtwYId form textarea:focus {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  outline: none !important;
  outline-offset: -1px;
  box-shadow: 0 0 5px #cacaca !important;
}
.cid-uKZEbtwYId form input:active::-webkit-input-placeholder,
.cid-uKZEbtwYId form textarea:active::-webkit-input-placeholder,
.cid-uKZEbtwYId form input:focus::-webkit-input-placeholder,
.cid-uKZEbtwYId form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form input:active::-moz-placeholder,
.cid-uKZEbtwYId form textarea:active::-moz-placeholder,
.cid-uKZEbtwYId form input:focus::-moz-placeholder,
.cid-uKZEbtwYId form textarea:focus::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form input:active:-moz-placeholder,
.cid-uKZEbtwYId form textarea:active:-moz-placeholder,
.cid-uKZEbtwYId form input:focus:-moz-placeholder,
.cid-uKZEbtwYId form textarea:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form input:active:-ms-input-placeholder,
.cid-uKZEbtwYId form textarea:active:-ms-input-placeholder,
.cid-uKZEbtwYId form input:focus:-ms-input-placeholder,
.cid-uKZEbtwYId form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uKZEbtwYId form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uKZEbtwYId form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uKZEbtwYId form label {
  width: 100%;
  color: #f6f6ef;
  margin-bottom: 0.4rem;
}
.cid-uKZEbtwYId form .form-check-input {
  border-color: #bbbbbb !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uKZEbtwYId form .form-check-input:focus,
.cid-uKZEbtwYId form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #181817 !important;
}
.cid-uKZEbtwYId form .form-check-input:checked {
  border-color: #181817 !important;
  background-color: #FACB1D !important;
}
.cid-tgyY0DPIlK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-tgyY0DPIlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgyY0DPIlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgyY0DPIlK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgyY0DPIlK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tgyY0DPIlK .row {
    text-align: center;
  }
  .cid-tgyY0DPIlK .row > div {
    margin: auto;
  }
  .cid-tgyY0DPIlK .social-row {
    justify-content: center;
  }
}
.cid-tgyY0DPIlK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgyY0DPIlK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tgyY0DPIlK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgyY0DPIlK .list {
    margin-bottom: 0rem;
  }
}
.cid-tgyY0DPIlK .mbr-text {
  color: #11323f;
}
.cid-tgyY0DPIlK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tgyY0DPIlK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tgyY0DPIlK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgyY0DPIlK .mbr-section-subtitle {
  color: #11323f;
}
