body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Pacifico', handwriting;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Cabin', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2d8721 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #87611a !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2d8721 !important;
  border-color: #2d8721 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #194a12 !important;
  border-color: #194a12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #194a12 !important;
  border-color: #194a12 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2e5587 !important;
  border-color: #2e5587 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1b314e !important;
  border-color: #1b314e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1b314e !important;
  border-color: #1b314e !important;
}
.btn-info,
.btn-info:active {
  background-color: #87611a !important;
  border-color: #87611a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47330e !important;
  border-color: #47330e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47330e !important;
  border-color: #47330e !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #12350d;
  color: #12350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2d8721;
  border-color: #2d8721;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d8721 !important;
  border-color: #2d8721 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #14253b;
  color: #14253b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2e5587;
  border-color: #2e5587;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e5587 !important;
  border-color: #2e5587 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #31240a;
  color: #31240a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #87611a;
  border-color: #87611a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #87611a !important;
  border-color: #87611a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2d8721 !important;
}
.text-secondary {
  color: #2e5587 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #87611a !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #12350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #14253b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #31240a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #87611a;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2d8721;
  border-color: #2d8721;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2d8721;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #62d553;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dba745;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #2d8721;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2d8721;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2d8721;
  border-bottom-color: #2d8721;
}
.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: #2d8721 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2e5587 !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='%232d8721' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rEvgBYWIpJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/facciata-agriturismo-da-strada-2000x1333.jpg");
}
.cid-rEvgBYWIpJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgBYWIpJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txsWP2W2pm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txsWP2W2pm .mbr-text {
  color: #767676;
}
.cid-txsWP2W2pm .card-subtitle {
  margin: 0;
}
.cid-txsWP2W2pm .link {
  margin: 0;
}
.cid-txsWP2W2pm .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-txsWP2W2pm .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-txsWP2W2pm img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-txsWP2W2pm .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-txsWP2W2pm .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-txsWP2W2pm .card-img:hover:before {
  opacity: 0.4;
}
.cid-txsWP2W2pm .card-img:hover img {
  transform: scale(1.05);
}
.cid-txsWP2W2pm .row {
  justify-content: center;
}
.cid-txsWP2W2pm .card {
  margin-bottom: 4rem;
}
.cid-rEvgE7k7k8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvgE7k7k8 .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rEvgE7k7k8 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/cosa-fare-a-norcia-rafting-gommone-serravalle-1600x1200.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rEvgE7k7k8 .block2 {
  background-image: url("../../../assets/images/sala-colazioni-e-finestra-luminosa-2000x1333.jpeg");
}
.cid-rEvgE7k7k8 .block2:hover .block2-over {
  opacity: 0;
}
.cid-rEvgE7k7k8 .block1 {
  background-image: url("../../../assets/images/vacanza-a-norcia-con-biciclette-verso-i-pantani-mtb-bike-2000x1500.jpeg");
}
.cid-rEvgE7k7k8 .block1:hover .block1-over {
  opacity: 0;
}
.cid-rEvgE7k7k8 .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rEvgE7k7k8 .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rEvgE7k7k8 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-rEvgE7k7k8 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rEvgE7k7k8 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rEvgE7k7k8 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rEvgE7k7k8 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rEvgE7k7k8 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rEvgE7k7k8 .col:hover .box-title2,
.cid-rEvgE7k7k8 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-rEvgE7k7k8 .box-title2,
.cid-rEvgE7k7k8 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rEvgE7k7k8 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-rEvgE7k7k8 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rEvgE7k7k8 .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rEvgE7k7k8 .img-content {
    opacity: 1;
  }
  .cid-rEvgE7k7k8 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rEvgE7k7k8 .box-content {
    width: 100%;
  }
  .cid-rEvgE7k7k8 .box-title2,
  .cid-rEvgE7k7k8 .box-text2 {
    color: #ffffff !important;
  }
  .cid-rEvgE7k7k8 .content-block,
  .cid-rEvgE7k7k8 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rEvgE7k7k8 .box-text1 {
  color: #333333;
}
.cid-rEvgE7k7k8 .box-title2 {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block1-text,
.cid-rEvgE7k7k8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block2-text,
.cid-rEvgE7k7k8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block2-title {
  color: #333333;
}
.cid-rEvgE7k7k8 .block1-subtitle {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block2-subtitle {
  color: #ffffff;
}
.cid-txsZytmwWO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-txsZytmwWO .mbr-text {
    text-align: center;
  }
}
.cid-txsZytmwWO .container-fluid {
  padding: 0;
}
.cid-txsZytmwWO .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-txsZytmwWO img {
  height: 100%;
  object-fit: cover;
}
.cid-txsZytmwWO .mbr-figure {
  height: 100%;
}
.cid-txsZytmwWO .col-lg-6 {
  padding: 0;
}
.cid-txsZytmwWO .row {
  margin: 0;
}
.cid-txsRRKpMns {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txsRRKpMns .mbr-text {
  color: #767676;
}
.cid-txsRRKpMns .card-subtitle {
  margin: 0;
}
.cid-txsRRKpMns .link {
  margin: 0;
}
.cid-txsRRKpMns .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-txsRRKpMns .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-txsRRKpMns .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-txsRRKpMns .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-txsRRKpMns .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-txsRRKpMns .date {
  margin: 0;
}
.cid-txsRRKpMns img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-txsRRKpMns .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-txsRRKpMns .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-txsRRKpMns .card-img:hover:before {
  opacity: 0.4;
}
.cid-txsRRKpMns .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-txsRRKpMns .icon-box {
    flex-direction: column;
  }
  .cid-txsRRKpMns .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-txsRRKpMns .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-txsRRKpMns .card {
    margin-bottom: 3rem;
  }
}
.cid-rEvgEVBVk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rEvgEVBVk3 .mbr-text {
    text-align: center;
  }
}
.cid-rEvgEVBVk3 .container-fluid {
  padding: 0;
}
.cid-rEvgEVBVk3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rEvgEVBVk3 img {
  height: 100%;
  object-fit: cover;
}
.cid-rEvgEVBVk3 .mbr-figure {
  height: 100%;
}
.cid-rEvgEVBVk3 .col-lg-6 {
  padding: 0;
}
.cid-rEvgEVBVk3 .row {
  margin: 0;
}
.cid-twNZjwjQCT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/santuario-statua-santa-rita-3-hdr-2000x1333.jpg");
}
.cid-twNZjwjQCT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twNZjwjQCT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twNZjwjQCT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-twNZjwjQCT h3::before,
  .cid-twNZjwjQCT h3::after {
    display: none;
  }
}
.cid-uqOcjJkACy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOcjJkACy .mbr-text {
    text-align: center;
  }
}
.cid-uqOcjJkACy .container-fluid {
  padding: 0;
}
.cid-uqOcjJkACy .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOcjJkACy img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOcjJkACy .mbr-figure {
  height: 100%;
}
.cid-uqOcjJkACy .col-lg-6 {
  padding: 0;
}
.cid-uqOcjJkACy .row {
  margin: 0;
}
.cid-uqOcjJkACy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOcjJkACy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rEvgGz1k2E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rEvgGz1k2E img {
  width: 65%;
  pointer-events: all;
}
.cid-rEvgGz1k2E .row {
  justify-content: center;
}
.cid-rEvgGz1k2E .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-rEvgGz1k2E .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-rEvgGz1k2E .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-rEvgGz1k2E .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rEvgGz1k2E .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-rEvgGz1k2E .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-rEvgGz1k2E .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-rEvgGz1k2E .item {
    height: 300px;
  }
}
.cid-tx5y9n9I8B {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-tx5y9n9I8B .content {
    text-align: center;
  }
  .cid-tx5y9n9I8B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tx5y9n9I8B .img-logo img {
  height: 6rem;
}
.cid-tx5y9n9I8B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tx5y9n9I8B .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tx5y9n9I8B .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tx5y9n9I8B .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tx5y9n9I8B .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tx5y9n9I8B .social-list a:hover {
  opacity: 1;
}
.cid-tx5y9n9I8B .list {
  list-style-type: none;
  padding: 0;
}
.cid-tx5y9n9I8B .list li {
  padding-bottom: .5rem;
}
.cid-tx5y9n9I8B .list li:last-child {
  padding-bottom: 0;
}
.cid-tx5y9n9I8B .mbr-footer-list,
.cid-tx5y9n9I8B .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tx5y9n9I8B .mbr-footer-list,
  .cid-tx5y9n9I8B .form-text,
  .cid-tx5y9n9I8B .footer-title,
  .cid-tx5y9n9I8B .footer-main-title,
  .cid-tx5y9n9I8B .form-text,
  .cid-tx5y9n9I8B .list {
    text-align: center !important;
  }
  .cid-tx5y9n9I8B .mbr-form,
  .cid-tx5y9n9I8B .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tx5y9n9I8B .footer-main-title {
  color: #ffffff;
}
.cid-rEvgLPOSGP .navbar {
  background: #2d8721;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #2d8721;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #2d8721;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
#custom-html-2p {
  /* Type valid CSS here */
}
#custom-html-2p div {
  padding: 0px;
  color: #ccc;
  text-align: center;
}
#custom-html-2p p {
  font-size: 60px;
  color: #ccc;
}
.cid-twOeeMyFd6 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/panorama-lavalledelsambuco-marcite-2000x899.jpg");
}
.cid-twOeeMyFd6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twOeeMyFd6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOeeMyFd6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOeeNReZV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOeeNReZV .mbr-text {
    text-align: center;
  }
}
.cid-twOeeNReZV .container-fluid {
  padding: 0;
}
.cid-twOeeNReZV .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOeeNReZV img {
  height: 100%;
  object-fit: cover;
}
.cid-twOeeNReZV .mbr-figure {
  height: 100%;
}
.cid-twOeeNReZV .col-lg-6 {
  padding: 0;
}
.cid-twOeeNReZV .row {
  margin: 0;
}
.cid-txsSKfpV89 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d8721;
}
@media (max-width: 767px) {
  .cid-txsSKfpV89 .mbr-text {
    text-align: center;
  }
}
.cid-txsSKfpV89 .container-fluid {
  padding: 0;
}
.cid-txsSKfpV89 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-txsSKfpV89 img {
  height: 100%;
  object-fit: cover;
}
.cid-txsSKfpV89 .mbr-figure {
  height: 100%;
}
.cid-txsSKfpV89 .col-lg-6 {
  padding: 0;
}
.cid-txsSKfpV89 .row {
  margin: 0;
}
.cid-txsSAbP6Ac {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txsSAbP6Ac h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-txsSAbP6Ac h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txsSAbP6Ac h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txsSAbP6Ac .mbr-text,
.cid-txsSAbP6Ac .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-txsSAbP6Ac h3:before,
  .cid-txsSAbP6Ac h3:after {
    display: none;
  }
}
.cid-twOeeN6hEL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twOeeN6hEL blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-twOeeN6hEL .mbr-text,
.cid-twOeeN6hEL .blockquote-quote {
  color: #767676;
}
.cid-twOeeN6hEL footer {
  font-style: normal;
}
.cid-twOfdcq7A0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOfdcq7A0 .mbr-text {
    text-align: center;
  }
}
.cid-twOfdcq7A0 .container-fluid {
  padding: 0;
}
.cid-twOfdcq7A0 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOfdcq7A0 img {
  height: 100%;
  object-fit: cover;
}
.cid-twOfdcq7A0 .mbr-figure {
  height: 100%;
}
.cid-twOfdcq7A0 .col-lg-6 {
  padding: 0;
}
.cid-twOfdcq7A0 .row {
  margin: 0;
}
.cid-twOfdLTAMo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #87611a;
}
@media (max-width: 767px) {
  .cid-twOfdLTAMo .mbr-text {
    text-align: center;
  }
}
.cid-twOfdLTAMo .container-fluid {
  padding: 0;
}
.cid-twOfdLTAMo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOfdLTAMo img {
  height: 100%;
  object-fit: cover;
}
.cid-twOfdLTAMo .mbr-figure {
  height: 100%;
}
.cid-twOfdLTAMo .col-lg-6 {
  padding: 0;
}
.cid-twOfdLTAMo .row {
  margin: 0;
}
.cid-twOfefSAds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOfefSAds .mbr-text {
    text-align: center;
  }
}
.cid-twOfefSAds .container-fluid {
  padding: 0;
}
.cid-twOfefSAds .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOfefSAds img {
  height: 100%;
  object-fit: cover;
}
.cid-twOfefSAds .mbr-figure {
  height: 100%;
}
.cid-twOfefSAds .col-lg-6 {
  padding: 0;
}
.cid-twOfefSAds .row {
  margin: 0;
}
.cid-twOfeCxNN8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-twOfeCxNN8 .mbr-text {
    text-align: center;
  }
}
.cid-twOfeCxNN8 .container-fluid {
  padding: 0;
}
.cid-twOfeCxNN8 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOfeCxNN8 img {
  height: 100%;
  object-fit: cover;
}
.cid-twOfeCxNN8 .mbr-figure {
  height: 100%;
}
.cid-twOfeCxNN8 .col-lg-6 {
  padding: 0;
}
.cid-twOfeCxNN8 .row {
  margin: 0;
}
.cid-twOff9Sedb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOff9Sedb .mbr-text {
    text-align: center;
  }
}
.cid-twOff9Sedb .container-fluid {
  padding: 0;
}
.cid-twOff9Sedb .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOff9Sedb img {
  height: 100%;
  object-fit: cover;
}
.cid-twOff9Sedb .mbr-figure {
  height: 100%;
}
.cid-twOff9Sedb .col-lg-6 {
  padding: 0;
}
.cid-twOff9Sedb .row {
  margin: 0;
}
.cid-twOeeNBggC {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/fiume-serravalle-2000x1500.jpg");
}
.cid-twOeeNBggC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twOeeNBggC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOeeNBggC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-twOeeNBggC h3::before,
  .cid-twOeeNBggC h3::after {
    display: none;
  }
}
.cid-twOg8Mf3sI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOg8Mf3sI .mbr-text {
    text-align: center;
  }
}
.cid-twOg8Mf3sI .mbr-text,
.cid-twOg8Mf3sI .mbr-section-btn {
  color: #767676;
}
.cid-tx5wsFdhTT {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tx5wsFdhTT .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tx5wsFdhTT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tx5wsFdhTT .image-block:hover:before {
  opacity: 0.4;
}
.cid-tx5wsFdhTT .image-block:hover .wrap {
  opacity: 1;
}
.cid-tx5wsFdhTT .image-block:hover img {
  transform: scale(1.05);
}
.cid-tx5wsFdhTT figcaption {
  position: relative;
}
.cid-tx5wsFdhTT figcaption .wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tx5wsFdhTT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tx5wsFdhTT .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tx5wsFdhTT .wrap {
    opacity: 1 !important;
  }
  .cid-tx5wsFdhTT .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tx5wsFdhTT .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uqOokNUnx7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-uqOokNUnx7 .content {
    text-align: center;
  }
  .cid-uqOokNUnx7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqOokNUnx7 .img-logo img {
  height: 6rem;
}
.cid-uqOokNUnx7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqOokNUnx7 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uqOokNUnx7 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uqOokNUnx7 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uqOokNUnx7 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqOokNUnx7 .social-list a:hover {
  opacity: 1;
}
.cid-uqOokNUnx7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqOokNUnx7 .list li {
  padding-bottom: .5rem;
}
.cid-uqOokNUnx7 .list li:last-child {
  padding-bottom: 0;
}
.cid-uqOokNUnx7 .mbr-footer-list,
.cid-uqOokNUnx7 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uqOokNUnx7 .mbr-footer-list,
  .cid-uqOokNUnx7 .form-text,
  .cid-uqOokNUnx7 .footer-title,
  .cid-uqOokNUnx7 .footer-main-title,
  .cid-uqOokNUnx7 .form-text,
  .cid-uqOokNUnx7 .list {
    text-align: center !important;
  }
  .cid-uqOokNUnx7 .mbr-form,
  .cid-uqOokNUnx7 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uqOokNUnx7 .footer-main-title {
  color: #ffffff;
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 0px;
  color: #ccc;
  text-align: center;
}
#custom-html-3r p {
  font-size: 60px;
  color: #ccc;
}
.cid-twOeePmnLY .navbar {
  background: #2d8721;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-twOeePmnLY .navbar-dropdown.bg-color.transparent.opened {
  background: #2d8721;
}
.cid-twOeePmnLY a {
  font-style: normal;
}
.cid-twOeePmnLY .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-twOeePmnLY .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-twOeePmnLY .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-twOeePmnLY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-twOeePmnLY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-twOeePmnLY .nav-item:focus,
.cid-twOeePmnLY .nav-link:focus {
  outline: none;
}
.cid-twOeePmnLY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twOeePmnLY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-twOeePmnLY .menu-logo {
  margin-right: auto;
}
.cid-twOeePmnLY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOeePmnLY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-twOeePmnLY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-twOeePmnLY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twOeePmnLY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twOeePmnLY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twOeePmnLY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-twOeePmnLY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-twOeePmnLY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-twOeePmnLY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOeePmnLY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twOeePmnLY .dropdown .dropdown-menu {
  background: #2d8721;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-twOeePmnLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-twOeePmnLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOeePmnLY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twOeePmnLY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOeePmnLY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-twOeePmnLY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-twOeePmnLY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-twOeePmnLY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twOeePmnLY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twOeePmnLY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twOeePmnLY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twOeePmnLY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-twOeePmnLY button.navbar-toggler:focus {
  outline: none;
}
.cid-twOeePmnLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twOeePmnLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twOeePmnLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twOeePmnLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twOeePmnLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twOeePmnLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOeePmnLY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twOeePmnLY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twOeePmnLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOeePmnLY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twOeePmnLY .collapsed .btn {
  display: -webkit-flex;
}
.cid-twOeePmnLY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twOeePmnLY .collapsed .navbar-collapse.collapsing,
.cid-twOeePmnLY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twOeePmnLY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twOeePmnLY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twOeePmnLY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twOeePmnLY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twOeePmnLY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twOeePmnLY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twOeePmnLY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twOeePmnLY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-twOeePmnLY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twOeePmnLY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-twOeePmnLY .collapsed button.navbar-toggler {
  display: block;
}
.cid-twOeePmnLY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-twOeePmnLY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twOeePmnLY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-twOeePmnLY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twOeePmnLY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twOeePmnLY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-twOeePmnLY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twOeePmnLY img {
    height: 3.8rem !important;
  }
  .cid-twOeePmnLY .icon-wrap {
    margin-top: 1rem;
  }
  .cid-twOeePmnLY .menu-wrap {
    flex-direction: column;
  }
  .cid-twOeePmnLY .btn {
    display: -webkit-flex;
  }
  .cid-twOeePmnLY button.navbar-toggler {
    display: block;
  }
  .cid-twOeePmnLY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-twOeePmnLY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twOeePmnLY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twOeePmnLY .navbar-collapse.collapsing,
  .cid-twOeePmnLY .navbar-collapse.show {
    display: block !important;
  }
  .cid-twOeePmnLY .navbar-collapse.collapsing .navbar-nav,
  .cid-twOeePmnLY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twOeePmnLY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twOeePmnLY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twOeePmnLY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twOeePmnLY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twOeePmnLY .navbar-collapse.collapsing .navbar-buttons,
  .cid-twOeePmnLY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-twOeePmnLY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twOeePmnLY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twOeePmnLY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-twOeePmnLY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twOeePmnLY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twOeePmnLY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-twOeePmnLY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-twOeePmnLY .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-twOeePmnLY .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-twOeePmnLY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-twOeePmnLY .nav-link:hover,
