body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 2.1rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-2 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 1.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Bentham', serif;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3b3a3a !important;
}
.bg-success {
  background-color: #fae0ff !important;
}
.bg-info {
  background-color: #aeaddc !important;
}
.bg-warning {
  background-color: #117a73 !important;
}
.bg-danger {
  background-color: #f1eeea !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3b3a3a !important;
  border-color: #3b3a3a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
  color: #847158 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #aeaddc !important;
  border-color: #aeaddc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7977c5 !important;
  border-color: #7977c5 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7977c5 !important;
  border-color: #7977c5 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #fae0ff !important;
  border-color: #fae0ff !important;
  color: #bc00e0 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #bc00e0 !important;
  background-color: #ee94ff !important;
  border-color: #ee94ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #bc00e0 !important;
  background-color: #ee94ff !important;
  border-color: #ee94ff !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #117a73 !important;
  border-color: #117a73 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #083734 !important;
  border-color: #083734 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #083734 !important;
  border-color: #083734 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
  color: #847158 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #847158 !important;
  background-color: #d2c9bc !important;
  border-color: #d2c9bc !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #080707;
  color: #080707 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #3b3a3a;
  border-color: #3b3a3a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b3a3a !important;
  border-color: #3b3a3a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #c8bcad;
  color: #c8bcad !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #847158 !important;
  background-color: #f1eeea;
  border-color: #f1eeea;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #847158 !important;
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #6766bd;
  color: #6766bd !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #aeaddc;
  border-color: #aeaddc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #aeaddc !important;
  border-color: #aeaddc !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ea7aff;
  color: #ea7aff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #bc00e0 !important;
  background-color: #fae0ff;
  border-color: #fae0ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #bc00e0 !important;
  background-color: #fae0ff !important;
  border-color: #fae0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #05201f;
  color: #05201f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #117a73;
  border-color: #117a73;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #117a73 !important;
  border-color: #117a73 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #c8bcad;
  color: #c8bcad !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #847158 !important;
  background-color: #f1eeea;
  border-color: #f1eeea;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #847158 !important;
  background-color: #f1eeea !important;
  border-color: #f1eeea !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3b3a3a !important;
}
.text-secondary {
  color: #f1eeea !important;
}
.text-success {
  color: #fae0ff !important;
}
.text-info {
  color: #aeaddc !important;
}
.text-warning {
  color: #117a73 !important;
}
.text-danger {
  color: #f1eeea !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080707 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c8bcad !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ea7aff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #6766bd !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #05201f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c8bcad !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: #aeaddc;
}
.alert-warning {
  background-color: #117a73;
}
.alert-danger {
  background-color: #f1eeea;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3b3a3a;
  border-color: #3b3a3a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #3b3a3a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #aeadad;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #29e1d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Bentham', serif;
  font-size: 1.5rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #3b3a3a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3b3a3a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3b3a3a;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3b3a3a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3b3a3a;
  border-bottom-color: #3b3a3a;
}
.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: #3b3a3a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1eeea !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%;
}
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='%233b3a3a' %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-qVkIIaQMEg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qVkIIaQMEg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qVkIIaQMEg .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-qVkIIaQMEg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qVkIIaQMEg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qVkIIaQMEg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qVkIIaQMEg .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qVkIIaQMEg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3b3a3a;
}
.cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qVkIIaQMEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qVkIIaQMEg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qVkIIaQMEg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qVkIIaQMEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qVkIIaQMEg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qVkIIaQMEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qVkIIaQMEg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qVkIIaQMEg .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qVkIIaQMEg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qVkIIaQMEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qVkIIaQMEg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qVkIIaQMEg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qVkIIaQMEg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qVkIIaQMEg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qVkIIaQMEg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qVkIIaQMEg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qVkIIaQMEg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qVkIIaQMEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qVkIIaQMEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qVkIIaQMEg .dropdown-item.active,
.cid-qVkIIaQMEg .dropdown-item:active {
  background-color: transparent;
}
.cid-qVkIIaQMEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qVkIIaQMEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qVkIIaQMEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qVkIIaQMEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qVkIIaQMEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qVkIIaQMEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qVkIIaQMEg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qVkIIaQMEg .navbar-buttons {
  text-align: center;
}
.cid-qVkIIaQMEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qVkIIaQMEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qVkIIaQMEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qVkIIaQMEg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qVkIIaQMEg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qVkIIaQMEg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qVkIIaQMEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qVkIIaQMEg .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qVkIIaQMEg .nav-link:hover,
.cid-qVkIIaQMEg .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-qVkIIaQMEg .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-qVkIIaQMEg .nav-item a:link,
.cid-qVkIIaQMEg .nav-item a:active,
.cid-qVkIIaQMEg .nav-item a:visited {
  color: #000 !important;
}
.cid-qVkIIaQMEg .nav-item a:hover {
  color: #121A5A !important;
}
.cid-utOj2gwg1s {
  background-image: url("../../../assets/images/am-ritratti-emozionali-web.webp");
}
.cid-utOj2gwg1s .mbr-text,
.cid-utOj2gwg1s .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-utOj2gwg1s .mbr-section-title {
  margin-left: -0.2rem;
}
.cid-utOj2gwg1s .mbr-section-title span {
  color: #ffbc00;
}
.cid-utOj2gwg1s .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-utOj2gwg1s .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-utOj2gwg1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-utOj2gwg1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUXGG9nd1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQUXGG9nd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQUXGG9nd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQUXGG9nd1 .card {
  justify-content: center;
}
.cid-uQUXGG9nd1 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uQUXGG9nd1 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uQUXGG9nd1 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .image-wrapper img {
    height: 300px;
  }
}
.cid-uQUXGG9nd1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQUXGG9nd1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQUXGG9nd1 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uQUXGG9nd1 .mbr-section-title {
  color: #000000;
}
.cid-uQUXGG9nd1 .mbr-text {
  color: #000000;
}
.cid-uQVHKK5p06 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uQVHKK5p06 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQVHKK5p06 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQVHKK5p06 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQVHKK5p06 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uQVHKK5p06 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uQVHKK5p06 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uQVHKK5p06 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-filter ul {
  display: block;
}
.cid-uQVHKK5p06 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uQVHKK5p06 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uQVHKK5p06 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-filter li.active::after,
.cid-uQVHKK5p06 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uQVHKK5p06 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQVHKK5p06 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uQVHKK5p06 .icon-focus:before {
  content: '\e95e';
}
.cid-uQVHKK5p06 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uQVHKK5p06 .mbr-section-title {
  margin: 0;
}
.cid-uQVHKK5p06 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uQVHKK5p06 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-utVstbyJdx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fae0ff;
}
.cid-utVstbyJdx .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #333333;
  text-align: left;
}
.cid-utVstbyJdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-utVstbyJdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQV2WXnvmQ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQV2WXnvmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQV2WXnvmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uQV2WXnvmQ .container {
    max-width: 1400px;
  }
}
.cid-uQV2WXnvmQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uQV2WXnvmQ .card-wrapper {
  margin-top: 3rem;
  background: #f1eeea;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uQV2WXnvmQ .row {
  justify-content: center;
}
.cid-uQV2WXnvmQ .mbr-section-title {
  color: #117a73;
}
.cid-uQV2WXnvmQ .card-title,
.cid-uQV2WXnvmQ .iconfont-wrapper {
  color: #117a73;
}
.cid-utOOMmWwNG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/miss-alis-sposi-2000x1331.jpg");
}
.cid-utOOMmWwNG .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-utOOMmWwNG .mbr-text {
  width: 100%;
  height: auto;
}
.cid-utOOMmWwNG .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-utOOMmWwNG .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utOOMmWwNG .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-utOOMmWwNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-utOOMmWwNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVyLQIdCR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVyLQIdCR .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uQVyLQIdCR .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uQVyLQIdCR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQVyLQIdCR .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uQVyLQIdCR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQVyLQIdCR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQVyLQIdCR b,
.cid-uQVyLQIdCR strong {
  font-weight: 900;
}
.cid-uQVyLQIdCR img,
.cid-uQVyLQIdCR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQVyLQIdCR .item:focus,
.cid-uQVyLQIdCR span:focus {
  outline: none;
}
.cid-uQVyLQIdCR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQVyLQIdCR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQVyLQIdCR .mbr-section-title {
  color: #117a73;
}
.cid-uQVyLQIdCR .mbr-text,
.cid-uQVyLQIdCR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uQVyLQIdCR .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uQVyLQIdCR .mbr-section-subtitle {
  color: #117a73;
}
.cid-uQVyLQIdCR .item-subtitle,
.cid-uQVyLQIdCR .item-content {
  text-align: center;
}
.cid-utP6fbd5bT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uQVA7vik1D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #aeaddc;
}
.cid-uQVA7vik1D .card {
  width: 100%;
}
.cid-uQVA7vik1D .card .add__block {
  display: none;
}
.cid-uQVA7vik1D .add__block {
  margin-top: 35px;
}
.cid-uQVA7vik1D .add__block .add__block_image {
  width: 170px;
}
.cid-uQVA7vik1D .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uQVA7vik1D .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uQVA7vik1D .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uQVA7vik1D .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uQVA7vik1D .row {
  margin: 0;
}
.cid-uQVA7vik1D .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQVA7vik1D .step-container {
  margin-top: 25px;
}
.cid-uQVA7vik1D .padding__bot {
  padding-bottom: 50px;
}
.cid-uQVA7vik1D .step-text-content {
  padding-top: 10px;
}
.cid-uQVA7vik1D .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uQVA7vik1D .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uQVA7vik1D .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQVA7vik1D .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uQVA7vik1D .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uQVA7vik1D .add__block {
    display: flex;
  }
  .cid-uQVA7vik1D .step-element {
    display: flex;
  }
  .cid-uQVA7vik1D .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uQVA7vik1D .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uQVA7vik1D .separline {
    position: relative;
  }
  .cid-uQVA7vik1D .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uQVA7vik1D .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uQVA7vik1D .add__block_title {
    margin-top: 30px;
  }
  .cid-uQVA7vik1D .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uQVA7vik1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVA7vik1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-qVkIQuiDiQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQVEjwa043 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uQVEjwa043 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uQVEjwa043 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQVEjwa043 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQVEjwa043 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uQVEjwa043 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uQVEjwa043 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uQVEjwa043 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uQVEjwa043 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uQVEjwa043 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uQVEjwa043 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uQVEjwa043 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uQVEjwa043 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uQVEjwa043 .mbr-gallery-filter ul {
  display: block;
}
.cid-uQVEjwa043 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uQVEjwa043 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uQVEjwa043 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uQVEjwa043 .mbr-gallery-filter li.active::after,
.cid-uQVEjwa043 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uQVEjwa043 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uQVEjwa043 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uQVEjwa043 .icon-focus:before {
  content: '\e95e';
}
.cid-uQVEjwa043 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uQVEjwa043 .mbr-section-title {
  margin: 0;
}
.cid-uQVEjwa043 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uQVEjwa043 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uQVBuMyDPK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pattern-missalis-web-1366x768.jpg");
}
.cid-uQVBuMyDPK .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uQVBuMyDPK .mbr-text {
  width: 100%;
  height: auto;
  text-align: left;
}
.cid-uQVBuMyDPK .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uQVBuMyDPK .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQVBuMyDPK .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uQVBuMyDPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVBuMyDPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVBuMyDPK .mbr-section-title {
  text-align: center;
}
.cid-uR1ELpYekL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1ELpYekL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ELpYekL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .container {
    padding: 0 16px;
  }
}
.cid-uR1ELpYekL .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1ELpYekL .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .image-wrapper img {
    height: 350px;
  }
}
.cid-uR1ELpYekL .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .content-wrapper {
    margin: 0;
  }
}
.cid-uR1ELpYekL .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uR1ELpYekL .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uR1ELpYekL .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uR1ELpYekL .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uR1ELpYekL .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1ELpYekL .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uR1ELpYekL .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control:hover,
.cid-uR1ELpYekL .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-control::placeholder {
  color: #3b3a3a;
  opacity: .7;
}
.cid-uR1ELpYekL .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #aeaddc;
  border-color: #3b3a3a;
  border-radius: 0;
}
.cid-uR1ELpYekL .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3b3a3a;
}
.cid-uR1ELpYekL .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uR1ELpYekL .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uR1ELpYekL .mbr-section-title {
  color: #1c1c1c;
}
.cid-uR1ELpYekL .mbr-desc {
  color: #1c1c1c;
}
.cid-uR1ELpYekL .mbr-text {
  color: #1c1c1c;
}
.cid-uR1ELpYekL H5 {
  color: #117a73;
}
.cid-uR1ELpYekL P {
  text-align: left;
}
.cid-uQVDP42o8g {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQVLm5Vmpu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #117a73;
}
.cid-uQVLm5Vmpu .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uQVLm5Vmpu .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQVLm5Vmpu .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uQVLm5Vmpu .container {
    max-width: 100% !important;
  }
}
.cid-tiPqcVr2v3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #117a73;
}
.cid-tiPqcVr2v3 a:link {
  text-decoration: none;
}
.cid-tiPqcVr2v3 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiPqcVr2v3 .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-tiPqcVr2v3 .inner-text {
  line-height: 1.4em;
}
.cid-tiPqcVr2v3 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-tiPqcVr2v3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tiPqcVr2v3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tiPqcVr2v3 .content-text,
.cid-tiPqcVr2v3 .inner-text {
  color: #ffffff;
}
.cid-tiPqcVr2v3 .content-text,
.cid-tiPqcVr2v3 .inner-text DIV {
  color: #ffffff;
}
.cid-qVGqC1bZ9S {
  background-image: url("../../../assets/images/miss-alis-accessori-2000x1500.jpg");
}
.cid-qVGqC1bZ9S .row {
  margin-left: -5rem;
}
.cid-qVGqC1bZ9S .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-qVGqC1bZ9S .mbr-section-title,
.cid-qVGqC1bZ9S .mbr-section-subtitle {
  color: #232323;
}
.cid-qVGqC1bZ9S .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qVGqC1bZ9S .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-qVGqC1bZ9S .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qVGqC1bZ9S .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qVGqC1bZ9S .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-qVGqC1bZ9S h1 {
  text-transform: uppercase;
  font-style: italic;
}
.cid-qVGqC1bZ9S .mbr-section-title {
  color: #65605f;
}
.cid-rtJXShBUUs {
  background-image: url("../../../assets/images/sfondo-1-2000x1018.jpg");
}
.cid-rtJXShBUUs .row {
  margin-left: -5rem;
}
.cid-rtJXShBUUs .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-rtJXShBUUs .mbr-section-title,
.cid-rtJXShBUUs .mbr-section-subtitle {
  color: #232323;
}
.cid-rtJXShBUUs .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-rtJXShBUUs .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-rtJXShBUUs .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-rtJXShBUUs .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rtJXShBUUs .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rtJXShBUUs h1 {
  text-transform: uppercase;
  font-style: italic;
}
.cid-rtJXShBUUs .mbr-section-title {
  color: #65605f;
}
.cid-uR1GSPoRzP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uR1GSPoRzP .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uR1GSPoRzP .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uR1GSPoRzP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uR1GSPoRzP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uR1GSPoRzP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR1GSPoRzP .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uR1GSPoRzP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3b3a3a;
}
.cid-uR1GSPoRzP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uR1GSPoRzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR1GSPoRzP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uR1GSPoRzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR1GSPoRzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR1GSPoRzP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR1GSPoRzP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uR1GSPoRzP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uR1GSPoRzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR1GSPoRzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uR1GSPoRzP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uR1GSPoRzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR1GSPoRzP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uR1GSPoRzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR1GSPoRzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR1GSPoRzP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR1GSPoRzP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uR1GSPoRzP .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uR1GSPoRzP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR1GSPoRzP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR1GSPoRzP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uR1GSPoRzP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uR1GSPoRzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR1GSPoRzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uR1GSPoRzP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR1GSPoRzP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR1GSPoRzP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR1GSPoRzP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR1GSPoRzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR1GSPoRzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR1GSPoRzP .dropdown-item.active,
.cid-uR1GSPoRzP .dropdown-item:active {
  background-color: transparent;
}
.cid-uR1GSPoRzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR1GSPoRzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR1GSPoRzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR1GSPoRzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR1GSPoRzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uR1GSPoRzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR1GSPoRzP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR1GSPoRzP .navbar-buttons {
  text-align: center;
}
.cid-uR1GSPoRzP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uR1GSPoRzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uR1GSPoRzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR1GSPoRzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR1GSPoRzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR1GSPoRzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR1GSPoRzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR1GSPoRzP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR1GSPoRzP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR1GSPoRzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR1GSPoRzP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR1GSPoRzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uR1GSPoRzP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR1GSPoRzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uR1GSPoRzP .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uR1GSPoRzP .nav-link:hover,
.cid-uR1GSPoRzP .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uR1GSPoRzP .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uR1GSPoRzP .nav-item a:link,
.cid-uR1GSPoRzP .nav-item a:active,
.cid-uR1GSPoRzP .nav-item a:visited {
  color: #000 !important;
}
.cid-uR1GSPoRzP .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uR1GSQ72MM {
  background-image: url("../../../assets/images/am-ritratti-emozionali-web.webp");
}
.cid-uR1GSQ72MM .mbr-text,
.cid-uR1GSQ72MM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uR1GSQ72MM .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uR1GSQ72MM .mbr-section-title span {
  color: #ffbc00;
}
.cid-uR1GSQ72MM .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uR1GSQ72MM .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uR1GSQ72MM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSQ72MM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1GSQzNMm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR1GSQzNMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSQzNMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1GSQzNMm .card {
  justify-content: center;
}
.cid-uR1GSQzNMm .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uR1GSQzNMm .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR1GSQzNMm .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR1GSQzNMm .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR1GSQzNMm .image-wrapper img {
    height: 300px;
  }
}
.cid-uR1GSQzNMm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR1GSQzNMm .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uR1GSQzNMm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR1GSQzNMm .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uR1GSQzNMm .mbr-section-title {
  color: #000000;
}
.cid-uR1GSQzNMm .mbr-text {
  color: #000000;
}
.cid-uRX6Ee0oq5 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6Ee0oq5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6Ee0oq5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6Ee0oq5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6Ee0oq5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6Ee0oq5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6Ee0oq5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6Ee0oq5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6Ee0oq5 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6Ee0oq5 .mbr-gallery-filter li.active::after,
.cid-uRX6Ee0oq5 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6Ee0oq5 .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6Ee0oq5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6Ee0oq5 .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6Ee0oq5 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6Ee0oq5 .mbr-section-title {
  margin: 0;
}
.cid-uRX6Ee0oq5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6Ee0oq5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR1GSR3fNL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fae0ff;
}
.cid-uR1GSR3fNL .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #3b3a3a;
  text-align: left;
}
.cid-uR1GSR3fNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSR3fNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1GSRE20M {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1GSRE20M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSRE20M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uR1GSRE20M .container {
    max-width: 1400px;
  }
}
.cid-uR1GSRE20M .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uR1GSRE20M .card-wrapper {
  margin-top: 3rem;
  background: #f1eeea;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uR1GSRE20M .row {
  justify-content: center;
}
.cid-uR1GSRE20M .mbr-section-title {
  color: #117a73;
}
.cid-uR1GSRE20M .card-title,
.cid-uR1GSRE20M .iconfont-wrapper {
  color: #117a73;
}
.cid-uR1GSTkvDj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/miss-alis-sposi-2000x1331.jpg");
}
.cid-uR1GSTkvDj .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR1GSTkvDj .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uR1GSTkvDj .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR1GSTkvDj .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR1GSTkvDj .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR1GSTkvDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSTkvDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1GSTK85g {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR1GSTK85g .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uR1GSTK85g .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uR1GSTK85g .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR1GSTK85g .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uR1GSTK85g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR1GSTK85g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR1GSTK85g b,
.cid-uR1GSTK85g strong {
  font-weight: 900;
}
.cid-uR1GSTK85g img,
.cid-uR1GSTK85g .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uR1GSTK85g .item:focus,
.cid-uR1GSTK85g span:focus {
  outline: none;
}
.cid-uR1GSTK85g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR1GSTK85g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR1GSTK85g .mbr-section-title {
  color: #117a73;
}
.cid-uR1GSTK85g .mbr-text,
.cid-uR1GSTK85g .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uR1GSTK85g .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uR1GSTK85g .mbr-section-subtitle {
  color: #117a73;
}
.cid-uR1GSTK85g .item-subtitle,
.cid-uR1GSTK85g .item-content {
  text-align: center;
}
.cid-uR1GSUqMxX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uR1GSUL1KP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #aeaddc;
}
.cid-uR1GSUL1KP .card {
  width: 100%;
}
.cid-uR1GSUL1KP .card .add__block {
  display: none;
}
.cid-uR1GSUL1KP .add__block {
  margin-top: 35px;
}
.cid-uR1GSUL1KP .add__block .add__block_image {
  width: 170px;
}
.cid-uR1GSUL1KP .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uR1GSUL1KP .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uR1GSUL1KP .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uR1GSUL1KP .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uR1GSUL1KP .row {
  margin: 0;
}
.cid-uR1GSUL1KP .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uR1GSUL1KP .step-container {
  margin-top: 25px;
}
.cid-uR1GSUL1KP .padding__bot {
  padding-bottom: 50px;
}
.cid-uR1GSUL1KP .step-text-content {
  padding-top: 10px;
}
.cid-uR1GSUL1KP .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uR1GSUL1KP .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uR1GSUL1KP .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR1GSUL1KP .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uR1GSUL1KP .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uR1GSUL1KP .add__block {
    display: flex;
  }
  .cid-uR1GSUL1KP .step-element {
    display: flex;
  }
  .cid-uR1GSUL1KP .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uR1GSUL1KP .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uR1GSUL1KP .separline {
    position: relative;
  }
  .cid-uR1GSUL1KP .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uR1GSUL1KP .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uR1GSUL1KP .add__block_title {
    margin-top: 30px;
  }
  .cid-uR1GSUL1KP .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uR1GSUL1KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSUL1KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1GSW32Xj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRX6GaI3yZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6GaI3yZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6GaI3yZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6GaI3yZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6GaI3yZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6GaI3yZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6GaI3yZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6GaI3yZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6GaI3yZ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6GaI3yZ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6GaI3yZ .mbr-gallery-filter li.active::after,
