.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #05386b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05386b !important;
  border-color: #05386b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #05386b !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #05386b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05386b;
  border-color: #05386b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #05386b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b78e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #05386b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #05386b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #05386b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #05386b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #05386b;
  border-bottom-color: #05386b;
}
.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: #05386b !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: #5cdb95 !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='%2305386b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uAOmpC6k8i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmpC6k8i nav.navbar {
  position: fixed;
}
.cid-uAOmpC6k8i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmpC6k8i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmpC6k8i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmpC6k8i .dropdown-item:hover,
.cid-uAOmpC6k8i .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmpC6k8i .dropdown-item:hover span {
  color: white;
}
.cid-uAOmpC6k8i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmpC6k8i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmpC6k8i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmpC6k8i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmpC6k8i .nav-link {
  position: relative;
}
.cid-uAOmpC6k8i .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmpC6k8i .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmpC6k8i .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmpC6k8i .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmpC6k8i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmpC6k8i .dropdown-menu,
.cid-uAOmpC6k8i .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmpC6k8i .nav-item:focus,
.cid-uAOmpC6k8i .nav-link:focus {
  outline: none;
}
.cid-uAOmpC6k8i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmpC6k8i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmpC6k8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmpC6k8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmpC6k8i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmpC6k8i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmpC6k8i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmpC6k8i .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmpC6k8i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmpC6k8i .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmpC6k8i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmpC6k8i .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmpC6k8i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmpC6k8i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmpC6k8i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmpC6k8i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmpC6k8i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmpC6k8i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmpC6k8i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmpC6k8i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmpC6k8i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmpC6k8i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmpC6k8i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmpC6k8i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmpC6k8i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmpC6k8i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmpC6k8i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmpC6k8i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmpC6k8i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmpC6k8i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmpC6k8i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmpC6k8i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmpC6k8i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmpC6k8i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmpC6k8i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmpC6k8i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmpC6k8i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmpC6k8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmpC6k8i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmpC6k8i .dropdown-item.active,
.cid-uAOmpC6k8i .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmpC6k8i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmpC6k8i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmpC6k8i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmpC6k8i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmpC6k8i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmpC6k8i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmpC6k8i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmpC6k8i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmpC6k8i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmpC6k8i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmpC6k8i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmpC6k8i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmpC6k8i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmpC6k8i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmpC6k8i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmpC6k8i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmpC6k8i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmpC6k8i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmpC6k8i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmpC6k8i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmpC6k8i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmpC6k8i .navbar {
    height: 70px;
  }
  .cid-uAOmpC6k8i .navbar.opened {
    height: auto;
  }
  .cid-uAOmpC6k8i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmpFuvVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmpFuvVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmpFuvVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmpFuvVZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmpFuvVZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmpFuvVZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAOmpFuvVZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOmpFuvVZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmpFuvVZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmpFuvVZ .carousel-control,
.cid-uAOmpFuvVZ .close {
  background: #1b1b1b;
}
.cid-uAOmpFuvVZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmpFuvVZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmpFuvVZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmpFuvVZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmpFuvVZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmpFuvVZ .close::before {
  content: '\e91a';
}
.cid-uAOmpFuvVZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmpFuvVZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmpFuvVZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmpFuvVZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmpFuvVZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmpFuvVZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmpFuvVZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmpFuvVZ .carousel-indicators li.active,
.cid-uAOmpFuvVZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmpFuvVZ .carousel-indicators li::after,
.cid-uAOmpFuvVZ .carousel-indicators li::before {
  content: none;
}
.cid-uAOmpFuvVZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmpFuvVZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmpFuvVZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmpFuvVZ .carousel-indicators {
    display: none;
  }
}
.cid-uAOmpFuvVZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmpFuvVZ .carousel-inner > .active {
  display: block;
}
.cid-uAOmpFuvVZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmpFuvVZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmpFuvVZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmpFuvVZ .carousel-control,
  .cid-uAOmpFuvVZ .carousel-indicators,
  .cid-uAOmpFuvVZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmpFuvVZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmpFuvVZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmpFuvVZ .carousel-indicators .active,
.cid-uAOmpFuvVZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmpFuvVZ .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmpFuvVZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmpFuvVZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmpFuvVZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmpFuvVZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmpFuvVZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmpFuvVZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmpFuvVZ .carousel {
  width: 100%;
}
.cid-uAOmpFuvVZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmpFuvVZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmpFuvVZ .modal.fade .modal-dialog,
.cid-uAOmpFuvVZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmpFuvVZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmpFuvVZ H6 {
  text-align: center;
}
.cid-uAOmpHHPAi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uAOmpHHPAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmpHHPAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmpHHPAi .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmpHHPAi .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmpHHPAi .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmpHHPAi .price {
  color: #232323;
}
.cid-uAOmpHHPAi .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmpHHPAi .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmpHHPAi .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmpHHPAi .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmpHHPAi .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBambW8DA7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/germarin-aria-1600x900.jpg");
}
.cid-uBambW8DA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBambW8DA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBambW8DA7 .mbr-section-title {
  text-align: center;
}
.cid-uAOmpH3qQw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmpH3qQw .mbr-section-subtitle {
  color: #232323;
}
.cid-uAOmpH3qQw .mbr-text {
  color: #232323;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAOmswAxq5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmswAxq5 nav.navbar {
  position: fixed;
}
.cid-uAOmswAxq5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmswAxq5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmswAxq5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmswAxq5 .dropdown-item:hover,
.cid-uAOmswAxq5 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmswAxq5 .dropdown-item:hover span {
  color: white;
}
.cid-uAOmswAxq5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmswAxq5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmswAxq5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmswAxq5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmswAxq5 .nav-link {
  position: relative;
}
.cid-uAOmswAxq5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmswAxq5 .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmswAxq5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmswAxq5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmswAxq5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmswAxq5 .dropdown-menu,
.cid-uAOmswAxq5 .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmswAxq5 .nav-item:focus,
.cid-uAOmswAxq5 .nav-link:focus {
  outline: none;
}
.cid-uAOmswAxq5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmswAxq5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmswAxq5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmswAxq5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmswAxq5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmswAxq5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmswAxq5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmswAxq5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmswAxq5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmswAxq5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmswAxq5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmswAxq5 .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmswAxq5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmswAxq5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmswAxq5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmswAxq5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmswAxq5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmswAxq5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmswAxq5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmswAxq5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmswAxq5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmswAxq5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmswAxq5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmswAxq5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmswAxq5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmswAxq5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmswAxq5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmswAxq5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmswAxq5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmswAxq5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmswAxq5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmswAxq5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmswAxq5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmswAxq5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmswAxq5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmswAxq5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmswAxq5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmswAxq5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmswAxq5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmswAxq5 .dropdown-item.active,
.cid-uAOmswAxq5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmswAxq5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmswAxq5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmswAxq5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmswAxq5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmswAxq5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmswAxq5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmswAxq5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmswAxq5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmswAxq5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmswAxq5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmswAxq5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmswAxq5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmswAxq5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmswAxq5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmswAxq5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmswAxq5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmswAxq5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmswAxq5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmswAxq5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmswAxq5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmswAxq5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmswAxq5 .navbar {
    height: 70px;
  }
  .cid-uAOmswAxq5 .navbar.opened {
    height: auto;
  }
  .cid-uAOmswAxq5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmsGl47R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmsGl47R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmsGl47R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmsGl47R .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmsGl47R .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmsGl47R .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAOmsGl47R .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOmsGl47R .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmsGl47R .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmsGl47R .carousel-control,
.cid-uAOmsGl47R .close {
  background: #1b1b1b;
}
.cid-uAOmsGl47R .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmsGl47R .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmsGl47R .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmsGl47R .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmsGl47R .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmsGl47R .close::before {
  content: '\e91a';
}
.cid-uAOmsGl47R .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmsGl47R .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmsGl47R .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmsGl47R .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmsGl47R .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmsGl47R .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmsGl47R .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmsGl47R .carousel-indicators li.active,
.cid-uAOmsGl47R .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmsGl47R .carousel-indicators li::after,
.cid-uAOmsGl47R .carousel-indicators li::before {
  content: none;
}
.cid-uAOmsGl47R .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmsGl47R .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmsGl47R .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmsGl47R .carousel-indicators {
    display: none;
  }
}
.cid-uAOmsGl47R .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmsGl47R .carousel-inner > .active {
  display: block;
}
.cid-uAOmsGl47R .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmsGl47R .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmsGl47R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmsGl47R .carousel-control,
  .cid-uAOmsGl47R .carousel-indicators,
  .cid-uAOmsGl47R .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmsGl47R .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmsGl47R .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmsGl47R .carousel-indicators .active,