.cid-twOeePmnLY .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-twOc1dUvmz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/agricoltura-lavalledelsambuco-cesto-legumi-cereali-2000x1500.jpg");
}
.cid-twOc1dUvmz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twOc1dUvmz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOc1dUvmz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOc1g8OFG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twOc1g8OFG blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-twOc1g8OFG .mbr-text,
.cid-twOc1g8OFG .blockquote-quote {
  color: #767676;
}
.cid-twOc1g8OFG footer {
  font-style: normal;
}
.cid-txsT75Jxfh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txsT75Jxfh .mbr-text {
  color: #767676;
}
.cid-txsT75Jxfh .card-subtitle {
  margin: 0;
}
.cid-txsT75Jxfh .link {
  margin: 0;
  text-align: center;
}
.cid-txsT75Jxfh .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-txsT75Jxfh .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-txsT75Jxfh .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-txsT75Jxfh .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-txsT75Jxfh .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-txsT75Jxfh .date {
  margin: 0;
}
.cid-txsT75Jxfh img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-txsT75Jxfh .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-txsT75Jxfh .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-txsT75Jxfh .card-img:hover:before {
  opacity: 0.4;
}
.cid-txsT75Jxfh .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-txsT75Jxfh .icon-box {
    flex-direction: column;
  }
  .cid-txsT75Jxfh .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-txsT75Jxfh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-txsT75Jxfh .card {
    margin-bottom: 3rem;
  }
}
.cid-twOc1fxGCZ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/agricoltura-lavalledelsambuco-paesaggiofontana-1080x810.jpg");
}
.cid-twOc1fxGCZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twOc1fxGCZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOc1fxGCZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-twOc1fxGCZ h3::before,
  .cid-twOc1fxGCZ h3::after {
    display: none;
  }
}
.cid-uqOkgOZgfN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uqOkgOZgfN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uqOkgOZgfN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqOkgOZgfN .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uqOkgOZgfN .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOkgOZgfN .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-uqOkgOZgfN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uqOkgOZgfN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uqOkgOZgfN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uqOkgOZgfN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uqOkgOZgfN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uqOkgOZgfN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uqOkgOZgfN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uqOkgOZgfN .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uqOkgOZgfN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uqOkgOZgfN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uqOkgOZgfN .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-uqOkgOZgfN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uqOkgOZgfN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uqOkgOZgfN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-twOc1eq3C1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOc1eq3C1 .mbr-text {
    text-align: center;
  }
}
.cid-twOc1eq3C1 .container-fluid {
  padding: 0;
}
.cid-twOc1eq3C1 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOc1eq3C1 img {
  height: 100%;
  object-fit: cover;
}
.cid-twOc1eq3C1 .mbr-figure {
  height: 100%;
}
.cid-twOc1eq3C1 .col-lg-6 {
  padding: 0;
}
.cid-twOc1eq3C1 .row {
  margin: 0;
}
.cid-twOd9rzAqd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #87611a;
}
@media (max-width: 767px) {
  .cid-twOd9rzAqd .mbr-text {
    text-align: center;
  }
}
.cid-twOd9rzAqd .container-fluid {
  padding: 0;
}
.cid-twOd9rzAqd .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOd9rzAqd img {
  height: 100%;
  object-fit: cover;
}
.cid-twOd9rzAqd .mbr-figure {
  height: 100%;
}
.cid-twOd9rzAqd .col-lg-7 {
  padding: 0;
}
.cid-twOd9rzAqd .row {
  margin: 0;
}
.cid-twOd9rzAqd .mbr-text,
.cid-twOd9rzAqd .mbr-section-btn {
  color: #ffffff;
}
.cid-twOd9rzAqd H1 {
  color: #ffffff;
}
.cid-twOdrCFAcO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-twOdrCFAcO .mbr-text {
    text-align: center;
  }
}
.cid-twOdrCFAcO .container-fluid {
  padding: 0;
}
.cid-twOdrCFAcO .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOdrCFAcO img {
  height: 100%;
  object-fit: cover;
}
.cid-twOdrCFAcO .mbr-figure {
  height: 100%;
}
.cid-twOdrCFAcO .col-lg-6 {
  padding: 0;
}
.cid-twOdrCFAcO .row {
  margin: 0;
}
.cid-twOc1f19Zx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twOc1f19Zx .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-twOc1f19Zx .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/prodotti-agricoli-a-km0-2000x1333.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-twOc1f19Zx .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #2d8721;
  z-index: 2;
  opacity: 1;
}
.cid-twOc1f19Zx .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-twOc1f19Zx .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-twOc1f19Zx .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-twOc1f19Zx .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-twOc1f19Zx .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-twOc1f19Zx .col:hover .box-title2,
.cid-twOc1f19Zx .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-twOc1f19Zx .box-title2,
.cid-twOc1f19Zx .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-twOc1f19Zx .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #2d8721;
}
.cid-twOc1f19Zx .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-twOc1f19Zx .img-content {
    opacity: 1;
  }
  .cid-twOc1f19Zx .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-twOc1f19Zx .box-content {
    width: 100%;
  }
  .cid-twOc1f19Zx .box-title2,
  .cid-twOc1f19Zx .box-text2 {
    color: #ffffff !important;
  }
  .cid-twOc1f19Zx .content-block,
  .cid-twOc1f19Zx .content1 {
    padding: 3rem 1rem;
  }
}
.cid-twOc1f19Zx .box-text1 {
  color: #333333;
}
.cid-twOc1f19Zx .box-title2 {
  color: #ffffff;
}
.cid-uqOn0sFl0z {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/panorama-lavalledelsambuco-notturno-2000x899.jpg");
}
.cid-uqOn0sFl0z .row {
  justify-content: flex-end;
}
.cid-uqOn0sFl0z h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uqOn0sFl0z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uqOn0sFl0z .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uqOn0sFl0z h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uqOn0sFl0z h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uqOn0sFl0z .mbr-text,
.cid-uqOn0sFl0z .mbr-section-btn {
  color: #efefef;
}
.cid-uqOn0sFl0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOn0sFl0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOonsId8o {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-uqOonsId8o .content {
    text-align: center;
  }
  .cid-uqOonsId8o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqOonsId8o .img-logo img {
  height: 6rem;
}
.cid-uqOonsId8o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqOonsId8o .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uqOonsId8o .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uqOonsId8o .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uqOonsId8o .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqOonsId8o .social-list a:hover {
  opacity: 1;
}
.cid-uqOonsId8o .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqOonsId8o .list li {
  padding-bottom: .5rem;
}
.cid-uqOonsId8o .list li:last-child {
  padding-bottom: 0;
}
.cid-uqOonsId8o .mbr-footer-list,
.cid-uqOonsId8o .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uqOonsId8o .mbr-footer-list,
  .cid-uqOonsId8o .form-text,
  .cid-uqOonsId8o .footer-title,
  .cid-uqOonsId8o .footer-main-title,
  .cid-uqOonsId8o .form-text,
  .cid-uqOonsId8o .list {
    text-align: center !important;
  }
  .cid-uqOonsId8o .mbr-form,
  .cid-uqOonsId8o .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uqOonsId8o .footer-main-title {
  color: #ffffff;
}
#custom-html-3t {
  /* Type valid CSS here */
}
#custom-html-3t div {
  padding: 0px;
  color: #ccc;
  text-align: center;
}
#custom-html-3t p {
  font-size: 60px;
  color: #ccc;
}
.cid-twOc1icZKd .navbar {
  background: #2d8721;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-twOc1icZKd .navbar-dropdown.bg-color.transparent.opened {
  background: #2d8721;
}
.cid-twOc1icZKd a {
  font-style: normal;
}
.cid-twOc1icZKd .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-twOc1icZKd .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-twOc1icZKd .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-twOc1icZKd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-twOc1icZKd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-twOc1icZKd .nav-item:focus,
.cid-twOc1icZKd .nav-link:focus {
  outline: none;
}
.cid-twOc1icZKd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twOc1icZKd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-twOc1icZKd .menu-logo {
  margin-right: auto;
}
.cid-twOc1icZKd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOc1icZKd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-twOc1icZKd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-twOc1icZKd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twOc1icZKd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twOc1icZKd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twOc1icZKd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-twOc1icZKd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-twOc1icZKd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-twOc1icZKd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOc1icZKd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twOc1icZKd .dropdown .dropdown-menu {
  background: #2d8721;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-twOc1icZKd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-twOc1icZKd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOc1icZKd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twOc1icZKd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOc1icZKd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-twOc1icZKd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-twOc1icZKd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-twOc1icZKd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twOc1icZKd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twOc1icZKd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twOc1icZKd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twOc1icZKd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-twOc1icZKd button.navbar-toggler:focus {
  outline: none;
}
.cid-twOc1icZKd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twOc1icZKd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twOc1icZKd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twOc1icZKd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twOc1icZKd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twOc1icZKd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOc1icZKd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twOc1icZKd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twOc1icZKd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOc1icZKd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twOc1icZKd .collapsed .btn {
  display: -webkit-flex;
}
.cid-twOc1icZKd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twOc1icZKd .collapsed .navbar-collapse.collapsing,
.cid-twOc1icZKd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twOc1icZKd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twOc1icZKd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twOc1icZKd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twOc1icZKd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twOc1icZKd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twOc1icZKd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twOc1icZKd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twOc1icZKd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-twOc1icZKd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twOc1icZKd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-twOc1icZKd .collapsed button.navbar-toggler {
  display: block;
}
.cid-twOc1icZKd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-twOc1icZKd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twOc1icZKd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-twOc1icZKd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twOc1icZKd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twOc1icZKd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-twOc1icZKd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twOc1icZKd img {
    height: 3.8rem !important;
  }
  .cid-twOc1icZKd .icon-wrap {
    margin-top: 1rem;
  }
  .cid-twOc1icZKd .menu-wrap {
    flex-direction: column;
  }
  .cid-twOc1icZKd .btn {
    display: -webkit-flex;
  }
  .cid-twOc1icZKd button.navbar-toggler {
    display: block;
  }
  .cid-twOc1icZKd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-twOc1icZKd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twOc1icZKd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twOc1icZKd .navbar-collapse.collapsing,
  .cid-twOc1icZKd .navbar-collapse.show {
    display: block !important;
  }
  .cid-twOc1icZKd .navbar-collapse.collapsing .navbar-nav,
  .cid-twOc1icZKd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twOc1icZKd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twOc1icZKd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twOc1icZKd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twOc1icZKd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twOc1icZKd .navbar-collapse.collapsing .navbar-buttons,
  .cid-twOc1icZKd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-twOc1icZKd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twOc1icZKd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twOc1icZKd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-twOc1icZKd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twOc1icZKd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twOc1icZKd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-twOc1icZKd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-twOc1icZKd .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-twOc1icZKd .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-twOc1icZKd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-twOc1icZKd .nav-link:hover,