.cid-uRX6GaI3yZ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6GaI3yZ .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6GaI3yZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6GaI3yZ .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6GaI3yZ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6GaI3yZ .mbr-section-title {
  margin: 0;
}
.cid-uRX6GaI3yZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6GaI3yZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR1GSX4zuB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pattern-missalis-web-1366x768.jpg");
}
.cid-uR1GSX4zuB .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR1GSX4zuB .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uR1GSX4zuB .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR1GSX4zuB .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR1GSX4zuB .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR1GSX4zuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSX4zuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1GSX4zuB .mbr-section-title {
  text-align: center;
}
.cid-uR1GSXxQsV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uR1GSXxQsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1GSXxQsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .container {
    padding: 0 16px;
  }
}
.cid-uR1GSXxQsV .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1GSXxQsV .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .image-wrapper img {
    height: 350px;
  }
}
.cid-uR1GSXxQsV .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .content-wrapper {
    margin: 0;
  }
}
.cid-uR1GSXxQsV .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uR1GSXxQsV .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uR1GSXxQsV .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uR1GSXxQsV .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uR1GSXxQsV .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1GSXxQsV .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uR1GSXxQsV .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-control:hover,
.cid-uR1GSXxQsV .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-control::placeholder {
  color: #3b3a3a;
  opacity: .7;
}
.cid-uR1GSXxQsV .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-check .form-check-input {
  background-color: #aeaddc;
  border-color: #3b3a3a;
  border-radius: 0;
}
.cid-uR1GSXxQsV .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3b3a3a;
}
.cid-uR1GSXxQsV .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uR1GSXxQsV .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uR1GSXxQsV .mbr-section-title {
  color: #1c1c1c;
}
.cid-uR1GSXxQsV .mbr-desc {
  color: #1c1c1c;
}
.cid-uR1GSXxQsV .mbr-text {
  color: #1c1c1c;
}
.cid-uR1GSXxQsV H5 {
  color: #117a73;
}
.cid-uR1GSXxQsV P {
  text-align: left;
}
.cid-uR1GSY80Cf {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uR26SCsKZ2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR26SCsKZ2 .mbr-text {
  text-align: center;
}
.cid-uR26SCsKZ2 .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR26SCsKZ2 .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR26SCsKZ2 .container {
    max-width: 100% !important;
  }
}
.cid-uR25Z1bDfQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR25Z1bDfQ blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #000 !important;
  text-transform: capitalize;
}
.cid-uR25Z1bDfQ .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-uR25Z1bDfQ .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-uR25Z1bDfQ a:link,
.cid-uR25Z1bDfQ a:active,
.cid-uR25Z1bDfQ a:visited {
  color: #6E6E6E;
}
.cid-uR25Z1bDfQ a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-uR25Z1bDfQ .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-uR25Z1bDfQ .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-uR1GSYwlZJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #117a73;
}
.cid-uR1GSYwlZJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR1GSYwlZJ .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR1GSYwlZJ .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR1GSYwlZJ .container {
    max-width: 100% !important;
  }
}
.cid-uR1GSYS95X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #117a73;
}
.cid-uR1GSYS95X a:link {
  text-decoration: none;
}
.cid-uR1GSYS95X .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uR1GSYS95X .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uR1GSYS95X .inner-text {
  line-height: 1.4em;
}
.cid-uR1GSYS95X .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uR1GSYS95X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uR1GSYS95X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uR1GSYS95X .content-text,
.cid-uR1GSYS95X .inner-text {
  color: #ffffff;
}
.cid-uR1GSYS95X .content-text,
.cid-uR1GSYS95X .inner-text DIV {
  color: #ffffff;
}
.cid-uR1ZwI1QO7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uR1ZwI1QO7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uR1ZwI1QO7 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uR1ZwI1QO7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uR1ZwI1QO7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uR1ZwI1QO7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR1ZwI1QO7 .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uR1ZwI1QO7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3b3a3a;
}
.cid-uR1ZwI1QO7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uR1ZwI1QO7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uR1ZwI1QO7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uR1ZwI1QO7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uR1ZwI1QO7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR1ZwI1QO7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uR1ZwI1QO7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR1ZwI1QO7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR1ZwI1QO7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR1ZwI1QO7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uR1ZwI1QO7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uR1ZwI1QO7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR1ZwI1QO7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR1ZwI1QO7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uR1ZwI1QO7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uR1ZwI1QO7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR1ZwI1QO7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uR1ZwI1QO7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR1ZwI1QO7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR1ZwI1QO7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR1ZwI1QO7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR1ZwI1QO7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR1ZwI1QO7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR1ZwI1QO7 .dropdown-item.active,
.cid-uR1ZwI1QO7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR1ZwI1QO7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR1ZwI1QO7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR1ZwI1QO7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR1ZwI1QO7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR1ZwI1QO7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uR1ZwI1QO7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR1ZwI1QO7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR1ZwI1QO7 .navbar-buttons {
  text-align: center;
}
.cid-uR1ZwI1QO7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uR1ZwI1QO7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uR1ZwI1QO7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR1ZwI1QO7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR1ZwI1QO7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR1ZwI1QO7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR1ZwI1QO7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR1ZwI1QO7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR1ZwI1QO7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR1ZwI1QO7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR1ZwI1QO7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR1ZwI1QO7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uR1ZwI1QO7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR1ZwI1QO7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uR1ZwI1QO7 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uR1ZwI1QO7 .nav-link:hover,
.cid-uR1ZwI1QO7 .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uR1ZwI1QO7 .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uR1ZwI1QO7 .nav-item a:link,
.cid-uR1ZwI1QO7 .nav-item a:active,
.cid-uR1ZwI1QO7 .nav-item a:visited {
  color: #000 !important;
}
.cid-uR1ZwI1QO7 .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uR1ZwIKZqD {
  background-image: url("../../../assets/images/miss-alis-accessori-2000x1500.jpg");
}
.cid-uR1ZwIKZqD .mbr-text,
.cid-uR1ZwIKZqD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uR1ZwIKZqD .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uR1ZwIKZqD .mbr-section-title span {
  color: #ffbc00;
}
.cid-uR1ZwIKZqD .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uR1ZwIKZqD .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uR1ZwIKZqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwIKZqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ZwJ9ZhX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR1ZwJ9ZhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwJ9ZhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ZwJ9ZhX .card {
  justify-content: center;
}
.cid-uR1ZwJ9ZhX .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uR1ZwJ9ZhX .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR1ZwJ9ZhX .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR1ZwJ9ZhX .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR1ZwJ9ZhX .image-wrapper img {
    height: 300px;
  }
}
.cid-uR1ZwJ9ZhX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR1ZwJ9ZhX .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uR1ZwJ9ZhX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR1ZwJ9ZhX .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uR1ZwJ9ZhX .mbr-section-title {
  color: #000000;
}
.cid-uR1ZwJ9ZhX .mbr-text {
  color: #000000;
}
.cid-uRX6LPLbBs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6LPLbBs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6LPLbBs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6LPLbBs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6LPLbBs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6LPLbBs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6LPLbBs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6LPLbBs .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6LPLbBs .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6LPLbBs .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6LPLbBs .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6LPLbBs .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6LPLbBs .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6LPLbBs .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6LPLbBs .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6LPLbBs .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6LPLbBs .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6LPLbBs .mbr-gallery-filter li.active::after,
.cid-uRX6LPLbBs .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6LPLbBs .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6LPLbBs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6LPLbBs .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6LPLbBs .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6LPLbBs .mbr-section-title {
  margin: 0;
}
.cid-uRX6LPLbBs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6LPLbBs .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR1ZwJy7tG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fae0ff;
}
.cid-uR1ZwJy7tG .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #3b3a3a;
  text-align: left;
}
.cid-uR1ZwJy7tG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwJy7tG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ZwJYlpQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR1ZwJYlpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwJYlpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uR1ZwJYlpQ .container {
    max-width: 1400px;
  }
}
.cid-uR1ZwJYlpQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uR1ZwJYlpQ .card-wrapper {
  margin-top: 3rem;
  background: #f1eeea;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uR1ZwJYlpQ .row {
  justify-content: center;
}
.cid-uR1ZwJYlpQ .mbr-section-title {
  color: #117a73;
}
.cid-uR1ZwJYlpQ .card-title,
.cid-uR1ZwJYlpQ .iconfont-wrapper {
  color: #117a73;
}
.cid-uR6kLBL7Bi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR6kLBL7Bi .mbr-text {
  text-align: center;
}
.cid-uR1ZwLejm4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/miss-alis-sposi-2000x1331.jpg");
}
.cid-uR1ZwLejm4 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR1ZwLejm4 .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uR1ZwLejm4 .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR1ZwLejm4 .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR1ZwLejm4 .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR1ZwLejm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwLejm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ZwLEPKn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR1ZwLEPKn .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uR1ZwLEPKn .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uR1ZwLEPKn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR1ZwLEPKn .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uR1ZwLEPKn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR1ZwLEPKn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR1ZwLEPKn b,
.cid-uR1ZwLEPKn strong {
  font-weight: 900;
}
.cid-uR1ZwLEPKn img,
.cid-uR1ZwLEPKn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uR1ZwLEPKn .item:focus,
.cid-uR1ZwLEPKn span:focus {
  outline: none;
}
.cid-uR1ZwLEPKn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR1ZwLEPKn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR1ZwLEPKn .mbr-section-title {
  color: #117a73;
}
.cid-uR1ZwLEPKn .mbr-text,
.cid-uR1ZwLEPKn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uR1ZwLEPKn .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uR1ZwLEPKn .mbr-section-subtitle {
  color: #117a73;
}
.cid-uR1ZwLEPKn .item-subtitle,
.cid-uR1ZwLEPKn .item-content {
  text-align: center;
}
.cid-uR1ZwMdkrf {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uR1ZwMxEil {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #aeaddc;
}
.cid-uR1ZwMxEil .card {
  width: 100%;
}
.cid-uR1ZwMxEil .card .add__block {
  display: none;
}
.cid-uR1ZwMxEil .add__block {
  margin-top: 35px;
}
.cid-uR1ZwMxEil .add__block .add__block_image {
  width: 170px;
}
.cid-uR1ZwMxEil .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uR1ZwMxEil .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uR1ZwMxEil .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uR1ZwMxEil .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uR1ZwMxEil .row {
  margin: 0;
}
.cid-uR1ZwMxEil .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uR1ZwMxEil .step-container {
  margin-top: 25px;
}
.cid-uR1ZwMxEil .padding__bot {
  padding-bottom: 50px;
}
.cid-uR1ZwMxEil .step-text-content {
  padding-top: 10px;
}
.cid-uR1ZwMxEil .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uR1ZwMxEil .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uR1ZwMxEil .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR1ZwMxEil .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uR1ZwMxEil .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uR1ZwMxEil .add__block {
    display: flex;
  }
  .cid-uR1ZwMxEil .step-element {
    display: flex;
  }
  .cid-uR1ZwMxEil .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uR1ZwMxEil .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uR1ZwMxEil .separline {
    position: relative;
  }
  .cid-uR1ZwMxEil .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uR1ZwMxEil .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uR1ZwMxEil .add__block_title {
    margin-top: 30px;
  }
  .cid-uR1ZwMxEil .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uR1ZwMxEil .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwMxEil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ZwNItfD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRX6NelkRh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6NelkRh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6NelkRh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6NelkRh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6NelkRh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6NelkRh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6NelkRh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6NelkRh .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6NelkRh .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6NelkRh .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6NelkRh .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6NelkRh .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6NelkRh .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6NelkRh .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6NelkRh .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6NelkRh .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6NelkRh .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6NelkRh .mbr-gallery-filter li.active::after,
.cid-uRX6NelkRh .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6NelkRh .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6NelkRh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6NelkRh .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6NelkRh .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6NelkRh .mbr-section-title {
  margin: 0;
}
.cid-uRX6NelkRh .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6NelkRh .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR1ZwOFxrA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pattern-missalis-web-1366x768.jpg");
}
.cid-uR1ZwOFxrA .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR1ZwOFxrA .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uR1ZwOFxrA .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR1ZwOFxrA .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR1ZwOFxrA .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR1ZwOFxrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwOFxrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ZwOFxrA .mbr-section-title {
  text-align: center;
}
.cid-uR1ZwP8e1H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR1ZwP8e1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ZwP8e1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .container {
    padding: 0 16px;
  }
}
.cid-uR1ZwP8e1H .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1ZwP8e1H .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .image-wrapper img {
    height: 350px;
  }
}
.cid-uR1ZwP8e1H .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .content-wrapper {
    margin: 0;
  }
}
.cid-uR1ZwP8e1H .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uR1ZwP8e1H .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uR1ZwP8e1H .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uR1ZwP8e1H .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uR1ZwP8e1H .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR1ZwP8e1H .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uR1ZwP8e1H .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-control:hover,
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-control::placeholder {
  color: #3b3a3a;
  opacity: .7;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-check .form-check-input {
  background-color: #aeaddc;
  border-color: #3b3a3a;
  border-radius: 0;
}
.cid-uR1ZwP8e1H .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3b3a3a;
}
.cid-uR1ZwP8e1H .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uR1ZwP8e1H .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uR1ZwP8e1H .mbr-section-title {
  color: #1c1c1c;
}
.cid-uR1ZwP8e1H .mbr-desc {
  color: #1c1c1c;
}
.cid-uR1ZwP8e1H .mbr-text {
  color: #1c1c1c;
}
.cid-uR1ZwP8e1H H5 {
  color: #117a73;
}
.cid-uR1ZwP8e1H P {
  text-align: left;
}
.cid-uR1ZwPLpq5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uR1ZwQaSHy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #117a73;
}
.cid-uR1ZwQaSHy .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR1ZwQaSHy .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR1ZwQaSHy .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR1ZwQaSHy .container {
    max-width: 100% !important;
  }
}
.cid-uR1ZwQy8w7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #117a73;
}
.cid-uR1ZwQy8w7 a:link {
  text-decoration: none;
}
.cid-uR1ZwQy8w7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uR1ZwQy8w7 .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uR1ZwQy8w7 .inner-text {
  line-height: 1.4em;
}
.cid-uR1ZwQy8w7 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uR1ZwQy8w7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uR1ZwQy8w7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uR1ZwQy8w7 .content-text,
.cid-uR1ZwQy8w7 .inner-text {
  color: #ffffff;
}
.cid-uR1ZwQy8w7 .content-text,
.cid-uR1ZwQy8w7 .inner-text DIV {
  color: #ffffff;
}
.cid-uR6eYAHbAf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uR6eYAHbAf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uR6eYAHbAf .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uR6eYAHbAf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uR6eYAHbAf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uR6eYAHbAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR6eYAHbAf .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uR6eYAHbAf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3b3a3a;
}
.cid-uR6eYAHbAf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uR6eYAHbAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR6eYAHbAf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uR6eYAHbAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR6eYAHbAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR6eYAHbAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR6eYAHbAf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uR6eYAHbAf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uR6eYAHbAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR6eYAHbAf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uR6eYAHbAf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uR6eYAHbAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR6eYAHbAf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uR6eYAHbAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR6eYAHbAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR6eYAHbAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR6eYAHbAf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uR6eYAHbAf .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uR6eYAHbAf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR6eYAHbAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR6eYAHbAf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uR6eYAHbAf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uR6eYAHbAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR6eYAHbAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uR6eYAHbAf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR6eYAHbAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR6eYAHbAf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR6eYAHbAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR6eYAHbAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR6eYAHbAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR6eYAHbAf .dropdown-item.active,
.cid-uR6eYAHbAf .dropdown-item:active {
  background-color: transparent;
}
.cid-uR6eYAHbAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR6eYAHbAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR6eYAHbAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR6eYAHbAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR6eYAHbAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uR6eYAHbAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR6eYAHbAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR6eYAHbAf .navbar-buttons {
  text-align: center;
}
.cid-uR6eYAHbAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uR6eYAHbAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uR6eYAHbAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR6eYAHbAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR6eYAHbAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR6eYAHbAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR6eYAHbAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR6eYAHbAf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR6eYAHbAf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR6eYAHbAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR6eYAHbAf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR6eYAHbAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uR6eYAHbAf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR6eYAHbAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uR6eYAHbAf .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uR6eYAHbAf .nav-link:hover,
.cid-uR6eYAHbAf .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uR6eYAHbAf .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uR6eYAHbAf .nav-item a:link,
.cid-uR6eYAHbAf .nav-item a:active,
.cid-uR6eYAHbAf .nav-item a:visited {
  color: #000 !important;
}
.cid-uR6eYAHbAf .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uR6eYBwrRA {
  background-image: url("../../../assets/images/miss-alis-accessori-2000x1500.jpg");
}
.cid-uR6eYBwrRA .mbr-text,
.cid-uR6eYBwrRA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uR6eYBwrRA .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uR6eYBwrRA .mbr-section-title span {
  color: #ffbc00;
}
.cid-uR6eYBwrRA .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uR6eYBwrRA .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uR6eYBwrRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYBwrRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6eYC5gJa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6eYC5gJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYC5gJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6eYC5gJa .card {
  justify-content: center;
}
.cid-uR6eYC5gJa .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uR6eYC5gJa .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR6eYC5gJa .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR6eYC5gJa .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR6eYC5gJa .image-wrapper img {
    height: 300px;
  }
}
.cid-uR6eYC5gJa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR6eYC5gJa .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uR6eYC5gJa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR6eYC5gJa .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uR6eYC5gJa .mbr-section-title {
  color: #000000;
}
.cid-uR6eYC5gJa .mbr-text {
  color: #000000;
}
.cid-uRX6UHITYH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6UHITYH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6UHITYH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6UHITYH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6UHITYH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6UHITYH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6UHITYH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6UHITYH .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6UHITYH .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6UHITYH .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6UHITYH .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6UHITYH .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6UHITYH .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6UHITYH .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6UHITYH .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6UHITYH .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6UHITYH .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6UHITYH .mbr-gallery-filter li.active::after,
.cid-uRX6UHITYH .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6UHITYH .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6UHITYH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6UHITYH .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6UHITYH .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6UHITYH .mbr-section-title {
  margin: 0;
}
.cid-uRX6UHITYH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6UHITYH .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR6eYCxhrb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fae0ff;
}
.cid-uR6eYCxhrb .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #3b3a3a;
  text-align: left;
}
.cid-uR6eYCxhrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYCxhrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6eYD0R4F {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR6eYD0R4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYD0R4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uR6eYD0R4F .container {
    max-width: 1400px;
  }
}
.cid-uR6eYD0R4F .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uR6eYD0R4F .card-wrapper {
  margin-top: 3rem;
  background: #f1eeea;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uR6eYD0R4F .row {
  justify-content: center;
}
.cid-uR6eYD0R4F .mbr-section-title {
  color: #117a73;
}
.cid-uR6eYD0R4F .card-title,
.cid-uR6eYD0R4F .iconfont-wrapper {
  color: #117a73;
}
.cid-uR6gDThGhw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR6gDThGhw .mbr-text {
  text-align: center;
}
.cid-uR6eYELr3i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/miss-alis-sposi-2000x1331.jpg");
}
.cid-uR6eYELr3i .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR6eYELr3i .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uR6eYELr3i .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR6eYELr3i .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR6eYELr3i .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR6eYELr3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYELr3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6eYFirLh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6eYFirLh .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uR6eYFirLh .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uR6eYFirLh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR6eYFirLh .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uR6eYFirLh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR6eYFirLh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR6eYFirLh b,
.cid-uR6eYFirLh strong {
  font-weight: 900;
}
.cid-uR6eYFirLh img,
.cid-uR6eYFirLh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uR6eYFirLh .item:focus,
.cid-uR6eYFirLh span:focus {
  outline: none;
}
.cid-uR6eYFirLh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR6eYFirLh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR6eYFirLh .mbr-section-title {
  color: #117a73;
}
.cid-uR6eYFirLh .mbr-text,
.cid-uR6eYFirLh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uR6eYFirLh .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uR6eYFirLh .mbr-section-subtitle {
  color: #117a73;
}
.cid-uR6eYFirLh .item-subtitle,
.cid-uR6eYFirLh .item-content {
  text-align: center;
}
.cid-uR6eYG6z5R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uR6eYGuTex {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #aeaddc;
}
.cid-uR6eYGuTex .card {
  width: 100%;
}
.cid-uR6eYGuTex .card .add__block {
  display: none;
}
.cid-uR6eYGuTex .add__block {
  margin-top: 35px;
}
.cid-uR6eYGuTex .add__block .add__block_image {
  width: 170px;
}
.cid-uR6eYGuTex .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uR6eYGuTex .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uR6eYGuTex .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uR6eYGuTex .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uR6eYGuTex .row {
  margin: 0;
}
.cid-uR6eYGuTex .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uR6eYGuTex .step-container {
  margin-top: 25px;
}
.cid-uR6eYGuTex .padding__bot {
  padding-bottom: 50px;
}
.cid-uR6eYGuTex .step-text-content {
  padding-top: 10px;
}
.cid-uR6eYGuTex .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uR6eYGuTex .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uR6eYGuTex .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR6eYGuTex .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uR6eYGuTex .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uR6eYGuTex .add__block {
    display: flex;
  }
  .cid-uR6eYGuTex .step-element {
    display: flex;
  }
  .cid-uR6eYGuTex .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uR6eYGuTex .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uR6eYGuTex .separline {
    position: relative;
  }
  .cid-uR6eYGuTex .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uR6eYGuTex .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uR6eYGuTex .add__block_title {
    margin-top: 30px;
  }
  .cid-uR6eYGuTex .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uR6eYGuTex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYGuTex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6eYHS05f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRX6WHXlfb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6WHXlfb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6WHXlfb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6WHXlfb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6WHXlfb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6WHXlfb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6WHXlfb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6WHXlfb .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6WHXlfb .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6WHXlfb .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6WHXlfb .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6WHXlfb .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6WHXlfb .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6WHXlfb .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6WHXlfb .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6WHXlfb .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6WHXlfb .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6WHXlfb .mbr-gallery-filter li.active::after,