.cid-uAOmsGl47R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmsGl47R .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmsGl47R .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmsGl47R .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmsGl47R .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmsGl47R .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmsGl47R .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmsGl47R .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmsGl47R .carousel {
  width: 100%;
}
.cid-uAOmsGl47R .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmsGl47R .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmsGl47R .modal.fade .modal-dialog,
.cid-uAOmsGl47R .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmsGl47R .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmsGl47R H6 {
  text-align: center;
}
.cid-uAOmsBRMt9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uAOmsBRMt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmsBRMt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmsBRMt9 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmsBRMt9 .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmsBRMt9 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmsBRMt9 .price {
  color: #232323;
}
.cid-uAOmsBRMt9 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmsBRMt9 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmsBRMt9 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmsBRMt9 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmsBRMt9 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBao9vSrO3 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/magdeburg-1962x1290.jpg");
}
.cid-uBao9vSrO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBao9vSrO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBao9vSrO3 .mbr-section-subtitle {
  text-align: right;
}
.cid-uB0i4cfycd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAOmuF3CvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmuF3CvE nav.navbar {
  position: fixed;
}
.cid-uAOmuF3CvE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmuF3CvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmuF3CvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmuF3CvE .dropdown-item:hover,
.cid-uAOmuF3CvE .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmuF3CvE .dropdown-item:hover span {
  color: white;
}
.cid-uAOmuF3CvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmuF3CvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmuF3CvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmuF3CvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmuF3CvE .nav-link {
  position: relative;
}
.cid-uAOmuF3CvE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmuF3CvE .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmuF3CvE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmuF3CvE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmuF3CvE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmuF3CvE .dropdown-menu,
.cid-uAOmuF3CvE .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmuF3CvE .nav-item:focus,
.cid-uAOmuF3CvE .nav-link:focus {
  outline: none;
}
.cid-uAOmuF3CvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmuF3CvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmuF3CvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmuF3CvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmuF3CvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmuF3CvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmuF3CvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmuF3CvE .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmuF3CvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmuF3CvE .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmuF3CvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmuF3CvE .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmuF3CvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmuF3CvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmuF3CvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmuF3CvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmuF3CvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmuF3CvE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmuF3CvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmuF3CvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmuF3CvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmuF3CvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmuF3CvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmuF3CvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmuF3CvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmuF3CvE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmuF3CvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmuF3CvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmuF3CvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmuF3CvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmuF3CvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmuF3CvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmuF3CvE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmuF3CvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmuF3CvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmuF3CvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmuF3CvE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmuF3CvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmuF3CvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmuF3CvE .dropdown-item.active,
.cid-uAOmuF3CvE .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmuF3CvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmuF3CvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmuF3CvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmuF3CvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmuF3CvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmuF3CvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmuF3CvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmuF3CvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmuF3CvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmuF3CvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmuF3CvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmuF3CvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmuF3CvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmuF3CvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmuF3CvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmuF3CvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmuF3CvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmuF3CvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmuF3CvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmuF3CvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmuF3CvE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmuF3CvE .navbar {
    height: 70px;
  }
  .cid-uAOmuF3CvE .navbar.opened {
    height: auto;
  }
  .cid-uAOmuF3CvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmuRHmGT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmuRHmGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmuRHmGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmuRHmGT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmuRHmGT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmuRHmGT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAOmuRHmGT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOmuRHmGT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmuRHmGT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmuRHmGT .carousel-control,
.cid-uAOmuRHmGT .close {
  background: #1b1b1b;
}
.cid-uAOmuRHmGT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmuRHmGT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmuRHmGT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmuRHmGT .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmuRHmGT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmuRHmGT .close::before {
  content: '\e91a';
}
.cid-uAOmuRHmGT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmuRHmGT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmuRHmGT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmuRHmGT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmuRHmGT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmuRHmGT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmuRHmGT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmuRHmGT .carousel-indicators li.active,
.cid-uAOmuRHmGT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmuRHmGT .carousel-indicators li::after,
.cid-uAOmuRHmGT .carousel-indicators li::before {
  content: none;
}
.cid-uAOmuRHmGT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmuRHmGT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmuRHmGT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmuRHmGT .carousel-indicators {
    display: none;
  }
}
.cid-uAOmuRHmGT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmuRHmGT .carousel-inner > .active {
  display: block;
}
.cid-uAOmuRHmGT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmuRHmGT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmuRHmGT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmuRHmGT .carousel-control,
  .cid-uAOmuRHmGT .carousel-indicators,
  .cid-uAOmuRHmGT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmuRHmGT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmuRHmGT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmuRHmGT .carousel-indicators .active,
.cid-uAOmuRHmGT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmuRHmGT .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmuRHmGT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmuRHmGT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmuRHmGT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmuRHmGT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmuRHmGT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmuRHmGT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmuRHmGT .carousel {
  width: 100%;
}
.cid-uAOmuRHmGT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmuRHmGT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmuRHmGT .modal.fade .modal-dialog,
.cid-uAOmuRHmGT .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmuRHmGT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmuRHmGT H6 {
  text-align: center;
}
.cid-uAOmuKTbFJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uAOmuKTbFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmuKTbFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmuKTbFJ .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmuKTbFJ .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmuKTbFJ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmuKTbFJ .price {
  color: #232323;
}
.cid-uAOmuKTbFJ .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmuKTbFJ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmuKTbFJ .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmuKTbFJ .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmuKTbFJ .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBasbqFmLy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dscf2208-1-2000x1500.jpg");
}
.cid-uBasbqFmLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBasbqFmLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBasXcw7bK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAOmCMBMeJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmCMBMeJ nav.navbar {
  position: fixed;
}
.cid-uAOmCMBMeJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmCMBMeJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmCMBMeJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmCMBMeJ .dropdown-item:hover,
.cid-uAOmCMBMeJ .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmCMBMeJ .dropdown-item:hover span {
  color: white;
}
.cid-uAOmCMBMeJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmCMBMeJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmCMBMeJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmCMBMeJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmCMBMeJ .nav-link {
  position: relative;
}
.cid-uAOmCMBMeJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmCMBMeJ .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmCMBMeJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmCMBMeJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmCMBMeJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmCMBMeJ .dropdown-menu,
.cid-uAOmCMBMeJ .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmCMBMeJ .nav-item:focus,
.cid-uAOmCMBMeJ .nav-link:focus {
  outline: none;
}
.cid-uAOmCMBMeJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmCMBMeJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmCMBMeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmCMBMeJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmCMBMeJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmCMBMeJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmCMBMeJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmCMBMeJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmCMBMeJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmCMBMeJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmCMBMeJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmCMBMeJ .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmCMBMeJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmCMBMeJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmCMBMeJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmCMBMeJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmCMBMeJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmCMBMeJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmCMBMeJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmCMBMeJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmCMBMeJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmCMBMeJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmCMBMeJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmCMBMeJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmCMBMeJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmCMBMeJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmCMBMeJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmCMBMeJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmCMBMeJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmCMBMeJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmCMBMeJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmCMBMeJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmCMBMeJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmCMBMeJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmCMBMeJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmCMBMeJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmCMBMeJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmCMBMeJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmCMBMeJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmCMBMeJ .dropdown-item.active,
.cid-uAOmCMBMeJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmCMBMeJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmCMBMeJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmCMBMeJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmCMBMeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmCMBMeJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmCMBMeJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmCMBMeJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmCMBMeJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmCMBMeJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmCMBMeJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmCMBMeJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmCMBMeJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmCMBMeJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmCMBMeJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmCMBMeJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmCMBMeJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmCMBMeJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmCMBMeJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmCMBMeJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmCMBMeJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmCMBMeJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmCMBMeJ .navbar {
    height: 70px;
  }
  .cid-uAOmCMBMeJ .navbar.opened {
    height: auto;
  }
  .cid-uAOmCMBMeJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmD1ojQM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmD1ojQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmD1ojQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmD1ojQM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmD1ojQM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmD1ojQM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAOmD1ojQM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOmD1ojQM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmD1ojQM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmD1ojQM .carousel-control,