.cid-twOc1icZKd .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-twO7iD39g4 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/facciata-agriturismo-hdr-2000x1334.jpg");
}
.cid-twO7iD39g4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twO7iD39g4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twO7iD39g4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-txt4DfZVVP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-txt4DfZVVP .mbr-text {
  color: #767676;
}
.cid-txt4DfZVVP .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-txt4DfZVVP .link {
  margin: 0;
}
.cid-txt4DfZVVP .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-txt4DfZVVP .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-txt4DfZVVP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-txt4DfZVVP .card {
    margin-bottom: 3rem;
  }
}
.cid-twO7iEtpko {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twO7iEtpko .mbr-text {
    text-align: center;
  }
}
.cid-twO7iEtpko .container-fluid {
  padding: 0;
}
.cid-twO7iEtpko .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twO7iEtpko img {
  height: 100%;
  object-fit: cover;
}
.cid-twO7iEtpko .mbr-figure {
  height: 100%;
}
.cid-twO7iEtpko .col-lg-6 {
  padding: 0;
}
.cid-twO7iEtpko .row {
  margin: 0;
}
.cid-tx4KkenrP2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/pianta-di-sambuco-agriturismo-serravalle-norcia-2000x1500.jpg");
}
.cid-tx4KkenrP2 .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-tx4KkenrP2 .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tx4KkenrP2 .card {
  position: relative;
}
.cid-tx4KkenrP2 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-tx4KkenrP2 .card:hover:before {
  opacity: 0.9;
}
.cid-tx4KkenrP2 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-tx4KkenrP2 .mbr-text {
  color: #000000;
}
.cid-twO7iDUNcS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twO7iDUNcS .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-twO7iDUNcS .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/facciata-agriturismo-hdr-2000x1334.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-twO7iDUNcS .block2 {
  background-image: url("../../../assets/images/mountain-bike-galleria-spoleto-norcia-4-2000x1334.jpeg");
}
.cid-twO7iDUNcS .block2:hover .block2-over {
  opacity: 0;
}
.cid-twO7iDUNcS .block1 {
  background-image: url("../../../assets/images/finestra-sala-colazioni-1-1366x2048.jpeg");
}
.cid-twO7iDUNcS .block1:hover .block1-over {
  opacity: 0;
}
.cid-twO7iDUNcS .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-twO7iDUNcS .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-twO7iDUNcS .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-twO7iDUNcS .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-twO7iDUNcS .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-twO7iDUNcS .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-twO7iDUNcS .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-twO7iDUNcS .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-twO7iDUNcS .col:hover .box-title2,
.cid-twO7iDUNcS .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-twO7iDUNcS .box-title2,
.cid-twO7iDUNcS .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-twO7iDUNcS .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-twO7iDUNcS .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-twO7iDUNcS .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-twO7iDUNcS .img-content {
    opacity: 1;
  }
  .cid-twO7iDUNcS .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-twO7iDUNcS .box-content {
    width: 100%;
  }
  .cid-twO7iDUNcS .box-title2,
  .cid-twO7iDUNcS .box-text2 {
    color: #ffffff !important;
  }
  .cid-twO7iDUNcS .content-block,
  .cid-twO7iDUNcS .content1 {
    padding: 3rem 1rem;
  }
}
.cid-twO7iDUNcS .box-text1 {
  color: #333333;
}
.cid-twO7iDUNcS .box-title2 {
  color: #ffffff;
}
.cid-twO7iDUNcS .block1-text,
.cid-twO7iDUNcS .mbr-section-btn {
  color: #ffffff;
}
.cid-twO7iDUNcS .block2-text,
.cid-twO7iDUNcS .mbr-section-btn {
  color: #ffffff;
}
.cid-twO7iDUNcS .block2-title {
  color: #333333;
}
.cid-twO7iDUNcS .block1-subtitle {
  color: #ffffff;
}
.cid-twO7iDUNcS .block2-subtitle {
  color: #ffffff;
}
.cid-txt13j09d2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txt13j09d2 .mbr-text {
  color: #767676;
}
.cid-txt13j09d2 .card-subtitle {
  margin: 0;
}
.cid-txt13j09d2 .link {
  margin: 0;
}
.cid-txt13j09d2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-txt13j09d2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-txt13j09d2 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-txt13j09d2 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-txt13j09d2 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-txt13j09d2 .card-img:hover:before {
  opacity: 0.4;
}
.cid-txt13j09d2 .card-img:hover img {
  transform: scale(1.05);
}
.cid-txt13j09d2 .row {
  justify-content: center;
}
.cid-txt13j09d2 .card {
  margin-bottom: 4rem;
}
.cid-txsrPaLjkh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txsrPaLjkh .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-txsrPaLjkh .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1136.png");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-txsrPaLjkh .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #2d8721;
  z-index: 2;
  opacity: 1;
}
.cid-txsrPaLjkh .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-txsrPaLjkh .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-txsrPaLjkh .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-txsrPaLjkh .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-txsrPaLjkh .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-txsrPaLjkh .col:hover .box-title2,
.cid-txsrPaLjkh .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-txsrPaLjkh .box-title2,
.cid-txsrPaLjkh .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-txsrPaLjkh .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #2d8721;
}
.cid-txsrPaLjkh .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-txsrPaLjkh .img-content {
    opacity: 1;
  }
  .cid-txsrPaLjkh .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-txsrPaLjkh .box-content {
    width: 100%;
  }
  .cid-txsrPaLjkh .box-title2,
  .cid-txsrPaLjkh .box-text2 {
    color: #ffffff !important;
  }
  .cid-txsrPaLjkh .content-block,
  .cid-txsrPaLjkh .content1 {
    padding: 3rem 1rem;
  }
}
.cid-txsrPaLjkh .box-text1 {
  color: #333333;
}
.cid-txsrPaLjkh .box-title2 {
  color: #ffffff;
}
.cid-twO7iEK1mT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/camera-rossa-hdr-8mm-saturata-8mm-2000x1333.jpg");
}
.cid-twO7iEK1mT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twO7iEK1mT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twO7iEK1mT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-twO7iEK1mT h3::before,
  .cid-twO7iEK1mT h3::after {
    display: none;
  }
}
.cid-uqOlcaS5u5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqOlcaS5u5 .mbr-text {
  color: #767676;
}
.cid-uqOlcaS5u5 .card-subtitle {
  margin: 0;
}
.cid-uqOlcaS5u5 .link {
  margin: 0;
}
.cid-uqOlcaS5u5 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uqOlcaS5u5 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uqOlcaS5u5 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uqOlcaS5u5 .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uqOlcaS5u5 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uqOlcaS5u5 .date {
  margin: 0;
}
.cid-uqOlcaS5u5 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uqOlcaS5u5 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uqOlcaS5u5 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uqOlcaS5u5 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uqOlcaS5u5 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uqOlcaS5u5 .icon-box {
    flex-direction: column;
  }
  .cid-uqOlcaS5u5 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uqOlcaS5u5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqOlcaS5u5 .card {
    margin-bottom: 3rem;
  }
}
.cid-uqOlcaS5u5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOlcaS5u5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOajYGERm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d8721;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-twOajYGERm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-twOajYGERm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-twOajYGERm .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-twOajYGERm .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twOajYGERm .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-twOajYGERm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twOajYGERm .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-twOajYGERm .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-twOajYGERm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-twOajYGERm .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-twOajYGERm .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-twOajYGERm .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-twOajYGERm .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-twOajYGERm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-twOajYGERm .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-twOajYGERm .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-twOajYGERm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-twOajYGERm .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-twOajYGERm .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uqOgX9VRZn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOgX9VRZn .mbr-text {
    text-align: center;
  }
}
.cid-uqOgX9VRZn .container-fluid {
  padding: 0;
}
.cid-uqOgX9VRZn .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOgX9VRZn img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOgX9VRZn .mbr-figure {
  height: 100%;
}
.cid-uqOgX9VRZn .col-lg-6 {
  padding: 0;
}
.cid-uqOgX9VRZn .row {
  margin: 0;
}
.cid-uqOgX9VRZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOgX9VRZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOgXXSFR3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOgXXSFR3 .mbr-text {
    text-align: center;
  }
}
.cid-uqOgXXSFR3 .container-fluid {
  padding: 0;
}
.cid-uqOgXXSFR3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOgXXSFR3 img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOgXXSFR3 .mbr-figure {
  height: 100%;
}
.cid-uqOgXXSFR3 .col-lg-6 {
  padding: 0;
}
.cid-uqOgXXSFR3 .row {
  margin: 0;
}
.cid-uqOgXXSFR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOgXXSFR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twOawDSISK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twOawDSISK blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-twOawDSISK .mbr-text,
.cid-twOawDSISK .blockquote-quote {
  color: #767676;
}
.cid-twOawDSISK footer {
  font-style: normal;
}
.cid-twOaJUK4gv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twOaJUK4gv .container-fluid {
  padding: 0 3rem;
}
.cid-twOaJUK4gv .mbr-section-subtitle {
  color: #000000;
}
.cid-twOaJUK4gv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-twOaJUK4gv .table-wrapper {
  margin: 0 auto;
}
.cid-twOaJUK4gv .head-item {
  min-width: 70px;
}
.cid-twOaJUK4gv table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-twOaJUK4gv table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #2d8721;
  color: white;
  vertical-align: middle;
}
.cid-twOaJUK4gv table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-twOaJUK4gv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-twOaJUK4gv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-twOaJUK4gv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-twOaJUK4gv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-twOaJUK4gv .dataTables_wrapper {
  display: block;
}
.cid-twOaJUK4gv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-twOaJUK4gv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-twOaJUK4gv .head-item:after,
.cid-twOaJUK4gv .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-twOaJUK4gv .dataTables_filter {
    text-align: center;
  }
  .cid-twOaJUK4gv .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-twOaJUK4gv .dataTables_filter {
    text-align: center;
  }
  .cid-twOaJUK4gv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-twOaJUK4gv .table-wrapper {
    width: 100% !important;
  }
  .cid-twOaJUK4gv .container-fluid {
    padding: 0 1rem;
  }
  .cid-twOaJUK4gv table th,
  .cid-twOaJUK4gv table td {
    padding: 0.75rem;
  }
}
.cid-twObt6revI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twObt6revI .mbr-text {
    text-align: center;
  }
}
.cid-twObt6revI .mbr-text,
.cid-twObt6revI .mbr-section-btn {
  color: #767676;
}
.cid-uqOoqrXYjW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-uqOoqrXYjW .content {
    text-align: center;
  }
  .cid-uqOoqrXYjW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqOoqrXYjW .img-logo img {
  height: 6rem;
}
.cid-uqOoqrXYjW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqOoqrXYjW .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uqOoqrXYjW .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uqOoqrXYjW .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uqOoqrXYjW .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqOoqrXYjW .social-list a:hover {
  opacity: 1;
}
.cid-uqOoqrXYjW .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqOoqrXYjW .list li {
  padding-bottom: .5rem;
}
.cid-uqOoqrXYjW .list li:last-child {
  padding-bottom: 0;
}
.cid-uqOoqrXYjW .mbr-footer-list,
.cid-uqOoqrXYjW .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uqOoqrXYjW .mbr-footer-list,
  .cid-uqOoqrXYjW .form-text,
  .cid-uqOoqrXYjW .footer-title,
  .cid-uqOoqrXYjW .footer-main-title,
  .cid-uqOoqrXYjW .form-text,
  .cid-uqOoqrXYjW .list {
    text-align: center !important;
  }
  .cid-uqOoqrXYjW .mbr-form,
  .cid-uqOoqrXYjW .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uqOoqrXYjW .footer-main-title {
  color: #ffffff;
}
#custom-html-3v {
  /* Type valid CSS here */
}
#custom-html-3v div {
  padding: 0px;
  color: #ccc;
  text-align: center;
}
#custom-html-3v p {
  font-size: 60px;
  color: #ccc;
}
.cid-twO7iFHh70 .navbar {
  background: #2d8721;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-twO7iFHh70 .navbar-dropdown.bg-color.transparent.opened {
  background: #2d8721;
}
.cid-twO7iFHh70 a {
  font-style: normal;
}
.cid-twO7iFHh70 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-twO7iFHh70 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-twO7iFHh70 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-twO7iFHh70 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-twO7iFHh70 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-twO7iFHh70 .nav-item:focus,
.cid-twO7iFHh70 .nav-link:focus {
  outline: none;
}
.cid-twO7iFHh70 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twO7iFHh70 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-twO7iFHh70 .menu-logo {
  margin-right: auto;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twO7iFHh70 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-twO7iFHh70 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-twO7iFHh70 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-twO7iFHh70 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twO7iFHh70 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twO7iFHh70 .dropdown .dropdown-menu {
  background: #2d8721;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-twO7iFHh70 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-twO7iFHh70 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twO7iFHh70 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twO7iFHh70 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twO7iFHh70 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-twO7iFHh70 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-twO7iFHh70 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-twO7iFHh70 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twO7iFHh70 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twO7iFHh70 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twO7iFHh70 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twO7iFHh70 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-twO7iFHh70 button.navbar-toggler:focus {
  outline: none;
}
.cid-twO7iFHh70 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twO7iFHh70 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twO7iFHh70 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twO7iFHh70 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twO7iFHh70 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twO7iFHh70 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twO7iFHh70 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twO7iFHh70 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twO7iFHh70 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twO7iFHh70 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twO7iFHh70 .collapsed .btn {
  display: -webkit-flex;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse.collapsing,
.cid-twO7iFHh70 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twO7iFHh70 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twO7iFHh70 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twO7iFHh70 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twO7iFHh70 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-twO7iFHh70 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twO7iFHh70 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-twO7iFHh70 .collapsed button.navbar-toggler {
  display: block;
}
.cid-twO7iFHh70 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-twO7iFHh70 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twO7iFHh70 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-twO7iFHh70 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twO7iFHh70 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twO7iFHh70 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-twO7iFHh70.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twO7iFHh70 img {
    height: 3.8rem !important;
  }
  .cid-twO7iFHh70 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-twO7iFHh70 .menu-wrap {
    flex-direction: column;
  }
  .cid-twO7iFHh70 .btn {
    display: -webkit-flex;
  }
  .cid-twO7iFHh70 button.navbar-toggler {
    display: block;
  }
  .cid-twO7iFHh70 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-twO7iFHh70 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twO7iFHh70 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twO7iFHh70 .navbar-collapse.collapsing,
  .cid-twO7iFHh70 .navbar-collapse.show {
    display: block !important;
  }
  .cid-twO7iFHh70 .navbar-collapse.collapsing .navbar-nav,
  .cid-twO7iFHh70 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twO7iFHh70 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twO7iFHh70 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twO7iFHh70 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twO7iFHh70 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twO7iFHh70 .navbar-collapse.collapsing .navbar-buttons,
  .cid-twO7iFHh70 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-twO7iFHh70 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twO7iFHh70 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twO7iFHh70 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-twO7iFHh70 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twO7iFHh70 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twO7iFHh70 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-twO7iFHh70 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-twO7iFHh70 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-twO7iFHh70 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-twO7iFHh70 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-twO7iFHh70 .nav-link:hover,
.cid-twO7iFHh70 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-twOguNZDS0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/esterno-area-verde-con-fontana-2000x1333.jpg");
}
.cid-twOguNZDS0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-twOguNZDS0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOguNZDS0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-twOguOs7X6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOguOs7X6 .mbr-text {
    text-align: center;
  }
}
.cid-twOguOs7X6 .container-fluid {
  padding: 0;
}
.cid-twOguOs7X6 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOguOs7X6 img {
  height: 100%;
  object-fit: cover;
}
.cid-twOguOs7X6 .mbr-figure {
  height: 100%;
}
.cid-twOguOs7X6 .col-lg-6 {
  padding: 0;
}
.cid-twOguOs7X6 .row {
  margin: 0;
}
.cid-twOgQu0UPz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-twOgQu0UPz .mbr-text {
    text-align: center;
  }
}
.cid-twOgQu0UPz .container-fluid {
  padding: 0;
}
.cid-twOgQu0UPz .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOgQu0UPz img {
  height: 100%;
  object-fit: cover;
}
.cid-twOgQu0UPz .mbr-figure {
  height: 100%;
}
.cid-twOgQu0UPz .col-lg-6 {
  padding: 0;
}
.cid-twOgQu0UPz .row {
  margin: 0;
}
.cid-txsHfsZnzY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txsHfsZnzY .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-txsHfsZnzY .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/fiume-serravalle-2000x1500.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-txsHfsZnzY .block2 {
  background-image: url("../../../assets/images/reception-spazio-chiavi-1235x823.jpg");
}
.cid-txsHfsZnzY .block2:hover .block2-over {
  opacity: 0;
}
.cid-txsHfsZnzY .block1 {
  background-image: url("../../../assets/images/area-giochi-agriturismo-hdr-1763x1174.jpeg");
}
.cid-txsHfsZnzY .block1:hover .block1-over {
  opacity: 0;
}
.cid-txsHfsZnzY .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-txsHfsZnzY .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-txsHfsZnzY .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-txsHfsZnzY .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-txsHfsZnzY .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-txsHfsZnzY .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-txsHfsZnzY .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-txsHfsZnzY .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-txsHfsZnzY .col:hover .box-title2,
.cid-txsHfsZnzY .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-txsHfsZnzY .box-title2,
.cid-txsHfsZnzY .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-txsHfsZnzY .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-txsHfsZnzY .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-txsHfsZnzY .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-txsHfsZnzY .img-content {
    opacity: 1;
  }
  .cid-txsHfsZnzY .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-txsHfsZnzY .box-content {
    width: 100%;
  }
  .cid-txsHfsZnzY .box-title2,
  .cid-txsHfsZnzY .box-text2 {
    color: #ffffff !important;
  }
  .cid-txsHfsZnzY .content-block,
  .cid-txsHfsZnzY .content1 {
    padding: 3rem 1rem;
  }
}
.cid-txsHfsZnzY .box-text1 {
  color: #333333;
}
.cid-txsHfsZnzY .box-title2 {
  color: #ffffff;
}
.cid-txsHfsZnzY .block1-text,
.cid-txsHfsZnzY .mbr-section-btn {
  color: #ffffff;
}
.cid-txsHfsZnzY .block2-text,
.cid-txsHfsZnzY .mbr-section-btn {
  color: #ffffff;
}
.cid-txsHfsZnzY .block2-title {
  color: #333333;
}
.cid-txsHfsZnzY .block1-subtitle {
  color: #ffffff;
}
.cid-txsHfsZnzY .block2-subtitle {
  color: #ffffff;
}
.cid-txssI9Mpvr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txssI9Mpvr .mbr-text {
    text-align: center;
  }
}
.cid-txssI9Mpvr .mbr-text,
.cid-txssI9Mpvr .mbr-section-btn {
  color: #767676;
}
.cid-twOguP7AHO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twOguP7AHO .mbr-text {
    text-align: center;
  }
}
.cid-twOguP7AHO .container-fluid {
  padding: 0;
}
.cid-twOguP7AHO .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-twOguP7AHO img {
  height: 100%;
  object-fit: cover;
}
.cid-twOguP7AHO .mbr-figure {
  height: 100%;
}
.cid-twOguP7AHO .col-lg-6 {
  padding: 0;
}
.cid-twOguP7AHO .row {
  margin: 0;
}
.cid-uqOouQeXM3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-uqOouQeXM3 .content {
    text-align: center;
  }
  .cid-uqOouQeXM3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqOouQeXM3 .img-logo img {
  height: 6rem;
}
.cid-uqOouQeXM3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqOouQeXM3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uqOouQeXM3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uqOouQeXM3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uqOouQeXM3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqOouQeXM3 .social-list a:hover {
  opacity: 1;
}
.cid-uqOouQeXM3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqOouQeXM3 .list li {
  padding-bottom: .5rem;
}
.cid-uqOouQeXM3 .list li:last-child {
  padding-bottom: 0;
}
.cid-uqOouQeXM3 .mbr-footer-list,
.cid-uqOouQeXM3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uqOouQeXM3 .mbr-footer-list,
  .cid-uqOouQeXM3 .form-text,
  .cid-uqOouQeXM3 .footer-title,
  .cid-uqOouQeXM3 .footer-main-title,
  .cid-uqOouQeXM3 .form-text,
  .cid-uqOouQeXM3 .list {
    text-align: center !important;
  }
  .cid-uqOouQeXM3 .mbr-form,
  .cid-uqOouQeXM3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uqOouQeXM3 .footer-main-title {
  color: #ffffff;
}
#custom-html-3x {
  /* Type valid CSS here */
}
#custom-html-3x div {
  padding: 0px;
  color: #ccc;
  text-align: center;
}
#custom-html-3x p {
  font-size: 60px;
  color: #ccc;
}
.cid-twOguRpuGg .navbar {
  background: #2d8721;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-twOguRpuGg .navbar-dropdown.bg-color.transparent.opened {
  background: #2d8721;
}
.cid-twOguRpuGg a {
  font-style: normal;
}
.cid-twOguRpuGg .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-twOguRpuGg .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-twOguRpuGg .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-twOguRpuGg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-twOguRpuGg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-twOguRpuGg .nav-item:focus,
.cid-twOguRpuGg .nav-link:focus {
  outline: none;
}
.cid-twOguRpuGg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-twOguRpuGg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-twOguRpuGg .menu-logo {
  margin-right: auto;
}
.cid-twOguRpuGg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twOguRpuGg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-twOguRpuGg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-twOguRpuGg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twOguRpuGg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twOguRpuGg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twOguRpuGg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-twOguRpuGg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-twOguRpuGg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-twOguRpuGg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twOguRpuGg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twOguRpuGg .dropdown .dropdown-menu {
  background: #2d8721;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-twOguRpuGg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-twOguRpuGg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twOguRpuGg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twOguRpuGg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twOguRpuGg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-twOguRpuGg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-twOguRpuGg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-twOguRpuGg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twOguRpuGg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twOguRpuGg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twOguRpuGg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twOguRpuGg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-twOguRpuGg button.navbar-toggler:focus {
  outline: none;
}
.cid-twOguRpuGg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twOguRpuGg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twOguRpuGg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twOguRpuGg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twOguRpuGg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twOguRpuGg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOguRpuGg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twOguRpuGg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twOguRpuGg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twOguRpuGg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twOguRpuGg .collapsed .btn {
  display: -webkit-flex;
}
.cid-twOguRpuGg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twOguRpuGg .collapsed .navbar-collapse.collapsing,
.cid-twOguRpuGg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twOguRpuGg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twOguRpuGg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twOguRpuGg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twOguRpuGg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twOguRpuGg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twOguRpuGg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twOguRpuGg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twOguRpuGg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-twOguRpuGg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twOguRpuGg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-twOguRpuGg .collapsed button.navbar-toggler {
  display: block;
}
.cid-twOguRpuGg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-twOguRpuGg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twOguRpuGg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-twOguRpuGg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twOguRpuGg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twOguRpuGg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-twOguRpuGg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twOguRpuGg img {
    height: 3.8rem !important;
  }
  .cid-twOguRpuGg .icon-wrap {
    margin-top: 1rem;
  }
  .cid-twOguRpuGg .menu-wrap {
    flex-direction: column;
  }
  .cid-twOguRpuGg .btn {
    display: -webkit-flex;
  }
  .cid-twOguRpuGg button.navbar-toggler {
    display: block;
  }
  .cid-twOguRpuGg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-twOguRpuGg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twOguRpuGg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twOguRpuGg .navbar-collapse.collapsing,
  .cid-twOguRpuGg .navbar-collapse.show {
    display: block !important;
  }
  .cid-twOguRpuGg .navbar-collapse.collapsing .navbar-nav,
  .cid-twOguRpuGg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twOguRpuGg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twOguRpuGg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twOguRpuGg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twOguRpuGg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twOguRpuGg .navbar-collapse.collapsing .navbar-buttons,
  .cid-twOguRpuGg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-twOguRpuGg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twOguRpuGg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twOguRpuGg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-twOguRpuGg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twOguRpuGg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twOguRpuGg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-twOguRpuGg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-twOguRpuGg .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-twOguRpuGg .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-twOguRpuGg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-twOguRpuGg .nav-link:hover,
