.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: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #d70081 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #d70081 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #ffffff !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: #d70081;
  color: #d70081;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.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: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.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: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !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: #d70081 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #d70081 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710044 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #710044 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d70081;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #d70081;
}
.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: #d70081;
  border-color: #d70081;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d70081;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffa4db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #d70081 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d70081;
}
/* 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: #d70081;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d70081;
}
.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: #d70081;
  border-bottom-color: #d70081;
}
.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: #ffffff !important;
  background-color: #d70081 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23d70081' %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-uM6yRjZPoc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20210521-13643-2000x3000.jpeg");
}
.cid-uM6yRjZPoc .content-head {
  max-width: 800px;
}
.cid-uM6yRjZPoc .mbr-section-title {
  color: #d70081;
}
.cid-uM6vdKv4Ba {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uM6vdKv4Ba .social-row .soc-item {
  margin: 8px;
}
.cid-uM6vdKv4Ba .social-row .soc-item a:hover .mbr-iconfont,
.cid-uM6vdKv4Ba .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uM6vdKv4Ba .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uM6vdKv4Ba .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uM6vdKv4Ba .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uM6vdKv4Ba .header-menu li p {
  margin: 0;
}
.cid-uM6vdKv4Ba .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uM6vdKv4Ba .mbr-section-title {
  color: #ffffff;
}
.cid-uM6tJM8SZA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uM6tJM8SZA img,
.cid-uM6tJM8SZA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uM6tJM8SZA img,
  .cid-uM6tJM8SZA .item-img {
    max-height: 300px;
  }
}
.cid-uM6tJM8SZA .item:focus,
.cid-uM6tJM8SZA span:focus {
  outline: none;
}
.cid-uM6tJM8SZA .item-wrapper {
  position: relative;
}
.cid-uM6tJM8SZA .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffd7ef;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uM6tJM8SZA .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uM6tJM8SZA .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uM6tJM8SZA .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uM6tJM8SZA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uM6tJM8SZA .mbr-section-title {
  color: #232323;
}
.cid-uM6tJM8SZA .mbr-text,
.cid-uM6tJM8SZA .mbr-section-btn {
  text-align: left;
}
.cid-uM6tJM8SZA .item-title {
  text-align: left;
}
.cid-uM6tJM8SZA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uM6tJM8SZA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uM6tJM8SZA .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uM6tJM8SZA .embla__button--next,
.cid-uM6tJM8SZA .embla__button--prev {
  display: flex;
}
.cid-uM6tJM8SZA .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uM6tJM8SZA .embla__button {
    display: none;
  }
}
.cid-uM6tJM8SZA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM6tJM8SZA .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uM6tJM8SZA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM6tJM8SZA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uM6tJM8SZA .embla__button {
    top: auto;
  }
}
.cid-uM6tJM8SZA .embla {
  position: relative;
  width: 100%;
}
.cid-uM6tJM8SZA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uM6tJM8SZA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM6tJM8SZA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM6tJM8SZA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uM6tJM8SZA .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uM6tJM8SZA .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uM6tJM8SZA .content-head {
  max-width: 800px;
}
.cid-uM6tJLkBeY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd7ef;
}
.cid-uM6tJLkBeY img,
.cid-uM6tJLkBeY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uM6tJLkBeY img,
  .cid-uM6tJLkBeY .item-img {
    max-height: 300px;
  }
}
.cid-uM6tJLkBeY .item:focus,
.cid-uM6tJLkBeY span:focus {
  outline: none;
}
.cid-uM6tJLkBeY .item-wrapper {
  position: relative;
}
.cid-uM6tJLkBeY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uM6tJLkBeY .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uM6tJLkBeY .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uM6tJLkBeY .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uM6tJLkBeY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uM6tJLkBeY .mbr-section-title {
  color: #232323;
}
.cid-uM6tJLkBeY .mbr-text,
.cid-uM6tJLkBeY .mbr-section-btn {
  text-align: left;
}
.cid-uM6tJLkBeY .item-title {
  text-align: left;
}
.cid-uM6tJLkBeY .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uM6tJLkBeY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uM6tJLkBeY .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uM6tJLkBeY .embla__button--next,
.cid-uM6tJLkBeY .embla__button--prev {
  display: flex;
}
.cid-uM6tJLkBeY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uM6tJLkBeY .embla__button {
    display: none;
  }
}
.cid-uM6tJLkBeY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM6tJLkBeY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uM6tJLkBeY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM6tJLkBeY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uM6tJLkBeY .embla__button {
    top: auto;
  }
}
.cid-uM6tJLkBeY .embla {
  position: relative;
  width: 100%;
}
.cid-uM6tJLkBeY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uM6tJLkBeY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM6tJLkBeY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM6tJLkBeY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uM6tJLkBeY .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uM6tJLkBeY .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uM6tJLkBeY .content-head {
  max-width: 800px;
}
.cid-uNJ66zdn7A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffd7ef;
}
.cid-uNJ66zdn7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJ66zdn7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNJ66zdn7A .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJ66zdn7A .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uNJ66zdn7A .google-map {
  height: 100%;
  position: relative;
}
.cid-uNJ66zdn7A .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNJ66zdn7A .google-map iframe {
    min-height: 350px;
  }
}
.cid-uNJ66zdn7A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNJ66zdn7A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNJ66zdn7A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNJ66zdn7A .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNJ66zdn7A .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJ66zdn7A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNJ66zdn7A ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uNJ66zdn7A .content-head {
  max-width: 800px;
}
.cid-uNJ8FEFvPN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffd7ef;
}
.cid-uNJ8FEFvPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJ8FEFvPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNJ8FEFvPN .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJ8FEFvPN .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uNJ8FEFvPN .google-map {
  height: 100%;
  position: relative;
}
.cid-uNJ8FEFvPN .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNJ8FEFvPN .google-map iframe {
    min-height: 350px;
  }
}
.cid-uNJ8FEFvPN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNJ8FEFvPN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNJ8FEFvPN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNJ8FEFvPN .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNJ8FEFvPN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNJ8FEFvPN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNJ8FEFvPN ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uNJ8FEFvPN .content-head {
  max-width: 800px;
}
.cid-uSP9zooAWA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uM6vdKv4Ba .social-row .soc-item {
  margin: 8px;
}
.cid-uM6vdKv4Ba .social-row .soc-item a:hover .mbr-iconfont,
.cid-uM6vdKv4Ba .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uM6vdKv4Ba .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uM6vdKv4Ba .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uM6vdKv4Ba .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uM6vdKv4Ba .header-menu li p {
  margin: 0;
}
.cid-uM6vdKv4Ba .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uM6vdKv4Ba .mbr-section-title {
  color: #ffffff;
}
.cid-uSOJiYhdnX {
  display: flex;
  background-image: url("../../../assets/images/francescadipuppo1-1.jpeg");
}
.cid-uSOJiYhdnX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOJiYhdnX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOJiYhdnX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOJiYhdnX {
    align-items: center;
  }
  .cid-uSOJiYhdnX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOJiYhdnX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOJiYhdnX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOJiYhdnX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOJiYhdnX .content-wrap {
    width: 100%;
  }
}
.cid-uSOJiYhdnX .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOJiYhdnX .mbr-text,
.cid-uSOJiYhdnX .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOJiYhdnX .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOJiYtLGn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOJiYtLGn .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOJiYtLGn .social-row .soc-item {
  margin: 8px;
}
.cid-uSOJiYtLGn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOJiYtLGn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOJiYtLGn .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOJiYtLGn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOJiYtLGn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOJiYtLGn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOJiYtLGn .header-menu li p {
  margin: 0;
}
.cid-uSOJiYtLGn .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOJiYtLGn .mbr-section-title {
  color: #ffffff;
}
.cid-uSOLhEbY0I {
  display: flex;
  background-image: url("../../../assets/images/cesareianniciello.jpg");
}
.cid-uSOLhEbY0I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOLhEbY0I .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOLhEbY0I .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOLhEbY0I {
    align-items: center;
  }
  .cid-uSOLhEbY0I .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOLhEbY0I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOLhEbY0I {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOLhEbY0I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOLhEbY0I .content-wrap {
    width: 100%;
  }
}
.cid-uSOLhEbY0I .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOLhEbY0I .mbr-text,
.cid-uSOLhEbY0I .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOLhEbY0I .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOLhErLMx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOLhErLMx .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOLhErLMx .social-row .soc-item {
  margin: 8px;
}
.cid-uSOLhErLMx .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOLhErLMx .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOLhErLMx .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOLhErLMx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOLhErLMx .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOLhErLMx .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOLhErLMx .header-menu li p {
  margin: 0;
}
.cid-uSOLhErLMx .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOLhErLMx .mbr-section-title {
  color: #ffffff;
}
.cid-uSOLId2ylL {
  display: flex;
  background-image: url("../../../assets/images/elenapoli-1.jpg");
}
.cid-uSOLId2ylL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOLId2ylL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOLId2ylL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOLId2ylL {
    align-items: center;
  }
  .cid-uSOLId2ylL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOLId2ylL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOLId2ylL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOLId2ylL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOLId2ylL .content-wrap {
    width: 100%;
  }
}
.cid-uSOLId2ylL .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOLId2ylL .mbr-text,
.cid-uSOLId2ylL .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOLId2ylL .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOLIdh60f {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOLIdh60f .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOLIdh60f .social-row .soc-item {
  margin: 8px;
}
.cid-uSOLIdh60f .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOLIdh60f .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOLIdh60f .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOLIdh60f .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOLIdh60f .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOLIdh60f .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOLIdh60f .header-menu li p {
  margin: 0;
}
.cid-uSOLIdh60f .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOLIdh60f .mbr-section-title {
  color: #ffffff;
}
.cid-uSOLPy9Eg8 {
  display: flex;
  background-image: url("../../../assets/images/giorgiocomploj.jpg");
}
.cid-uSOLPy9Eg8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOLPy9Eg8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOLPy9Eg8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOLPy9Eg8 {
    align-items: center;
  }
  .cid-uSOLPy9Eg8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOLPy9Eg8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOLPy9Eg8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOLPy9Eg8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOLPy9Eg8 .content-wrap {
    width: 100%;
  }
}
.cid-uSOLPy9Eg8 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOLPy9Eg8 .mbr-text,
.cid-uSOLPy9Eg8 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOLPy9Eg8 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOLPyjpZ3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOLPyjpZ3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOLPyjpZ3 .social-row .soc-item {
  margin: 8px;
}
.cid-uSOLPyjpZ3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOLPyjpZ3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOLPyjpZ3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOLPyjpZ3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOLPyjpZ3 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOLPyjpZ3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOLPyjpZ3 .header-menu li p {
  margin: 0;
}
.cid-uSOLPyjpZ3 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOLPyjpZ3 .mbr-section-title {
  color: #ffffff;
}
.cid-uSOMzgiYct {
  display: flex;
  background-image: url("../../../assets/images/alexandratschager-1.jpg");
}
.cid-uSOMzgiYct .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOMzgiYct .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOMzgiYct .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOMzgiYct {
    align-items: center;
  }
  .cid-uSOMzgiYct .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOMzgiYct .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOMzgiYct {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOMzgiYct .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOMzgiYct .content-wrap {
    width: 100%;
  }
}
.cid-uSOMzgiYct .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOMzgiYct .mbr-text,
.cid-uSOMzgiYct .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOMzgiYct .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOMzgvcwo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOMzgvcwo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOMzgvcwo .social-row .soc-item {
  margin: 8px;
}
.cid-uSOMzgvcwo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOMzgvcwo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOMzgvcwo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOMzgvcwo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOMzgvcwo .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOMzgvcwo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOMzgvcwo .header-menu li p {
  margin: 0;
}
.cid-uSOMzgvcwo .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOMzgvcwo .mbr-section-title {
  color: #ffffff;
}
.cid-uSOMMN3FrA {
  display: flex;
  background-image: url("../../../assets/images/img-20250611-wa0000-4.jpeg");
}
.cid-uSOMMN3FrA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOMMN3FrA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOMMN3FrA .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOMMN3FrA {
    align-items: center;
  }
  .cid-uSOMMN3FrA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOMMN3FrA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOMMN3FrA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOMMN3FrA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOMMN3FrA .content-wrap {
    width: 100%;
  }
}
.cid-uSOMMN3FrA .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOMMN3FrA .mbr-text,
.cid-uSOMMN3FrA .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOMMN3FrA .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOMMNfh02 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOMMNfh02 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOMMNfh02 .social-row .soc-item {
  margin: 8px;
}
.cid-uSOMMNfh02 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOMMNfh02 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOMMNfh02 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOMMNfh02 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOMMNfh02 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOMMNfh02 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOMMNfh02 .header-menu li p {
  margin: 0;
}
.cid-uSOMMNfh02 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOMMNfh02 .mbr-section-title {
  color: #ffffff;
}
.cid-uSOMZFg01f {
  display: flex;
  background-image: url("../../../assets/images/esterscola-1.jpg");
}
.cid-uSOMZFg01f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOMZFg01f .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOMZFg01f .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOMZFg01f {
    align-items: center;
  }
  .cid-uSOMZFg01f .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOMZFg01f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOMZFg01f {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOMZFg01f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOMZFg01f .content-wrap {
    width: 100%;
  }
}
.cid-uSOMZFg01f .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOMZFg01f .mbr-text,
.cid-uSOMZFg01f .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOMZFg01f .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOMZFsKOQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOMZFsKOQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOMZFsKOQ .social-row .soc-item {
  margin: 8px;
}
.cid-uSOMZFsKOQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOMZFsKOQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOMZFsKOQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOMZFsKOQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOMZFsKOQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOMZFsKOQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOMZFsKOQ .header-menu li p {
  margin: 0;
}
.cid-uSOMZFsKOQ .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOMZFsKOQ .mbr-section-title {
  color: #ffffff;
}
.cid-uSONdil918 {
  display: flex;
  background-image: url("../../../assets/images/isabellacomazzi-1.jpeg");
}
.cid-uSONdil918 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSONdil918 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSONdil918 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSONdil918 {
    align-items: center;
  }
  .cid-uSONdil918 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSONdil918 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSONdil918 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSONdil918 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSONdil918 .content-wrap {
    width: 100%;
  }
}
.cid-uSONdil918 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSONdil918 .mbr-text,
.cid-uSONdil918 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSONdil918 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSONdixch8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSONdixch8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSONdixch8 .social-row .soc-item {
  margin: 8px;
}
.cid-uSONdixch8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSONdixch8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSONdixch8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSONdixch8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSONdixch8 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSONdixch8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSONdixch8 .header-menu li p {
  margin: 0;
}
.cid-uSONdixch8 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSONdixch8 .mbr-section-title {
  color: #ffffff;
}
.cid-uSOZ1Fhrkn {
  display: flex;
  background-image: url("../../../assets/images/gine-600x399.jpg");
}
.cid-uSOZ1Fhrkn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOZ1Fhrkn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOZ1Fhrkn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOZ1Fhrkn {
    align-items: center;
  }
  .cid-uSOZ1Fhrkn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOZ1Fhrkn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOZ1Fhrkn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOZ1Fhrkn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOZ1Fhrkn .content-wrap {
    width: 100%;
  }
}
.cid-uSOZ1Fhrkn .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOZ1Fhrkn .mbr-text,
.cid-uSOZ1Fhrkn .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOZ1Fhrkn .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOZ1FDAed {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOZ1FDAed .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOZ1FDAed .social-row .soc-item {
  margin: 8px;
}
.cid-uSOZ1FDAed .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOZ1FDAed .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOZ1FDAed .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOZ1FDAed .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOZ1FDAed .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOZ1FDAed .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOZ1FDAed .header-menu li p {
  margin: 0;
}
.cid-uSOZ1FDAed .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOZ1FDAed .mbr-section-title {
  color: #ffffff;
}
.cid-uSOZ8XnBhu {
  display: flex;
  background-image: url("../../../assets/images/gine-600x399.jpg");
}
.cid-uSOZ8XnBhu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOZ8XnBhu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOZ8XnBhu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOZ8XnBhu {
    align-items: center;
  }
  .cid-uSOZ8XnBhu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOZ8XnBhu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOZ8XnBhu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOZ8XnBhu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOZ8XnBhu .content-wrap {
    width: 100%;
  }
}
.cid-uSOZ8XnBhu .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOZ8XnBhu .mbr-text,
.cid-uSOZ8XnBhu .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOZ8XnBhu .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOZ8XydxJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOZ8XydxJ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOZ8XydxJ .social-row .soc-item {
  margin: 8px;
}
.cid-uSOZ8XydxJ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOZ8XydxJ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOZ8XydxJ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOZ8XydxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOZ8XydxJ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOZ8XydxJ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOZ8XydxJ .header-menu li p {
  margin: 0;
}
.cid-uSOZ8XydxJ .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOZ8XydxJ .mbr-section-title {
  color: #ffffff;
}
.cid-uSOZhZN6PC {
  display: flex;
  background-image: url("../../../assets/images/ost.jpeg");
}
.cid-uSOZhZN6PC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOZhZN6PC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOZhZN6PC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOZhZN6PC {
    align-items: center;
  }
  .cid-uSOZhZN6PC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOZhZN6PC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOZhZN6PC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOZhZN6PC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOZhZN6PC .content-wrap {
    width: 100%;
  }
}
.cid-uSOZhZN6PC .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOZhZN6PC .mbr-text,
.cid-uSOZhZN6PC .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOZhZN6PC .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOZhZYdpG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOZhZYdpG .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOZhZYdpG .social-row .soc-item {
  margin: 8px;
}
.cid-uSOZhZYdpG .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOZhZYdpG .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOZhZYdpG .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOZhZYdpG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOZhZYdpG .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOZhZYdpG .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOZhZYdpG .header-menu li p {
  margin: 0;
}
.cid-uSOZhZYdpG .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOZhZYdpG .mbr-section-title {
  color: #ffffff;
}
.cid-uO2ufEOaPw {
  display: flex;
  background-image: url("../../../assets/images/ost.jpeg");
}
.cid-uO2ufEOaPw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2ufEOaPw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2ufEOaPw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2ufEOaPw {
    align-items: center;
  }
  .cid-uO2ufEOaPw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2ufEOaPw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2ufEOaPw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2ufEOaPw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2ufEOaPw .content-wrap {
    width: 100%;
  }
}
.cid-uO2ufEOaPw .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2ufEOaPw .mbr-text,
.cid-uO2ufEOaPw .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2ufEOaPw .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2ufF52y5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2ufF52y5 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2ufF52y5 .social-row .soc-item {
  margin: 8px;
}
.cid-uO2ufF52y5 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2ufF52y5 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2ufF52y5 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2ufF52y5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2ufF52y5 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2ufF52y5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2ufF52y5 .header-menu li p {
  margin: 0;
}
.cid-uO2ufF52y5 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2ufF52y5 .mbr-section-title {
  color: #ffffff;
}
.cid-uSOZl9QIqv {
  display: flex;
  background-image: url("../../../assets/images/ost.jpeg");
}
.cid-uSOZl9QIqv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSOZl9QIqv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSOZl9QIqv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSOZl9QIqv {
    align-items: center;
  }
  .cid-uSOZl9QIqv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSOZl9QIqv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSOZl9QIqv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSOZl9QIqv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSOZl9QIqv .content-wrap {
    width: 100%;
  }
}
.cid-uSOZl9QIqv .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSOZl9QIqv .mbr-text,
.cid-uSOZl9QIqv .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSOZl9QIqv .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSOZla4Wbp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSOZla4Wbp .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSOZla4Wbp .social-row .soc-item {
  margin: 8px;
}
.cid-uSOZla4Wbp .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSOZla4Wbp .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSOZla4Wbp .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSOZla4Wbp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSOZla4Wbp .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSOZla4Wbp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSOZla4Wbp .header-menu li p {
  margin: 0;
}
.cid-uSOZla4Wbp .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSOZla4Wbp .mbr-section-title {
  color: #ffffff;
}
.cid-uO2sAr3VYi {
  display: flex;
  background-image: url("../../../assets/images/nut.png");
}
.cid-uO2sAr3VYi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2sAr3VYi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2sAr3VYi .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2sAr3VYi {
    align-items: center;
  }
  .cid-uO2sAr3VYi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2sAr3VYi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2sAr3VYi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2sAr3VYi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2sAr3VYi .content-wrap {
    width: 100%;
  }
}
.cid-uO2sAr3VYi .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2sAr3VYi .mbr-text,
.cid-uO2sAr3VYi .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2sAr3VYi .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2sArop93 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2sArop93 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2sArop93 .social-row .soc-item {
  margin: 8px;
}
.cid-uO2sArop93 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2sArop93 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2sArop93 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2sArop93 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2sArop93 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2sArop93 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2sArop93 .header-menu li p {
  margin: 0;
}
.cid-uO2sArop93 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2sArop93 .mbr-section-title {
  color: #ffffff;
}
.cid-uO2fTZ25Ld {
  display: flex;
  background-image: url("../../../assets/images/gine-600x399.jpg");
}
.cid-uO2fTZ25Ld .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2fTZ25Ld .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2fTZ25Ld .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2fTZ25Ld {
    align-items: center;
  }
  .cid-uO2fTZ25Ld .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2fTZ25Ld .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2fTZ25Ld {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2fTZ25Ld .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2fTZ25Ld .content-wrap {
    width: 100%;
  }
}
.cid-uO2fTZ25Ld .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2fTZ25Ld .mbr-text,
.cid-uO2fTZ25Ld .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2fTZ25Ld .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uM6vdKv4Ba {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uM6vdKv4Ba .social-row .soc-item {
  margin: 8px;
}
.cid-uM6vdKv4Ba .social-row .soc-item a:hover .mbr-iconfont,
.cid-uM6vdKv4Ba .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uM6vdKv4Ba .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uM6vdKv4Ba .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uM6vdKv4Ba .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uM6vdKv4Ba .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uM6vdKv4Ba .header-menu li p {
  margin: 0;
}
.cid-uM6vdKv4Ba .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uM6vdKv4Ba .mbr-section-title {
  color: #ffffff;
}
.cid-uO2iznmSX7 {
  display: flex;
  background-image: url("../../../assets/images/baby-1-600x400.png");
}
.cid-uO2iznmSX7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2iznmSX7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2iznmSX7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2iznmSX7 {
    align-items: center;
  }
  .cid-uO2iznmSX7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2iznmSX7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2iznmSX7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2iznmSX7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2iznmSX7 .content-wrap {
    width: 100%;
  }
}
.cid-uO2iznmSX7 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2iznmSX7 .mbr-text,
.cid-uO2iznmSX7 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2iznmSX7 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2iznFcwQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2iznFcwQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2iznFcwQ .social-row .soc-item {
  margin: 8px;
}
.cid-uO2iznFcwQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2iznFcwQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2iznFcwQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2iznFcwQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2iznFcwQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2iznFcwQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2iznFcwQ .header-menu li p {
  margin: 0;
}
.cid-uO2iznFcwQ .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2iznFcwQ .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7hzstQO {
  display: flex;
  background-image: url("../../../assets/images/baby-1-600x400.png");
}
.cid-uSP7hzstQO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7hzstQO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7hzstQO .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7hzstQO {
    align-items: center;
  }
  .cid-uSP7hzstQO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7hzstQO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7hzstQO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7hzstQO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7hzstQO .content-wrap {
    width: 100%;
  }
}
.cid-uSP7hzstQO .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7hzstQO .mbr-text,
.cid-uSP7hzstQO .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7hzstQO .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7hzCnO3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7hzCnO3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7hzCnO3 .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7hzCnO3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7hzCnO3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7hzCnO3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7hzCnO3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7hzCnO3 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7hzCnO3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7hzCnO3 .header-menu li p {
  margin: 0;
}
.cid-uSP7hzCnO3 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7hzCnO3 .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7ow9vLa {
  display: flex;
  background-image: url("../../../assets/images/baby-1-600x400.png");
}
.cid-uSP7ow9vLa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7ow9vLa .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7ow9vLa .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7ow9vLa {
    align-items: center;
  }
  .cid-uSP7ow9vLa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7ow9vLa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7ow9vLa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7ow9vLa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7ow9vLa .content-wrap {
    width: 100%;
  }
}
.cid-uSP7ow9vLa .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7ow9vLa .mbr-text,
.cid-uSP7ow9vLa .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7ow9vLa .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7owsao3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7owsao3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7owsao3 .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7owsao3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7owsao3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7owsao3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7owsao3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7owsao3 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7owsao3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7owsao3 .header-menu li p {
  margin: 0;
}
.cid-uSP7owsao3 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7owsao3 .mbr-section-title {
  color: #ffffff;
}
.cid-uO2psXaacp {
  display: flex;
  background-image: url("../../../assets/images/medest.jpeg");
}
.cid-uO2psXaacp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2psXaacp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2psXaacp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2psXaacp {
    align-items: center;
  }
  .cid-uO2psXaacp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2psXaacp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2psXaacp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2psXaacp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2psXaacp .content-wrap {
    width: 100%;
  }
}
.cid-uO2psXaacp .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2psXaacp .mbr-text,
.cid-uO2psXaacp .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2psXaacp .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2psXtOrf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2psXtOrf .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2psXtOrf .social-row .soc-item {
  margin: 8px;
}
.cid-uO2psXtOrf .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2psXtOrf .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2psXtOrf .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2psXtOrf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2psXtOrf .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2psXtOrf .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2psXtOrf .header-menu li p {
  margin: 0;
}
.cid-uO2psXtOrf .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2psXtOrf .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7rLZngu {
  display: flex;
  background-image: url("../../../assets/images/medest.jpeg");
}
.cid-uSP7rLZngu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7rLZngu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7rLZngu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7rLZngu {
    align-items: center;
  }
  .cid-uSP7rLZngu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7rLZngu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7rLZngu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7rLZngu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7rLZngu .content-wrap {
    width: 100%;
  }
}
.cid-uSP7rLZngu .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7rLZngu .mbr-text,
.cid-uSP7rLZngu .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7rLZngu .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7rMhzMN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7rMhzMN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7rMhzMN .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7rMhzMN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7rMhzMN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7rMhzMN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7rMhzMN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7rMhzMN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7rMhzMN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7rMhzMN .header-menu li p {
  margin: 0;
}
.cid-uSP7rMhzMN .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7rMhzMN .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7vnsO44 {
  display: flex;
  background-image: url("../../../assets/images/medest.jpeg");
}
.cid-uSP7vnsO44 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7vnsO44 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7vnsO44 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7vnsO44 {
    align-items: center;
  }
  .cid-uSP7vnsO44 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7vnsO44 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7vnsO44 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7vnsO44 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7vnsO44 .content-wrap {
    width: 100%;
  }
}
.cid-uSP7vnsO44 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7vnsO44 .mbr-text,
.cid-uSP7vnsO44 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7vnsO44 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7vnDHfS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7vnDHfS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7vnDHfS .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7vnDHfS .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7vnDHfS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7vnDHfS .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7vnDHfS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7vnDHfS .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7vnDHfS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7vnDHfS .header-menu li p {
  margin: 0;
}
.cid-uSP7vnDHfS .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7vnDHfS .mbr-section-title {
  color: #ffffff;
}
.cid-uO2oaMw18m {
  display: flex;
  background-image: url("../../../assets/images/hdlive.jpg");
}
.cid-uO2oaMw18m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2oaMw18m .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2oaMw18m .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2oaMw18m {
    align-items: center;
  }
  .cid-uO2oaMw18m .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2oaMw18m .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2oaMw18m {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2oaMw18m .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2oaMw18m .content-wrap {
    width: 100%;
  }
}
.cid-uO2oaMw18m .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2oaMw18m .mbr-text,
.cid-uO2oaMw18m .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2oaMw18m .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2oaNl10W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2oaNl10W .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2oaNl10W .social-row .soc-item {
  margin: 8px;
}
.cid-uO2oaNl10W .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2oaNl10W .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2oaNl10W .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2oaNl10W .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2oaNl10W .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2oaNl10W .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2oaNl10W .header-menu li p {
  margin: 0;
}
.cid-uO2oaNl10W .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2oaNl10W .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7zGcipk {
  display: flex;
  background-image: url("../../../assets/images/hdlive.jpg");
}
.cid-uSP7zGcipk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7zGcipk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7zGcipk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7zGcipk {
    align-items: center;
  }
  .cid-uSP7zGcipk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7zGcipk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7zGcipk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7zGcipk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7zGcipk .content-wrap {
    width: 100%;
  }
}
.cid-uSP7zGcipk .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7zGcipk .mbr-text,
.cid-uSP7zGcipk .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7zGcipk .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7zGyCj3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7zGyCj3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7zGyCj3 .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7zGyCj3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7zGyCj3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7zGyCj3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7zGyCj3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7zGyCj3 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7zGyCj3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7zGyCj3 .header-menu li p {
  margin: 0;
}
.cid-uSP7zGyCj3 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7zGyCj3 .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7C3Awod {
  display: flex;
  background-image: url("../../../assets/images/hdlive.jpg");
}
.cid-uSP7C3Awod .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7C3Awod .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7C3Awod .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7C3Awod {
    align-items: center;
  }
  .cid-uSP7C3Awod .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7C3Awod .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7C3Awod {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7C3Awod .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7C3Awod .content-wrap {
    width: 100%;
  }
}
.cid-uSP7C3Awod .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7C3Awod .mbr-text,
.cid-uSP7C3Awod .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7C3Awod .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7C3QE9n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7C3QE9n .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7C3QE9n .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7C3QE9n .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7C3QE9n .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7C3QE9n .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7C3QE9n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7C3QE9n .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7C3QE9n .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7C3QE9n .header-menu li p {
  margin: 0;
}
.cid-uSP7C3QE9n .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7C3QE9n .mbr-section-title {
  color: #ffffff;
}
.cid-uO2lStTZAO {
  display: flex;
  background-image: url("../../../assets/images/senobrust-600x316.jpeg");
}
.cid-uO2lStTZAO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2lStTZAO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2lStTZAO .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2lStTZAO {
    align-items: center;
  }
  .cid-uO2lStTZAO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2lStTZAO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2lStTZAO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2lStTZAO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2lStTZAO .content-wrap {
    width: 100%;
  }
}
.cid-uO2lStTZAO .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2lStTZAO .mbr-text,
.cid-uO2lStTZAO .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2lStTZAO .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2lSuah0P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2lSuah0P .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2lSuah0P .social-row .soc-item {
  margin: 8px;
}
.cid-uO2lSuah0P .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2lSuah0P .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2lSuah0P .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2lSuah0P .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2lSuah0P .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2lSuah0P .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2lSuah0P .header-menu li p {
  margin: 0;
}
.cid-uO2lSuah0P .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2lSuah0P .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7HDEPmb {
  display: flex;
  background-image: url("../../../assets/images/senobrust-600x316.jpeg");
}
.cid-uSP7HDEPmb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7HDEPmb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7HDEPmb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7HDEPmb {
    align-items: center;
  }
  .cid-uSP7HDEPmb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7HDEPmb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7HDEPmb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7HDEPmb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7HDEPmb .content-wrap {
    width: 100%;
  }
}
.cid-uSP7HDEPmb .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7HDEPmb .mbr-text,
.cid-uSP7HDEPmb .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7HDEPmb .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7HDUd7x {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7HDUd7x .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7HDUd7x .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7HDUd7x .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7HDUd7x .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7HDUd7x .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7HDUd7x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7HDUd7x .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7HDUd7x .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7HDUd7x .header-menu li p {
  margin: 0;
}
.cid-uSP7HDUd7x .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7HDUd7x .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7MlkD7p {
  display: flex;
  background-image: url("../../../assets/images/senobrust-600x316.jpeg");
}
.cid-uSP7MlkD7p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7MlkD7p .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7MlkD7p .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7MlkD7p {
    align-items: center;
  }
  .cid-uSP7MlkD7p .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7MlkD7p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7MlkD7p {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7MlkD7p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7MlkD7p .content-wrap {
    width: 100%;
  }
}
.cid-uSP7MlkD7p .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7MlkD7p .mbr-text,
.cid-uSP7MlkD7p .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7MlkD7p .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7MlJJwy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7MlJJwy .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7MlJJwy .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7MlJJwy .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7MlJJwy .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7MlJJwy .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7MlJJwy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7MlJJwy .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7MlJJwy .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7MlJJwy .header-menu li p {
  margin: 0;
}
.cid-uSP7MlJJwy .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7MlJJwy .mbr-section-title {
  color: #ffffff;
}
.cid-uO2kxI8zVu {
  display: flex;
  background-image: url("../../../assets/images/coppia-600x400.jpeg");
}
.cid-uO2kxI8zVu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uO2kxI8zVu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uO2kxI8zVu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uO2kxI8zVu {
    align-items: center;
  }
  .cid-uO2kxI8zVu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uO2kxI8zVu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uO2kxI8zVu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uO2kxI8zVu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uO2kxI8zVu .content-wrap {
    width: 100%;
  }
}
.cid-uO2kxI8zVu .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uO2kxI8zVu .mbr-text,
.cid-uO2kxI8zVu .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uO2kxI8zVu .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uO2kxIpYOX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO2kxIpYOX .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uO2kxIpYOX .social-row .soc-item {
  margin: 8px;
}
.cid-uO2kxIpYOX .social-row .soc-item a:hover .mbr-iconfont,
.cid-uO2kxIpYOX .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uO2kxIpYOX .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uO2kxIpYOX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uO2kxIpYOX .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uO2kxIpYOX .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uO2kxIpYOX .header-menu li p {
  margin: 0;
}
.cid-uO2kxIpYOX .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uO2kxIpYOX .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7UpHg3e {
  display: flex;
  background-image: url("../../../assets/images/coppia-600x400.jpeg");
}
.cid-uSP7UpHg3e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7UpHg3e .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7UpHg3e .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7UpHg3e {
    align-items: center;
  }
  .cid-uSP7UpHg3e .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7UpHg3e .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7UpHg3e {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7UpHg3e .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7UpHg3e .content-wrap {
    width: 100%;
  }
}
.cid-uSP7UpHg3e .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7UpHg3e .mbr-text,
.cid-uSP7UpHg3e .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7UpHg3e .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7Uq0j8N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7Uq0j8N .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7Uq0j8N .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7Uq0j8N .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7Uq0j8N .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7Uq0j8N .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7Uq0j8N .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7Uq0j8N .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7Uq0j8N .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7Uq0j8N .header-menu li p {
  margin: 0;
}
.cid-uSP7Uq0j8N .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7Uq0j8N .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7WWLay6 {
  display: flex;
  background-image: url("../../../assets/images/coppia-600x400.jpeg");
}
.cid-uSP7WWLay6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7WWLay6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7WWLay6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7WWLay6 {
    align-items: center;
  }
  .cid-uSP7WWLay6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7WWLay6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7WWLay6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7WWLay6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7WWLay6 .content-wrap {
    width: 100%;
  }
}
.cid-uSP7WWLay6 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7WWLay6 .mbr-text,
.cid-uSP7WWLay6 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7WWLay6 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7WWVm4v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7WWVm4v .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7WWVm4v .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7WWVm4v .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7WWVm4v .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7WWVm4v .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7WWVm4v .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7WWVm4v .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7WWVm4v .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7WWVm4v .header-menu li p {
  margin: 0;
}
.cid-uSP7WWVm4v .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7WWVm4v .mbr-section-title {
  color: #ffffff;
}
.cid-uSP7cjH0gO {
  display: flex;
  background-image: url("../../../assets/images/nut.png");
}
.cid-uSP7cjH0gO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP7cjH0gO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP7cjH0gO .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP7cjH0gO {
    align-items: center;
  }
  .cid-uSP7cjH0gO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP7cjH0gO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP7cjH0gO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP7cjH0gO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP7cjH0gO .content-wrap {
    width: 100%;
  }
}
.cid-uSP7cjH0gO .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP7cjH0gO .mbr-text,
.cid-uSP7cjH0gO .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP7cjH0gO .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP7cjYcCH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP7cjYcCH .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP7cjYcCH .social-row .soc-item {
  margin: 8px;
}
.cid-uSP7cjYcCH .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP7cjYcCH .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP7cjYcCH .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP7cjYcCH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP7cjYcCH .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP7cjYcCH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP7cjYcCH .header-menu li p {
  margin: 0;
}
.cid-uSP7cjYcCH .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP7cjYcCH .mbr-section-title {
  color: #ffffff;
}
.cid-uSP6UVRNZ7 {
  display: flex;
  background-image: url("../../../assets/images/nut.png");
}
.cid-uSP6UVRNZ7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSP6UVRNZ7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSP6UVRNZ7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSP6UVRNZ7 {
    align-items: center;
  }
  .cid-uSP6UVRNZ7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSP6UVRNZ7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSP6UVRNZ7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSP6UVRNZ7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSP6UVRNZ7 .content-wrap {
    width: 100%;
  }
}
.cid-uSP6UVRNZ7 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSP6UVRNZ7 .mbr-text,
.cid-uSP6UVRNZ7 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSP6UVRNZ7 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSP6UW6zi4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSP6UW6zi4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSP6UW6zi4 .social-row .soc-item {
  margin: 8px;
}
.cid-uSP6UW6zi4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSP6UW6zi4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSP6UW6zi4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSP6UW6zi4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSP6UW6zi4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSP6UW6zi4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSP6UW6zi4 .header-menu li p {
  margin: 0;
}
.cid-uSP6UW6zi4 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSP6UW6zi4 .mbr-section-title {
  color: #ffffff;
}
.cid-uSPi6sRPlN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSPi6sRPlN img,
.cid-uSPi6sRPlN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSPi6sRPlN img,
  .cid-uSPi6sRPlN .item-img {
    max-height: 300px;
  }
}
.cid-uSPi6sRPlN .item:focus,
.cid-uSPi6sRPlN span:focus {
  outline: none;
}
.cid-uSPi6sRPlN .item-wrapper {
  position: relative;
}
.cid-uSPi6sRPlN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffd7ef;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uSPi6sRPlN .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPi6sRPlN .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPi6sRPlN .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uSPi6sRPlN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSPi6sRPlN .mbr-section-title {
  color: #232323;
}
.cid-uSPi6sRPlN .mbr-text,
.cid-uSPi6sRPlN .mbr-section-btn {
  text-align: left;
}
.cid-uSPi6sRPlN .item-title {
  text-align: left;
}
.cid-uSPi6sRPlN .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSPi6sRPlN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uSPi6sRPlN .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uSPi6sRPlN .embla__button--next,
.cid-uSPi6sRPlN .embla__button--prev {
  display: flex;
}
.cid-uSPi6sRPlN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uSPi6sRPlN .embla__button {
    display: none;
  }
}
.cid-uSPi6sRPlN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSPi6sRPlN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uSPi6sRPlN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSPi6sRPlN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSPi6sRPlN .embla__button {
    top: auto;
  }
}
.cid-uSPi6sRPlN .embla {
  position: relative;
  width: 100%;
}
.cid-uSPi6sRPlN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uSPi6sRPlN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSPi6sRPlN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSPi6sRPlN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uSPi6sRPlN .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uSPi6sRPlN .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uSPi6sRPlN .content-head {
  max-width: 800px;
}
.cid-uSPi6tMr7G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd7ef;
}
.cid-uSPi6tMr7G img,
.cid-uSPi6tMr7G .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSPi6tMr7G img,
  .cid-uSPi6tMr7G .item-img {
    max-height: 300px;
  }
}
.cid-uSPi6tMr7G .item:focus,
.cid-uSPi6tMr7G span:focus {
  outline: none;
}
.cid-uSPi6tMr7G .item-wrapper {
  position: relative;
}
.cid-uSPi6tMr7G .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uSPi6tMr7G .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPi6tMr7G .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPi6tMr7G .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uSPi6tMr7G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSPi6tMr7G .mbr-section-title {
  color: #232323;
}
.cid-uSPi6tMr7G .mbr-text,
.cid-uSPi6tMr7G .mbr-section-btn {
  text-align: left;
}
.cid-uSPi6tMr7G .item-title {
  text-align: left;
}
.cid-uSPi6tMr7G .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSPi6tMr7G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uSPi6tMr7G .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uSPi6tMr7G .embla__button--next,
.cid-uSPi6tMr7G .embla__button--prev {
  display: flex;
}
.cid-uSPi6tMr7G .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uSPi6tMr7G .embla__button {
    display: none;
  }
}
.cid-uSPi6tMr7G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSPi6tMr7G .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uSPi6tMr7G .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSPi6tMr7G .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSPi6tMr7G .embla__button {
    top: auto;
  }
}
.cid-uSPi6tMr7G .embla {
  position: relative;
  width: 100%;
}
.cid-uSPi6tMr7G .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uSPi6tMr7G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSPi6tMr7G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSPi6tMr7G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uSPi6tMr7G .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uSPi6tMr7G .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uSPi6tMr7G .content-head {
  max-width: 800px;
}
.cid-uSPi6upQnJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffd7ef;
}
.cid-uSPi6upQnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPi6upQnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSPi6upQnJ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPi6upQnJ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uSPi6upQnJ .google-map {
  height: 100%;
  position: relative;
}
.cid-uSPi6upQnJ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSPi6upQnJ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uSPi6upQnJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSPi6upQnJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPi6upQnJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPi6upQnJ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPi6upQnJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPi6upQnJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uSPi6upQnJ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSPi6upQnJ .content-head {
  max-width: 800px;
}
.cid-uSPi6uEZPN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffd7ef;
}
.cid-uSPi6uEZPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPi6uEZPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSPi6uEZPN .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPi6uEZPN .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uSPi6uEZPN .google-map {
  height: 100%;
  position: relative;
}
.cid-uSPi6uEZPN .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSPi6uEZPN .google-map iframe {
    min-height: 350px;
  }
}
.cid-uSPi6uEZPN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSPi6uEZPN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPi6uEZPN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPi6uEZPN .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPi6uEZPN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPi6uEZPN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uSPi6uEZPN ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSPi6uEZPN .content-head {
  max-width: 800px;
}
.cid-uSPi6uWl2E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSPi6v4Fte {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSPi6v4Fte .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSPi6v4Fte .social-row .soc-item {
  margin: 8px;
}
.cid-uSPi6v4Fte .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSPi6v4Fte .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSPi6v4Fte .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSPi6v4Fte .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSPi6v4Fte .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSPi6v4Fte .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSPi6v4Fte .header-menu li p {
  margin: 0;
}
.cid-uSPi6v4Fte .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSPi6v4Fte .mbr-section-title {
  color: #ffffff;
}
.cid-uSPigSQ7Hn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSPigSQ7Hn img,
.cid-uSPigSQ7Hn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSPigSQ7Hn img,
  .cid-uSPigSQ7Hn .item-img {
    max-height: 300px;
  }
}
.cid-uSPigSQ7Hn .item:focus,
.cid-uSPigSQ7Hn span:focus {
  outline: none;
}
.cid-uSPigSQ7Hn .item-wrapper {
  position: relative;
}
.cid-uSPigSQ7Hn .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffd7ef;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uSPigSQ7Hn .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPigSQ7Hn .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPigSQ7Hn .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uSPigSQ7Hn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSPigSQ7Hn .mbr-section-title {
  color: #232323;
}
.cid-uSPigSQ7Hn .mbr-text,
.cid-uSPigSQ7Hn .mbr-section-btn {
  text-align: left;
}
.cid-uSPigSQ7Hn .item-title {
  text-align: left;
}
.cid-uSPigSQ7Hn .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSPigSQ7Hn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uSPigSQ7Hn .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uSPigSQ7Hn .embla__button--next,
.cid-uSPigSQ7Hn .embla__button--prev {
  display: flex;
}
.cid-uSPigSQ7Hn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uSPigSQ7Hn .embla__button {
    display: none;
  }
}
.cid-uSPigSQ7Hn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSPigSQ7Hn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uSPigSQ7Hn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSPigSQ7Hn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSPigSQ7Hn .embla__button {
    top: auto;
  }
}
.cid-uSPigSQ7Hn .embla {
  position: relative;
  width: 100%;
}
.cid-uSPigSQ7Hn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uSPigSQ7Hn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSPigSQ7Hn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSPigSQ7Hn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uSPigSQ7Hn .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uSPigSQ7Hn .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uSPigSQ7Hn .content-head {
  max-width: 800px;
}
.cid-uSPigTzMnL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd7ef;
}
.cid-uSPigTzMnL img,
.cid-uSPigTzMnL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uSPigTzMnL img,
  .cid-uSPigTzMnL .item-img {
    max-height: 300px;
  }
}
.cid-uSPigTzMnL .item:focus,
.cid-uSPigTzMnL span:focus {
  outline: none;
}
.cid-uSPigTzMnL .item-wrapper {
  position: relative;
}
.cid-uSPigTzMnL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uSPigTzMnL .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPigTzMnL .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPigTzMnL .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uSPigTzMnL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSPigTzMnL .mbr-section-title {
  color: #232323;
}
.cid-uSPigTzMnL .mbr-text,
.cid-uSPigTzMnL .mbr-section-btn {
  text-align: left;
}
.cid-uSPigTzMnL .item-title {
  text-align: left;
}
.cid-uSPigTzMnL .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uSPigTzMnL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uSPigTzMnL .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uSPigTzMnL .embla__button--next,
.cid-uSPigTzMnL .embla__button--prev {
  display: flex;
}
.cid-uSPigTzMnL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uSPigTzMnL .embla__button {
    display: none;
  }
}
.cid-uSPigTzMnL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSPigTzMnL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uSPigTzMnL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSPigTzMnL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSPigTzMnL .embla__button {
    top: auto;
  }
}
.cid-uSPigTzMnL .embla {
  position: relative;
  width: 100%;
}
.cid-uSPigTzMnL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uSPigTzMnL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSPigTzMnL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSPigTzMnL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uSPigTzMnL .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uSPigTzMnL .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uSPigTzMnL .content-head {
  max-width: 800px;
}
.cid-uSPigUfzgG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffd7ef;
}
.cid-uSPigUfzgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPigUfzgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSPigUfzgG .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPigUfzgG .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uSPigUfzgG .google-map {
  height: 100%;
  position: relative;
}
.cid-uSPigUfzgG .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSPigUfzgG .google-map iframe {
    min-height: 350px;
  }
}
.cid-uSPigUfzgG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSPigUfzgG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPigUfzgG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPigUfzgG .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPigUfzgG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPigUfzgG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uSPigUfzgG ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSPigUfzgG .content-head {
  max-width: 800px;
}
.cid-uSPigUuY6J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffd7ef;
}
.cid-uSPigUuY6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSPigUuY6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSPigUuY6J .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPigUuY6J .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uSPigUuY6J .google-map {
  height: 100%;
  position: relative;
}
.cid-uSPigUuY6J .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSPigUuY6J .google-map iframe {
    min-height: 350px;
  }
}
.cid-uSPigUuY6J .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSPigUuY6J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSPigUuY6J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSPigUuY6J .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSPigUuY6J .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSPigUuY6J .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uSPigUuY6J ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uSPigUuY6J .content-head {
  max-width: 800px;
}
.cid-uSPigUMHmh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSPigUUl07 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSPigUUl07 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSPigUUl07 .social-row .soc-item {
  margin: 8px;
}
.cid-uSPigUUl07 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSPigUUl07 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSPigUUl07 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSPigUUl07 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSPigUUl07 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSPigUUl07 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSPigUUl07 .header-menu li p {
  margin: 0;
}
.cid-uSPigUUl07 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSPigUUl07 .mbr-section-title {
  color: #ffffff;
}
.cid-uSUJKuK1aI {
  display: flex;
  background-image: url("../../../assets/images/francescadipuppo1-1.jpeg");
}
.cid-uSUJKuK1aI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUJKuK1aI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUJKuK1aI .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUJKuK1aI {
    align-items: center;
  }
  .cid-uSUJKuK1aI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUJKuK1aI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUJKuK1aI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUJKuK1aI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUJKuK1aI .content-wrap {
    width: 100%;
  }
}
.cid-uSUJKuK1aI .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUJKuK1aI .mbr-text,
.cid-uSUJKuK1aI .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUJKuK1aI .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUJKw27VZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUJKw27VZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUJKw27VZ .social-row .soc-item {
  margin: 8px;
}
.cid-uSUJKw27VZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUJKw27VZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUJKw27VZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUJKw27VZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUJKw27VZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUJKw27VZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUJKw27VZ .header-menu li p {
  margin: 0;
}
.cid-uSUJKw27VZ .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUJKw27VZ .mbr-section-title {
  color: #ffffff;
}
.cid-uSUJQkxust {
  display: flex;
  background-image: url("../../../assets/images/francescadipuppo1-1.jpeg");
}
.cid-uSUJQkxust .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUJQkxust .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUJQkxust .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUJQkxust {
    align-items: center;
  }
  .cid-uSUJQkxust .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUJQkxust .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUJQkxust {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUJQkxust .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUJQkxust .content-wrap {
    width: 100%;
  }
}
.cid-uSUJQkxust .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUJQkxust .mbr-text,
.cid-uSUJQkxust .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUJQkxust .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUJQkYeVt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUJQkYeVt .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUJQkYeVt .social-row .soc-item {
  margin: 8px;
}
.cid-uSUJQkYeVt .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUJQkYeVt .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUJQkYeVt .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUJQkYeVt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUJQkYeVt .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUJQkYeVt .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUJQkYeVt .header-menu li p {
  margin: 0;
}
.cid-uSUJQkYeVt .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUJQkYeVt .mbr-section-title {
  color: #ffffff;
}
.cid-uSUKmYA93j {
  display: flex;
  background-image: url("../../../assets/images/cesareianniciello.jpg");
}
.cid-uSUKmYA93j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUKmYA93j .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUKmYA93j .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUKmYA93j {
    align-items: center;
  }
  .cid-uSUKmYA93j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUKmYA93j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUKmYA93j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUKmYA93j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUKmYA93j .content-wrap {
    width: 100%;
  }
}
.cid-uSUKmYA93j .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUKmYA93j .mbr-text,
.cid-uSUKmYA93j .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUKmYA93j .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUKmZhv1k {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUKmZhv1k .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUKmZhv1k .social-row .soc-item {
  margin: 8px;
}
.cid-uSUKmZhv1k .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUKmZhv1k .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUKmZhv1k .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUKmZhv1k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUKmZhv1k .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUKmZhv1k .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUKmZhv1k .header-menu li p {
  margin: 0;
}
.cid-uSUKmZhv1k .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUKmZhv1k .mbr-section-title {
  color: #ffffff;
}
.cid-uSUKsCodtN {
  display: flex;
  background-image: url("../../../assets/images/cesareianniciello.jpg");
}
.cid-uSUKsCodtN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUKsCodtN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUKsCodtN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUKsCodtN {
    align-items: center;
  }
  .cid-uSUKsCodtN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUKsCodtN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUKsCodtN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUKsCodtN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUKsCodtN .content-wrap {
    width: 100%;
  }
}
.cid-uSUKsCodtN .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUKsCodtN .mbr-text,
.cid-uSUKsCodtN .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUKsCodtN .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUKsCNiPl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUKsCNiPl .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUKsCNiPl .social-row .soc-item {
  margin: 8px;
}
.cid-uSUKsCNiPl .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUKsCNiPl .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUKsCNiPl .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUKsCNiPl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUKsCNiPl .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUKsCNiPl .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUKsCNiPl .header-menu li p {
  margin: 0;
}
.cid-uSUKsCNiPl .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUKsCNiPl .mbr-section-title {
  color: #ffffff;
}
.cid-uSUKQqPY5K {
  display: flex;
  background-image: url("../../../assets/images/elenapoli-1.jpg");
}
.cid-uSUKQqPY5K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUKQqPY5K .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUKQqPY5K .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUKQqPY5K {
    align-items: center;
  }
  .cid-uSUKQqPY5K .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUKQqPY5K .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUKQqPY5K {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUKQqPY5K .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUKQqPY5K .content-wrap {
    width: 100%;
  }
}
.cid-uSUKQqPY5K .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUKQqPY5K .mbr-text,
.cid-uSUKQqPY5K .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUKQqPY5K .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUKQrfcn6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUKQrfcn6 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUKQrfcn6 .social-row .soc-item {
  margin: 8px;
}
.cid-uSUKQrfcn6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUKQrfcn6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUKQrfcn6 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUKQrfcn6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUKQrfcn6 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUKQrfcn6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUKQrfcn6 .header-menu li p {
  margin: 0;
}
.cid-uSUKQrfcn6 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUKQrfcn6 .mbr-section-title {
  color: #ffffff;
}
.cid-uSUKXvZWIc {
  display: flex;
  background-image: url("../../../assets/images/elenapoli-1.jpg");
}
.cid-uSUKXvZWIc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUKXvZWIc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUKXvZWIc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUKXvZWIc {
    align-items: center;
  }
  .cid-uSUKXvZWIc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUKXvZWIc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUKXvZWIc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUKXvZWIc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUKXvZWIc .content-wrap {
    width: 100%;
  }
}
.cid-uSUKXvZWIc .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUKXvZWIc .mbr-text,
.cid-uSUKXvZWIc .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUKXvZWIc .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUKXwiKeW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUKXwiKeW .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUKXwiKeW .social-row .soc-item {
  margin: 8px;
}
.cid-uSUKXwiKeW .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUKXwiKeW .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUKXwiKeW .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUKXwiKeW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUKXwiKeW .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUKXwiKeW .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUKXwiKeW .header-menu li p {
  margin: 0;
}
.cid-uSUKXwiKeW .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUKXwiKeW .mbr-section-title {
  color: #ffffff;
}
.cid-uSULqpKz56 {
  display: flex;
  background-image: url("../../../assets/images/giorgiocomploj.jpg");
}
.cid-uSULqpKz56 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSULqpKz56 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSULqpKz56 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSULqpKz56 {
    align-items: center;
  }
  .cid-uSULqpKz56 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSULqpKz56 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSULqpKz56 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSULqpKz56 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSULqpKz56 .content-wrap {
    width: 100%;
  }
}
.cid-uSULqpKz56 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSULqpKz56 .mbr-text,
.cid-uSULqpKz56 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSULqpKz56 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSULqq7YH4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSULqq7YH4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSULqq7YH4 .social-row .soc-item {
  margin: 8px;
}
.cid-uSULqq7YH4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSULqq7YH4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSULqq7YH4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSULqq7YH4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSULqq7YH4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSULqq7YH4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSULqq7YH4 .header-menu li p {
  margin: 0;
}
.cid-uSULqq7YH4 .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSULqq7YH4 .mbr-section-title {
  color: #ffffff;
}
.cid-uSULvojmuu {
  display: flex;
  background-image: url("../../../assets/images/giorgiocomploj.jpg");
}
.cid-uSULvojmuu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSULvojmuu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSULvojmuu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSULvojmuu {
    align-items: center;
  }
  .cid-uSULvojmuu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSULvojmuu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSULvojmuu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSULvojmuu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSULvojmuu .content-wrap {
    width: 100%;
  }
}
.cid-uSULvojmuu .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSULvojmuu .mbr-text,
.cid-uSULvojmuu .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSULvojmuu .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSULvoIcXB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSULvoIcXB .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSULvoIcXB .social-row .soc-item {
  margin: 8px;
}
.cid-uSULvoIcXB .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSULvoIcXB .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSULvoIcXB .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSULvoIcXB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSULvoIcXB .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSULvoIcXB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSULvoIcXB .header-menu li p {
  margin: 0;
}
.cid-uSULvoIcXB .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSULvoIcXB .mbr-section-title {
  color: #ffffff;
}
.cid-uSUM1d5yqU {
  display: flex;
  background-image: url("../../../assets/images/alexandratschager-1.jpg");
}
.cid-uSUM1d5yqU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUM1d5yqU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUM1d5yqU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUM1d5yqU {
    align-items: center;
  }
  .cid-uSUM1d5yqU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUM1d5yqU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUM1d5yqU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUM1d5yqU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUM1d5yqU .content-wrap {
    width: 100%;
  }
}
.cid-uSUM1d5yqU .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUM1d5yqU .mbr-text,
.cid-uSUM1d5yqU .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUM1d5yqU .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUM1dvq8F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUM1dvq8F .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUM1dvq8F .social-row .soc-item {
  margin: 8px;
}
.cid-uSUM1dvq8F .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUM1dvq8F .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUM1dvq8F .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUM1dvq8F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUM1dvq8F .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUM1dvq8F .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUM1dvq8F .header-menu li p {
  margin: 0;
}
.cid-uSUM1dvq8F .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUM1dvq8F .mbr-section-title {
  color: #ffffff;
}
.cid-uSUM3PbfXr {
  display: flex;
  background-image: url("../../../assets/images/alexandratschager-1.jpg");
}
.cid-uSUM3PbfXr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUM3PbfXr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUM3PbfXr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUM3PbfXr {
    align-items: center;
  }
  .cid-uSUM3PbfXr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUM3PbfXr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUM3PbfXr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUM3PbfXr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUM3PbfXr .content-wrap {
    width: 100%;
  }
}
.cid-uSUM3PbfXr .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUM3PbfXr .mbr-text,
.cid-uSUM3PbfXr .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUM3PbfXr .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUM3PAV0j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUM3PAV0j .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUM3PAV0j .social-row .soc-item {
  margin: 8px;
}
.cid-uSUM3PAV0j .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUM3PAV0j .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUM3PAV0j .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUM3PAV0j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUM3PAV0j .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUM3PAV0j .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUM3PAV0j .header-menu li p {
  margin: 0;
}
.cid-uSUM3PAV0j .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUM3PAV0j .mbr-section-title {
  color: #ffffff;
}
.cid-uSUMwzrD0N {
  display: flex;
  background-image: url("../../../assets/images/img-20250611-wa0000-4.jpeg");
}
.cid-uSUMwzrD0N .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUMwzrD0N .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUMwzrD0N .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUMwzrD0N {
    align-items: center;
  }
  .cid-uSUMwzrD0N .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUMwzrD0N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUMwzrD0N {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUMwzrD0N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUMwzrD0N .content-wrap {
    width: 100%;
  }
}
.cid-uSUMwzrD0N .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUMwzrD0N .mbr-text,
.cid-uSUMwzrD0N .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUMwzrD0N .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUMwzQ3ai {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUMwzQ3ai .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUMwzQ3ai .social-row .soc-item {
  margin: 8px;
}
.cid-uSUMwzQ3ai .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUMwzQ3ai .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUMwzQ3ai .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUMwzQ3ai .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUMwzQ3ai .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUMwzQ3ai .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUMwzQ3ai .header-menu li p {
  margin: 0;
}
.cid-uSUMwzQ3ai .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUMwzQ3ai .mbr-section-title {
  color: #ffffff;
}
.cid-uSUMzcmSq0 {
  display: flex;
  background-image: url("../../../assets/images/img-20250611-wa0000-4.jpeg");
}
.cid-uSUMzcmSq0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUMzcmSq0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUMzcmSq0 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUMzcmSq0 {
    align-items: center;
  }
  .cid-uSUMzcmSq0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUMzcmSq0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUMzcmSq0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUMzcmSq0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUMzcmSq0 .content-wrap {
    width: 100%;
  }
}
.cid-uSUMzcmSq0 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUMzcmSq0 .mbr-text,
.cid-uSUMzcmSq0 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUMzcmSq0 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUMzcMOyg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUMzcMOyg .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUMzcMOyg .social-row .soc-item {
  margin: 8px;
}
.cid-uSUMzcMOyg .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUMzcMOyg .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUMzcMOyg .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUMzcMOyg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUMzcMOyg .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUMzcMOyg .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUMzcMOyg .header-menu li p {
  margin: 0;
}
.cid-uSUMzcMOyg .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUMzcMOyg .mbr-section-title {
  color: #ffffff;
}
.cid-uSUMWJsJOr {
  display: flex;
  background-image: url("../../../assets/images/esterscola-1.jpg");
}
.cid-uSUMWJsJOr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUMWJsJOr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUMWJsJOr .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUMWJsJOr {
    align-items: center;
  }
  .cid-uSUMWJsJOr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUMWJsJOr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUMWJsJOr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUMWJsJOr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUMWJsJOr .content-wrap {
    width: 100%;
  }
}
.cid-uSUMWJsJOr .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUMWJsJOr .mbr-text,
.cid-uSUMWJsJOr .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUMWJsJOr .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUMWJYLJF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUMWJYLJF .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUMWJYLJF .social-row .soc-item {
  margin: 8px;
}
.cid-uSUMWJYLJF .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUMWJYLJF .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUMWJYLJF .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUMWJYLJF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUMWJYLJF .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUMWJYLJF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUMWJYLJF .header-menu li p {
  margin: 0;
}
.cid-uSUMWJYLJF .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUMWJYLJF .mbr-section-title {
  color: #ffffff;
}
.cid-uSUMZDogYG {
  display: flex;
  background-image: url("../../../assets/images/esterscola-1.jpg");
}
.cid-uSUMZDogYG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUMZDogYG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUMZDogYG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUMZDogYG {
    align-items: center;
  }
  .cid-uSUMZDogYG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUMZDogYG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUMZDogYG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUMZDogYG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUMZDogYG .content-wrap {
    width: 100%;
  }
}
.cid-uSUMZDogYG .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUMZDogYG .mbr-text,
.cid-uSUMZDogYG .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUMZDogYG .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUMZDHsxL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUMZDHsxL .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUMZDHsxL .social-row .soc-item {
  margin: 8px;
}
.cid-uSUMZDHsxL .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUMZDHsxL .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUMZDHsxL .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUMZDHsxL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUMZDHsxL .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUMZDHsxL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUMZDHsxL .header-menu li p {
  margin: 0;
}
.cid-uSUMZDHsxL .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUMZDHsxL .mbr-section-title {
  color: #ffffff;
}
.cid-uSUNooVo84 {
  display: flex;
  background-image: url("../../../assets/images/isabellacomazzi-1.jpeg");
}
.cid-uSUNooVo84 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUNooVo84 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUNooVo84 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUNooVo84 {
    align-items: center;
  }
  .cid-uSUNooVo84 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUNooVo84 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUNooVo84 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUNooVo84 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUNooVo84 .content-wrap {
    width: 100%;
  }
}
.cid-uSUNooVo84 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUNooVo84 .mbr-text,
.cid-uSUNooVo84 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUNooVo84 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUNophttT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUNophttT .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUNophttT .social-row .soc-item {
  margin: 8px;
}
.cid-uSUNophttT .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUNophttT .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUNophttT .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUNophttT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUNophttT .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUNophttT .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUNophttT .header-menu li p {
  margin: 0;
}
.cid-uSUNophttT .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUNophttT .mbr-section-title {
  color: #ffffff;
}
.cid-uSUNqMgi11 {
  display: flex;
  background-image: url("../../../assets/images/isabellacomazzi-1.jpeg");
}
.cid-uSUNqMgi11 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uSUNqMgi11 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uSUNqMgi11 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uSUNqMgi11 {
    align-items: center;
  }
  .cid-uSUNqMgi11 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSUNqMgi11 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSUNqMgi11 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSUNqMgi11 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSUNqMgi11 .content-wrap {
    width: 100%;
  }
}
.cid-uSUNqMgi11 .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uSUNqMgi11 .mbr-text,
.cid-uSUNqMgi11 .mbr-section-btn {
  text-align: left;
  color: #d70081;
}
.cid-uSUNqMgi11 .mbr-description {
  text-align: center;
  color: #d70081;
}
.cid-uSUNqMxspQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSUNqMxspQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSUNqMxspQ .social-row .soc-item {
  margin: 8px;
}
.cid-uSUNqMxspQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uSUNqMxspQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uSUNqMxspQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffd7ef;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uSUNqMxspQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSUNqMxspQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSUNqMxspQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSUNqMxspQ .header-menu li p {
  margin: 0;
}
.cid-uSUNqMxspQ .copyright {
  margin-bottom: 0;
  color: #d70081;
  text-align: center;
}
.cid-uSUNqMxspQ .mbr-section-title {
  color: #ffffff;
}