.cid-uAOmD1ojQM .close {
  background: #1b1b1b;
}
.cid-uAOmD1ojQM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmD1ojQM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmD1ojQM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmD1ojQM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmD1ojQM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmD1ojQM .close::before {
  content: '\e91a';
}
.cid-uAOmD1ojQM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmD1ojQM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmD1ojQM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmD1ojQM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmD1ojQM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmD1ojQM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmD1ojQM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmD1ojQM .carousel-indicators li.active,
.cid-uAOmD1ojQM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmD1ojQM .carousel-indicators li::after,
.cid-uAOmD1ojQM .carousel-indicators li::before {
  content: none;
}
.cid-uAOmD1ojQM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmD1ojQM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmD1ojQM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmD1ojQM .carousel-indicators {
    display: none;
  }
}
.cid-uAOmD1ojQM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmD1ojQM .carousel-inner > .active {
  display: block;
}
.cid-uAOmD1ojQM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmD1ojQM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmD1ojQM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmD1ojQM .carousel-control,
  .cid-uAOmD1ojQM .carousel-indicators,
  .cid-uAOmD1ojQM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmD1ojQM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmD1ojQM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmD1ojQM .carousel-indicators .active,
.cid-uAOmD1ojQM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmD1ojQM .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmD1ojQM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmD1ojQM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmD1ojQM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmD1ojQM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmD1ojQM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmD1ojQM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmD1ojQM .carousel {
  width: 100%;
}
.cid-uAOmD1ojQM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmD1ojQM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmD1ojQM .modal.fade .modal-dialog,
.cid-uAOmD1ojQM .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmD1ojQM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmD1ojQM H6 {
  text-align: center;
}
.cid-uAOmCS2GxP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uAOmCS2GxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmCS2GxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmCS2GxP .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmCS2GxP .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmCS2GxP .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmCS2GxP .price {
  color: #232323;
}
.cid-uAOmCS2GxP .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmCS2GxP .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmCS2GxP .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmCS2GxP .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmCS2GxP .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBaBtocxkY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/angler-13-2000x1500.jpg");
}
.cid-uBaBtocxkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaBtocxkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaBQ4e1g7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAOmJHpNci {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmJHpNci nav.navbar {
  position: fixed;
}
.cid-uAOmJHpNci .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmJHpNci .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmJHpNci .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmJHpNci .dropdown-item:hover,
.cid-uAOmJHpNci .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmJHpNci .dropdown-item:hover span {
  color: white;
}
.cid-uAOmJHpNci .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmJHpNci .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmJHpNci .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmJHpNci .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmJHpNci .nav-link {
  position: relative;
}
.cid-uAOmJHpNci .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmJHpNci .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmJHpNci .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmJHpNci .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmJHpNci .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmJHpNci .dropdown-menu,
.cid-uAOmJHpNci .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmJHpNci .nav-item:focus,
.cid-uAOmJHpNci .nav-link:focus {
  outline: none;
}
.cid-uAOmJHpNci .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmJHpNci .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmJHpNci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmJHpNci .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmJHpNci .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmJHpNci .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmJHpNci .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmJHpNci .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmJHpNci .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmJHpNci .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmJHpNci .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmJHpNci .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmJHpNci .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmJHpNci .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmJHpNci .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmJHpNci .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmJHpNci .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmJHpNci .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmJHpNci .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmJHpNci .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmJHpNci .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmJHpNci .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmJHpNci .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmJHpNci .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmJHpNci .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmJHpNci .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmJHpNci .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmJHpNci .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmJHpNci .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmJHpNci .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmJHpNci .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmJHpNci .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmJHpNci .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmJHpNci .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmJHpNci .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmJHpNci .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmJHpNci .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmJHpNci .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmJHpNci .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmJHpNci .dropdown-item.active,
.cid-uAOmJHpNci .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmJHpNci .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmJHpNci .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmJHpNci .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmJHpNci .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmJHpNci .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmJHpNci .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmJHpNci ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmJHpNci .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmJHpNci button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmJHpNci button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmJHpNci button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmJHpNci button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmJHpNci button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmJHpNci button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmJHpNci nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmJHpNci nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmJHpNci nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmJHpNci nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmJHpNci .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmJHpNci a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmJHpNci .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmJHpNci .navbar {
    height: 70px;
  }
  .cid-uAOmJHpNci .navbar.opened {
    height: auto;
  }
  .cid-uAOmJHpNci .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmJX9SO9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmJX9SO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmJX9SO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmJX9SO9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmJX9SO9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmJX9SO9 .item-wrapper {
  position: relative;
}
.cid-uAOmJX9SO9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmJX9SO9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmJX9SO9 .carousel-control,
.cid-uAOmJX9SO9 .close {
  background: #1b1b1b;
}
.cid-uAOmJX9SO9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmJX9SO9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmJX9SO9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmJX9SO9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmJX9SO9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmJX9SO9 .close::before {
  content: '\e91a';
}
.cid-uAOmJX9SO9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmJX9SO9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmJX9SO9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmJX9SO9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmJX9SO9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmJX9SO9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmJX9SO9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmJX9SO9 .carousel-indicators li.active,
.cid-uAOmJX9SO9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmJX9SO9 .carousel-indicators li::after,
.cid-uAOmJX9SO9 .carousel-indicators li::before {
  content: none;
}
.cid-uAOmJX9SO9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmJX9SO9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmJX9SO9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmJX9SO9 .carousel-indicators {
    display: none;
  }
}
.cid-uAOmJX9SO9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmJX9SO9 .carousel-inner > .active {
  display: block;
}
.cid-uAOmJX9SO9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmJX9SO9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmJX9SO9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmJX9SO9 .carousel-control,
  .cid-uAOmJX9SO9 .carousel-indicators,
  .cid-uAOmJX9SO9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmJX9SO9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmJX9SO9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmJX9SO9 .carousel-indicators .active,
.cid-uAOmJX9SO9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmJX9SO9 .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmJX9SO9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmJX9SO9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmJX9SO9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmJX9SO9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmJX9SO9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmJX9SO9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmJX9SO9 .carousel {
  width: 100%;
}
.cid-uAOmJX9SO9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmJX9SO9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmJX9SO9 .modal.fade .modal-dialog,
.cid-uAOmJX9SO9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmJX9SO9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmJX9SO9 H6 {
  text-align: center;
}
.cid-uAOmJMTcib {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uAOmJMTcib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmJMTcib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmJMTcib .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmJMTcib .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmJMTcib .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmJMTcib .price {
  color: #232323;
}
.cid-uAOmJMTcib .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmJMTcib .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmJMTcib .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmJMTcib .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmJMTcib .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBaFs0qn7F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/h10-2000x1013.jpg");
}
.cid-uBaFs0qn7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaFs0qn7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaEtgOxoV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAOmPLhhnq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmPLhhnq nav.navbar {
  position: fixed;
}
.cid-uAOmPLhhnq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmPLhhnq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmPLhhnq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmPLhhnq .dropdown-item:hover,
.cid-uAOmPLhhnq .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmPLhhnq .dropdown-item:hover span {
  color: white;
}
.cid-uAOmPLhhnq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmPLhhnq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmPLhhnq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmPLhhnq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmPLhhnq .nav-link {
  position: relative;
}
.cid-uAOmPLhhnq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmPLhhnq .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmPLhhnq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmPLhhnq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmPLhhnq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmPLhhnq .dropdown-menu,
.cid-uAOmPLhhnq .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmPLhhnq .nav-item:focus,
.cid-uAOmPLhhnq .nav-link:focus {
  outline: none;
}
.cid-uAOmPLhhnq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmPLhhnq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmPLhhnq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmPLhhnq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmPLhhnq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmPLhhnq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmPLhhnq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmPLhhnq .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmPLhhnq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmPLhhnq .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmPLhhnq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmPLhhnq .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmPLhhnq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmPLhhnq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmPLhhnq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmPLhhnq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmPLhhnq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmPLhhnq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmPLhhnq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmPLhhnq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmPLhhnq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmPLhhnq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmPLhhnq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmPLhhnq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmPLhhnq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmPLhhnq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmPLhhnq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmPLhhnq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmPLhhnq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmPLhhnq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmPLhhnq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmPLhhnq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmPLhhnq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmPLhhnq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmPLhhnq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmPLhhnq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmPLhhnq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmPLhhnq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmPLhhnq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmPLhhnq .dropdown-item.active,
.cid-uAOmPLhhnq .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmPLhhnq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmPLhhnq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmPLhhnq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmPLhhnq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmPLhhnq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmPLhhnq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmPLhhnq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmPLhhnq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmPLhhnq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmPLhhnq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmPLhhnq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmPLhhnq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmPLhhnq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmPLhhnq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmPLhhnq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmPLhhnq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmPLhhnq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmPLhhnq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmPLhhnq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmPLhhnq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmPLhhnq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmPLhhnq .navbar {
    height: 70px;
  }
  .cid-uAOmPLhhnq .navbar.opened {
    height: auto;
  }
  .cid-uAOmPLhhnq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmQ26zNg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmQ26zNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmQ26zNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmQ26zNg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmQ26zNg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmQ26zNg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAOmQ26zNg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOmQ26zNg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmQ26zNg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmQ26zNg .carousel-control,