.cid-twOguRpuGg .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uqNY8bGjVE {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/facciata-agriturismo-da-strada-2000x1333.jpg");
}
.cid-uqNY8bGjVE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uqNY8bGjVE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uqNY8bGjVE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uqNY8cfUVN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqNY8cfUVN .mbr-text {
  color: #767676;
}
.cid-uqNY8cfUVN .card-subtitle {
  margin: 0;
}
.cid-uqNY8cfUVN .link {
  margin: 0;
}
.cid-uqNY8cfUVN .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uqNY8cfUVN .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uqNY8cfUVN img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uqNY8cfUVN .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uqNY8cfUVN .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uqNY8cfUVN .card-img:hover:before {
  opacity: 0.4;
}
.cid-uqNY8cfUVN .card-img:hover img {
  transform: scale(1.05);
}
.cid-uqNY8cfUVN .row {
  justify-content: center;
}
.cid-uqNY8cfUVN .card {
  margin-bottom: 4rem;
}
.cid-uqNY8cOUYq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqNY8cOUYq .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-uqNY8cOUYq .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/cosa-fare-a-norcia-rafting-gommone-serravalle-1600x1200.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uqNY8cOUYq .block2 {
  background-image: url("../../../assets/images/sala-colazioni-e-finestra-luminosa-2000x1333.jpeg");
}
.cid-uqNY8cOUYq .block2:hover .block2-over {
  opacity: 0;
}
.cid-uqNY8cOUYq .block1 {
  background-image: url("../../../assets/images/vacanza-a-norcia-con-biciclette-verso-i-pantani-mtb-bike-2000x1500.jpeg");
}
.cid-uqNY8cOUYq .block1:hover .block1-over {
  opacity: 0;
}
.cid-uqNY8cOUYq .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uqNY8cOUYq .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uqNY8cOUYq .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-uqNY8cOUYq .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uqNY8cOUYq .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uqNY8cOUYq .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uqNY8cOUYq .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uqNY8cOUYq .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uqNY8cOUYq .col:hover .box-title2,
.cid-uqNY8cOUYq .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uqNY8cOUYq .box-title2,
.cid-uqNY8cOUYq .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uqNY8cOUYq .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-uqNY8cOUYq .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-uqNY8cOUYq .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uqNY8cOUYq .img-content {
    opacity: 1;
  }
  .cid-uqNY8cOUYq .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uqNY8cOUYq .box-content {
    width: 100%;
  }
  .cid-uqNY8cOUYq .box-title2,
  .cid-uqNY8cOUYq .box-text2 {
    color: #ffffff !important;
  }
  .cid-uqNY8cOUYq .content-block,
  .cid-uqNY8cOUYq .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uqNY8cOUYq .box-text1 {
  color: #333333;
}
.cid-uqNY8cOUYq .box-title2 {
  color: #ffffff;
}
.cid-uqNY8cOUYq .block1-text,
.cid-uqNY8cOUYq .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNY8cOUYq .block2-text,
.cid-uqNY8cOUYq .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNY8cOUYq .block2-title {
  color: #333333;
}
.cid-uqNY8cOUYq .block1-subtitle {
  color: #ffffff;
}
.cid-uqNY8cOUYq .block2-subtitle {
  color: #ffffff;
}
.cid-uqNY8dk7B5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqNY8dk7B5 .mbr-text {
  color: #767676;
}
.cid-uqNY8dk7B5 .card-subtitle {
  margin: 0;
}
.cid-uqNY8dk7B5 .link {
  margin: 0;
}
.cid-uqNY8dk7B5 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uqNY8dk7B5 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uqNY8dk7B5 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uqNY8dk7B5 .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uqNY8dk7B5 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uqNY8dk7B5 .date {
  margin: 0;
}
.cid-uqNY8dk7B5 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uqNY8dk7B5 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uqNY8dk7B5 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uqNY8dk7B5 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uqNY8dk7B5 .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uqNY8dk7B5 .icon-box {
    flex-direction: column;
  }
  .cid-uqNY8dk7B5 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uqNY8dk7B5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqNY8dk7B5 .card {
    margin-bottom: 3rem;
  }
}
.cid-uqNY8dKjUv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqNY8dKjUv .mbr-text {
    text-align: center;
  }
}
.cid-uqNY8dKjUv .container-fluid {
  padding: 0;
}
.cid-uqNY8dKjUv .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqNY8dKjUv img {
  height: 100%;
  object-fit: cover;
}
.cid-uqNY8dKjUv .mbr-figure {
  height: 100%;
}
.cid-uqNY8dKjUv .col-lg-6 {
  padding: 0;
}
.cid-uqNY8dKjUv .row {
  margin: 0;
}
.cid-uqNY8dZnlC {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/santuario-statua-santa-rita-3-hdr-2000x1333.jpg");
}
.cid-uqNY8dZnlC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uqNY8dZnlC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uqNY8dZnlC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uqNY8dZnlC h3::before,
  .cid-uqNY8dZnlC h3::after {
    display: none;
  }
}
.cid-uqO0X6HpJr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqO0X6HpJr .mbr-text {
    text-align: center;
  }
}
.cid-uqO0X6HpJr .container-fluid {
  padding: 0;
}
.cid-uqO0X6HpJr .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqO0X6HpJr img {
  height: 100%;
  object-fit: cover;
}
.cid-uqO0X6HpJr .mbr-figure {
  height: 100%;
}
.cid-uqO0X6HpJr .col-lg-6 {
  padding: 0;
}
.cid-uqO0X6HpJr .row {
  margin: 0;
}
.cid-uqO0X6HpJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqO0X6HpJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOo68L142 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/panorama-lavalledelsambuco-notturno-2000x899.jpg");
}
.cid-uqOo68L142 .row {
  justify-content: flex-end;
}
.cid-uqOo68L142 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uqOo68L142 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uqOo68L142 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uqOo68L142 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uqOo68L142 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uqOo68L142 .mbr-text,
.cid-uqOo68L142 .mbr-section-btn {
  color: #efefef;
}
.cid-uqOo68L142 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOo68L142 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOoTEUdyr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOoTEUdyr .mbr-text {
    text-align: center;
  }
}
.cid-uqOoTEUdyr .container-fluid {
  padding: 0;
}
.cid-uqOoTEUdyr .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOoTEUdyr img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOoTEUdyr .mbr-figure {
  height: 100%;
}
.cid-uqOoTEUdyr .col-lg-6 {
  padding: 0;
}
.cid-uqOoTEUdyr .row {
  margin: 0;
}
.cid-uqOoTEUdyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOoTEUdyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOoUk8zq2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOoUk8zq2 .mbr-text {
    text-align: center;
  }
}
.cid-uqOoUk8zq2 .container-fluid {
  padding: 0;
}
.cid-uqOoUk8zq2 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOoUk8zq2 img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOoUk8zq2 .mbr-figure {
  height: 100%;
}
.cid-uqOoUk8zq2 .col-lg-6 {
  padding: 0;
}
.cid-uqOoUk8zq2 .row {
  margin: 0;
}
.cid-uqOoUk8zq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOoUk8zq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNY8d58Hh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uqNY8d58Hh .mbr-text {
    text-align: center;
  }
}
.cid-uqNY8d58Hh .container-fluid {
  padding: 0;
}
.cid-uqNY8d58Hh .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqNY8d58Hh img {
  height: 100%;
  object-fit: cover;
}
.cid-uqNY8d58Hh .mbr-figure {
  height: 100%;
}
.cid-uqNY8d58Hh .col-lg-6 {
  padding: 0;
}
.cid-uqNY8d58Hh .row {
  margin: 0;
}
.cid-uqOoO2zM0Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqOoO2zM0Z .mbr-text {
    text-align: center;
  }
}
.cid-uqOoO2zM0Z .container-fluid {
  padding: 0;
}
.cid-uqOoO2zM0Z .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOoO2zM0Z img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOoO2zM0Z .mbr-figure {
  height: 100%;
}
.cid-uqOoO2zM0Z .col-lg-6 {
  padding: 0;
}
.cid-uqOoO2zM0Z .row {
  margin: 0;
}
.cid-uqOoNE1sTL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-uqOoNE1sTL .mbr-text {
    text-align: center;
  }
}
.cid-uqOoNE1sTL .container-fluid {
  padding: 0;
}
.cid-uqOoNE1sTL .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uqOoNE1sTL img {
  height: 100%;
  object-fit: cover;
}
.cid-uqOoNE1sTL .mbr-figure {
  height: 100%;
}
.cid-uqOoNE1sTL .col-lg-6 {
  padding: 0;
}
.cid-uqOoNE1sTL .row {
  margin: 0;
}
.cid-uqNY8el0rE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uqNY8el0rE img {
  width: 65%;
  pointer-events: all;
}
.cid-uqNY8el0rE .row {
  justify-content: center;
}
.cid-uqNY8el0rE .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-uqNY8el0rE .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-uqNY8el0rE .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-uqNY8el0rE .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uqNY8el0rE .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-uqNY8el0rE .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-uqNY8el0rE .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-uqNY8el0rE .item {
    height: 300px;
  }
}
.cid-uqOo7X6LGT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2e5587;
}
@media (max-width: 767px) {
  .cid-uqOo7X6LGT .content {
    text-align: center;
  }
  .cid-uqOo7X6LGT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqOo7X6LGT .img-logo img {
  height: 6rem;
}
.cid-uqOo7X6LGT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uqOo7X6LGT .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uqOo7X6LGT .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uqOo7X6LGT .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uqOo7X6LGT .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uqOo7X6LGT .social-list a:hover {
  opacity: 1;
}
.cid-uqOo7X6LGT .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqOo7X6LGT .list li {
  padding-bottom: .5rem;
}
.cid-uqOo7X6LGT .list li:last-child {
  padding-bottom: 0;
}
.cid-uqOo7X6LGT .mbr-footer-list,
.cid-uqOo7X6LGT .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uqOo7X6LGT .mbr-footer-list,
  .cid-uqOo7X6LGT .form-text,
  .cid-uqOo7X6LGT .footer-title,
  .cid-uqOo7X6LGT .footer-main-title,
  .cid-uqOo7X6LGT .form-text,
  .cid-uqOo7X6LGT .list {
    text-align: center !important;
  }
  .cid-uqOo7X6LGT .mbr-form,
  .cid-uqOo7X6LGT .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uqOo7X6LGT .footer-main-title {
  color: #ffffff;
}
#custom-html-3p {
  /* Type valid CSS here */
}
#custom-html-3p div {
  padding: 0px;
  color: #ccc;
  text-align: center;
}
#custom-html-3p p {
  font-size: 60px;
  color: #ccc;
}
.cid-uqNY8eXh9P .navbar {
  background: #2d8721;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uqNY8eXh9P .navbar-dropdown.bg-color.transparent.opened {
  background: #2d8721;
}
.cid-uqNY8eXh9P a {
  font-style: normal;
}
.cid-uqNY8eXh9P .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uqNY8eXh9P .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uqNY8eXh9P .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uqNY8eXh9P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uqNY8eXh9P .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uqNY8eXh9P .nav-item:focus,
.cid-uqNY8eXh9P .nav-link:focus {
  outline: none;
}
.cid-uqNY8eXh9P .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uqNY8eXh9P .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uqNY8eXh9P .menu-logo {
  margin-right: auto;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uqNY8eXh9P .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uqNY8eXh9P .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uqNY8eXh9P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqNY8eXh9P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqNY8eXh9P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqNY8eXh9P .dropdown .dropdown-menu {
  background: #2d8721;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uqNY8eXh9P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uqNY8eXh9P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNY8eXh9P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqNY8eXh9P .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNY8eXh9P .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uqNY8eXh9P .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uqNY8eXh9P .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uqNY8eXh9P .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uqNY8eXh9P .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqNY8eXh9P .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqNY8eXh9P .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqNY8eXh9P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uqNY8eXh9P button.navbar-toggler:focus {
  outline: none;
}
.cid-uqNY8eXh9P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqNY8eXh9P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqNY8eXh9P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqNY8eXh9P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqNY8eXh9P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqNY8eXh9P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqNY8eXh9P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqNY8eXh9P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqNY8eXh9P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqNY8eXh9P .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqNY8eXh9P .collapsed .btn {
  display: -webkit-flex;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse.collapsing,
.cid-uqNY8eXh9P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqNY8eXh9P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqNY8eXh9P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uqNY8eXh9P .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqNY8eXh9P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqNY8eXh9P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqNY8eXh9P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uqNY8eXh9P .collapsed button.navbar-toggler {
  display: block;
}
.cid-uqNY8eXh9P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uqNY8eXh9P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uqNY8eXh9P .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uqNY8eXh9P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqNY8eXh9P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqNY8eXh9P .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uqNY8eXh9P.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqNY8eXh9P img {
    height: 3.8rem !important;
  }
  .cid-uqNY8eXh9P .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uqNY8eXh9P .menu-wrap {
    flex-direction: column;
  }
  .cid-uqNY8eXh9P .btn {
    display: -webkit-flex;
  }
  .cid-uqNY8eXh9P button.navbar-toggler {
    display: block;
  }
  .cid-uqNY8eXh9P .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uqNY8eXh9P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uqNY8eXh9P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqNY8eXh9P .navbar-collapse.collapsing,
  .cid-uqNY8eXh9P .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqNY8eXh9P .navbar-collapse.collapsing .navbar-nav,
  .cid-uqNY8eXh9P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqNY8eXh9P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqNY8eXh9P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uqNY8eXh9P .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uqNY8eXh9P .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqNY8eXh9P .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqNY8eXh9P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqNY8eXh9P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqNY8eXh9P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqNY8eXh9P .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uqNY8eXh9P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqNY8eXh9P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqNY8eXh9P .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uqNY8eXh9P .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uqNY8eXh9P .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uqNY8eXh9P .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uqNY8eXh9P .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uqNY8eXh9P .nav-link:hover,
.cid-uqNY8eXh9P .dropdown-item:hover {
  color: #cccccc !important;
}