.cid-uRX6WHXlfb .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6WHXlfb .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6WHXlfb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6WHXlfb .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6WHXlfb .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6WHXlfb .mbr-section-title {
  margin: 0;
}
.cid-uRX6WHXlfb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6WHXlfb .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR6eYJ6ztg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pattern-missalis-web-1366x768.jpg");
}
.cid-uR6eYJ6ztg .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR6eYJ6ztg .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uR6eYJ6ztg .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR6eYJ6ztg .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR6eYJ6ztg .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR6eYJ6ztg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYJ6ztg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6eYJ6ztg .mbr-section-title {
  text-align: center;
}
.cid-uR6eYJJApn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6eYJJApn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6eYJJApn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .container {
    padding: 0 16px;
  }
}
.cid-uR6eYJJApn .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR6eYJJApn .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .image-wrapper img {
    height: 350px;
  }
}
.cid-uR6eYJJApn .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .content-wrapper {
    margin: 0;
  }
}
.cid-uR6eYJJApn .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uR6eYJJApn .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uR6eYJJApn .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uR6eYJJApn .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uR6eYJJApn .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR6eYJJApn .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uR6eYJJApn .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-control:hover,
.cid-uR6eYJJApn .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-control::placeholder {
  color: #3b3a3a;
  opacity: .7;
}
.cid-uR6eYJJApn .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-check .form-check-input {
  background-color: #aeaddc;
  border-color: #3b3a3a;
  border-radius: 0;
}
.cid-uR6eYJJApn .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3b3a3a;
}
.cid-uR6eYJJApn .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uR6eYJJApn .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uR6eYJJApn .mbr-section-title {
  color: #1c1c1c;
}
.cid-uR6eYJJApn .mbr-desc {
  color: #1c1c1c;
}
.cid-uR6eYJJApn .mbr-text {
  color: #1c1c1c;
}
.cid-uR6eYJJApn H5 {
  color: #117a73;
}
.cid-uR6eYJJApn P {
  text-align: left;
}
.cid-uR6eYKozOf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uR6eYKPRQn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #117a73;
}
.cid-uR6eYKPRQn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR6eYKPRQn .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR6eYKPRQn .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR6eYKPRQn .container {
    max-width: 100% !important;
  }
}
.cid-uR6eYLgcNB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #117a73;
}
.cid-uR6eYLgcNB a:link {
  text-decoration: none;
}
.cid-uR6eYLgcNB .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uR6eYLgcNB .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uR6eYLgcNB .inner-text {
  line-height: 1.4em;
}
.cid-uR6eYLgcNB .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uR6eYLgcNB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uR6eYLgcNB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uR6eYLgcNB .content-text,
.cid-uR6eYLgcNB .inner-text {
  color: #ffffff;
}
.cid-uR6eYLgcNB .content-text,
.cid-uR6eYLgcNB .inner-text DIV {
  color: #ffffff;
}
.cid-uR6uKw3dEv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uR6uKw3dEv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uR6uKw3dEv .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #000000 !important;
  background: #ffffff !important;
}
.cid-uR6uKw3dEv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uR6uKw3dEv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uR6uKw3dEv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR6uKw3dEv .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uR6uKw3dEv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #3b3a3a;
}
.cid-uR6uKw3dEv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uR6uKw3dEv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR6uKw3dEv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uR6uKw3dEv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR6uKw3dEv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR6uKw3dEv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uR6uKw3dEv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uR6uKw3dEv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uR6uKw3dEv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR6uKw3dEv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uR6uKw3dEv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uR6uKw3dEv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR6uKw3dEv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uR6uKw3dEv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR6uKw3dEv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR6uKw3dEv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uR6uKw3dEv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uR6uKw3dEv .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uR6uKw3dEv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uR6uKw3dEv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR6uKw3dEv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uR6uKw3dEv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uR6uKw3dEv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uR6uKw3dEv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uR6uKw3dEv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uR6uKw3dEv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uR6uKw3dEv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR6uKw3dEv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR6uKw3dEv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR6uKw3dEv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR6uKw3dEv .dropdown-item.active,
.cid-uR6uKw3dEv .dropdown-item:active {
  background-color: transparent;
}
.cid-uR6uKw3dEv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR6uKw3dEv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR6uKw3dEv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR6uKw3dEv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR6uKw3dEv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uR6uKw3dEv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR6uKw3dEv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR6uKw3dEv .navbar-buttons {
  text-align: center;
}
.cid-uR6uKw3dEv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uR6uKw3dEv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8d7d74;
}
.cid-uR6uKw3dEv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR6uKw3dEv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR6uKw3dEv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR6uKw3dEv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR6uKw3dEv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR6uKw3dEv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR6uKw3dEv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR6uKw3dEv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR6uKw3dEv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uR6uKw3dEv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uR6uKw3dEv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR6uKw3dEv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uR6uKw3dEv .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uR6uKw3dEv .nav-link:hover,
.cid-uR6uKw3dEv .dropdown-item:hover {
  color: #8d7d74 !important;
}
@media (max-width: 991px) {
  .cid-uR6uKw3dEv .navbar-caption {
    display: none;
    visibility: hidden;
  }
}
.cid-uR6uKw3dEv .nav-item a:link,
.cid-uR6uKw3dEv .nav-item a:active,
.cid-uR6uKw3dEv .nav-item a:visited {
  color: #000 !important;
}
.cid-uR6uKw3dEv .nav-item a:hover {
  color: #121A5A !important;
}
.cid-uR6uKwRGVU {
  background-image: url("../../../assets/images/miss-alis-accessori-2000x1500.jpg");
}
.cid-uR6uKwRGVU .mbr-text,
.cid-uR6uKwRGVU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uR6uKwRGVU .mbr-section-title {
  margin-left: -0.2rem;
  text-transform: uppercase;
}
.cid-uR6uKwRGVU .mbr-section-title span {
  color: #ffbc00;
}
.cid-uR6uKwRGVU .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-uR6uKwRGVU .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-uR6uKwRGVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKwRGVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6uKxBQRc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR6uKxBQRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKxBQRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6uKxBQRc .card {
  justify-content: center;
}
.cid-uR6uKxBQRc .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uR6uKxBQRc .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR6uKxBQRc .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uR6uKxBQRc .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR6uKxBQRc .image-wrapper img {
    height: 300px;
  }
}
.cid-uR6uKxBQRc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR6uKxBQRc .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uR6uKxBQRc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uR6uKxBQRc .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uR6uKxBQRc .mbr-section-title {
  color: #000000;
}
.cid-uR6uKxBQRc .mbr-text {
  color: #000000;
}
.cid-uRX6ZqMDmr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX6ZqMDmr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX6ZqMDmr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX6ZqMDmr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX6ZqMDmr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX6ZqMDmr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX6ZqMDmr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX6ZqMDmr .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX6ZqMDmr .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX6ZqMDmr .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX6ZqMDmr .mbr-gallery-filter li.active::after,
.cid-uRX6ZqMDmr .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX6ZqMDmr .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX6ZqMDmr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX6ZqMDmr .icon-focus:before {
  content: '\e95e';
}
.cid-uRX6ZqMDmr .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX6ZqMDmr .mbr-section-title {
  margin: 0;
}
.cid-uRX6ZqMDmr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX6ZqMDmr .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR6uKyk7q8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fae0ff;
}
.cid-uR6uKyk7q8 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #3b3a3a;
  text-align: left;
}
.cid-uR6uKyk7q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKyk7q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6uKyScoJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR6uKyScoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKyScoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uR6uKyScoJ .container {
    max-width: 1400px;
  }
}
.cid-uR6uKyScoJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #117a73;
  margin-bottom: 2rem;
}
.cid-uR6uKyScoJ .card-wrapper {
  margin-top: 3rem;
  background: #f1eeea;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-uR6uKyScoJ .row {
  justify-content: center;
}
.cid-uR6uKyScoJ .mbr-section-title {
  color: #117a73;
}
.cid-uR6uKyScoJ .card-title,
.cid-uR6uKyScoJ .iconfont-wrapper {
  color: #117a73;
}
.cid-uR6uKzFugc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR6uKzFugc .mbr-text {
  text-align: center;
}
.cid-uR6uKAJwUJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/miss-alis-sposi-2000x1331.jpg");
}
.cid-uR6uKAJwUJ .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR6uKAJwUJ .mbr-text {
  width: 100%;
  height: auto;
}
.cid-uR6uKAJwUJ .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR6uKAJwUJ .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR6uKAJwUJ .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR6uKAJwUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKAJwUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6uKBn5px {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR6uKBn5px .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uR6uKBn5px .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uR6uKBn5px .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uR6uKBn5px .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uR6uKBn5px .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR6uKBn5px .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR6uKBn5px b,
.cid-uR6uKBn5px strong {
  font-weight: 900;
}
.cid-uR6uKBn5px img,
.cid-uR6uKBn5px .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uR6uKBn5px .item:focus,
.cid-uR6uKBn5px span:focus {
  outline: none;
}
.cid-uR6uKBn5px .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR6uKBn5px .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR6uKBn5px .mbr-section-title {
  color: #117a73;
}
.cid-uR6uKBn5px .mbr-text,
.cid-uR6uKBn5px .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uR6uKBn5px .item-title {
  text-align: center;
  color: #117a73;
}
.cid-uR6uKBn5px .mbr-section-subtitle {
  color: #117a73;
}
.cid-uR6uKBn5px .item-subtitle,
.cid-uR6uKBn5px .item-content {
  text-align: center;
}
.cid-uR6uKCciIt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uR6uKCCrnc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #aeaddc;
}
.cid-uR6uKCCrnc .card {
  width: 100%;
}
.cid-uR6uKCCrnc .card .add__block {
  display: none;
}
.cid-uR6uKCCrnc .add__block {
  margin-top: 35px;
}
.cid-uR6uKCCrnc .add__block .add__block_image {
  width: 170px;
}
.cid-uR6uKCCrnc .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-uR6uKCCrnc .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-uR6uKCCrnc .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-uR6uKCCrnc .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uR6uKCCrnc .row {
  margin: 0;
}
.cid-uR6uKCCrnc .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uR6uKCCrnc .step-container {
  margin-top: 25px;
}
.cid-uR6uKCCrnc .padding__bot {
  padding-bottom: 50px;
}
.cid-uR6uKCCrnc .step-text-content {
  padding-top: 10px;
}
.cid-uR6uKCCrnc .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-uR6uKCCrnc .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-uR6uKCCrnc .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR6uKCCrnc .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uR6uKCCrnc .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-uR6uKCCrnc .add__block {
    display: flex;
  }
  .cid-uR6uKCCrnc .step-element {
    display: flex;
  }
  .cid-uR6uKCCrnc .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-uR6uKCCrnc .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-uR6uKCCrnc .separline {
    position: relative;
  }
  .cid-uR6uKCCrnc .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-uR6uKCCrnc .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-uR6uKCCrnc .add__block_title {
    margin-top: 30px;
  }
  .cid-uR6uKCCrnc .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-uR6uKCCrnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKCCrnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6uKEcFB4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRX70KeV6K {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRX70KeV6K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRX70KeV6K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRX70KeV6K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRX70KeV6K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRX70KeV6K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #117a73;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRX70KeV6K .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRX70KeV6K .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uRX70KeV6K .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uRX70KeV6K .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uRX70KeV6K .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uRX70KeV6K .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uRX70KeV6K .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-uRX70KeV6K .mbr-gallery-filter ul {
  display: block;
}
.cid-uRX70KeV6K .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uRX70KeV6K .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-uRX70KeV6K .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-uRX70KeV6K .mbr-gallery-filter li.active::after,
.cid-uRX70KeV6K .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-uRX70KeV6K .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uRX70KeV6K .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #117a73 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRX70KeV6K .icon-focus:before {
  content: '\e95e';
}
.cid-uRX70KeV6K .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uRX70KeV6K .mbr-section-title {
  margin: 0;
}
.cid-uRX70KeV6K .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRX70KeV6K .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uR6uKFpPQl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pattern-missalis-web-1366x768.jpg");
}
.cid-uR6uKFpPQl .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uR6uKFpPQl .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uR6uKFpPQl .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uR6uKFpPQl .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR6uKFpPQl .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uR6uKFpPQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKFpPQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR6uKFpPQl .mbr-section-title {
  text-align: center;
}
.cid-uR6uKG10Yl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR6uKG10Yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR6uKG10Yl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .container {
    padding: 0 16px;
  }
}
.cid-uR6uKG10Yl .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR6uKG10Yl .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .image-wrapper img {
    height: 350px;
  }
}
.cid-uR6uKG10Yl .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .content-wrapper {
    margin: 0;
  }
}
.cid-uR6uKG10Yl .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uR6uKG10Yl .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uR6uKG10Yl .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #117a73, #117a73);
}
.cid-uR6uKG10Yl .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uR6uKG10Yl .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uR6uKG10Yl .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uR6uKG10Yl .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-control:hover,
.cid-uR6uKG10Yl .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-control::placeholder {
  color: #3b3a3a;
  opacity: .7;
}
.cid-uR6uKG10Yl .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-check .form-check-input {
  background-color: #aeaddc;
  border-color: #3b3a3a;
  border-radius: 0;
}
.cid-uR6uKG10Yl .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #3b3a3a;
}
.cid-uR6uKG10Yl .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uR6uKG10Yl .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uR6uKG10Yl .mbr-section-title {
  color: #1c1c1c;
}
.cid-uR6uKG10Yl .mbr-desc {
  color: #1c1c1c;
}
.cid-uR6uKG10Yl .mbr-text {
  color: #1c1c1c;
}
.cid-uR6uKG10Yl H5 {
  color: #117a73;
}
.cid-uR6uKG10Yl P {
  text-align: left;
}
.cid-uR6uKGHEBL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fae0ff;
}
.cid-uR6BdNmJHl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR6BdNmJHl .mbr-text {
  text-align: center;
}
.cid-uR6BdNmJHl .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR6BdNmJHl .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR6BdNmJHl .container {
    max-width: 100% !important;
  }
}
.cid-uR6Bfx87mr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR6Bfx87mr blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
  border-color: #232323 !important;
  text-transform: capitalize;
}
.cid-uR6Bfx87mr .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-uR6Bfx87mr .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-uR6Bfx87mr a:link,
.cid-uR6Bfx87mr a:active,
.cid-uR6Bfx87mr a:visited {
  color: #6E6E6E;
}
.cid-uR6Bfx87mr a:hover {
  color: #000;
}
@media (min-width: 992px) {
  .cid-uR6Bfx87mr .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cid-uR6Bfx87mr .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
  }
}
.cid-uR6uKHcRBi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #117a73;
}
.cid-uR6uKHcRBi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR6uKHcRBi .mbr-title {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR6uKHcRBi .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR6uKHcRBi .container {
    max-width: 100% !important;
  }
}
.cid-uR6uKHEMjh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #117a73;
}
.cid-uR6uKHEMjh a:link {
  text-decoration: none;
}
.cid-uR6uKHEMjh .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uR6uKHEMjh .icon-transition span:hover {
  background-color: #c1c1c1;
}
.cid-uR6uKHEMjh .inner-text {
  line-height: 1.4em;
}
.cid-uR6uKHEMjh .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-uR6uKHEMjh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uR6uKHEMjh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uR6uKHEMjh .content-text,
.cid-uR6uKHEMjh .inner-text {
  color: #ffffff;
}
.cid-uR6uKHEMjh .content-text,
.cid-uR6uKHEMjh .inner-text DIV {
  color: #ffffff;
}