.cid-uAOmQ26zNg .close {
  background: #1b1b1b;
}
.cid-uAOmQ26zNg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmQ26zNg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmQ26zNg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmQ26zNg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmQ26zNg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmQ26zNg .close::before {
  content: '\e91a';
}
.cid-uAOmQ26zNg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmQ26zNg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmQ26zNg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmQ26zNg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmQ26zNg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmQ26zNg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmQ26zNg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmQ26zNg .carousel-indicators li.active,
.cid-uAOmQ26zNg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmQ26zNg .carousel-indicators li::after,
.cid-uAOmQ26zNg .carousel-indicators li::before {
  content: none;
}
.cid-uAOmQ26zNg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmQ26zNg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmQ26zNg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmQ26zNg .carousel-indicators {
    display: none;
  }
}
.cid-uAOmQ26zNg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmQ26zNg .carousel-inner > .active {
  display: block;
}
.cid-uAOmQ26zNg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmQ26zNg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmQ26zNg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmQ26zNg .carousel-control,
  .cid-uAOmQ26zNg .carousel-indicators,
  .cid-uAOmQ26zNg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmQ26zNg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmQ26zNg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmQ26zNg .carousel-indicators .active,
.cid-uAOmQ26zNg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmQ26zNg .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmQ26zNg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmQ26zNg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmQ26zNg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmQ26zNg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmQ26zNg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmQ26zNg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmQ26zNg .carousel {
  width: 100%;
}
.cid-uAOmQ26zNg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmQ26zNg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmQ26zNg .modal.fade .modal-dialog,
.cid-uAOmQ26zNg .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmQ26zNg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmQ26zNg H6 {
  text-align: center;
}
.cid-uAOmPQp8Cu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uAOmPQp8Cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmPQp8Cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmPQp8Cu .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmPQp8Cu .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmPQp8Cu .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmPQp8Cu .price {
  color: #232323;
}
.cid-uAOmPQp8Cu .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmPQp8Cu .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmPQp8Cu .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmPQp8Cu .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmPQp8Cu .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBaG6OBHC2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-1076x508.jpg");
}
.cid-uBaG6OBHC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaG6OBHC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0xRUMkR6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAOmUelnDq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAOmUelnDq nav.navbar {
  position: fixed;
}
.cid-uAOmUelnDq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmUelnDq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAOmUelnDq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAOmUelnDq .dropdown-item:hover,
.cid-uAOmUelnDq .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAOmUelnDq .dropdown-item:hover span {
  color: white;
}
.cid-uAOmUelnDq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAOmUelnDq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAOmUelnDq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAOmUelnDq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOmUelnDq .nav-link {
  position: relative;
}
.cid-uAOmUelnDq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmUelnDq .container {
    flex-wrap: wrap;
  }
}
.cid-uAOmUelnDq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAOmUelnDq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAOmUelnDq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAOmUelnDq .dropdown-menu,
.cid-uAOmUelnDq .navbar.opened {
  background: #353535 !important;
}
.cid-uAOmUelnDq .nav-item:focus,
.cid-uAOmUelnDq .nav-link:focus {
  outline: none;
}
.cid-uAOmUelnDq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAOmUelnDq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOmUelnDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAOmUelnDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAOmUelnDq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOmUelnDq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOmUelnDq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAOmUelnDq .navbar.opened {
  transition: all 0.3s;
}
.cid-uAOmUelnDq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAOmUelnDq .navbar .navbar-logo img {
  width: auto;
}
.cid-uAOmUelnDq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAOmUelnDq .navbar.collapsed {
  justify-content: center;
}
.cid-uAOmUelnDq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOmUelnDq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAOmUelnDq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAOmUelnDq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOmUelnDq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOmUelnDq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAOmUelnDq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOmUelnDq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAOmUelnDq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAOmUelnDq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOmUelnDq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOmUelnDq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOmUelnDq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOmUelnDq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAOmUelnDq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAOmUelnDq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOmUelnDq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOmUelnDq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOmUelnDq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAOmUelnDq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAOmUelnDq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAOmUelnDq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAOmUelnDq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAOmUelnDq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAOmUelnDq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOmUelnDq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOmUelnDq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOmUelnDq .dropdown-item.active,
.cid-uAOmUelnDq .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOmUelnDq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOmUelnDq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOmUelnDq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOmUelnDq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAOmUelnDq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOmUelnDq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOmUelnDq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAOmUelnDq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAOmUelnDq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAOmUelnDq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAOmUelnDq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAOmUelnDq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmUelnDq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAOmUelnDq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAOmUelnDq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmUelnDq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAOmUelnDq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAOmUelnDq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAOmUelnDq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAOmUelnDq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOmUelnDq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOmUelnDq .navbar {
    height: 70px;
  }
  .cid-uAOmUelnDq .navbar.opened {
    height: auto;
  }
  .cid-uAOmUelnDq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOmUqGr7l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAOmUqGr7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmUqGr7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmUqGr7l .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uAOmUqGr7l .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uAOmUqGr7l .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uAOmUqGr7l .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uAOmUqGr7l .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAOmUqGr7l .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAOmUqGr7l .carousel-control,
.cid-uAOmUqGr7l .close {
  background: #1b1b1b;
}
.cid-uAOmUqGr7l .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOmUqGr7l .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOmUqGr7l .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOmUqGr7l .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOmUqGr7l .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOmUqGr7l .close::before {
  content: '\e91a';
}
.cid-uAOmUqGr7l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOmUqGr7l .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOmUqGr7l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmUqGr7l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOmUqGr7l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOmUqGr7l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOmUqGr7l .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOmUqGr7l .carousel-indicators li.active,
.cid-uAOmUqGr7l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOmUqGr7l .carousel-indicators li::after,
.cid-uAOmUqGr7l .carousel-indicators li::before {
  content: none;
}
.cid-uAOmUqGr7l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOmUqGr7l .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOmUqGr7l .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOmUqGr7l .carousel-indicators {
    display: none;
  }
}
.cid-uAOmUqGr7l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOmUqGr7l .carousel-inner > .active {
  display: block;
}
.cid-uAOmUqGr7l .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOmUqGr7l .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOmUqGr7l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOmUqGr7l .carousel-control,
  .cid-uAOmUqGr7l .carousel-indicators,
  .cid-uAOmUqGr7l .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOmUqGr7l .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOmUqGr7l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOmUqGr7l .carousel-indicators .active,
