body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff8000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b35a00 !important;
  border-color: #b35a00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b35a00 !important;
  border-color: #b35a00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #994d00;
  color: #994d00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8000;
  border-color: #ff8000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8000 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #994d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8000;
  border-color: #ff8000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe6cc;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff8000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8000;
  border-bottom-color: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff8000' %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-rCm5kT6DNl {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rCm5kT6DNl h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rCm5kT6DNl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rCm5kT6DNl .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rCm5kT6DNl h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rCm5kT6DNl h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rCm6wbh5og {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/oben1-1200x709.jpg");
}
.cid-rCm6wbh5og h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rCm6wbh5og h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rCm6wbh5og .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rCm6wbh5og h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rCm6wbh5og h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rCm6wbh5og H1 {
  color: #ff8000;
}
.cid-rCm7RMzgWE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCm7RMzgWE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rCm7RMzgWE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCm7RMzgWE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCm7RMzgWE .mbr-gallery-item {
  width: 33.3%;
}
.cid-rCm7RMzgWE .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-rCm7RMzgWE .mbr-gallery-item {
    width: 100%;
  }
}
.cid-rCm7RMzgWE .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-rCm7RMzgWE .mbr-gallery-row {
  justify-content: center;
}
.cid-rCm7RMzgWE .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rCm7RMzgWE .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rCm7RMzgWE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rCm7RMzgWE .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rCm7RMzgWE .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rCm7RMzgWE .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rCm7RMzgWE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rCm7RMzgWE .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rCm7RMzgWE img {
  transition: all 2s!important;
}
.cid-rCm7RMzgWE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rCm7RMzgWE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rCm7RMzgWE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCm8aVdmAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rCm8aVdmAA .media-container-row .mbr-text {
  color: #ff8000;
}
.cid-rGLkO3yw0Z {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/kathedrale-1500x1000.jpg");
}
.cid-rGLkO3yw0Z h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rGLkO3yw0Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rGLkO3yw0Z .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGLkO3yw0Z h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rGLkO3yw0Z h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rGLl07gp86 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rGLl07gp86 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGLl07gp86 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-rGLl07gp86 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rGLl07gp86 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rGLl07gp86 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-rGLl07gp86 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGLl07gp86 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rGLl07gp86 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rGLl07gp86 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGLl07gp86 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rGLl07gp86 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rGLl07gp86 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rGLl07gp86 .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rGLl07gp86 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGLl07gp86 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rGLl07gp86 img {
  transition: all 2s!important;
}
.cid-rGLl07gp86 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rGLl07gp86 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rGLl07gp86 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCm8aVdmAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rCm8aVdmAA .media-container-row .mbr-text {
  color: #ff8000;
}
.cid-rRTr4BGu18 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/oben-1500x1008.jpg");
}
.cid-rRTr4BGu18 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rRTr4BGu18 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rRTr4BGu18 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rRTr4BGu18 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rRTr4BGu18 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rRTsGniuLJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRTsGniuLJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rRTsGniuLJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rRTsGniuLJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rRTsGniuLJ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rRTsGniuLJ .container {
  padding: 0;
}
.cid-rRTsGniuLJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rRTsGniuLJ .icon-focus {
  display: none;
}
.cid-rRTsGniuLJ .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-rRTsGniuLJ .btn[class*=-outline]:hover,
.cid-rRTsGniuLJ .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-rRTsGniuLJ li:hover .btn-primary-outline,
.cid-rRTsGniuLJ li:active .btn-primary-outline,
.cid-rRTsGniuLJ li.active .btn-primary-outline {
  color: #ff8000 !important;
}
.cid-rRTsGniuLJ li:hover .btn-secondary-outline,
.cid-rRTsGniuLJ li:active .btn-secondary-outline,
.cid-rRTsGniuLJ li.active .btn-secondary-outline {
  color: #ff3366 !important;
}
.cid-rRTsGniuLJ li:hover .btn-info-outline,
.cid-rRTsGniuLJ li:active .btn-info-outline,
.cid-rRTsGniuLJ li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-rRTsGniuLJ li:hover .btn-warning-outline,
.cid-rRTsGniuLJ li:active .btn-warning-outline,
.cid-rRTsGniuLJ li.active .btn-warning-outline {
  color: #879a9f !important;
}
.cid-rRTsGniuLJ li:hover .btn-white-outline,
.cid-rRTsGniuLJ li:active .btn-white-outline,
.cid-rRTsGniuLJ li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-rRTsGniuLJ li:hover .btn-black-outline,
.cid-rRTsGniuLJ li:active .btn-black-outline,
.cid-rRTsGniuLJ li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-rRTsGniuLJ li:hover .btn-success-outline,
.cid-rRTsGniuLJ li:active .btn-success-outline,
.cid-rRTsGniuLJ li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-rRTsGniuLJ li:hover .btn-danger-outline,
.cid-rRTsGniuLJ li:active .btn-danger-outline,
.cid-rRTsGniuLJ li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-rRTsGniuLJ li {
  position: relative;
}
.cid-rRTsGniuLJ li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-rRTsGniuLJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rRTsGniuLJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rRTsGniuLJ .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rRTsGniuLJ .btn {
  font-family: DM Sans !important;
}
.cid-rRTsGniuLJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rRTsGniuLJ .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rRTsGniuLJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rRTsGniuLJ .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rCm8aVdmAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rCm8aVdmAA .media-container-row .mbr-text {
  color: #ff8000;
}
.cid-rXVo1ovJo7 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/oben01jpg-1500x1000.jpg");
}
.cid-rXVo1ovJo7 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rXVo1ovJo7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rXVo1ovJo7 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rXVo1ovJo7 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rXVo1ovJo7 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-rXVo8V2Asp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rXVo8V2Asp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rXVo8V2Asp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXVo8V2Asp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXVo8V2Asp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rXVo8V2Asp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8000, #efefef) !important;
}
.cid-rXVo8V2Asp .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rXVo8V2Asp .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rXVo8V2Asp .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-rXVo8V2Asp .mbr-gallery-filter ul {
  display: block;
}
.cid-rXVo8V2Asp .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rXVo8V2Asp .mbr-gallery-filter li.active .btn,
.cid-rXVo8V2Asp .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-rXVo8V2Asp .mbr-gallery-filter .btn::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: #149dcc !important;
}
.cid-rXVo8V2Asp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-rXVo8V2Asp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-rXVo8V2Asp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-rXVo8V2Asp .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-rXVo8V2Asp .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-rXVo8V2Asp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rXVo8V2Asp .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rXVo8V2Asp .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rXVo8V2Asp .icon-focus:before {
  content: '\e95e';
}
.cid-rXVo8V2Asp .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-rXVo8V2Asp .mbr-section-title {
  margin: 0;
}
.cid-rXVo8V2Asp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rXVo8V2Asp .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s5bk3ioZfJ {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/oben2-1200x795.jpg");
}
.cid-s5bk3ioZfJ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s5bk3ioZfJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5bk3ioZfJ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s5bk3ioZfJ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s5bk3ioZfJ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s5bk3ioZfJ .mbr-text,
.cid-s5bk3ioZfJ .mbr-section-btn {
  color: #ffffff;
}
.cid-s5bkFpjR6o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-s5bkFpjR6o .mbr-section-subtitle {
  color: #767676;
}
.cid-s5bkFpjR6o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s5bkFpjR6o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s5bkFpjR6o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s5bkFpjR6o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s5bkFpjR6o .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff8000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ff8000, #efefef);
}
.cid-s5bkFpjR6o .icon-focus,
.cid-s5bkFpjR6o .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-s5bkFpjR6o .icon-focus:before,
.cid-s5bkFpjR6o .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5bkFpjR6o .icon-video {
  font-size: 1.5rem !important;
}
.cid-s5bkFpjR6o .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s5bkFpjR6o ul {
  font-size: 0;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul {
  text-align: left;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #ff8000 !important;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-s5bkFpjR6o .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-s5bkFpjR6o .mbr-gallery-filter ul li.active .btn.active:after,
.cid-s5bkFpjR6o .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #ff8000;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul li:first-child,
.cid-s5bkFpjR6o .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-s5bkFpjR6o .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #ff8000;
}
.cid-s5bkFpjR6o .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-s5bkFpjR6o .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sfKFwsqj9p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sfKFwsqj9p .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfKFwsqj9p .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sfKFwsqj9p .photo-split {
  padding: 0;
}
.cid-sfKFwsqj9p .photo-split img {
  width: 100%;
}
.cid-sfKFwsqj9p .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sfKFwsqj9p .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfKFwsqj9p .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sfKFwsqj9p .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-sfKFwsqj9p .wrap-block {
  padding: 3rem 3rem;
}
.cid-sfKFwsqj9p .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sfKFwsqj9p .wrap-block ul li {
  display: inline-block;
}
.cid-sfKFwsqj9p .wrap-block ul li span {
  text-align: center;
}
.cid-sfKFwsqj9p .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sfKFwsqj9p .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfKFwsqj9p .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfKFwsqj9p .mbr-list,
.cid-sfKFwsqj9p .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sfKFwsqj9p .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfKFwsqj9p .mbr-section-title,
  .cid-sfKFwsqj9p .mbr-section-subtitle,
  .cid-sfKFwsqj9p .mbr-text {
    text-align: center !important;
  }
  .cid-sfKFwsqj9p .social-list {
    text-align: center !important;
  }
}
.cid-sfKFwsqj9p .mbr-list,
.cid-sfKFwsqj9p .social-media {
  color: #767676;
}
.cid-sfKG0kGJcU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-sfKG0kGJcU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfKG0kGJcU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfKG0kGJcU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfKG0kGJcU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfKG0kGJcU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sfKG0kGJcU .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sfKG0kGJcU .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sfKG0kGJcU .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sfKG0kGJcU .mbr-gallery-filter ul {
  display: block;
}
.cid-sfKG0kGJcU .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sfKG0kGJcU .mbr-gallery-filter li.active .btn,
.cid-sfKG0kGJcU .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-sfKG0kGJcU .mbr-gallery-filter .btn::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: #149dcc !important;
}
.cid-sfKG0kGJcU .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sfKG0kGJcU .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sfKG0kGJcU .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sfKG0kGJcU .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sfKG0kGJcU .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sfKG0kGJcU .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sfKG0kGJcU .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sfKG0kGJcU .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sfKG0kGJcU .icon-focus:before {
  content: '\e95e';
}
.cid-sfKG0kGJcU .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-sfKG0kGJcU .mbr-section-title {
  margin: 0;
}
.cid-sfKG0kGJcU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sfKG0kGJcU .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rCm8aVdmAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rCm8aVdmAA .media-container-row .mbr-text {
  color: #ff8000;
}
.cid-sges2KeVRg {
  padding-top: 105px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/linksx2-1-1000x693.jpg");
}
.cid-sges2KeVRg h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sges2KeVRg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sges2KeVRg .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-sges2KeVRg h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sges2KeVRg h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sgesVbhsBP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sgesVbhsBP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgesVbhsBP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgesVbhsBP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgesVbhsBP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgesVbhsBP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff8000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ff8000, #149dcc);
}
.cid-sgesVbhsBP .icon-focus {
  display: none;
}
.cid-sgesVbhsBP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgesVbhsBP ul {
  font-size: 0;
}
.cid-sgesVbhsBP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgesVbhsBP .mbr-gallery-filter ul li .btn.active,
.cid-sgesVbhsBP .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgesVbhsBP .mbr-gallery-filter ul li .btn.active:after,
.cid-sgesVbhsBP .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff8000, #ff3366);
}
.cid-sgesVbhsBP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgesVbhsBP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgesVbhsBP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sgesVbhsBP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgesVbhsBP .btn:hover {
  background: transparent !important;
}
.cid-sgesVbhsBP .btn:hover:before {
  background: transparent !important;
}
.cid-sgesVbhsBP .btn:before {
  background-color: transparent !important;
}
.cid-sgesVbhsBP .btn:focus {
  box-shadow: none;
}
.cid-sgesVbhsBP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-smWhJnAMIn {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/carmonaoben-1200x688.jpg");
}
.cid-smWhJnAMIn h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smWhJnAMIn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smWhJnAMIn .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-smWhJnAMIn h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-smWhJnAMIn h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-smWhOIPZ7q {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smWhOIPZ7q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smWhOIPZ7q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smWhOIPZ7q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smWhOIPZ7q .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-smWhOIPZ7q .container {
  padding: 0;
}
.cid-smWhOIPZ7q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smWhOIPZ7q .icon-focus {
  display: none;
}
.cid-smWhOIPZ7q .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-smWhOIPZ7q .btn[class*=-outline]:hover,
.cid-smWhOIPZ7q .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-smWhOIPZ7q li:hover .btn-primary-outline,
.cid-smWhOIPZ7q li:active .btn-primary-outline,
.cid-smWhOIPZ7q li.active .btn-primary-outline {
  color: #ff8000 !important;
}
.cid-smWhOIPZ7q li:hover .btn-secondary-outline,
.cid-smWhOIPZ7q li:active .btn-secondary-outline,
.cid-smWhOIPZ7q li.active .btn-secondary-outline {
  color: #ff3366 !important;
}
.cid-smWhOIPZ7q li:hover .btn-info-outline,
.cid-smWhOIPZ7q li:active .btn-info-outline,
.cid-smWhOIPZ7q li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-smWhOIPZ7q li:hover .btn-warning-outline,
.cid-smWhOIPZ7q li:active .btn-warning-outline,
.cid-smWhOIPZ7q li.active .btn-warning-outline {
  color: #879a9f !important;
}
.cid-smWhOIPZ7q li:hover .btn-white-outline,
.cid-smWhOIPZ7q li:active .btn-white-outline,
.cid-smWhOIPZ7q li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-smWhOIPZ7q li:hover .btn-black-outline,
.cid-smWhOIPZ7q li:active .btn-black-outline,
.cid-smWhOIPZ7q li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-smWhOIPZ7q li:hover .btn-success-outline,
.cid-smWhOIPZ7q li:active .btn-success-outline,
.cid-smWhOIPZ7q li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-smWhOIPZ7q li:hover .btn-danger-outline,
.cid-smWhOIPZ7q li:active .btn-danger-outline,
.cid-smWhOIPZ7q li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-smWhOIPZ7q li {
  position: relative;
}
.cid-smWhOIPZ7q .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-smWhOIPZ7q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-smWhOIPZ7q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smWhOIPZ7q .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-smWhOIPZ7q .btn {
  font-family: DM Sans !important;
}
.cid-smWhOIPZ7q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-smWhOIPZ7q .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-smWhOIPZ7q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-smWhOIPZ7q .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-smWow9lNXl {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/baezaoben-2000x1207.jpg");
}
.cid-smWow9lNXl h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-smWow9lNXl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-smWow9lNXl .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-smWow9lNXl h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-smWow9lNXl h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-smWoF0Ig5r {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smWoF0Ig5r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smWoF0Ig5r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smWoF0Ig5r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smWoF0Ig5r .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-smWoF0Ig5r .container {
  padding: 0;
}
.cid-smWoF0Ig5r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smWoF0Ig5r .icon-focus {
  display: none;
}
.cid-smWoF0Ig5r .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-smWoF0Ig5r .btn[class*=-outline]:hover,
.cid-smWoF0Ig5r .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-smWoF0Ig5r li:hover .btn-primary-outline,
.cid-smWoF0Ig5r li:active .btn-primary-outline,
.cid-smWoF0Ig5r li.active .btn-primary-outline {
  color: #ff8000 !important;
}
.cid-smWoF0Ig5r li:hover .btn-secondary-outline,
.cid-smWoF0Ig5r li:active .btn-secondary-outline,
.cid-smWoF0Ig5r li.active .btn-secondary-outline {
  color: #ff3366 !important;
}
.cid-smWoF0Ig5r li:hover .btn-info-outline,
.cid-smWoF0Ig5r li:active .btn-info-outline,
.cid-smWoF0Ig5r li.active .btn-info-outline {
  color: #82786e !important;
}
.cid-smWoF0Ig5r li:hover .btn-warning-outline,
.cid-smWoF0Ig5r li:active .btn-warning-outline,
.cid-smWoF0Ig5r li.active .btn-warning-outline {
  color: #879a9f !important;
}
.cid-smWoF0Ig5r li:hover .btn-white-outline,
.cid-smWoF0Ig5r li:active .btn-white-outline,
.cid-smWoF0Ig5r li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-smWoF0Ig5r li:hover .btn-black-outline,
.cid-smWoF0Ig5r li:active .btn-black-outline,
.cid-smWoF0Ig5r li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-smWoF0Ig5r li:hover .btn-success-outline,
.cid-smWoF0Ig5r li:active .btn-success-outline,
.cid-smWoF0Ig5r li.active .btn-success-outline {
  color: #f7ed4a !important;
}
.cid-smWoF0Ig5r li:hover .btn-danger-outline,
.cid-smWoF0Ig5r li:active .btn-danger-outline,
.cid-smWoF0Ig5r li.active .btn-danger-outline {
  color: #b1a374 !important;
}
.cid-smWoF0Ig5r li {
  position: relative;
}
.cid-smWoF0Ig5r .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-smWoF0Ig5r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ff8000, #45505b) !important;
}
.cid-smWoF0Ig5r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smWoF0Ig5r .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-smWoF0Ig5r .btn {
  font-family: DM Sans !important;
}
.cid-smWoF0Ig5r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-smWoF0Ig5r .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-smWoF0Ig5r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ff8000, #45505b) !important;
}
@media (max-width: 767px) {
  .cid-smWoF0Ig5r .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-t54mN1ooxt {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/esp18-464-1280x853.jpg");
}
.cid-t54mN1ooxt h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t54mN1ooxt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t54mN1ooxt .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t54mN1ooxt h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t54mN1ooxt h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t54mVJt1cy {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t54mVJt1cy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t54mVJt1cy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t54mVJt1cy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t54mVJt1cy .mbr-gallery-item {
  width: 33.3%;
}
.cid-t54mVJt1cy .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t54mVJt1cy .mbr-gallery-item {
    width: 100%;
  }
}
.cid-t54mVJt1cy .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t54mVJt1cy .mbr-gallery-row {
  justify-content: center;
}
.cid-t54mVJt1cy .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t54mVJt1cy .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-t54mVJt1cy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t54mVJt1cy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-t54mVJt1cy .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t54mVJt1cy .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-t54mVJt1cy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t54mVJt1cy .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t54mVJt1cy img {
  transition: all 2s!important;
}
.cid-t54mVJt1cy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t54mVJt1cy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t54mVJt1cy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rCm8aVdmAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rCm8aVdmAA .media-container-row .mbr-text {
  color: #ff8000;
}
.cid-t6og7lsBs7 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/esp18-421-1280x853.jpg");
}
.cid-t6og7lsBs7 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t6og7lsBs7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6og7lsBs7 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t6og7lsBs7 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t6og7lsBs7 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t6og7lsBs7 H1 {
  color: #ff8000;
}
.cid-t6ogy9o1dc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t6ogy9o1dc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t6ogy9o1dc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6ogy9o1dc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6ogy9o1dc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t6ogy9o1dc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff8000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t6ogy9o1dc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t6ogy9o1dc .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-t6ogy9o1dc .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-t6ogy9o1dc .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-t6ogy9o1dc .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-t6ogy9o1dc .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-t6ogy9o1dc .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ff8000 !important;
}
.cid-t6ogy9o1dc .mbr-gallery-filter ul {
  display: block;
}
.cid-t6ogy9o1dc .mbr-gallery-filter ul li {
  position: relative;
}
.cid-t6ogy9o1dc .mbr-gallery-filter li.active .btn {
  color: #ff8000 !important;
  background: transparent;
}
.cid-t6ogy9o1dc .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: #ff8000 !important;
}
.cid-t6ogy9o1dc .mbr-gallery-filter li.active::after,
.cid-t6ogy9o1dc .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ff8000 !important;
}
.cid-t6ogy9o1dc .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t6ogy9o1dc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ff8000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t6ogy9o1dc .icon-focus:before {
  content: '\e95e';
}
.cid-t6ogy9o1dc .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-t6ogy9o1dc .mbr-section-title {
  margin: 0;
}
.cid-t6ogy9o1dc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-t6ogy9o1dc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