.cid-uAOmUqGr7l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOmUqGr7l .carousel-indicators .active {
  background: #fff;
}
.cid-uAOmUqGr7l .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOmUqGr7l .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOmUqGr7l .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmUqGr7l .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOmUqGr7l .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOmUqGr7l .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOmUqGr7l .carousel {
  width: 100%;
}
.cid-uAOmUqGr7l .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOmUqGr7l .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOmUqGr7l .modal.fade .modal-dialog,
.cid-uAOmUqGr7l .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOmUqGr7l .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOmUqGr7l H6 {
  text-align: center;
}
.cid-uAOmUjkuAK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uAOmUjkuAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOmUjkuAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOmUjkuAK .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uAOmUjkuAK .plan-body {
  padding-bottom: 2rem;
}
.cid-uAOmUjkuAK .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOmUjkuAK .price {
  color: #232323;
}
.cid-uAOmUjkuAK .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uAOmUjkuAK .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uAOmUjkuAK .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uAOmUjkuAK .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAOmUjkuAK .plan {
    margin-bottom: 2rem;
  }
}
.cid-uAOmUjkuAK UL {
  text-align: center;
}
.cid-uBaLyRANeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wasser-986x520.jpg");
}
.cid-uBaLyRANeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBaLyRANeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBaM5VURls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAIWGqmuzl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAIWGqmuzl nav.navbar {
  position: fixed;
}
.cid-uAIWGqmuzl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAIWGqmuzl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAIWGqmuzl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAIWGqmuzl .dropdown-item:hover,
.cid-uAIWGqmuzl .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAIWGqmuzl .dropdown-item:hover span {
  color: white;
}
.cid-uAIWGqmuzl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAIWGqmuzl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAIWGqmuzl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAIWGqmuzl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAIWGqmuzl .nav-link {
  position: relative;
}
.cid-uAIWGqmuzl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAIWGqmuzl .container {
    flex-wrap: wrap;
  }
}
.cid-uAIWGqmuzl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAIWGqmuzl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAIWGqmuzl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAIWGqmuzl .dropdown-menu,
.cid-uAIWGqmuzl .navbar.opened {
  background: #353535 !important;
}
.cid-uAIWGqmuzl .nav-item:focus,
.cid-uAIWGqmuzl .nav-link:focus {
  outline: none;
}
.cid-uAIWGqmuzl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAIWGqmuzl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAIWGqmuzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAIWGqmuzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAIWGqmuzl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAIWGqmuzl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAIWGqmuzl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAIWGqmuzl .navbar.opened {
  transition: all 0.3s;
}
.cid-uAIWGqmuzl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAIWGqmuzl .navbar .navbar-logo img {
  width: auto;
}
.cid-uAIWGqmuzl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAIWGqmuzl .navbar.collapsed {
  justify-content: center;
}
.cid-uAIWGqmuzl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAIWGqmuzl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAIWGqmuzl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAIWGqmuzl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAIWGqmuzl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAIWGqmuzl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAIWGqmuzl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAIWGqmuzl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAIWGqmuzl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAIWGqmuzl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAIWGqmuzl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAIWGqmuzl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAIWGqmuzl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAIWGqmuzl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAIWGqmuzl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAIWGqmuzl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAIWGqmuzl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAIWGqmuzl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAIWGqmuzl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAIWGqmuzl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAIWGqmuzl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAIWGqmuzl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAIWGqmuzl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAIWGqmuzl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAIWGqmuzl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAIWGqmuzl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAIWGqmuzl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAIWGqmuzl .dropdown-item.active,
.cid-uAIWGqmuzl .dropdown-item:active {
  background-color: transparent;
}
.cid-uAIWGqmuzl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAIWGqmuzl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAIWGqmuzl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAIWGqmuzl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAIWGqmuzl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAIWGqmuzl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAIWGqmuzl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAIWGqmuzl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAIWGqmuzl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAIWGqmuzl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAIWGqmuzl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAIWGqmuzl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAIWGqmuzl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAIWGqmuzl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAIWGqmuzl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAIWGqmuzl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAIWGqmuzl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAIWGqmuzl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAIWGqmuzl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAIWGqmuzl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAIWGqmuzl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAIWGqmuzl .navbar {
    height: 70px;
  }
  .cid-uAIWGqmuzl .navbar.opened {
    height: auto;
  }
  .cid-uAIWGqmuzl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKIzjbKe5 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uBKIzjbKe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKIzjbKe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBKIzjbKe5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBKIzjbKe5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBKIzjbKe5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBPuaoBL6l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uBUYsSdkPG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBUYsSdkPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUYsSdkPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUYsSdkPG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uBUYsSdkPG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uBUYsSdkPG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUYsSdkPG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBUYsSdkPG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBUYsSdkPG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uBUYsSdkPG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBUYsSdkPG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBUYsSdkPG .mbr-text,
.cid-uBUYsSdkPG .mbr-section-btn {
  color: #232323;
}
.cid-uBG3Llcrh2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dark-wasser-1600x1024.jpg");
}
.cid-uBG3Llcrh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBG3Llcrh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBG3Llcrh2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBG3Llcrh2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uBG3Llcrh2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBG3Llcrh2 .mbr-section-title {
  color: #ffffff;
}
.cid-uBG3Llcrh2 .mbr-text {
  color: #ffffff;
}
.cid-uBG3Llcrh2 .name {
  color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uC1h2qpSQv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC1h2qpSQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1h2qpSQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1h2qpSQv .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uC1h2qpSQv .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uC1h2qpSQv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1h2qpSQv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC1h2qpSQv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1h2qpSQv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uC1h2qpSQv .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uC1h2qpSQv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uC1h2qpSQv .card-title {
  text-align: center;
}
.cid-uCd7JY7yM7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD5NxXBDUJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2dcdd;
}
.cid-uD5NxXBDUJ img,
.cid-uD5NxXBDUJ .item-img {
  width: 100%;
}
.cid-uD5NxXBDUJ .item:focus,
.cid-uD5NxXBDUJ span:focus {
  outline: none;
}
.cid-uD5NxXBDUJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uD5NxXBDUJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uD5NxXBDUJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD5NxXBDUJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uD5NxXBDUJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uD5NxXBDUJ .mbr-section-title {
  color: #232323;
}
.cid-uD5NxXBDUJ .mbr-text,
.cid-uD5NxXBDUJ .mbr-section-btn {
  text-align: left;
}
.cid-uD5NxXBDUJ .item-title {
  text-align: left;
}
.cid-uD5NxXBDUJ .item-subtitle {
  text-align: left;
}
.cid-uAYTrsgL72 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAYTrsgL72 nav.navbar {
  position: fixed;
}
.cid-uAYTrsgL72 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYTrsgL72 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAYTrsgL72 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAYTrsgL72 .dropdown-item:hover,
.cid-uAYTrsgL72 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uAYTrsgL72 .dropdown-item:hover span {
  color: white;
}
.cid-uAYTrsgL72 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAYTrsgL72 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAYTrsgL72 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAYTrsgL72 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAYTrsgL72 .nav-link {
  position: relative;
}
.cid-uAYTrsgL72 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYTrsgL72 .container {
    flex-wrap: wrap;
  }
}
.cid-uAYTrsgL72 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAYTrsgL72 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uAYTrsgL72 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAYTrsgL72 .dropdown-menu,
.cid-uAYTrsgL72 .navbar.opened {
  background: #353535 !important;
}
.cid-uAYTrsgL72 .nav-item:focus,
.cid-uAYTrsgL72 .nav-link:focus {
  outline: none;
}
.cid-uAYTrsgL72 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAYTrsgL72 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAYTrsgL72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAYTrsgL72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAYTrsgL72 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAYTrsgL72 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAYTrsgL72 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uAYTrsgL72 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAYTrsgL72 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAYTrsgL72 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAYTrsgL72 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAYTrsgL72 .navbar.collapsed {
  justify-content: center;
}
.cid-uAYTrsgL72 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAYTrsgL72 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAYTrsgL72 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAYTrsgL72 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAYTrsgL72 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAYTrsgL72 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAYTrsgL72 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAYTrsgL72 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAYTrsgL72 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAYTrsgL72 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAYTrsgL72 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAYTrsgL72 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAYTrsgL72 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAYTrsgL72 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAYTrsgL72 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAYTrsgL72 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAYTrsgL72 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAYTrsgL72 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAYTrsgL72 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAYTrsgL72 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAYTrsgL72 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAYTrsgL72 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAYTrsgL72 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAYTrsgL72 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAYTrsgL72 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAYTrsgL72 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAYTrsgL72 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAYTrsgL72 .dropdown-item.active,
.cid-uAYTrsgL72 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAYTrsgL72 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAYTrsgL72 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAYTrsgL72 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAYTrsgL72 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uAYTrsgL72 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAYTrsgL72 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAYTrsgL72 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAYTrsgL72 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAYTrsgL72 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAYTrsgL72 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAYTrsgL72 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAYTrsgL72 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYTrsgL72 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAYTrsgL72 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAYTrsgL72 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYTrsgL72 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAYTrsgL72 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAYTrsgL72 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAYTrsgL72 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAYTrsgL72 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAYTrsgL72 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAYTrsgL72 .navbar {
    height: 70px;
  }
  .cid-uAYTrsgL72 .navbar.opened {
    height: auto;
  }
  .cid-uAYTrsgL72 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAYTrsX2PY {
  background-image: url("../../../assets/images/germarin-aria1-1280x800.jpg");
}
.cid-uAYTrsX2PY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYTrsX2PY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYTrsX2PY .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-uAYTryFn3Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAYTryFn3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYTryFn3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAYTryFn3Z .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uAYTryFn3Z .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYTryFn3Z .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uAYTryFn3Z .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uAYTryFn3Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAYTryFn3Z .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uAYTryFn3Z .card-title {
  color: #353535;
}
.cid-uAYTryFn3Z .mbr-text {
  color: #353535;
}
.cid-uAYTrzi8sv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAYTrzi8sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYTrzi8sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAYTrzi8sv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uAYTrzi8sv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYTrzi8sv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uAYTrzi8sv .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uAYTrzi8sv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAYTrzi8sv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uAYTrA6hx4 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uAYTrA6hx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYTrA6hx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAYTrA6hx4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uAYTrA6hx4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYTrA6hx4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uAYTrA6hx4 .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uAYTrA6hx4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAYTrA6hx4 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBbcsO1gfz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBbcsO1gfz nav.navbar {
  position: fixed;
}
.cid-uBbcsO1gfz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbcsO1gfz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBbcsO1gfz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBbcsO1gfz .dropdown-item:hover,
.cid-uBbcsO1gfz .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uBbcsO1gfz .dropdown-item:hover span {
  color: white;
}
.cid-uBbcsO1gfz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBbcsO1gfz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBbcsO1gfz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBbcsO1gfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBbcsO1gfz .nav-link {
  position: relative;
}
.cid-uBbcsO1gfz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBbcsO1gfz .container {
    flex-wrap: wrap;
  }
}
.cid-uBbcsO1gfz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBbcsO1gfz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBbcsO1gfz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBbcsO1gfz .dropdown-menu,
.cid-uBbcsO1gfz .navbar.opened {
  background: #353535 !important;
}
.cid-uBbcsO1gfz .nav-item:focus,
.cid-uBbcsO1gfz .nav-link:focus {
  outline: none;
}
.cid-uBbcsO1gfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBbcsO1gfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBbcsO1gfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBbcsO1gfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbcsO1gfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBbcsO1gfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBbcsO1gfz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uBbcsO1gfz .navbar.opened {
  transition: all 0.3s;
}
.cid-uBbcsO1gfz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBbcsO1gfz .navbar .navbar-logo img {
  width: auto;
}
.cid-uBbcsO1gfz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBbcsO1gfz .navbar.collapsed {
  justify-content: center;
}
.cid-uBbcsO1gfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBbcsO1gfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBbcsO1gfz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBbcsO1gfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBbcsO1gfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBbcsO1gfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBbcsO1gfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBbcsO1gfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBbcsO1gfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBbcsO1gfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBbcsO1gfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBbcsO1gfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBbcsO1gfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBbcsO1gfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBbcsO1gfz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBbcsO1gfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBbcsO1gfz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBbcsO1gfz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBbcsO1gfz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBbcsO1gfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBbcsO1gfz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBbcsO1gfz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBbcsO1gfz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBbcsO1gfz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBbcsO1gfz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBbcsO1gfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBbcsO1gfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBbcsO1gfz .dropdown-item.active,
.cid-uBbcsO1gfz .dropdown-item:active {
  background-color: transparent;
}
.cid-uBbcsO1gfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBbcsO1gfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBbcsO1gfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBbcsO1gfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uBbcsO1gfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBbcsO1gfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBbcsO1gfz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBbcsO1gfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBbcsO1gfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBbcsO1gfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBbcsO1gfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBbcsO1gfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBbcsO1gfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBbcsO1gfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBbcsO1gfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBbcsO1gfz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBbcsO1gfz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBbcsO1gfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBbcsO1gfz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBbcsO1gfz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBbcsO1gfz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBbcsO1gfz .navbar {
    height: 70px;
  }
  .cid-uBbcsO1gfz .navbar.opened {
    height: auto;
  }
  .cid-uBbcsO1gfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBbcsOK9X8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBbcsOK9X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbcsOK9X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbcsOK9X8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBbcsOK9X8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uBbcsOK9X8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uBbcsOK9X8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBbcsOK9X8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uBbcsOK9X8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uBbcsOK9X8 .carousel-control,
.cid-uBbcsOK9X8 .close {
  background: #1b1b1b;
}
.cid-uBbcsOK9X8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBbcsOK9X8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBbcsOK9X8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBbcsOK9X8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBbcsOK9X8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBbcsOK9X8 .close::before {
  content: '\e91a';
}
.cid-uBbcsOK9X8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBbcsOK9X8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBbcsOK9X8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbcsOK9X8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBbcsOK9X8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBbcsOK9X8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBbcsOK9X8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBbcsOK9X8 .carousel-indicators li.active,
.cid-uBbcsOK9X8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBbcsOK9X8 .carousel-indicators li::after,
.cid-uBbcsOK9X8 .carousel-indicators li::before {
  content: none;
}
.cid-uBbcsOK9X8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBbcsOK9X8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBbcsOK9X8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbcsOK9X8 .carousel-indicators {
    display: none;
  }
}
.cid-uBbcsOK9X8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBbcsOK9X8 .carousel-inner > .active {
  display: block;
}
.cid-uBbcsOK9X8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBbcsOK9X8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBbcsOK9X8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBbcsOK9X8 .carousel-control,
  .cid-uBbcsOK9X8 .carousel-indicators,
  .cid-uBbcsOK9X8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBbcsOK9X8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBbcsOK9X8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBbcsOK9X8 .carousel-indicators .active,
.cid-uBbcsOK9X8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBbcsOK9X8 .carousel-indicators .active {
  background: #fff;
}
.cid-uBbcsOK9X8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBbcsOK9X8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBbcsOK9X8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBbcsOK9X8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBbcsOK9X8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBbcsOK9X8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBbcsOK9X8 .carousel {
  width: 100%;
}
.cid-uBbcsOK9X8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBbcsOK9X8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBbcsOK9X8 .modal.fade .modal-dialog,
.cid-uBbcsOK9X8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uBbcsOK9X8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBbcsOK9X8 H6 {
  text-align: center;
}
.cid-uBbcsPNw5X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uBbcsPNw5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbcsPNw5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbcsPNw5X .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uBbcsPNw5X .plan-body {
  padding-bottom: 2rem;
}
.cid-uBbcsPNw5X .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBbcsPNw5X .price {
  color: #232323;
}
.cid-uBbcsPNw5X .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uBbcsPNw5X .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uBbcsPNw5X .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uBbcsPNw5X .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uBbcsPNw5X .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBbcsPNw5X UL {
  text-align: center;
}
.cid-uBbcsQHrHB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blauestunde-1296x972.jpg");
}
.cid-uBbcsQHrHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbcsQHrHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbcsRjdU1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBbqhqKWko {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBbqhqKWko nav.navbar {
  position: fixed;
}
.cid-uBbqhqKWko .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbqhqKWko .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBbqhqKWko .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBbqhqKWko .dropdown-item:hover,
.cid-uBbqhqKWko .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uBbqhqKWko .dropdown-item:hover span {
  color: white;
}
.cid-uBbqhqKWko .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBbqhqKWko .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBbqhqKWko .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBbqhqKWko .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBbqhqKWko .nav-link {
  position: relative;
}
.cid-uBbqhqKWko .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBbqhqKWko .container {
    flex-wrap: wrap;
  }
}
.cid-uBbqhqKWko .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBbqhqKWko .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBbqhqKWko .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBbqhqKWko .dropdown-menu,
.cid-uBbqhqKWko .navbar.opened {
  background: #353535 !important;
}
.cid-uBbqhqKWko .nav-item:focus,
.cid-uBbqhqKWko .nav-link:focus {
  outline: none;
}
.cid-uBbqhqKWko .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBbqhqKWko .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBbqhqKWko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBbqhqKWko .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbqhqKWko .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBbqhqKWko .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBbqhqKWko .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uBbqhqKWko .navbar.opened {
  transition: all 0.3s;
}
.cid-uBbqhqKWko .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBbqhqKWko .navbar .navbar-logo img {
  width: auto;
}
.cid-uBbqhqKWko .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBbqhqKWko .navbar.collapsed {
  justify-content: center;
}
.cid-uBbqhqKWko .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBbqhqKWko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBbqhqKWko .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBbqhqKWko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBbqhqKWko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBbqhqKWko .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBbqhqKWko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBbqhqKWko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBbqhqKWko .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBbqhqKWko .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBbqhqKWko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBbqhqKWko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBbqhqKWko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBbqhqKWko .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBbqhqKWko .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBbqhqKWko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBbqhqKWko .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBbqhqKWko .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBbqhqKWko .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBbqhqKWko .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBbqhqKWko .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBbqhqKWko .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBbqhqKWko .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBbqhqKWko .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBbqhqKWko .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBbqhqKWko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBbqhqKWko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBbqhqKWko .dropdown-item.active,
.cid-uBbqhqKWko .dropdown-item:active {
  background-color: transparent;
}
.cid-uBbqhqKWko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBbqhqKWko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBbqhqKWko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBbqhqKWko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uBbqhqKWko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBbqhqKWko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBbqhqKWko ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBbqhqKWko .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBbqhqKWko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBbqhqKWko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBbqhqKWko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBbqhqKWko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBbqhqKWko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBbqhqKWko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBbqhqKWko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBbqhqKWko nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBbqhqKWko nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBbqhqKWko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBbqhqKWko .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBbqhqKWko a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBbqhqKWko .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBbqhqKWko .navbar {
    height: 70px;
  }
  .cid-uBbqhqKWko .navbar.opened {
    height: auto;
  }
  .cid-uBbqhqKWko .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBbrjh7D8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBby8MSBvo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBby8MSBvo nav.navbar {
  position: fixed;
}
.cid-uBby8MSBvo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBby8MSBvo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBby8MSBvo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBby8MSBvo .dropdown-item:hover,
.cid-uBby8MSBvo .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uBby8MSBvo .dropdown-item:hover span {
  color: white;
}
.cid-uBby8MSBvo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBby8MSBvo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBby8MSBvo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBby8MSBvo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBby8MSBvo .nav-link {
  position: relative;
}
.cid-uBby8MSBvo .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBby8MSBvo .container {
    flex-wrap: wrap;
  }
}
.cid-uBby8MSBvo .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBby8MSBvo .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBby8MSBvo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBby8MSBvo .dropdown-menu,
.cid-uBby8MSBvo .navbar.opened {
  background: #353535 !important;
}
.cid-uBby8MSBvo .nav-item:focus,
.cid-uBby8MSBvo .nav-link:focus {
  outline: none;
}
.cid-uBby8MSBvo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBby8MSBvo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBby8MSBvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBby8MSBvo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBby8MSBvo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBby8MSBvo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBby8MSBvo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uBby8MSBvo .navbar.opened {
  transition: all 0.3s;
}
.cid-uBby8MSBvo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBby8MSBvo .navbar .navbar-logo img {
  width: auto;
}
.cid-uBby8MSBvo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBby8MSBvo .navbar.collapsed {
  justify-content: center;
}
.cid-uBby8MSBvo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBby8MSBvo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBby8MSBvo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBby8MSBvo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBby8MSBvo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBby8MSBvo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBby8MSBvo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBby8MSBvo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBby8MSBvo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBby8MSBvo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBby8MSBvo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBby8MSBvo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBby8MSBvo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBby8MSBvo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBby8MSBvo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBby8MSBvo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBby8MSBvo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBby8MSBvo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBby8MSBvo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBby8MSBvo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBby8MSBvo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBby8MSBvo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBby8MSBvo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBby8MSBvo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBby8MSBvo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBby8MSBvo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBby8MSBvo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBby8MSBvo .dropdown-item.active,
.cid-uBby8MSBvo .dropdown-item:active {
  background-color: transparent;
}
.cid-uBby8MSBvo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBby8MSBvo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBby8MSBvo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBby8MSBvo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uBby8MSBvo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBby8MSBvo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBby8MSBvo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBby8MSBvo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBby8MSBvo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBby8MSBvo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBby8MSBvo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBby8MSBvo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBby8MSBvo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBby8MSBvo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBby8MSBvo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBby8MSBvo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBby8MSBvo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBby8MSBvo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBby8MSBvo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBby8MSBvo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBby8MSBvo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBby8MSBvo .navbar {
    height: 70px;
  }
  .cid-uBby8MSBvo .navbar.opened {
    height: auto;
  }
  .cid-uBby8MSBvo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBby8NouKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBcjbZ65L3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBcjbZ65L3 nav.navbar {
  position: fixed;
}
.cid-uBcjbZ65L3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcjbZ65L3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBcjbZ65L3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBcjbZ65L3 .dropdown-item:hover,
.cid-uBcjbZ65L3 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uBcjbZ65L3 .dropdown-item:hover span {
  color: white;
}
.cid-uBcjbZ65L3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBcjbZ65L3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBcjbZ65L3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBcjbZ65L3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBcjbZ65L3 .nav-link {
  position: relative;
}
.cid-uBcjbZ65L3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcjbZ65L3 .container {
    flex-wrap: wrap;
  }
}
.cid-uBcjbZ65L3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBcjbZ65L3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBcjbZ65L3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBcjbZ65L3 .dropdown-menu,
.cid-uBcjbZ65L3 .navbar.opened {
  background: #353535 !important;
}
.cid-uBcjbZ65L3 .nav-item:focus,
.cid-uBcjbZ65L3 .nav-link:focus {
  outline: none;
}
.cid-uBcjbZ65L3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBcjbZ65L3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBcjbZ65L3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBcjbZ65L3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBcjbZ65L3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBcjbZ65L3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBcjbZ65L3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uBcjbZ65L3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBcjbZ65L3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBcjbZ65L3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBcjbZ65L3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBcjbZ65L3 .navbar.collapsed {
  justify-content: center;
}
.cid-uBcjbZ65L3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBcjbZ65L3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBcjbZ65L3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBcjbZ65L3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBcjbZ65L3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBcjbZ65L3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBcjbZ65L3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBcjbZ65L3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBcjbZ65L3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBcjbZ65L3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBcjbZ65L3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBcjbZ65L3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBcjbZ65L3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBcjbZ65L3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBcjbZ65L3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBcjbZ65L3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBcjbZ65L3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBcjbZ65L3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBcjbZ65L3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBcjbZ65L3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBcjbZ65L3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBcjbZ65L3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBcjbZ65L3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBcjbZ65L3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBcjbZ65L3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBcjbZ65L3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBcjbZ65L3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBcjbZ65L3 .dropdown-item.active,
.cid-uBcjbZ65L3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBcjbZ65L3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBcjbZ65L3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBcjbZ65L3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBcjbZ65L3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uBcjbZ65L3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBcjbZ65L3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBcjbZ65L3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBcjbZ65L3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBcjbZ65L3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBcjbZ65L3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBcjbZ65L3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBcjbZ65L3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcjbZ65L3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBcjbZ65L3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBcjbZ65L3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcjbZ65L3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBcjbZ65L3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBcjbZ65L3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBcjbZ65L3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBcjbZ65L3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBcjbZ65L3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBcjbZ65L3 .navbar {
    height: 70px;
  }
  .cid-uBcjbZ65L3 .navbar.opened {
    height: auto;
  }
  .cid-uBcjbZ65L3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBcjbZGQmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBcjc08pMI {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcjc08pMI .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcjc08pMI .mbr-text {
  color: #767676;
}
.cid-uBcjc08pMI .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcjc08pMI .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcjc08pMI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcjc08pMI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcjc08pMI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcjc08pMI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcjc08pMI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcjc08pMI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcjc08pMI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcjc08pMI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBhkjylGcf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBhkjylGcf nav.navbar {
  position: fixed;
}
.cid-uBhkjylGcf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBhkjylGcf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBhkjylGcf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBhkjylGcf .dropdown-item:hover,
.cid-uBhkjylGcf .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uBhkjylGcf .dropdown-item:hover span {
  color: white;
}
.cid-uBhkjylGcf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBhkjylGcf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBhkjylGcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBhkjylGcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBhkjylGcf .nav-link {
  position: relative;
}
.cid-uBhkjylGcf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBhkjylGcf .container {
    flex-wrap: wrap;
  }
}
.cid-uBhkjylGcf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBhkjylGcf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBhkjylGcf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBhkjylGcf .dropdown-menu,
.cid-uBhkjylGcf .navbar.opened {
  background: #353535 !important;
}
.cid-uBhkjylGcf .nav-item:focus,
.cid-uBhkjylGcf .nav-link:focus {
  outline: none;
}
.cid-uBhkjylGcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBhkjylGcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBhkjylGcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBhkjylGcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBhkjylGcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBhkjylGcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBhkjylGcf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uBhkjylGcf .navbar.opened {
  transition: all 0.3s;
}
.cid-uBhkjylGcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBhkjylGcf .navbar .navbar-logo img {
  width: auto;
}
.cid-uBhkjylGcf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBhkjylGcf .navbar.collapsed {
  justify-content: center;
}
.cid-uBhkjylGcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBhkjylGcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBhkjylGcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBhkjylGcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBhkjylGcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBhkjylGcf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBhkjylGcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBhkjylGcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBhkjylGcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBhkjylGcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBhkjylGcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBhkjylGcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBhkjylGcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBhkjylGcf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBhkjylGcf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBhkjylGcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBhkjylGcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBhkjylGcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBhkjylGcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBhkjylGcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBhkjylGcf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBhkjylGcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBhkjylGcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBhkjylGcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBhkjylGcf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBhkjylGcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBhkjylGcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBhkjylGcf .dropdown-item.active,
.cid-uBhkjylGcf .dropdown-item:active {
  background-color: transparent;
}
.cid-uBhkjylGcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBhkjylGcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBhkjylGcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBhkjylGcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uBhkjylGcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBhkjylGcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBhkjylGcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBhkjylGcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBhkjylGcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBhkjylGcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBhkjylGcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBhkjylGcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhkjylGcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBhkjylGcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBhkjylGcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhkjylGcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBhkjylGcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBhkjylGcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBhkjylGcf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBhkjylGcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBhkjylGcf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBhkjylGcf .navbar {
    height: 70px;
  }
  .cid-uBhkjylGcf .navbar.opened {
    height: auto;
  }
  .cid-uBhkjylGcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBhkjyYk0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBhkjyYk0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhkjyYk0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhkjyYk0I .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBhkjyYk0I .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uBhkjyYk0I .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uBhkjyYk0I .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBhkjyYk0I .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uBhkjyYk0I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uBhkjyYk0I .carousel-control,
.cid-uBhkjyYk0I .close {
  background: #1b1b1b;
}
.cid-uBhkjyYk0I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBhkjyYk0I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBhkjyYk0I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBhkjyYk0I .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBhkjyYk0I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBhkjyYk0I .close::before {
  content: '\e91a';
}
.cid-uBhkjyYk0I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBhkjyYk0I .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBhkjyYk0I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBhkjyYk0I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBhkjyYk0I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBhkjyYk0I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBhkjyYk0I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBhkjyYk0I .carousel-indicators li.active,
.cid-uBhkjyYk0I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBhkjyYk0I .carousel-indicators li::after,
.cid-uBhkjyYk0I .carousel-indicators li::before {
  content: none;
}
.cid-uBhkjyYk0I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBhkjyYk0I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBhkjyYk0I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhkjyYk0I .carousel-indicators {
    display: none;
  }
}
.cid-uBhkjyYk0I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBhkjyYk0I .carousel-inner > .active {
  display: block;
}
.cid-uBhkjyYk0I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBhkjyYk0I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBhkjyYk0I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBhkjyYk0I .carousel-control,
  .cid-uBhkjyYk0I .carousel-indicators,
  .cid-uBhkjyYk0I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBhkjyYk0I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBhkjyYk0I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBhkjyYk0I .carousel-indicators .active,
.cid-uBhkjyYk0I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBhkjyYk0I .carousel-indicators .active {
  background: #fff;
}
.cid-uBhkjyYk0I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBhkjyYk0I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBhkjyYk0I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBhkjyYk0I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBhkjyYk0I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBhkjyYk0I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBhkjyYk0I .carousel {
  width: 100%;
}
.cid-uBhkjyYk0I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBhkjyYk0I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBhkjyYk0I .modal.fade .modal-dialog,
.cid-uBhkjyYk0I .modal.in .modal-dialog {
  transform: none;
}
.cid-uBhkjyYk0I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBhkjyYk0I H6 {
  text-align: center;
}
.cid-uBhkjzQFLz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uBhkjzQFLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhkjzQFLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhkjzQFLz .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uBhkjzQFLz .plan-body {
  padding-bottom: 2rem;
}
.cid-uBhkjzQFLz .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBhkjzQFLz .price {
  color: #232323;
}
.cid-uBhkjzQFLz .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uBhkjzQFLz .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uBhkjzQFLz .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uBhkjzQFLz .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uBhkjzQFLz .plan {
    margin-bottom: 2rem;
  }
}
.cid-uBhkjzQFLz UL {
  text-align: center;
}
.cid-uBhkjAFw95 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-2636-800x600.jpg");
}
.cid-uBhkjAFw95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhkjAFw95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhkjBb1CZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBhkjBFbIV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBhkjBFbIV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBhkjBFbIV .mbr-text {
  color: #767676;
}
.cid-uBhkjBFbIV .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBhkjBFbIV .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBhkjBFbIV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBhkjBFbIV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBhkjBFbIV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBhkjBFbIV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBhkjBFbIV .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBhkjBFbIV .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBhkjBFbIV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBhkjBFbIV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uxktbHO6Zx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxktbHO6Zx nav.navbar {
  position: fixed;
}
.cid-uxktbHO6Zx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxktbHO6Zx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxktbHO6Zx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxktbHO6Zx .dropdown-item:hover,
.cid-uxktbHO6Zx .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uxktbHO6Zx .dropdown-item:hover span {
  color: white;
}
.cid-uxktbHO6Zx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxktbHO6Zx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxktbHO6Zx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxktbHO6Zx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxktbHO6Zx .nav-link {
  position: relative;
}
.cid-uxktbHO6Zx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxktbHO6Zx .container {
    flex-wrap: wrap;
  }
}
.cid-uxktbHO6Zx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxktbHO6Zx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxktbHO6Zx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxktbHO6Zx .dropdown-menu,
.cid-uxktbHO6Zx .navbar.opened {
  background: #353535 !important;
}
.cid-uxktbHO6Zx .nav-item:focus,
.cid-uxktbHO6Zx .nav-link:focus {
  outline: none;
}
.cid-uxktbHO6Zx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxktbHO6Zx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxktbHO6Zx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxktbHO6Zx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxktbHO6Zx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxktbHO6Zx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxktbHO6Zx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uxktbHO6Zx .navbar.opened {
  transition: all 0.3s;
}
.cid-uxktbHO6Zx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxktbHO6Zx .navbar .navbar-logo img {
  width: auto;
}
.cid-uxktbHO6Zx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxktbHO6Zx .navbar.collapsed {
  justify-content: center;
}
.cid-uxktbHO6Zx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxktbHO6Zx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxktbHO6Zx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxktbHO6Zx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxktbHO6Zx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxktbHO6Zx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxktbHO6Zx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxktbHO6Zx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxktbHO6Zx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxktbHO6Zx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxktbHO6Zx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxktbHO6Zx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxktbHO6Zx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxktbHO6Zx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxktbHO6Zx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxktbHO6Zx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxktbHO6Zx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxktbHO6Zx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxktbHO6Zx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxktbHO6Zx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxktbHO6Zx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxktbHO6Zx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxktbHO6Zx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxktbHO6Zx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxktbHO6Zx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxktbHO6Zx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxktbHO6Zx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxktbHO6Zx .dropdown-item.active,
.cid-uxktbHO6Zx .dropdown-item:active {
  background-color: transparent;
}
.cid-uxktbHO6Zx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxktbHO6Zx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxktbHO6Zx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxktbHO6Zx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uxktbHO6Zx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxktbHO6Zx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxktbHO6Zx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxktbHO6Zx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxktbHO6Zx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxktbHO6Zx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxktbHO6Zx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxktbHO6Zx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxktbHO6Zx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxktbHO6Zx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxktbHO6Zx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxktbHO6Zx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxktbHO6Zx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxktbHO6Zx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxktbHO6Zx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxktbHO6Zx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxktbHO6Zx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxktbHO6Zx .navbar {
    height: 70px;
  }
  .cid-uxktbHO6Zx .navbar.opened {
    height: auto;
  }
  .cid-uxktbHO6Zx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxegoXHKMF {
  background-image: url("../../../assets/images/germarin-aria1-1280x800.jpg");
}
.cid-uxegoXHKMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxegoXHKMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxegoXHKMF .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-uxegoXHKMF .mbr-text,
.cid-uxegoXHKMF .mbr-section-btn {
  text-align: left;
}
.cid-uxN4B766tB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uxN4B766tB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN4B766tB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uxN4B766tB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uxN4B766tB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxN4B766tB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uxN4B766tB .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uxN4B766tB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxN4B766tB .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uxN4B766tB .card-title {
  color: #353535;
}
.cid-uxN4B766tB .mbr-text {
  color: #353535;
}
.cid-uxN4MCQrnT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uxN4MCQrnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN4MCQrnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uxN4MCQrnT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uxN4MCQrnT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxN4MCQrnT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uxN4MCQrnT .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uxN4MCQrnT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxN4MCQrnT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uxN4N2uBYt {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uxN4N2uBYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN4N2uBYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uxN4N2uBYt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uxN4N2uBYt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxN4N2uBYt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uxN4N2uBYt .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uxN4N2uBYt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxN4N2uBYt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBcbVLK1xl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .mbr-text {
  color: #767676;
}
.cid-uBcbVLK1xl .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcbVLK1xl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uBcbVLK1xl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcbVLK1xl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBcbVLK1xl .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBcbVLK1xl .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBcbVLK1xl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBcbVLK1xl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
