body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Spectral SC', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Spectral SC', serif;
  font-size: 2.2rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Spectral SC', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.14rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.425rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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.912rem;
    font-size: calc( 1.049rem + (1.14 - 1.049) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.049rem + (1.14 - 1.049) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #360bc4 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #360bc4 !important;
  border-color: #360bc4 !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: #1f0672 !important;
  border-color: #1f0672 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f0672 !important;
  border-color: #1f0672 !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: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #360bc4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1f0672 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #360bc4 !important;
  border-color: #360bc4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #360bc4 !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #1b0663 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #360bc4;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #7d59f6;
}
.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*/
.form-control {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEor1kpfv4 {
  padding-top: 150px;
  padding-bottom: 256px;
  background-image: url("../../../assets/images/domzuriga2614-7.jpg-1-2000x806.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uEor1kpfv4 svg {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uEor1kpfv4 #e2_shape {
  fill: #cbdbf9 !important;
}
.cid-uEor1kpfv4 img {
  width: 80%;
  border-radius: 8px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uEor1kpfv4 img {
    width: 70%!important;
  }
}
.cid-uEor1kpfv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEor1kpfv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEor1kpfv4 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uEoAVtqVME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-uEoAVtqVME .row {
    text-align: left;
  }
}
.cid-uEoAVtqVME .section-head {
  margin-bottom: 2rem;
}
.cid-uEoAVtqVME .paragraph {
  margin-bottom: 2rem;
}
.cid-uEoAVtqVME .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uEoAVtqVME .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0liGEJQRb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #cbdbf9;
}
.cid-v0liGEJQRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0liGEJQRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0liGEJQRb .container {
    padding: 0 16px;
  }
}
.cid-v0liGEJQRb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0liGEJQRb .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v0liGEJQRb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0liGEJQRb .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v0liGEJQRb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0liGEJQRb .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v0liGEJQRb .mbr-section-title {
  color: #360bc4;
}
.cid-v0liGEJQRb .mbr-desc {
  color: #1c1c1c;
}
.cid-v0liGEJQRb .mbr-text {
  color: #1c1c1c;
}
.cid-uYGpXDph2C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conitiusorgelpfeifen-blau-4505-2000x1332.jpg");
}
.cid-uYGpXDph2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGpXDph2C .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uYGpXDph2C .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffc600;
  z-index: -1;
}
.cid-uYGpXDph2C img {
  border-radius: 1rem;
}
.cid-uYGpXDph2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGpXDph2C .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: clamp(20px, 3vw, 56px);
}
@media (max-width: 891px) {
  .cid-uYGpXDph2C .image-wrapper {
    flex: 0 0 auto;
    display: block;
    width: clamp(160px, 22vw, 300px);
    height: auto;
    object-fit: contain;
  }
}
.cid-uYGpXDph2C .text-wrapper {
  flex: 1 1 640px;
  min-width: 0;
}
.cid-uYGpXDph2C .mbr-section-title {
  color: #360bc4;
}
.cid-uYGpXDph2C .mbr-section-subtitle,
.cid-uYGpXDph2C .subtitle-wrap {
  color: #19303d;
}
.cid-uYGpXDph2C .mbr-text,
.cid-uYGpXDph2C .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uYGpXDph2C .row {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }
  .cid-uYGpXDph2C .image-wrapper {
    margin-bottom: 10px;
  }
  .cid-uYGpXDph2C .text-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v0njDWGOvj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-v0njDWGOvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0njDWGOvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0njDWGOvj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v0njDWGOvj .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0njDWGOvj .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v0njDWGOvj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v0njDWGOvj .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0njDWGOvj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0njDWGOvj .image-wrapper img {
  height: 581px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0njDWGOvj .image-wrapper img {
    height: 350px;
  }
}
.cid-v0njDWGOvj .mbr-section-title {
  color: #ffffff;
}
.cid-v0njDWGOvj .mbr-text,
.cid-v0njDWGOvj .text-wrapper {
  color: #ffffff;
}
.cid-v0n9Azn063 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d3e0f8;
}
.cid-v0n9Azn063 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0n9Azn063 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0n9Azn063 .container {
    padding: 0 16px;
  }
}
.cid-v0n9Azn063 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0n9Azn063 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v0n9Azn063 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0n9Azn063 .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v0n9Azn063 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0n9Azn063 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v0n9Azn063 .mbr-section-title {
  color: #360bc4;
}
.cid-v0n9Azn063 .mbr-desc {
  color: #1c1c1c;
}
.cid-v0n9Azn063 .mbr-text {
  color: #1c1c1c;
}
.cid-v0nm3R42eN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-v0nm3R42eN .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v0nm3R42eN .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v0nm3R42eN .p:last-child {
  padding-bottom: 0;
}
.cid-v0nm3R42eN .row {
  justify-content: center;
}
.cid-uYXU6idSZP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uYXU6idSZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXU6idSZP .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uYXU6idSZP .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffc600;
  z-index: -1;
}
.cid-uYXU6idSZP img {
  border-radius: 0rem;
}
.cid-uYXU6idSZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXU6idSZP .row {
  flex-direction: row-reverse;
}
.cid-uYXU6idSZP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYXU6idSZP .image-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uYXU6idSZP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYXU6idSZP .mbr-section-title {
  color: #360bc4;
}
.cid-uYXU6idSZP .mbr-section-subtitle,
.cid-uYXU6idSZP .subtitle-wrap {
  color: #19303d;
}
.cid-uYXU6idSZP .mbr-text,
.cid-uYXU6idSZP .mbr-section-btn {
  color: #19303d;
}
.cid-uZ9oSA9GOQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uZ9oSA9GOQ .item-img {
  position: relative;
}
.cid-uZ9oSA9GOQ .item-img img {
  transition: all 0.2s;
}
.cid-uZ9oSA9GOQ .mbr-section-subtitle,
.cid-uZ9oSA9GOQ .item-title {
  line-height: 1.2;
}
.cid-uZ9oSA9GOQ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uZ9oSA9GOQ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uZ9oSA9GOQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uZ9oSA9GOQ .item:hover img {
  transform: scale(1.05);
}
.cid-uZ9oSA9GOQ .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-uZ9oSA9GOQ .subtitle-wrap,
  .cid-uZ9oSA9GOQ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uZ9oSA9GOQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uZ9oSA9GOQ .item-wrapper {
  position: relative;
  background: #360bc4;
  border: 3px solid #360bc4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ9oSA9GOQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ9oSA9GOQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #360bc4;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper .icon-wrap {
  background: #bed3f9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper .icon-wrap span {
  color: #360bc4;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper .svg1 path {
  fill: #360bc4;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uZ9oSA9GOQ .link-icon-wrapper .svg2 path {
  fill: #360bc4;
}
.cid-uZ9oSA9GOQ .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZ9oSA9GOQ .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uZ9oSA9GOQ img,
.cid-uZ9oSA9GOQ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZ9oSA9GOQ .item:focus,
.cid-uZ9oSA9GOQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uZ9oSA9GOQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ9oSA9GOQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZ9oSA9GOQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-uZ9oSA9GOQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uZ9oSA9GOQ .mbr-text,
.cid-uZ9oSA9GOQ .item .mbr-section-btn {
  color: #000000;
}
.cid-uJLzqVeuqx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uJLzqVeuqx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLzqVeuqx .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDC5Jh8aZT {
  background-image: url("../../../assets/images/orgelwerkstatt-s1460023.jpg-2000x1125.jpg");
}
.cid-uDC5Jh8aZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDC5Jh8aZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDC5Jh8aZT .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDC5Jh8aZT .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDC5Jh8aZT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDC5Jh8aZT .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uDC5Jh8aZT .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDC5Jh8aZT .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDC5Jh8aZT .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uDC5Jh8aZT .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDC5Jh8aZT .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDC5Jh8aZT .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDC5Jh8aZT .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uDC5Jh8aZT .mbr-section-title {
  color: #360bc4;
  text-align: right;
}
.cid-uDC5Jh8aZT .mbr-desc {
  color: #000000;
}
.cid-uDC5Jh8aZT .mbr-text {
  color: #000000;
}
.cid-uJLEwPSrCM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLEwPSrCM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLEwPSrCM .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDz0Q5UeSh {
  padding-top: 150px;
  padding-bottom: 187px;
  background-image: url("../../../assets/images/barockorgelamalien-2000x825.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uDz0Q5UeSh svg {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uDz0Q5UeSh #e2_shape {
  fill: #360bc4 !important;
}
.cid-uDz0Q5UeSh img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uDz0Q5UeSh img {
    width: 80%!important;
  }
}
.cid-uDz0Q5UeSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDz0Q5UeSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDz0Q5UeSh H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uCknAXDU4b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCknAXDU4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCknAXDU4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCknAXDU4b .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-uCknAXDU4b .row {
  flex-direction: row-reverse;
}
.cid-uCknAXDU4b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCknAXDU4b .text-wrapper {
    padding: 0rem;
  }
}
.cid-uDsUKUc552 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d3e0f8;
}
.cid-uDsUKUc552 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uDsUKUc552 .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uDsUKUc552 .p:last-child {
  padding-bottom: 0;
}
.cid-uDsUKUc552 .row {
  justify-content: center;
}
.cid-uJLCcgxB9p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLCcgxB9p .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLCcgxB9p .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCefDRNPVF {
  display: flex;
  background-image: url("../../../assets/images/2018-domzuriga-dsc2614-2000x1329.jpg");
}
.cid-uCefDRNPVF .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uCefDRNPVF .content-wrap {
  padding: 8rem 1rem;
}
@media (min-width: 768px) {
  .cid-uCefDRNPVF {
    align-items: flex-start;
  }
  .cid-uCefDRNPVF .row {
    justify-content: flex-start;
  }
  .cid-uCefDRNPVF .content-wrap {
    width: 46%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCefDRNPVF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCefDRNPVF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCefDRNPVF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCefDRNPVF .content-wrap {
    width: 100%;
  }
}
.cid-uCjGjzhIGI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #d3e0f8;
}
.cid-uCjGjzhIGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjGjzhIGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCjGjzhIGI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCjGjzhIGI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCjGjzhIGI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCjN3PiRBo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #d3e0f8;
}
.cid-uCjN3PiRBo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uCjN3PiRBo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uCjN3PiRBo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uCjN3PiRBo .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uCjQQaqDA5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCjQQaqDA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjQQaqDA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCjQQaqDA5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCjQQaqDA5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCjQQaqDA5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCjXSrGcUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCjXSrGcUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjXSrGcUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCjXSrGcUg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCjXSrGcUg .row {
  flex-direction: row-reverse;
}
.cid-uCjXSrGcUg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCjXSrGcUg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCjXSrGcUg .mbr-section-title {
  color: #393193;
}
.cid-uEsdSGYDHw {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #d3e0f8;
}
.cid-uEsdSGYDHw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uEsdSGYDHw H2 {
  color: #36404c;
}
.cid-uEsdSGYDHw H3 {
  color: #36404c;
}
.cid-uEsdSGYDHw .mbr-text,
.cid-uEsdSGYDHw .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uEsdSGYDHw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uEsdSGYDHw img {
  filter: invert(0.5);
  width: auto;
}
.cid-uEsdSGYDHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsdSGYDHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLCpLvO0r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLCpLvO0r .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLCpLvO0r .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCdo8Kfk2O {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/orgelpfeifen3442-3-1920x675.jpg");
}
.cid-uCdo8Kfk2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdo8Kfk2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCdo8Kfk2O .container {
    padding: 0 20px;
  }
}
.cid-uCdo8Kfk2O .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uCdo8Kfk2O .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCdo8Kfk2O .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uCdo8Kfk2O .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCdo8Kfk2O .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uCdo8Kfk2O .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uCdo8Kfk2O .image-wrapper img {
  height: 280px;
  border-radius: .80rem !important;
  object-fit: cover;
}
.cid-uCdo8Kfk2O .mbr-section-title {
  color: #000000;
}
.cid-uCdo8Kfk2O .mbr-desc {
  color: #000000;
}
.cid-uCdo8Kfk2O .mbr-section-title,
.cid-uCdo8Kfk2O .mbr-section-btn {
  color: #360bc4;
}
.cid-uCdsvUWVtB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCdsvUWVtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdsvUWVtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCdsvUWVtB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCdsvUWVtB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCdsvUWVtB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCdsvUWVtB .mbr-section-title {
  color: #360bc4;
}
.cid-uCdxIuSq3O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d3e0f8;
}
@media (max-width: 991px) {
  .cid-uCdxIuSq3O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCdxIuSq3O .row {
  flex-direction: row-reverse;
}
.cid-uCdxIuSq3O img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uCdxIuSq3O .top {
    padding-top: 20px;
  }
}
.cid-uCdzmBFf0S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCdzmBFf0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdzmBFf0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCdzmBFf0S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCdzmBFf0S .row {
  flex-direction: row-reverse;
}
.cid-uCdzmBFf0S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCdzmBFf0S .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCdzmBFf0S .mbr-section-title {
  color: #360bc4;
}
.cid-uCe3uHeFkb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCe3uHeFkb .title {
  min-height: 40px;
}
.cid-uCe3uHeFkb a {
  font-weight: 500;
}
.cid-uCe3uHeFkb .mbr-section-subtitle {
  color: #393193;
  text-align: left;
}
.cid-uCe0tixW5J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uCe0tixW5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCe0tixW5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCe0tixW5J .container {
    padding: 0 25px;
  }
}
.cid-uCe0tixW5J .row {
  justify-content: center;
}
.cid-uCe0tixW5J .item-wrapper {
  margin-bottom: 32px;
}
.cid-uCe0tixW5J .item-img {
  overflow: hidden;
}
.cid-uCe0tixW5J .item-img img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uCe0tixW5J .item-img img:hover {
  transform: scale(1) translateX(6px);
}
.cid-uEsecerdNV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #d3e0f8;
}
.cid-uEsecerdNV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uEsecerdNV H2 {
  color: #36404c;
}
.cid-uEsecerdNV H3 {
  color: #36404c;
  text-align: center;
}
.cid-uEsecerdNV .mbr-text,
.cid-uEsecerdNV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uEsecerdNV .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uEsecerdNV img {
  filter: invert(0.5);
  width: auto;
}
.cid-uEsecerdNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsecerdNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEsvbJ7XHF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-uEsvbJ7XHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEsvbJ7XHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEsvbJ7XHF .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uEsvbJ7XHF .container-fluid {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uEsvbJ7XHF .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uEsvbJ7XHF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uEsvbJ7XHF .container {
    padding: 0 14px;
  }
}
.cid-uEsvbJ7XHF .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uEsvbJ7XHF .content-wrapper .link-wrapper {
  display: block;
}
.cid-uEsvbJ7XHF .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uEsvbJ7XHF .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uEsvbJ7XHF .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uEsvbJ7XHF .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uEsvbJ7XHF .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJLE8EIP3b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLE8EIP3b .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLE8EIP3b .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLkASJu0P {
  padding-top: 56px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/paten-orgelteil1-2-2000x825.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uBLkASJu0P svg {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
}
.cid-uBLkASJu0P #e2_shape {
  fill: #cbdbf9 !important;
}
.cid-uBLkASJu0P img {
  width: 80%;
  border-radius: 0px;
  margin: auto;
}
@media (max-width: 700px) {
  .cid-uBLkASJu0P img {
    width: 80%!important;
  }
}
.cid-uBLkASJu0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLkASJu0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLkASJu0P H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uBLpi4KZcn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-uBLpi4KZcn .row {
    text-align: center;
  }
}
.cid-uBLpi4KZcn .section-head {
  margin-bottom: 2.3rem;
}
.cid-uBLpi4KZcn .paragraph {
  margin-bottom: 2rem;
}
.cid-uBLpi4KZcn .mbr-section-title {
  text-align: center;
  color: #360bc4;
}
.cid-uBLpi4KZcn .mbr-section-subtitle {
  text-align: center;
}
.cid-uBLpi4KZcn .mbr-text {
  text-align: center;
}
.cid-v0LL3OMJmK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #cbdbf9;
}
.cid-uBQCSGGq0x {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/orgelpatenschaft-hintergrund-2000x727.jpg");
}
.cid-uBQCSGGq0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQCSGGq0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBQCSGGq0x .container {
    padding: 0 30px;
  }
}
.cid-uBQCSGGq0x .items .item {
  margin-bottom: 60px;
}
.cid-uBQCSGGq0x .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBQCSGGq0x .items .item {
    margin-bottom: 30px;
  }
}
.cid-uBQCSGGq0x .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uBQCSGGq0x .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBQCSGGq0x .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 150%;
  cursor: pointer;
}
.cid-uBQCSGGq0x .dragArea.row {
  margin: 0;
}
.cid-uBQCSGGq0x .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uBQCSGGq0x .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uBQCSGGq0x .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 9px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-uBQCSGGq0x .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-uBQCSGGq0x .dragArea.row .form-group .form-control:hover,
.cid-uBQCSGGq0x .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-uBQCSGGq0x .dragArea.row .form-group .form-check {
  padding-left: 1.8em;
}
.cid-uBQCSGGq0x .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-uBQCSGGq0x .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uBQCSGGq0x .mbr-section-title {
  color: #000000;
}
.cid-uBQCSGGq0x .card-title {
  color: #000000;
}
.cid-uBQCSGGq0x .list {
  color: #000000;
}
.cid-uBQCSGGq0x .mbr-text {
  color: #000000;
}
.cid-uBQCSGGq0x label {
  color: #000000;
}
.cid-uBQCSGGq0x H2 {
  color: #5b51d4;
}
.cid-uBRc9WUcZd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-uBRc9WUcZd .row {
    text-align: center;
  }
}
.cid-uBRc9WUcZd .section-head {
  margin-bottom: 2.3rem;
}
.cid-uBRc9WUcZd .paragraph {
  margin-bottom: 2rem;
}
.cid-uBRc9WUcZd .mbr-section-title {
  text-align: center;
  color: #5b51d4;
}
.cid-uBRc9WUcZd .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRc9WUcZd .mbr-text {
  text-align: center;
}
.cid-v0LO1Ciwc0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-v0LO1Ciwc0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0LO1Ciwc0 .row {
  flex-direction: row-reverse;
}
.cid-v0LO1Ciwc0 img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-v0LO1Ciwc0 .top {
    padding-top: 20px;
  }
}
.cid-v0QChkyJ6l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cbdbf9;
}
.cid-v0QChkyJ6l .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v0QChkyJ6l .p {
  padding-bottom: 26px;
  color: #000000;
  text-align: center;
}
.cid-v0QChkyJ6l .p:last-child {
  padding-bottom: 0;
}
.cid-v0QChkyJ6l .row {
  justify-content: center;
}
.cid-uBXviznopn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cbdbf9;
}
.cid-uBXviznopn .title {
  min-height: 40px;
}
.cid-uBXviznopn a {
  font-weight: 800;
}
.cid-uBXviznopn .mbr-section-subtitle {
  color: #220cf2;
}
.cid-uBXhz3yTR0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbdbf9;
}
.cid-uBXhz3yTR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXhz3yTR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXhz3yTR0 .col-title {
  margin-bottom: 32px;
}
.cid-uBXhz3yTR0 .mbr-section-title {
  color: #24262b;
}
.cid-uBXhz3yTR0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uBXhz3yTR0 .cards-row {
  row-gap: 50px;
}
.cid-uBXhz3yTR0 .card {
  border-radius: 0;
}
.cid-uBXhz3yTR0 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uBXhz3yTR0 .mbr-iconfont {
  display: block;
  font-size: 45px;
  color: #33363b;
  margin-right: 0rem;
  flex-shrink: 0;
}
.cid-uBXhz3yTR0 .text-wrap {
  flex-grow: 1;
}
.cid-uBXhz3yTR0 .card-title {
  color: #24262b;
  text-align: center;
}
.cid-uBXhz3yTR0 .card-text {
  color: #767676;
  text-align: center;
}
.cid-uJLElLEJKi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLElLEJKi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLElLEJKi .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC34gYSsIP {
  padding-top: 96px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lipaja2-2000x566.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uC34gYSsIP svg {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uC34gYSsIP #e2_shape {
  fill: #360bc4 !important;
}
.cid-uC34gYSsIP img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uC34gYSsIP img {
    width: 80%!important;
  }
}
.cid-uC34gYSsIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC34gYSsIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC34gYSsIP H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uC39hEwpPm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cbdbf9;
}
.cid-uC39hEwpPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC39hEwpPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC39hEwpPm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC39hEwpPm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC39hEwpPm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC39hEwpPm .mbr-section-title {
  color: #360bc4;
}
.cid-uC3abDeTsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
.cid-uC3abDeTsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3abDeTsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC3abDeTsG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC3abDeTsG .row {
  flex-direction: row-reverse;
}
.cid-uC3abDeTsG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC3abDeTsG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC3abDeTsG .mbr-section-title {
  color: #360bc4;
}
.cid-uC3bQggQZf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #cbdbf9;
}
.cid-uC3bQggQZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3bQggQZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC3bQggQZf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC3bQggQZf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC3bQggQZf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC3bQggQZf .mbr-section-title {
  color: #360bc4;
}
.cid-uEoytyk4Vq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6b1ec;
}
.cid-uEoytyk4Vq .title {
  min-height: 40px;
}
.cid-uEoytyk4Vq a {
  font-weight: 500;
}
.cid-uEoytyk4Vq .mbr-section-subtitle {
  color: #393193;
}
.cid-uEoyuYXLk9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bfd4fc;
}
.cid-uEoyuYXLk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEoyuYXLk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEoyuYXLk9 b,
.cid-uEoyuYXLk9 strong {
  font-weight: 900;
}
.cid-uEoyuYXLk9 .mbr-section-title {
  color: #17003b;
}
.cid-uEoyuYXLk9 .mbr-section-subtitle {
  color: #360bc4;
  text-align: center;
}
.cid-uYRSTWGVWg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bfd4fc;
}
.cid-uYRSTWGVWg .title {
  min-height: 40px;
}
.cid-uYRSTWGVWg a {
  font-weight: 500;
}
.cid-uYRSTWGVWg .mbr-section-subtitle {
  color: #393193;
}
.cid-v0mKXkx3lR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8e5fe;
}
.cid-v0mKXkx3lR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0mKXkx3lR .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v0mKXkx3lR .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 9px;
  background: #ffc600;
  z-index: -1;
}
.cid-v0mKXkx3lR img {
  border-radius: 1rem;
}
.cid-v0mKXkx3lR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0mKXkx3lR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0mKXkx3lR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0mKXkx3lR .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-v0mKXkx3lR .mbr-section-title {
  color: #360bc4;
}
.cid-v0mKXkx3lR .mbr-section-subtitle,
.cid-v0mKXkx3lR .subtitle-wrap {
  color: #19303d;
}
.cid-v0mKXkx3lR .mbr-text,
.cid-v0mKXkx3lR .mbr-section-btn {
  color: #19303d;
}
.cid-v0mKYRGvnO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #d8e5fe;
}
.cid-v0mKYRGvnO .row {
  justify-content: center;
}
.cid-v0mKYRGvnO .col-title {
  margin-bottom: 2.5rem;
}
.cid-v0mKYRGvnO .mbr-section-title {
  color: #F6B7D2;
}
.cid-v0mKYRGvnO .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v0mKYRGvnO .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-v0mKYRGvnO .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v0mKYRGvnO .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v0mKYRGvnO .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-v0mKYRGvnO .card {
    min-height: 207px;
  }
}
.cid-v0mKYRGvnO .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v0mKYRGvnO .card:hover .card-title {
  text-decoration: underline;
}
.cid-v0mKYRGvnO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v0mKYRGvnO .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-v0mKYRGvnO .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v0mKYRGvnO .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v0mKYRGvnO .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v0mKYRGvnO .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uYRzb9aHlL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uYRzb9aHlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRzb9aHlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRzb9aHlL .item {
  padding-bottom: 2rem;
}
.cid-uYRzb9aHlL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYRzb9aHlL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYRzb9aHlL .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-uYRzb9aHlL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYRzb9aHlL .carousel-control,
.cid-uYRzb9aHlL .close {
  background: #1b1b1b;
}
.cid-uYRzb9aHlL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYRzb9aHlL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYRzb9aHlL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYRzb9aHlL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYRzb9aHlL .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-uYRzb9aHlL .close::before {
  content: '\e91a';
}
.cid-uYRzb9aHlL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYRzb9aHlL .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-uYRzb9aHlL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYRzb9aHlL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYRzb9aHlL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYRzb9aHlL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYRzb9aHlL .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.5s;
}
.cid-uYRzb9aHlL .carousel-indicators li.active,
.cid-uYRzb9aHlL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYRzb9aHlL .carousel-indicators li::after,
.cid-uYRzb9aHlL .carousel-indicators li::before {
  content: none;
}
.cid-uYRzb9aHlL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYRzb9aHlL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYRzb9aHlL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYRzb9aHlL .carousel-indicators {
    display: none;
  }
}
.cid-uYRzb9aHlL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYRzb9aHlL .carousel-inner > .active {
  display: block;
}
.cid-uYRzb9aHlL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYRzb9aHlL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYRzb9aHlL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYRzb9aHlL .carousel-control,
  .cid-uYRzb9aHlL .carousel-indicators,
  .cid-uYRzb9aHlL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYRzb9aHlL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYRzb9aHlL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYRzb9aHlL .carousel-indicators .active,
.cid-uYRzb9aHlL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYRzb9aHlL .carousel-indicators .active {
  background: #fff;
}
.cid-uYRzb9aHlL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYRzb9aHlL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYRzb9aHlL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYRzb9aHlL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYRzb9aHlL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYRzb9aHlL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYRzb9aHlL .carousel {
  width: 100%;
}
.cid-uYRzb9aHlL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYRzb9aHlL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYRzb9aHlL .modal.fade .modal-dialog,
.cid-uYRzb9aHlL .modal.in .modal-dialog {
  transform: none;
}
.cid-uYRzb9aHlL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYRzb9aHlL H6 {
  text-align: center;
}
.cid-uYRzb9aHlL H3 {
  color: #ffffff;
}
.cid-uYRzb9aHlL H4 {
  color: #ffffff;
}
.cid-uJLBzOQGVo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLBzOQGVo .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLBzOQGVo .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDyUCrn1hD {
  padding-top: 110px;
  padding-bottom: 119px;
  background-image: url("../../../assets/images/f2ii.jpg-2000x854.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uDyUCrn1hD svg {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uDyUCrn1hD #e2_shape {
  fill: #360bc4 !important;
}
.cid-uDyUCrn1hD img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uDyUCrn1hD img {
    width: 80%!important;
  }
}
.cid-uDyUCrn1hD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDyUCrn1hD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDyUCrn1hD H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uDyUCrn1hD H3 {
  color: #360bc4;
}
.cid-uC2CWRSoqO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uC2CWRSoqO .card-heading {
  padding-bottom: 32px;
  color: #360bc4;
  text-align: center;
}
.cid-uC2CWRSoqO .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uC2CWRSoqO .p:last-child {
  padding-bottom: 0;
}
.cid-uC2CWRSoqO .row {
  justify-content: center;
}
.cid-uEoS6lbGWn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uEoS6lbGWn .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uEoS6lbGWn .item-img:before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0s;
  pointer-events: none;
}
img .cid-uEoS6lbGWn .item-img:hover:before {
  opacity: 0;
}
.cid-uEoS6lbGWn h5 {
  margin-bottom: 1rem;
}
.cid-uEoS6lbGWn .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uEoS6lbGWn .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uEoS6lbGWn img,
.cid-uEoS6lbGWn .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-uEoS6lbGWn .item:focus,
.cid-uEoS6lbGWn span:focus {
  outline: none;
}
.cid-uEoS6lbGWn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEoS6lbGWn .item {
    margin-bottom: 1rem;
  }
}
.cid-uEoS6lbGWn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uEoS6lbGWn .item {
  padding: 0;
  margin: 0;
}
.cid-uEoS6lbGWn .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uEoS6lbGWn .mbr-section-title {
  color: #4e423d;
}
.cid-uEoS6lbGWn .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uEoS6lbGWn .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uEoS6lbGWn .mbr-text,
.cid-uEoS6lbGWn .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uEoS6lbGWn .content-head {
  max-width: 800px;
}
.cid-uEoZMyehAp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3e0f8;
}
.cid-uEoZMyehAp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uEoZMyehAp H2 {
  color: #36404c;
}
.cid-uEoZMyehAp H3 {
  color: #36404c;
}
.cid-uEoZMyehAp .mbr-text,
.cid-uEoZMyehAp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uEoZMyehAp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uEoZMyehAp img {
  filter: invert(0.5);
  width: auto;
}
.cid-uEoZMyehAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEoZMyehAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2RnEx3en {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uC2RnEx3en .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uC2RnEx3en .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uC2RnEx3en .p:last-child {
  padding-bottom: 0;
}
.cid-uC2RnEx3en .row {
  justify-content: center;
}
.cid-uC2ROygKAX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3e0f8;
}
.cid-uC2ROygKAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ROygKAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2ROygKAX .col-title {
  margin-bottom: 32px;
}
.cid-uC2ROygKAX .mbr-section-title {
  color: #24262b;
}
.cid-uC2ROygKAX .mbr-section-subtitle {
  color: #24262b;
}
.cid-uC2ROygKAX .cards-row {
  row-gap: 50px;
}
.cid-uC2ROygKAX .card {
  border-radius: 0;
}
.cid-uC2ROygKAX .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uC2ROygKAX .mbr-iconfont {
  display: block;
  font-size: 45px;
  color: #33363b;
  margin-right: 0rem;
  flex-shrink: 0;
}
.cid-uC2ROygKAX .text-wrap {
  flex-grow: 1;
}
.cid-uC2ROygKAX .card-title {
  color: #24262b;
  text-align: center;
}
.cid-uC2ROygKAX .card-text {
  color: #767676;
  text-align: center;
}
.cid-uJLE1EFgwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLE1EFgwL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLE1EFgwL .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLep5orhh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/headerrigaimpressum25-2000x696.jpg");
}
.cid-uBLep5orhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLep5orhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLep5orhh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uBLep5orhh .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uBLep5orhh .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uBLep5orhh .mbr-section-title {
  color: #360bc4;
}
.cid-uBLe8TejPD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dfdded;
}
.cid-uBLe8TejPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLe8TejPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLe8TejPD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBLe8TejPD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBLe8TejPD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #9c98cf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uWc5c5iJra {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #dfdded;
}
.cid-uWc5c5iJra .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uWc5c5iJra H2 {
  color: #36404c;
}
.cid-uWc5c5iJra H3 {
  color: #36404c;
}
.cid-uWc5c5iJra .mbr-text,
.cid-uWc5c5iJra .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uWc5c5iJra .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uWc5c5iJra img {
  filter: invert(0.5);
  width: auto;
}
.cid-uWc5c5iJra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWc5c5iJra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLedUMBWT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfdded;
}
@media (max-width: 991px) {
  .cid-uBLedUMBWT .row {
    text-align: center;
  }
}
.cid-uBLedUMBWT .section-head {
  margin-bottom: 2.3rem;
}
.cid-uBLedUMBWT .paragraph {
  margin-bottom: 2rem;
}
.cid-uBLedUMBWT .mbr-text {
  color: #000000;
}
.cid-uBLeeWDAWU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b6b1ec;
}
.cid-uBLeeWDAWU .title {
  min-height: 40px;
}
.cid-uBLeeWDAWU a {
  font-weight: 500;
}
.cid-uBLeeWDAWU .mbr-section-subtitle {
  color: #6e6e6e;
}
.cid-uJLEEALYsa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLEEALYsa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLEEALYsa .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLj8NMmX7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/headerrigaimpressum25-2000x696.jpg");
}
.cid-uBLj8NMmX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLj8NMmX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLj8NMmX7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uBLj8NMmX7 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uBLj8NMmX7 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uBLj8NMmX7 .mbr-section-title {
  color: #360bc4;
}
.cid-uBLkabwxRn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #dfdded;
}
@media (max-width: 991px) {
  .cid-uBLkabwxRn .row {
    text-align: center;
  }
}
.cid-uBLkabwxRn .section-head {
  margin-bottom: 2.3rem;
}
.cid-uBLkabwxRn .paragraph {
  margin-bottom: 2rem;
}
.cid-uBLkabwxRn .mbr-section-title {
  color: #360bc4;
}
.cid-uBLjFgoXSb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfdded;
}
@media (max-width: 991px) {
  .cid-uBLjFgoXSb .row {
    text-align: center;
  }
}
.cid-uBLjFgoXSb .section-head {
  margin-bottom: 2.3rem;
}
.cid-uBLjFgoXSb .paragraph {
  margin-bottom: 2rem;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uHF5BMcPYq .navbar-dropdown {
  position: relative !important;
}
.cid-uHF5BMcPYq .navbar-dropdown {
  position: absolute !important;
}
.cid-uHF5BMcPYq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHF5BMcPYq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHF5BMcPYq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHF5BMcPYq .dropdown-item:hover,
.cid-uHF5BMcPYq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHF5BMcPYq .dropdown-item:hover span {
  color: white;
}
.cid-uHF5BMcPYq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHF5BMcPYq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHF5BMcPYq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHF5BMcPYq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHF5BMcPYq .nav-link {
  position: relative;
}
.cid-uHF5BMcPYq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHF5BMcPYq .container {
    flex-wrap: wrap;
  }
}
.cid-uHF5BMcPYq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHF5BMcPYq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHF5BMcPYq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHF5BMcPYq .dropdown-menu,
.cid-uHF5BMcPYq .navbar.opened {
  background: #ffffff !important;
}
.cid-uHF5BMcPYq .nav-item:focus,
.cid-uHF5BMcPYq .nav-link:focus {
  outline: none;
}
.cid-uHF5BMcPYq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHF5BMcPYq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHF5BMcPYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHF5BMcPYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHF5BMcPYq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHF5BMcPYq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHF5BMcPYq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHF5BMcPYq .navbar.opened {
  transition: all 0.3s;
}
.cid-uHF5BMcPYq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHF5BMcPYq .navbar .navbar-logo img {
  width: auto;
}
.cid-uHF5BMcPYq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHF5BMcPYq .navbar.collapsed {
  justify-content: center;
}
.cid-uHF5BMcPYq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHF5BMcPYq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHF5BMcPYq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uHF5BMcPYq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHF5BMcPYq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHF5BMcPYq .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-uHF5BMcPYq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHF5BMcPYq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHF5BMcPYq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHF5BMcPYq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHF5BMcPYq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHF5BMcPYq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHF5BMcPYq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHF5BMcPYq .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-uHF5BMcPYq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHF5BMcPYq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHF5BMcPYq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHF5BMcPYq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHF5BMcPYq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHF5BMcPYq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHF5BMcPYq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHF5BMcPYq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHF5BMcPYq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHF5BMcPYq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHF5BMcPYq .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-uHF5BMcPYq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHF5BMcPYq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHF5BMcPYq .dropdown-item.active,
.cid-uHF5BMcPYq .dropdown-item:active {
  background-color: transparent;
}
.cid-uHF5BMcPYq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHF5BMcPYq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHF5BMcPYq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHF5BMcPYq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHF5BMcPYq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHF5BMcPYq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHF5BMcPYq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHF5BMcPYq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHF5BMcPYq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHF5BMcPYq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHF5BMcPYq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHF5BMcPYq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHF5BMcPYq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHF5BMcPYq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHF5BMcPYq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHF5BMcPYq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHF5BMcPYq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHF5BMcPYq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHF5BMcPYq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHF5BMcPYq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHF5BMcPYq .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-uHF5BMcPYq .navbar {
    height: 70px;
  }
  .cid-uHF5BMcPYq .navbar.opened {
    height: auto;
  }
  .cid-uHF5BMcPYq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHF5BMCZIN {
  padding-top: 135px;
  padding-bottom: 272px;
  background-image: url("../../../assets/images/domzuriga2614-7.jpg-1-2000x806.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uHF5BMCZIN svg {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHF5BMCZIN #e2_shape {
  fill: #cbdbf9 !important;
}
.cid-uHF5BMCZIN img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uHF5BMCZIN img {
    width: 80%!important;
  }
}
.cid-uHF5BMCZIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5BMCZIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF5BMCZIN H1 {
  color: #ffffff;
  text-align: center;
}
.cid-v0qTKmkLcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-v0qTKmkLcR .row {
    text-align: left;
  }
}
.cid-v0qTKmkLcR .section-head {
  margin-bottom: 2rem;
}
.cid-v0qTKmkLcR .paragraph {
  margin-bottom: 2rem;
}
.cid-v0qTKmkLcR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v0qTKmkLcR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0qUeG1EQ5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #cbdbf9;
}
.cid-v0qUeG1EQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qUeG1EQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0qUeG1EQ5 .container {
    padding: 0 16px;
  }
}
.cid-v0qUeG1EQ5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0qUeG1EQ5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v0qUeG1EQ5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0qUeG1EQ5 .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v0qUeG1EQ5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0qUeG1EQ5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v0qUeG1EQ5 .mbr-section-title {
  color: #360bc4;
}
.cid-v0qUeG1EQ5 .mbr-desc {
  color: #1c1c1c;
}
.cid-v0qUeG1EQ5 .mbr-text {
  color: #1c1c1c;
}
.cid-v0qUMZkSQz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conitiusorgelpfeifen-blau-4505-2000x1332.jpg");
}
.cid-v0qUMZkSQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qUMZkSQz .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v0qUMZkSQz .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffc600;
  z-index: -1;
}
.cid-v0qUMZkSQz img {
  border-radius: 1rem;
}
.cid-v0qUMZkSQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qUMZkSQz .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: clamp(20px, 3vw, 56px);
}
@media (max-width: 891px) {
  .cid-v0qUMZkSQz .image-wrapper {
    flex: 0 0 auto;
    display: block;
    width: clamp(160px, 22vw, 300px);
    height: auto;
    object-fit: contain;
  }
}
.cid-v0qUMZkSQz .text-wrapper {
  flex: 1 1 640px;
  min-width: 0;
}
.cid-v0qUMZkSQz .mbr-section-title {
  color: #360bc4;
}
.cid-v0qUMZkSQz .mbr-section-subtitle,
.cid-v0qUMZkSQz .subtitle-wrap {
  color: #19303d;
}
.cid-v0qUMZkSQz .mbr-text,
.cid-v0qUMZkSQz .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v0qUMZkSQz .row {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }
  .cid-v0qUMZkSQz .image-wrapper {
    margin-bottom: 10px;
  }
  .cid-v0qUMZkSQz .text-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v0qVuGzQmj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-v0qVuGzQmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qVuGzQmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qVuGzQmj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v0qVuGzQmj .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0qVuGzQmj .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v0qVuGzQmj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v0qVuGzQmj .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0qVuGzQmj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0qVuGzQmj .image-wrapper img {
  height: 581px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0qVuGzQmj .image-wrapper img {
    height: 350px;
  }
}
.cid-v0qVuGzQmj .mbr-section-title {
  color: #ffffff;
}
.cid-v0qVuGzQmj .mbr-text,
.cid-v0qVuGzQmj .text-wrapper {
  color: #ffffff;
}
.cid-v0qZ5UxMdE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #cbdbf9;
}
.cid-v0qZ5UxMdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qZ5UxMdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0qZ5UxMdE .container {
    padding: 0 16px;
  }
}
.cid-v0qZ5UxMdE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0qZ5UxMdE .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v0qZ5UxMdE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0qZ5UxMdE .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v0qZ5UxMdE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0qZ5UxMdE .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v0qZ5UxMdE .mbr-section-title {
  color: #360bc4;
}
.cid-v0qZ5UxMdE .mbr-desc {
  color: #1c1c1c;
}
.cid-v0qZ5UxMdE .mbr-text {
  color: #1c1c1c;
}
.cid-v0r0jzxgSy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
.cid-v0r0jzxgSy .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v0r0jzxgSy .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v0r0jzxgSy .p:last-child {
  padding-bottom: 0;
}
.cid-v0r0jzxgSy .row {
  justify-content: center;
}
.cid-uHF5BNLSWn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
.cid-uHF5BNLSWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHF5BNLSWn .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uHF5BNLSWn .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffc600;
  z-index: -1;
}
.cid-uHF5BNLSWn img {
  border-radius: 0rem;
}
.cid-uHF5BNLSWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHF5BNLSWn .row {
  flex-direction: row-reverse;
}
.cid-uHF5BNLSWn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHF5BNLSWn .image-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uHF5BNLSWn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHF5BNLSWn .mbr-section-title {
  color: #360bc4;
}
.cid-uHF5BNLSWn .mbr-section-subtitle,
.cid-uHF5BNLSWn .subtitle-wrap {
  color: #19303d;
}
.cid-uHF5BNLSWn .mbr-text,
.cid-uHF5BNLSWn .mbr-section-btn {
  color: #19303d;
}
.cid-v0qVFdFIOK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-v0qVFdFIOK .item-img {
  position: relative;
}
.cid-v0qVFdFIOK .item-img img {
  transition: all 0.2s;
}
.cid-v0qVFdFIOK .mbr-section-subtitle,
.cid-v0qVFdFIOK .item-title {
  line-height: 1.2;
}
.cid-v0qVFdFIOK .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-v0qVFdFIOK .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v0qVFdFIOK .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v0qVFdFIOK .item:hover img {
  transform: scale(1.05);
}
.cid-v0qVFdFIOK .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-v0qVFdFIOK .subtitle-wrap,
  .cid-v0qVFdFIOK .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v0qVFdFIOK .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v0qVFdFIOK .item-wrapper {
  position: relative;
  background: #360bc4;
  border: 3px solid #360bc4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0qVFdFIOK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0qVFdFIOK .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v0qVFdFIOK .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #360bc4;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v0qVFdFIOK .link-icon-wrapper .icon-wrap {
  background: #bed3f9;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v0qVFdFIOK .link-icon-wrapper .icon-wrap span {
  color: #360bc4;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v0qVFdFIOK .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v0qVFdFIOK .link-icon-wrapper .svg1 path {
  fill: #360bc4;
}
.cid-v0qVFdFIOK .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v0qVFdFIOK .link-icon-wrapper .svg2 path {
  fill: #360bc4;
}
.cid-v0qVFdFIOK .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v0qVFdFIOK .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v0qVFdFIOK img,
.cid-v0qVFdFIOK .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0qVFdFIOK .item:focus,
.cid-v0qVFdFIOK span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v0qVFdFIOK .item {
    margin-bottom: 1rem;
  }
}
.cid-v0qVFdFIOK .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v0qVFdFIOK .item-title {
  text-align: left;
  color: #000000;
}
.cid-v0qVFdFIOK .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v0qVFdFIOK .mbr-text,
.cid-v0qVFdFIOK .item .mbr-section-btn {
  color: #000000;
}
.cid-uJLK6sVreH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLK6sVreH .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLK6sVreH .mbr-text {
  color: #ffffff;
}
.cid-uHF5BNYiOx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHF5BNYiOx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHF5BNYiOx .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .brand-name {
    text-align: center;
  }
}
.cid-uHF5BNYiOx .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHF5BNYiOx .row {
    text-align: center;
  }
  .cid-uHF5BNYiOx .row > div {
    margin: auto;
  }
}
.cid-uHF5BNYiOx .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .social-row {
    text-align: center;
  }
}
.cid-uHF5BNYiOx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHF5BNYiOx .list {
    margin-bottom: 0rem;
  }
}
.cid-uHF5BNYiOx .list li {
  margin-bottom: 0.5rem;
}
.cid-uHF5BNYiOx .mbr-text {
  color: #ffffff;
}
.cid-uHF5BNYiOx .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .mbr-section-title {
    text-align: center;
  }
}
.cid-uHF5BNYiOx .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHF5BNYiOx .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHF5BNYiOx .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHF5BNYiOx .col-6 {
    width: 100%;
  }
}
.cid-uHXdZCuy0Q .navbar-dropdown {
  position: relative !important;
}
.cid-uHXdZCuy0Q .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXdZCuy0Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXdZCuy0Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXdZCuy0Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXdZCuy0Q .dropdown-item:hover,
.cid-uHXdZCuy0Q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXdZCuy0Q .dropdown-item:hover span {
  color: white;
}
.cid-uHXdZCuy0Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXdZCuy0Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXdZCuy0Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXdZCuy0Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXdZCuy0Q .nav-link {
  position: relative;
}
.cid-uHXdZCuy0Q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXdZCuy0Q .container {
    flex-wrap: wrap;
  }
}
.cid-uHXdZCuy0Q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXdZCuy0Q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXdZCuy0Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXdZCuy0Q .dropdown-menu,
.cid-uHXdZCuy0Q .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXdZCuy0Q .nav-item:focus,
.cid-uHXdZCuy0Q .nav-link:focus {
  outline: none;
}
.cid-uHXdZCuy0Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXdZCuy0Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXdZCuy0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXdZCuy0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXdZCuy0Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXdZCuy0Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXdZCuy0Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXdZCuy0Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXdZCuy0Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXdZCuy0Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXdZCuy0Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXdZCuy0Q .navbar.collapsed {
  justify-content: center;
}
.cid-uHXdZCuy0Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXdZCuy0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXdZCuy0Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uHXdZCuy0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXdZCuy0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXdZCuy0Q .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-uHXdZCuy0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXdZCuy0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXdZCuy0Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXdZCuy0Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXdZCuy0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXdZCuy0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXdZCuy0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXdZCuy0Q .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-uHXdZCuy0Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXdZCuy0Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXdZCuy0Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXdZCuy0Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXdZCuy0Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXdZCuy0Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXdZCuy0Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXdZCuy0Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXdZCuy0Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXdZCuy0Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXdZCuy0Q .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-uHXdZCuy0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXdZCuy0Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXdZCuy0Q .dropdown-item.active,
.cid-uHXdZCuy0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXdZCuy0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXdZCuy0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXdZCuy0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXdZCuy0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXdZCuy0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXdZCuy0Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXdZCuy0Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXdZCuy0Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXdZCuy0Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXdZCuy0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXdZCuy0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXdZCuy0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXdZCuy0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXdZCuy0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXdZCuy0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXdZCuy0Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXdZCuy0Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXdZCuy0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXdZCuy0Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXdZCuy0Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXdZCuy0Q .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-uHXdZCuy0Q .navbar {
    height: 70px;
  }
  .cid-uHXdZCuy0Q .navbar.opened {
    height: auto;
  }
  .cid-uHXdZCuy0Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHRZhEZR1U {
  padding-top: 96px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lipaja2-2000x566.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uHRZhEZR1U svg {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHRZhEZR1U #e2_shape {
  fill: #360bc4 !important;
}
.cid-uHRZhEZR1U img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uHRZhEZR1U img {
    width: 80%!important;
  }
}
.cid-uHRZhEZR1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRZhEZR1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRZhEZR1U H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uHRZhF6dR7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d3e0f8;
}
.cid-uHRZhF6dR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRZhF6dR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHRZhF6dR7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHRZhF6dR7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHRZhF6dR7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHRZhF6dR7 .mbr-section-title {
  color: #360bc4;
}
.cid-uHRZhFdfwM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHRZhFdfwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRZhFdfwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHRZhFdfwM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHRZhFdfwM .row {
  flex-direction: row-reverse;
}
.cid-uHRZhFdfwM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHRZhFdfwM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHRZhFdfwM .mbr-section-title {
  color: #360bc4;
}
.cid-uHRZhFjOXr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3e0f8;
}
.cid-uHRZhFjOXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRZhFjOXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHRZhFjOXr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHRZhFjOXr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHRZhFjOXr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHRZhFjOXr .mbr-section-title {
  color: #360bc4;
}
.cid-uHRZhFrgAO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6b1ec;
}
.cid-uHRZhFrgAO .title {
  min-height: 40px;
}
.cid-uHRZhFrgAO a {
  font-weight: 500;
}
.cid-uHRZhFrgAO .mbr-section-subtitle {
  color: #393193;
}
.cid-uYRUTuQi9V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
.cid-uYRUTuQi9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRUTuQi9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRUTuQi9V b,
.cid-uYRUTuQi9V strong {
  font-weight: 900;
}
.cid-uYRUTuQi9V .mbr-section-title {
  color: #17003b;
}
.cid-uYRUTuQi9V .mbr-section-subtitle {
  color: #360bc4;
  text-align: center;
}
.cid-uYRUVmXrZn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #cbdbf9;
}
.cid-uYRUVmXrZn .title {
  min-height: 40px;
}
.cid-uYRUVmXrZn a {
  font-weight: 500;
}
.cid-uYRUVmXrZn .mbr-section-subtitle {
  color: #393193;
}
.cid-v0rk1xgfH3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d8e5fe;
}
.cid-v0rk1xgfH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rk1xgfH3 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v0rk1xgfH3 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 9px;
  background: #ffc600;
  z-index: -1;
}
.cid-v0rk1xgfH3 img {
  border-radius: 1rem;
}
.cid-v0rk1xgfH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rk1xgfH3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0rk1xgfH3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0rk1xgfH3 .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-v0rk1xgfH3 .mbr-section-title {
  color: #360bc4;
}
.cid-v0rk1xgfH3 .mbr-section-subtitle,
.cid-v0rk1xgfH3 .subtitle-wrap {
  color: #19303d;
}
.cid-v0rk1xgfH3 .mbr-text,
.cid-v0rk1xgfH3 .mbr-section-btn {
  color: #19303d;
}
.cid-v0rk4hTy5s {
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #d8e5fe;
}
.cid-v0rk4hTy5s .row {
  justify-content: center;
}
.cid-v0rk4hTy5s .col-title {
  margin-bottom: 2.5rem;
}
.cid-v0rk4hTy5s .mbr-section-title {
  color: #F6B7D2;
}
.cid-v0rk4hTy5s .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v0rk4hTy5s .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-v0rk4hTy5s .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v0rk4hTy5s .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v0rk4hTy5s .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-v0rk4hTy5s .card {
    min-height: 207px;
  }
}
.cid-v0rk4hTy5s .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v0rk4hTy5s .card:hover .card-title {
  text-decoration: underline;
}
.cid-v0rk4hTy5s .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v0rk4hTy5s .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-v0rk4hTy5s .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v0rk4hTy5s .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v0rk4hTy5s .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v0rk4hTy5s .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uYRPUscyNF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uYRPUscyNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRPUscyNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRPUscyNF .item {
  padding-bottom: 2rem;
}
.cid-uYRPUscyNF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYRPUscyNF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYRPUscyNF .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-uYRPUscyNF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYRPUscyNF .carousel-control,
.cid-uYRPUscyNF .close {
  background: #1b1b1b;
}
.cid-uYRPUscyNF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYRPUscyNF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYRPUscyNF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYRPUscyNF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYRPUscyNF .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-uYRPUscyNF .close::before {
  content: '\e91a';
}
.cid-uYRPUscyNF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYRPUscyNF .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-uYRPUscyNF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYRPUscyNF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYRPUscyNF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYRPUscyNF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYRPUscyNF .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.5s;
}
.cid-uYRPUscyNF .carousel-indicators li.active,
.cid-uYRPUscyNF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYRPUscyNF .carousel-indicators li::after,
.cid-uYRPUscyNF .carousel-indicators li::before {
  content: none;
}
.cid-uYRPUscyNF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYRPUscyNF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYRPUscyNF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYRPUscyNF .carousel-indicators {
    display: none;
  }
}
.cid-uYRPUscyNF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYRPUscyNF .carousel-inner > .active {
  display: block;
}
.cid-uYRPUscyNF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYRPUscyNF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYRPUscyNF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYRPUscyNF .carousel-control,
  .cid-uYRPUscyNF .carousel-indicators,
  .cid-uYRPUscyNF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYRPUscyNF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYRPUscyNF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYRPUscyNF .carousel-indicators .active,
.cid-uYRPUscyNF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYRPUscyNF .carousel-indicators .active {
  background: #fff;
}
.cid-uYRPUscyNF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYRPUscyNF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYRPUscyNF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYRPUscyNF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYRPUscyNF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYRPUscyNF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYRPUscyNF .carousel {
  width: 100%;
}
.cid-uYRPUscyNF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYRPUscyNF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYRPUscyNF .modal.fade .modal-dialog,
.cid-uYRPUscyNF .modal.in .modal-dialog {
  transform: none;
}
.cid-uYRPUscyNF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYRPUscyNF H6 {
  text-align: center;
}
.cid-uYRPUscyNF H3 {
  color: #ffffff;
}
.cid-uYRPUscyNF H4 {
  color: #ffffff;
}
.cid-uJLK0N0M4g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLK0N0M4g .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLK0N0M4g .mbr-text {
  color: #ffffff;
}
.cid-uHXemp55Pc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHXemp55Pc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHXemp55Pc .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .brand-name {
    text-align: center;
  }
}
.cid-uHXemp55Pc .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHXemp55Pc .row {
    text-align: center;
  }
  .cid-uHXemp55Pc .row > div {
    margin: auto;
  }
}
.cid-uHXemp55Pc .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .social-row {
    text-align: center;
  }
}
.cid-uHXemp55Pc .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHXemp55Pc .list {
    margin-bottom: 0rem;
  }
}
.cid-uHXemp55Pc .list li {
  margin-bottom: 0.5rem;
}
.cid-uHXemp55Pc .mbr-text {
  color: #ffffff;
}
.cid-uHXemp55Pc .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .mbr-section-title {
    text-align: center;
  }
}
.cid-uHXemp55Pc .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHXemp55Pc .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXemp55Pc .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHXemp55Pc .col-6 {
    width: 100%;
  }
}
.cid-uHXzh2Y2tU .navbar-dropdown {
  position: relative !important;
}
.cid-uHXzh2Y2tU .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXzh2Y2tU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXzh2Y2tU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXzh2Y2tU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXzh2Y2tU .dropdown-item:hover,
.cid-uHXzh2Y2tU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXzh2Y2tU .dropdown-item:hover span {
  color: white;
}
.cid-uHXzh2Y2tU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXzh2Y2tU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXzh2Y2tU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXzh2Y2tU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXzh2Y2tU .nav-link {
  position: relative;
}
.cid-uHXzh2Y2tU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXzh2Y2tU .container {
    flex-wrap: wrap;
  }
}
.cid-uHXzh2Y2tU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXzh2Y2tU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXzh2Y2tU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXzh2Y2tU .dropdown-menu,
.cid-uHXzh2Y2tU .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXzh2Y2tU .nav-item:focus,
.cid-uHXzh2Y2tU .nav-link:focus {
  outline: none;
}
.cid-uHXzh2Y2tU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXzh2Y2tU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXzh2Y2tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXzh2Y2tU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXzh2Y2tU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXzh2Y2tU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXzh2Y2tU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXzh2Y2tU .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXzh2Y2tU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXzh2Y2tU .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXzh2Y2tU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXzh2Y2tU .navbar.collapsed {
  justify-content: center;
}
.cid-uHXzh2Y2tU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXzh2Y2tU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXzh2Y2tU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uHXzh2Y2tU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXzh2Y2tU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXzh2Y2tU .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-uHXzh2Y2tU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXzh2Y2tU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXzh2Y2tU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXzh2Y2tU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXzh2Y2tU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXzh2Y2tU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXzh2Y2tU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXzh2Y2tU .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-uHXzh2Y2tU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXzh2Y2tU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXzh2Y2tU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXzh2Y2tU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXzh2Y2tU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXzh2Y2tU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXzh2Y2tU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXzh2Y2tU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXzh2Y2tU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXzh2Y2tU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXzh2Y2tU .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-uHXzh2Y2tU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXzh2Y2tU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXzh2Y2tU .dropdown-item.active,
.cid-uHXzh2Y2tU .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXzh2Y2tU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXzh2Y2tU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXzh2Y2tU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXzh2Y2tU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXzh2Y2tU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXzh2Y2tU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXzh2Y2tU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXzh2Y2tU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXzh2Y2tU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXzh2Y2tU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXzh2Y2tU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXzh2Y2tU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXzh2Y2tU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXzh2Y2tU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXzh2Y2tU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXzh2Y2tU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXzh2Y2tU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXzh2Y2tU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXzh2Y2tU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXzh2Y2tU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXzh2Y2tU .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-uHXzh2Y2tU .navbar {
    height: 70px;
  }
  .cid-uHXzh2Y2tU .navbar.opened {
    height: auto;
  }
  .cid-uHXzh2Y2tU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHS4GcpQKj {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/paten-orgelteil1-2-2000x825.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uHS4GcpQKj svg {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
}
.cid-uHS4GcpQKj #e2_shape {
  fill: #360bc4 !important;
}
.cid-uHS4GcpQKj img {
  width: 80%;
  border-radius: 0px;
  margin: auto;
}
@media (max-width: 700px) {
  .cid-uHS4GcpQKj img {
    width: 80%!important;
  }
}
.cid-uHS4GcpQKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS4GcpQKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS4GcpQKj H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uHS4Gcvus8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-uHS4Gcvus8 .row {
    text-align: center;
  }
}
.cid-uHS4Gcvus8 .section-head {
  margin-bottom: 2.3rem;
}
.cid-uHS4Gcvus8 .paragraph {
  margin-bottom: 2rem;
}
.cid-uHS4Gcvus8 .mbr-section-title {
  text-align: center;
  color: #360bc4;
}
.cid-uHS4Gcvus8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uHS4Gcvus8 .mbr-text {
  text-align: center;
}
.cid-uHS4GcBqb2 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/orgelpatenschaft-hintergrund-2000x727.jpg");
}
.cid-uHS4GcBqb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS4GcBqb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHS4GcBqb2 .container {
    padding: 0 30px;
  }
}
.cid-uHS4GcBqb2 .items .item {
  margin-bottom: 60px;
}
.cid-uHS4GcBqb2 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHS4GcBqb2 .items .item {
    margin-bottom: 30px;
  }
}
.cid-uHS4GcBqb2 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uHS4GcBqb2 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHS4GcBqb2 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 150%;
  cursor: pointer;
}
.cid-uHS4GcBqb2 .dragArea.row {
  margin: 0;
}
.cid-uHS4GcBqb2 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uHS4GcBqb2 .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.cid-uHS4GcBqb2 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 9px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-uHS4GcBqb2 .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-uHS4GcBqb2 .dragArea.row .form-group .form-control:hover,
.cid-uHS4GcBqb2 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-uHS4GcBqb2 .dragArea.row .form-group .form-check {
  padding-left: 1.8em;
}
.cid-uHS4GcBqb2 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-uHS4GcBqb2 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uHS4GcBqb2 .mbr-section-title {
  color: #000000;
}
.cid-uHS4GcBqb2 .card-title {
  color: #000000;
}
.cid-uHS4GcBqb2 .list {
  color: #000000;
}
.cid-uHS4GcBqb2 .mbr-text {
  color: #000000;
}
.cid-uHS4GcBqb2 label {
  color: #000000;
}
.cid-uHS4GcBqb2 H2 {
  color: #5b51d4;
}
.cid-uHS4GcK0S0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbdbf9;
}
@media (max-width: 991px) {
  .cid-uHS4GcK0S0 .row {
    text-align: center;
  }
}
.cid-uHS4GcK0S0 .section-head {
  margin-bottom: 2.3rem;
}
.cid-uHS4GcK0S0 .paragraph {
  margin-bottom: 2rem;
}
.cid-uHS4GcK0S0 .mbr-section-title {
  text-align: center;
  color: #5b51d4;
}
.cid-uHS4GcK0S0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uHS4GcK0S0 .mbr-text {
  text-align: center;
}
.cid-uHS4GcQbXD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cbdbf9;
}
.cid-uHS4GcQbXD .title {
  min-height: 40px;
}
.cid-uHS4GcQbXD a {
  font-weight: 800;
}
.cid-uHS4GcQbXD .mbr-section-subtitle {
  color: #000000;
}
.cid-uHS4GcWr6j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbdbf9;
}
.cid-uHS4GcWr6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS4GcWr6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS4GcWr6j .col-title {
  margin-bottom: 32px;
}
.cid-uHS4GcWr6j .mbr-section-title {
  color: #24262b;
}
.cid-uHS4GcWr6j .mbr-section-subtitle {
  color: #24262b;
}
.cid-uHS4GcWr6j .cards-row {
  row-gap: 50px;
}
.cid-uHS4GcWr6j .card {
  border-radius: 0;
}
.cid-uHS4GcWr6j .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uHS4GcWr6j .mbr-iconfont {
  display: block;
  font-size: 45px;
  color: #33363b;
  margin-right: 0rem;
  flex-shrink: 0;
}
.cid-uHS4GcWr6j .text-wrap {
  flex-grow: 1;
}
.cid-uHS4GcWr6j .card-title {
  color: #24262b;
  text-align: center;
}
.cid-uHS4GcWr6j .card-text {
  color: #767676;
  text-align: center;
}
.cid-uJLIIF7CNa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLIIF7CNa .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLIIF7CNa .mbr-text {
  color: #ffffff;
}
.cid-uHXikBxccZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHXikBxccZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHXikBxccZ .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .brand-name {
    text-align: center;
  }
}
.cid-uHXikBxccZ .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHXikBxccZ .row {
    text-align: center;
  }
  .cid-uHXikBxccZ .row > div {
    margin: auto;
  }
}
.cid-uHXikBxccZ .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .social-row {
    text-align: center;
  }
}
.cid-uHXikBxccZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHXikBxccZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uHXikBxccZ .list li {
  margin-bottom: 0.5rem;
}
.cid-uHXikBxccZ .mbr-text {
  color: #ffffff;
}
.cid-uHXikBxccZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .mbr-section-title {
    text-align: center;
  }
}
.cid-uHXikBxccZ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHXikBxccZ .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXikBxccZ .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHXikBxccZ .col-6 {
    width: 100%;
  }
}
.cid-uHXyLFkTak .navbar-dropdown {
  position: relative !important;
}
.cid-uHXyLFkTak .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXyLFkTak .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXyLFkTak .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXyLFkTak .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXyLFkTak .dropdown-item:hover,
.cid-uHXyLFkTak .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXyLFkTak .dropdown-item:hover span {
  color: white;
}
.cid-uHXyLFkTak .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXyLFkTak .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXyLFkTak .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXyLFkTak .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXyLFkTak .nav-link {
  position: relative;
}
.cid-uHXyLFkTak .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXyLFkTak .container {
    flex-wrap: wrap;
  }
}
.cid-uHXyLFkTak .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXyLFkTak .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXyLFkTak .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXyLFkTak .dropdown-menu,
.cid-uHXyLFkTak .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXyLFkTak .nav-item:focus,
.cid-uHXyLFkTak .nav-link:focus {
  outline: none;
}
.cid-uHXyLFkTak .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXyLFkTak .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXyLFkTak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXyLFkTak .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXyLFkTak .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXyLFkTak .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXyLFkTak .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXyLFkTak .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXyLFkTak .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXyLFkTak .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXyLFkTak .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXyLFkTak .navbar.collapsed {
  justify-content: center;
}
.cid-uHXyLFkTak .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXyLFkTak .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXyLFkTak .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uHXyLFkTak .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXyLFkTak .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXyLFkTak .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-uHXyLFkTak .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXyLFkTak .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXyLFkTak .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXyLFkTak .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXyLFkTak .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXyLFkTak .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXyLFkTak .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXyLFkTak .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-uHXyLFkTak .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXyLFkTak .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXyLFkTak .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXyLFkTak .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXyLFkTak .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXyLFkTak .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXyLFkTak .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXyLFkTak .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXyLFkTak .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXyLFkTak .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXyLFkTak .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-uHXyLFkTak .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXyLFkTak .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXyLFkTak .dropdown-item.active,
.cid-uHXyLFkTak .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXyLFkTak .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXyLFkTak .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXyLFkTak .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXyLFkTak .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXyLFkTak .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXyLFkTak .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXyLFkTak ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXyLFkTak .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXyLFkTak button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXyLFkTak button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXyLFkTak button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXyLFkTak button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXyLFkTak button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXyLFkTak button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXyLFkTak nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXyLFkTak nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXyLFkTak nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXyLFkTak nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXyLFkTak .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXyLFkTak a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXyLFkTak .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-uHXyLFkTak .navbar {
    height: 70px;
  }
  .cid-uHXyLFkTak .navbar.opened {
    height: auto;
  }
  .cid-uHXyLFkTak .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHSt7Nek7E {
  display: flex;
  background-image: url("../../../assets/images/2018-domzuriga-dsc2614-2000x1329.jpg");
}
.cid-uHSt7Nek7E .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uHSt7Nek7E .content-wrap {
  padding: 8rem 1rem;
}
@media (min-width: 768px) {
  .cid-uHSt7Nek7E {
    align-items: flex-start;
  }
  .cid-uHSt7Nek7E .row {
    justify-content: flex-start;
  }
  .cid-uHSt7Nek7E .content-wrap {
    width: 46%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHSt7Nek7E .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHSt7Nek7E {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHSt7Nek7E .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHSt7Nek7E .content-wrap {
    width: 100%;
  }
}
.cid-uHSt7Nj7ET {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #d3e0f8;
}
.cid-uHSt7Nj7ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSt7Nj7ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHSt7Nj7ET .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHSt7Nj7ET img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHSt7Nj7ET .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHSt7Npyji {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #d3e0f8;
}
.cid-uHSt7Npyji .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHSt7Npyji .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uHSt7Npyji .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uHSt7Npyji .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-uHSt7NvaDx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHSt7NvaDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSt7NvaDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHSt7NvaDx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHSt7NvaDx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHSt7NvaDx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHSt7NAf9h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHSt7NAf9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSt7NAf9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHSt7NAf9h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHSt7NAf9h .row {
  flex-direction: row-reverse;
}
.cid-uHSt7NAf9h img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHSt7NAf9h .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHSt7NAf9h .mbr-section-title {
  color: #393193;
}
.cid-uHSt7NGDYZ {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #d3e0f8;
}
.cid-uHSt7NGDYZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uHSt7NGDYZ H2 {
  color: #36404c;
}
.cid-uHSt7NGDYZ H3 {
  color: #36404c;
}
.cid-uHSt7NGDYZ .mbr-text,
.cid-uHSt7NGDYZ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uHSt7NGDYZ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uHSt7NGDYZ img {
  filter: invert(0.5);
  width: auto;
}
.cid-uHSt7NGDYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSt7NGDYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLJP9zl1n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #393193;
}
.cid-uJLJP9zl1n .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLJP9zl1n .mbr-text {
  color: #ffffff;
}
.cid-uHXhpJaOE1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #393193;
}
.cid-uHXhpJaOE1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHXhpJaOE1 .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .brand-name {
    text-align: center;
  }
}
.cid-uHXhpJaOE1 .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHXhpJaOE1 .row {
    text-align: center;
  }
  .cid-uHXhpJaOE1 .row > div {
    margin: auto;
  }
}
.cid-uHXhpJaOE1 .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .social-row {
    text-align: center;
  }
}
.cid-uHXhpJaOE1 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHXhpJaOE1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHXhpJaOE1 .list li {
  margin-bottom: 0.5rem;
}
.cid-uHXhpJaOE1 .mbr-text {
  color: #ffffff;
}
.cid-uHXhpJaOE1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .mbr-section-title {
    text-align: center;
  }
}
.cid-uHXhpJaOE1 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHXhpJaOE1 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhpJaOE1 .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHXhpJaOE1 .col-6 {
    width: 100%;
  }
}
.cid-uHXfcZz1Er .navbar-dropdown {
  position: relative !important;
}
.cid-uHXfcZz1Er .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXfcZz1Er .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXfcZz1Er .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXfcZz1Er .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXfcZz1Er .dropdown-item:hover,
.cid-uHXfcZz1Er .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXfcZz1Er .dropdown-item:hover span {
  color: white;
}
.cid-uHXfcZz1Er .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXfcZz1Er .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXfcZz1Er .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXfcZz1Er .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXfcZz1Er .nav-link {
  position: relative;
}
.cid-uHXfcZz1Er .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXfcZz1Er .container {
    flex-wrap: wrap;
  }
}
.cid-uHXfcZz1Er .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXfcZz1Er .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXfcZz1Er .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXfcZz1Er .dropdown-menu,
.cid-uHXfcZz1Er .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXfcZz1Er .nav-item:focus,
.cid-uHXfcZz1Er .nav-link:focus {
  outline: none;
}
.cid-uHXfcZz1Er .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXfcZz1Er .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXfcZz1Er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXfcZz1Er .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXfcZz1Er .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXfcZz1Er .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXfcZz1Er .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXfcZz1Er .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXfcZz1Er .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXfcZz1Er .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXfcZz1Er .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXfcZz1Er .navbar.collapsed {
  justify-content: center;
}
.cid-uHXfcZz1Er .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXfcZz1Er .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXfcZz1Er .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uHXfcZz1Er .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXfcZz1Er .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXfcZz1Er .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-uHXfcZz1Er .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXfcZz1Er .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXfcZz1Er .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXfcZz1Er .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXfcZz1Er .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXfcZz1Er .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXfcZz1Er .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXfcZz1Er .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-uHXfcZz1Er .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXfcZz1Er .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXfcZz1Er .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXfcZz1Er .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXfcZz1Er .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXfcZz1Er .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXfcZz1Er .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXfcZz1Er .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXfcZz1Er .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXfcZz1Er .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXfcZz1Er .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-uHXfcZz1Er .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXfcZz1Er .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXfcZz1Er .dropdown-item.active,
.cid-uHXfcZz1Er .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXfcZz1Er .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXfcZz1Er .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXfcZz1Er .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXfcZz1Er .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXfcZz1Er .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXfcZz1Er .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXfcZz1Er ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXfcZz1Er .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXfcZz1Er button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXfcZz1Er button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXfcZz1Er button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXfcZz1Er button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXfcZz1Er button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXfcZz1Er button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXfcZz1Er nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXfcZz1Er nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXfcZz1Er nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXfcZz1Er nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXfcZz1Er .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXfcZz1Er a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXfcZz1Er .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-uHXfcZz1Er .navbar {
    height: 70px;
  }
  .cid-uHXfcZz1Er .navbar.opened {
    height: auto;
  }
  .cid-uHXfcZz1Er .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHSAIA6JTq {
  padding-top: 150px;
  padding-bottom: 187px;
  background-image: url("../../../assets/images/barockorgelamalien-2000x825.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uHSAIA6JTq svg {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHSAIA6JTq #e2_shape {
  fill: #360bc4 !important;
}
.cid-uHSAIA6JTq img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uHSAIA6JTq img {
    width: 80%!important;
  }
}
.cid-uHSAIA6JTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSAIA6JTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHSAIA6JTq H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uHSAIAcbZt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHSAIAcbZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHSAIAcbZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHSAIAcbZt .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-uHSAIAcbZt .row {
  flex-direction: row-reverse;
}
.cid-uHSAIAcbZt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHSAIAcbZt .text-wrapper {
    padding: 0rem;
  }
}
.cid-uHSAIAiprz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d3e0f8;
}
.cid-uHSAIAiprz .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uHSAIAiprz .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uHSAIAiprz .p:last-child {
  padding-bottom: 0;
}
.cid-uHSAIAiprz .row {
  justify-content: center;
}
.cid-uJLJUWPS2E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLJUWPS2E .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLJUWPS2E .mbr-text {
  color: #ffffff;
}
.cid-uHXfmn0MrA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHXfmn0MrA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHXfmn0MrA .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .brand-name {
    text-align: center;
  }
}
.cid-uHXfmn0MrA .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHXfmn0MrA .row {
    text-align: center;
  }
  .cid-uHXfmn0MrA .row > div {
    margin: auto;
  }
}
.cid-uHXfmn0MrA .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .social-row {
    text-align: center;
  }
}
.cid-uHXfmn0MrA .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHXfmn0MrA .list {
    margin-bottom: 0rem;
  }
}
.cid-uHXfmn0MrA .list li {
  margin-bottom: 0.5rem;
}
.cid-uHXfmn0MrA .mbr-text {
  color: #ffffff;
}
.cid-uHXfmn0MrA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .mbr-section-title {
    text-align: center;
  }
}
.cid-uHXfmn0MrA .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHXfmn0MrA .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXfmn0MrA .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHXfmn0MrA .col-6 {
    width: 100%;
  }
}
.cid-uHXz8QiRzY .navbar-dropdown {
  position: relative !important;
}
.cid-uHXz8QiRzY .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXz8QiRzY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXz8QiRzY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXz8QiRzY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXz8QiRzY .dropdown-item:hover,
.cid-uHXz8QiRzY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXz8QiRzY .dropdown-item:hover span {
  color: white;
}
.cid-uHXz8QiRzY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXz8QiRzY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXz8QiRzY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXz8QiRzY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXz8QiRzY .nav-link {
  position: relative;
}
.cid-uHXz8QiRzY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXz8QiRzY .container {
    flex-wrap: wrap;
  }
}
.cid-uHXz8QiRzY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXz8QiRzY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXz8QiRzY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXz8QiRzY .dropdown-menu,
.cid-uHXz8QiRzY .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXz8QiRzY .nav-item:focus,
.cid-uHXz8QiRzY .nav-link:focus {
  outline: none;
}
.cid-uHXz8QiRzY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXz8QiRzY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXz8QiRzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXz8QiRzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXz8QiRzY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXz8QiRzY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXz8QiRzY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXz8QiRzY .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXz8QiRzY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXz8QiRzY .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXz8QiRzY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXz8QiRzY .navbar.collapsed {
  justify-content: center;
}
.cid-uHXz8QiRzY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXz8QiRzY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXz8QiRzY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uHXz8QiRzY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXz8QiRzY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXz8QiRzY .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-uHXz8QiRzY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXz8QiRzY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXz8QiRzY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXz8QiRzY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXz8QiRzY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXz8QiRzY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXz8QiRzY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXz8QiRzY .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-uHXz8QiRzY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXz8QiRzY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXz8QiRzY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXz8QiRzY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXz8QiRzY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXz8QiRzY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXz8QiRzY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXz8QiRzY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXz8QiRzY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXz8QiRzY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXz8QiRzY .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-uHXz8QiRzY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXz8QiRzY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXz8QiRzY .dropdown-item.active,
.cid-uHXz8QiRzY .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXz8QiRzY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXz8QiRzY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXz8QiRzY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXz8QiRzY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXz8QiRzY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXz8QiRzY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXz8QiRzY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXz8QiRzY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXz8QiRzY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXz8QiRzY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXz8QiRzY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXz8QiRzY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXz8QiRzY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXz8QiRzY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXz8QiRzY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXz8QiRzY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXz8QiRzY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXz8QiRzY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXz8QiRzY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXz8QiRzY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXz8QiRzY .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-uHXz8QiRzY .navbar {
    height: 70px;
  }
  .cid-uHXz8QiRzY .navbar.opened {
    height: auto;
  }
  .cid-uHXz8QiRzY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHT4s2jIEX {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/orgelpfeifen3442-3-1920x675.jpg");
}
.cid-uHT4s2jIEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHT4s2jIEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHT4s2jIEX .container {
    padding: 0 20px;
  }
}
.cid-uHT4s2jIEX .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uHT4s2jIEX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHT4s2jIEX .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHT4s2jIEX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHT4s2jIEX .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uHT4s2jIEX .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uHT4s2jIEX .image-wrapper img {
  height: 280px;
  border-radius: .80rem !important;
  object-fit: cover;
}
.cid-uHT4s2jIEX .mbr-section-title {
  color: #000000;
}
.cid-uHT4s2jIEX .mbr-desc {
  color: #000000;
}
.cid-uHT4s2jIEX .mbr-section-title,
.cid-uHT4s2jIEX .mbr-section-btn {
  color: #360bc4;
}
.cid-uHT4s2pe9w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHT4s2pe9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHT4s2pe9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHT4s2pe9w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHT4s2pe9w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHT4s2pe9w .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHT4s2pe9w .mbr-section-title {
  color: #360bc4;
}
.cid-uHT4s2wAOs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d3e0f8;
}
@media (max-width: 991px) {
  .cid-uHT4s2wAOs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHT4s2wAOs .row {
  flex-direction: row-reverse;
}
.cid-uHT4s2wAOs img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uHT4s2wAOs .top {
    padding-top: 20px;
  }
}
.cid-uHT4s2B5uM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHT4s2B5uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHT4s2B5uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uHT4s2B5uM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHT4s2B5uM .row {
  flex-direction: row-reverse;
}
.cid-uHT4s2B5uM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHT4s2B5uM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uHT4s2B5uM .mbr-section-title {
  color: #360bc4;
}
.cid-uHT4s2HbLw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHT4s2HbLw .title {
  min-height: 40px;
}
.cid-uHT4s2HbLw a {
  font-weight: 500;
}
.cid-uHT4s2HbLw .mbr-section-subtitle {
  color: #393193;
  text-align: left;
}
.cid-uHT4s2LVJl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHT4s2LVJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHT4s2LVJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHT4s2LVJl .container {
    padding: 0 25px;
  }
}
.cid-uHT4s2LVJl .row {
  justify-content: center;
}
.cid-uHT4s2LVJl .item-wrapper {
  margin-bottom: 32px;
}
.cid-uHT4s2LVJl .item-img {
  overflow: hidden;
}
.cid-uHT4s2LVJl .item-img img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uHT4s2LVJl .item-img img:hover {
  transform: scale(1) translateX(6px);
}
.cid-uHT4s2SJQf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #d3e0f8;
}
.cid-uHT4s2SJQf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uHT4s2SJQf H2 {
  color: #36404c;
}
.cid-uHT4s2SJQf H3 {
  color: #36404c;
  text-align: center;
}
.cid-uHT4s2SJQf .mbr-text,
.cid-uHT4s2SJQf .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uHT4s2SJQf .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uHT4s2SJQf img {
  filter: invert(0.5);
  width: auto;
}
.cid-uHT4s2SJQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHT4s2SJQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHT4s2Xy3h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-uHT4s2Xy3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHT4s2Xy3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHT4s2Xy3h .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uHT4s2Xy3h .container-fluid {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uHT4s2Xy3h .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uHT4s2Xy3h .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uHT4s2Xy3h .container {
    padding: 0 14px;
  }
}
.cid-uHT4s2Xy3h .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uHT4s2Xy3h .content-wrapper .link-wrapper {
  display: block;
}
.cid-uHT4s2Xy3h .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uHT4s2Xy3h .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-uHT4s2Xy3h .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHT4s2Xy3h .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uHT4s2Xy3h .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uJLIOHmJyM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLIOHmJyM .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLIOHmJyM .mbr-text {
  color: #ffffff;
}
.cid-uHXhUcDkoG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHXhUcDkoG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHXhUcDkoG .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .brand-name {
    text-align: center;
  }
}
.cid-uHXhUcDkoG .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHXhUcDkoG .row {
    text-align: center;
  }
  .cid-uHXhUcDkoG .row > div {
    margin: auto;
  }
}
.cid-uHXhUcDkoG .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .social-row {
    text-align: center;
  }
}
.cid-uHXhUcDkoG .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHXhUcDkoG .list {
    margin-bottom: 0rem;
  }
}
.cid-uHXhUcDkoG .list li {
  margin-bottom: 0.5rem;
}
.cid-uHXhUcDkoG .mbr-text {
  color: #ffffff;
}
.cid-uHXhUcDkoG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .mbr-section-title {
    text-align: center;
  }
}
.cid-uHXhUcDkoG .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHXhUcDkoG .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXhUcDkoG .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHXhUcDkoG .col-6 {
    width: 100%;
  }
}
.cid-uHXzn7X0IB .navbar-dropdown {
  position: relative !important;
}
.cid-uHXzn7X0IB .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXzn7X0IB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXzn7X0IB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXzn7X0IB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXzn7X0IB .dropdown-item:hover,
.cid-uHXzn7X0IB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXzn7X0IB .dropdown-item:hover span {
  color: white;
}
.cid-uHXzn7X0IB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXzn7X0IB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXzn7X0IB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXzn7X0IB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXzn7X0IB .nav-link {
  position: relative;
}
.cid-uHXzn7X0IB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXzn7X0IB .container {
    flex-wrap: wrap;
  }
}
.cid-uHXzn7X0IB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXzn7X0IB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXzn7X0IB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXzn7X0IB .dropdown-menu,
.cid-uHXzn7X0IB .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXzn7X0IB .nav-item:focus,
.cid-uHXzn7X0IB .nav-link:focus {
  outline: none;
}
.cid-uHXzn7X0IB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXzn7X0IB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXzn7X0IB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXzn7X0IB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXzn7X0IB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXzn7X0IB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXzn7X0IB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXzn7X0IB .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXzn7X0IB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXzn7X0IB .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXzn7X0IB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXzn7X0IB .navbar.collapsed {
  justify-content: center;
}
.cid-uHXzn7X0IB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXzn7X0IB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXzn7X0IB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uHXzn7X0IB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXzn7X0IB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXzn7X0IB .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-uHXzn7X0IB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXzn7X0IB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXzn7X0IB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXzn7X0IB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXzn7X0IB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXzn7X0IB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXzn7X0IB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXzn7X0IB .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-uHXzn7X0IB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXzn7X0IB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXzn7X0IB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXzn7X0IB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXzn7X0IB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXzn7X0IB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXzn7X0IB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXzn7X0IB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXzn7X0IB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXzn7X0IB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXzn7X0IB .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-uHXzn7X0IB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXzn7X0IB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXzn7X0IB .dropdown-item.active,
.cid-uHXzn7X0IB .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXzn7X0IB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXzn7X0IB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXzn7X0IB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXzn7X0IB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXzn7X0IB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXzn7X0IB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXzn7X0IB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXzn7X0IB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXzn7X0IB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXzn7X0IB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXzn7X0IB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXzn7X0IB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXzn7X0IB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXzn7X0IB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXzn7X0IB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXzn7X0IB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXzn7X0IB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXzn7X0IB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXzn7X0IB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXzn7X0IB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXzn7X0IB .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-uHXzn7X0IB .navbar {
    height: 70px;
  }
  .cid-uHXzn7X0IB .navbar.opened {
    height: auto;
  }
  .cid-uHXzn7X0IB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHWsNGIpkV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/headerrigaimpressum25-2000x696.jpg");
}
.cid-uHWsNGIpkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWsNGIpkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWsNGIpkV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uHWsNGIpkV .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uHWsNGIpkV .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uHWsNGIpkV .mbr-section-title {
  color: #360bc4;
}
.cid-uHWsNGPgxY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dfdded;
}
.cid-uHWsNGPgxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWsNGPgxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWsNGPgxY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uHWsNGPgxY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uHWsNGPgxY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #9c98cf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uWcaVeaegr {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #dfdded;
}
.cid-uWcaVeaegr .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uWcaVeaegr H2 {
  color: #36404c;
}
.cid-uWcaVeaegr H3 {
  color: #36404c;
}
.cid-uWcaVeaegr .mbr-text,
.cid-uWcaVeaegr .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uWcaVeaegr .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uWcaVeaegr img {
  filter: invert(0.5);
  width: auto;
}
.cid-uWcaVeaegr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcaVeaegr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWsNGUJXr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dfdded;
}
@media (max-width: 991px) {
  .cid-uHWsNGUJXr .row {
    text-align: center;
  }
}
.cid-uHWsNGUJXr .section-head {
  margin-bottom: 2.3rem;
}
.cid-uHWsNGUJXr .paragraph {
  margin-bottom: 2rem;
}
.cid-uHWsNGUJXr .mbr-text {
  color: #000000;
}
.cid-uHWsNH05fo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b6b1ec;
}
.cid-uHWsNH05fo .title {
  min-height: 40px;
}
.cid-uHWsNH05fo a {
  font-weight: 500;
}
.cid-uHWsNH05fo .mbr-section-subtitle {
  color: #6e6e6e;
}
.cid-uJLFA05hS4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLFA05hS4 .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLFA05hS4 .mbr-text {
  color: #ffffff;
}
.cid-uHXiHDyG7H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHXiHDyG7H .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHXiHDyG7H .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .brand-name {
    text-align: center;
  }
}
.cid-uHXiHDyG7H .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHXiHDyG7H .row {
    text-align: center;
  }
  .cid-uHXiHDyG7H .row > div {
    margin: auto;
  }
}
.cid-uHXiHDyG7H .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .social-row {
    text-align: center;
  }
}
.cid-uHXiHDyG7H .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHXiHDyG7H .list {
    margin-bottom: 0rem;
  }
}
.cid-uHXiHDyG7H .list li {
  margin-bottom: 0.5rem;
}
.cid-uHXiHDyG7H .mbr-text {
  color: #ffffff;
}
.cid-uHXiHDyG7H .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .mbr-section-title {
    text-align: center;
  }
}
.cid-uHXiHDyG7H .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHXiHDyG7H .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXiHDyG7H .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHXiHDyG7H .col-6 {
    width: 100%;
  }
}
.cid-uHXyXRszWv .navbar-dropdown {
  position: relative !important;
}
.cid-uHXyXRszWv .navbar-dropdown {
  position: absolute !important;
}
.cid-uHXyXRszWv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXyXRszWv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXyXRszWv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXyXRszWv .dropdown-item:hover,
.cid-uHXyXRszWv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uHXyXRszWv .dropdown-item:hover span {
  color: white;
}
.cid-uHXyXRszWv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXyXRszWv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXyXRszWv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXyXRszWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXyXRszWv .nav-link {
  position: relative;
}
.cid-uHXyXRszWv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXyXRszWv .container {
    flex-wrap: wrap;
  }
}
.cid-uHXyXRszWv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHXyXRszWv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHXyXRszWv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXyXRszWv .dropdown-menu,
.cid-uHXyXRszWv .navbar.opened {
  background: #ffffff !important;
}
.cid-uHXyXRszWv .nav-item:focus,
.cid-uHXyXRszWv .nav-link:focus {
  outline: none;
}
.cid-uHXyXRszWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXyXRszWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXyXRszWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXyXRszWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXyXRszWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXyXRszWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXyXRszWv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uHXyXRszWv .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXyXRszWv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXyXRszWv .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXyXRszWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXyXRszWv .navbar.collapsed {
  justify-content: center;
}
.cid-uHXyXRszWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXyXRszWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXyXRszWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uHXyXRszWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXyXRszWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXyXRszWv .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-uHXyXRszWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXyXRszWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXyXRszWv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHXyXRszWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXyXRszWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXyXRszWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXyXRszWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXyXRszWv .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-uHXyXRszWv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXyXRszWv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXyXRszWv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXyXRszWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXyXRszWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXyXRszWv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHXyXRszWv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHXyXRszWv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXyXRszWv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXyXRszWv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXyXRszWv .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-uHXyXRszWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXyXRszWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXyXRszWv .dropdown-item.active,
.cid-uHXyXRszWv .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXyXRszWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXyXRszWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXyXRszWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXyXRszWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHXyXRszWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXyXRszWv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXyXRszWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXyXRszWv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXyXRszWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXyXRszWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHXyXRszWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXyXRszWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXyXRszWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXyXRszWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXyXRszWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXyXRszWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXyXRszWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXyXRszWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXyXRszWv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHXyXRszWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXyXRszWv .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-uHXyXRszWv .navbar {
    height: 70px;
  }
  .cid-uHXyXRszWv .navbar.opened {
    height: auto;
  }
  .cid-uHXyXRszWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHX2TpXGmD {
  padding-top: 110px;
  padding-bottom: 119px;
  background-image: url("../../../assets/images/f2ii.jpg-2000x854.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uHX2TpXGmD svg {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uHX2TpXGmD #e2_shape {
  fill: #360bc4 !important;
}
.cid-uHX2TpXGmD img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uHX2TpXGmD img {
    width: 80%!important;
  }
}
.cid-uHX2TpXGmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHX2TpXGmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHX2TpXGmD H1 {
  color: #360bc4;
  text-align: center;
}
.cid-uHX2TpXGmD H3 {
  color: #360bc4;
}
.cid-uHX2Tq3qrx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHX2Tq3qrx .card-heading {
  padding-bottom: 32px;
  color: #360bc4;
  text-align: center;
}
.cid-uHX2Tq3qrx .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uHX2Tq3qrx .p:last-child {
  padding-bottom: 0;
}
.cid-uHX2Tq3qrx .row {
  justify-content: center;
}
.cid-uHX2Tq93Yh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHX2Tq93Yh .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uHX2Tq93Yh .item-img:before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0s;
  pointer-events: none;
}
img .cid-uHX2Tq93Yh .item-img:hover:before {
  opacity: 0;
}
.cid-uHX2Tq93Yh h5 {
  margin-bottom: 1rem;
}
.cid-uHX2Tq93Yh .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uHX2Tq93Yh .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uHX2Tq93Yh img,
.cid-uHX2Tq93Yh .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-uHX2Tq93Yh .item:focus,
.cid-uHX2Tq93Yh span:focus {
  outline: none;
}
.cid-uHX2Tq93Yh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHX2Tq93Yh .item {
    margin-bottom: 1rem;
  }
}
.cid-uHX2Tq93Yh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uHX2Tq93Yh .item {
  padding: 0;
  margin: 0;
}
.cid-uHX2Tq93Yh .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHX2Tq93Yh .mbr-section-title {
  color: #4e423d;
}
.cid-uHX2Tq93Yh .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHX2Tq93Yh .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uHX2Tq93Yh .mbr-text,
.cid-uHX2Tq93Yh .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHX2Tq93Yh .content-head {
  max-width: 800px;
}
.cid-uHX2TqfcaP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3e0f8;
}
.cid-uHX2TqfcaP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uHX2TqfcaP H2 {
  color: #36404c;
}
.cid-uHX2TqfcaP H3 {
  color: #36404c;
}
.cid-uHX2TqfcaP .mbr-text,
.cid-uHX2TqfcaP .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uHX2TqfcaP .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uHX2TqfcaP img {
  filter: invert(0.5);
  width: auto;
}
.cid-uHX2TqfcaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHX2TqfcaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHX2TqkXsi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
@media (max-width: 991px) {
  .cid-uHX2TqkXsi .row {
    text-align: center;
  }
}
.cid-uHX2TqkXsi .section-head {
  margin-bottom: 2.3rem;
}
.cid-uHX2TqkXsi .paragraph {
  margin-bottom: 2rem;
}
.cid-uHX2TqkXsi .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uHX2TqkXsi .mbr-section-subtitle {
  color: #000000;
}
.cid-uHX2Tqu0yd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3e0f8;
}
.cid-uHX2Tqu0yd .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uHX2Tqu0yd .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uHX2Tqu0yd .p:last-child {
  padding-bottom: 0;
}
.cid-uHX2Tqu0yd .row {
  justify-content: center;
}
.cid-uHX2TqAkhk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d3e0f8;
}
.cid-uHX2TqAkhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHX2TqAkhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHX2TqAkhk .col-title {
  margin-bottom: 10px;
}
.cid-uHX2TqAkhk .mbr-section-title {
  color: #24262b;
}
.cid-uHX2TqAkhk .mbr-section-subtitle {
  color: #24262b;
}
.cid-uHX2TqAkhk .cards-row {
  row-gap: 10px;
}
.cid-uHX2TqAkhk .card {
  border-radius: 0;
}
.cid-uHX2TqAkhk .card-wrapper {
  display: absolute;
  align-items: center;
}
.cid-uHX2TqAkhk .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #33363b;
  margin-right: 0rem;
  flex-shrink: 10;
}
.cid-uHX2TqAkhk .text-wrap {
  flex: 1;
}
.cid-uHX2TqAkhk .card-title {
  color: #24262b;
  text-align: center;
}
.cid-uHX2TqAkhk .card-text {
  color: #767676;
  text-align: center;
}
.cid-uJLIXasqOj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLIXasqOj .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uJLIXasqOj .mbr-text {
  color: #ffffff;
}
.cid-uHX4vxA5a4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uHX4vxA5a4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uHX4vxA5a4 .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .brand-name {
    text-align: center;
  }
}
.cid-uHX4vxA5a4 .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uHX4vxA5a4 .row {
    text-align: center;
  }
  .cid-uHX4vxA5a4 .row > div {
    margin: auto;
  }
}
.cid-uHX4vxA5a4 .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .social-row {
    text-align: center;
  }
}
.cid-uHX4vxA5a4 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uHX4vxA5a4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHX4vxA5a4 .list li {
  margin-bottom: 0.5rem;
}
.cid-uHX4vxA5a4 .mbr-text {
  color: #ffffff;
}
.cid-uHX4vxA5a4 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .mbr-section-title {
    text-align: center;
  }
}
.cid-uHX4vxA5a4 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uHX4vxA5a4 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHX4vxA5a4 .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uHX4vxA5a4 .col-6 {
    width: 100%;
  }
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: relative !important;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  position: absolute !important;
}
.cid-uDyGE6c1lR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDyGE6c1lR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDyGE6c1lR .dropdown-item:hover,
.cid-uDyGE6c1lR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uDyGE6c1lR .dropdown-item:hover span {
  color: white;
}
.cid-uDyGE6c1lR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDyGE6c1lR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDyGE6c1lR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDyGE6c1lR .nav-link {
  position: relative;
}
.cid-uDyGE6c1lR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDyGE6c1lR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown-menu,
.cid-uDyGE6c1lR .navbar.opened {
  background: #ffffff !important;
}
.cid-uDyGE6c1lR .nav-item:focus,
.cid-uDyGE6c1lR .nav-link:focus {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDyGE6c1lR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDyGE6c1lR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDyGE6c1lR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDyGE6c1lR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uDyGE6c1lR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDyGE6c1lR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDyGE6c1lR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDyGE6c1lR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDyGE6c1lR .navbar.collapsed {
  justify-content: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDyGE6c1lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDyGE6c1lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDyGE6c1lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDyGE6c1lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDyGE6c1lR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDyGE6c1lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uDyGE6c1lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDyGE6c1lR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDyGE6c1lR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDyGE6c1lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDyGE6c1lR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDyGE6c1lR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDyGE6c1lR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDyGE6c1lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDyGE6c1lR .dropdown-item.active,
.cid-uDyGE6c1lR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDyGE6c1lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDyGE6c1lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDyGE6c1lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDyGE6c1lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDyGE6c1lR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDyGE6c1lR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDyGE6c1lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDyGE6c1lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDyGE6c1lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDyGE6c1lR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDyGE6c1lR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDyGE6c1lR .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-uDyGE6c1lR .navbar {
    height: 70px;
  }
  .cid-uDyGE6c1lR .navbar.opened {
    height: auto;
  }
  .cid-uDyGE6c1lR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsoHd4Egd {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf3ff;
}
.cid-uJsoHd4Egd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsoHd4Egd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsoHd4Egd .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
.cid-uJsoHd4Egd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJsoHd4Egd .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uJsoHd4Egd .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uJsoHd4Egd .text-wrapper {
    text-align: center;
  }
}
.cid-uJsoHd4Egd .mbr-text,
.cid-uJsoHd4Egd .mbr-section-btn {
  color: #000000;
}
.cid-uJsoHd4Egd .mbr-menu,
.cid-uJsoHd4Egd .mbr-section-btn {
  color: #fdfde1;
}
.cid-uJsoHd4Egd .mbr-desc,
.cid-uJsoHd4Egd .mbr-section-btn {
  color: #000000;
}
.cid-uJKxoeLnYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf3ff;
}
.cid-uJKxoeLnYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKxoeLnYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKxoeLnYu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJKxoeLnYu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJKxoeLnYu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJKxoeLnYu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJKxoeLnYu .container {
    padding: 0 24px;
  }
}
.cid-uJKxoeLnYu .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uJKxoeLnYu .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJKxoeLnYu .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKxoeLnYu .image-wrapper img {
    height: 400px;
  }
}
.cid-uJKxoeLnYu .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #bed3f9;
}
@media (max-width: 992px) {
  .cid-uJKxoeLnYu .content-wrapper {
    padding: 24px;
  }
}
.cid-uJKxoeLnYu .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJKxoeLnYu .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJKxoeLnYu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJKxoeLnYu .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJKxoeLnYu .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uJKxoeLnYu .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJKxoeLnYu .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uJKxoeLnYu .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uJKxoeLnYu .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uJKxoeLnYu .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uJKxoeLnYu .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJKxoeLnYu .mbr-section-title {
  color: #18212d;
}
.cid-uJKxoeLnYu .mbr-section-subtitle {
  color: #18212d;
}
.cid-uJKxoeLnYu .mbr-desc {
  color: #18212d;
}
.cid-uJKxoeLnYu .mbr-text_1 {
  color: #18212d;
}
.cid-uJKxoeLnYu .mbr-text_2 {
  color: #18212d;
}
.cid-uJKxoeLnYu .mbr-role {
  color: #18212d;
}
.cid-uJKxoeLnYu .mbr-name {
  color: #18212d;
}
.cid-uJLCxFNXuP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uJLCxFNXuP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLCxFNXuP .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uBL2CHftfH .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uBL2CHftfH .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uBL2CHftfH .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .brand-name {
    text-align: center;
  }
}
.cid-uBL2CHftfH .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uBL2CHftfH .row {
    text-align: center;
  }
  .cid-uBL2CHftfH .row > div {
    margin: auto;
  }
}
.cid-uBL2CHftfH .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .social-row {
    text-align: center;
  }
}
.cid-uBL2CHftfH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBL2CHftfH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL2CHftfH .list li {
  margin-bottom: 0.5rem;
}
.cid-uBL2CHftfH .mbr-text {
  color: #ffffff;
}
.cid-uBL2CHftfH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-title {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uBL2CHftfH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBL2CHftfH .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uBL2CHftfH .col-6 {
    width: 70%;
  }
}
.cid-uZ9C0ChYCm .navbar-dropdown {
  position: relative !important;
}
.cid-uZ9C0ChYCm .navbar-dropdown {
  position: absolute !important;
}
.cid-uZ9C0ChYCm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ9C0ChYCm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZ9C0ChYCm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZ9C0ChYCm .dropdown-item:hover,
.cid-uZ9C0ChYCm .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZ9C0ChYCm .dropdown-item:hover span {
  color: white;
}
.cid-uZ9C0ChYCm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZ9C0ChYCm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZ9C0ChYCm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZ9C0ChYCm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZ9C0ChYCm .nav-link {
  position: relative;
}
.cid-uZ9C0ChYCm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ9C0ChYCm .container {
    flex-wrap: wrap;
  }
}
.cid-uZ9C0ChYCm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ9C0ChYCm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZ9C0ChYCm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ9C0ChYCm .dropdown-menu,
.cid-uZ9C0ChYCm .navbar.opened {
  background: #ffffff !important;
}
.cid-uZ9C0ChYCm .nav-item:focus,
.cid-uZ9C0ChYCm .nav-link:focus {
  outline: none;
}
.cid-uZ9C0ChYCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ9C0ChYCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ9C0ChYCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ9C0ChYCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ9C0ChYCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ9C0ChYCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ9C0ChYCm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uZ9C0ChYCm .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ9C0ChYCm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ9C0ChYCm .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ9C0ChYCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ9C0ChYCm .navbar.collapsed {
  justify-content: center;
}
.cid-uZ9C0ChYCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ9C0ChYCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ9C0ChYCm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uZ9C0ChYCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ9C0ChYCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ9C0ChYCm .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-uZ9C0ChYCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ9C0ChYCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ9C0ChYCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9C0ChYCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ9C0ChYCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ9C0ChYCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ9C0ChYCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ9C0ChYCm .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-uZ9C0ChYCm .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uZ9C0ChYCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ9C0ChYCm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ9C0ChYCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZ9C0ChYCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ9C0ChYCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZ9C0ChYCm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZ9C0ChYCm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ9C0ChYCm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ9C0ChYCm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ9C0ChYCm .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-uZ9C0ChYCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ9C0ChYCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ9C0ChYCm .dropdown-item.active,
.cid-uZ9C0ChYCm .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ9C0ChYCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ9C0ChYCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ9C0ChYCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ9C0ChYCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZ9C0ChYCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ9C0ChYCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ9C0ChYCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ9C0ChYCm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ9C0ChYCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ9C0ChYCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ9C0ChYCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ9C0ChYCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ9C0ChYCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ9C0ChYCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ9C0ChYCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9C0ChYCm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ9C0ChYCm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ9C0ChYCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9C0ChYCm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZ9C0ChYCm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ9C0ChYCm .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-uZ9C0ChYCm .navbar {
    height: 70px;
  }
  .cid-uZ9C0ChYCm .navbar.opened {
    height: auto;
  }
  .cid-uZ9C0ChYCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ9C0CqakC {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf3ff;
}
.cid-uZ9C0CqakC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9C0CqakC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9C0CqakC .image-wrapper img {
  border-radius: 2rem;
  padding: 3px;
  background-color: #360bc4;
}
.cid-uZ9C0CqakC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ9C0CqakC .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uZ9C0CqakC .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uZ9C0CqakC .text-wrapper {
    text-align: center;
  }
}
.cid-uZ9C0CqakC .mbr-text,
.cid-uZ9C0CqakC .mbr-section-btn {
  color: #000000;
}
.cid-uZ9C0CqakC .mbr-menu,
.cid-uZ9C0CqakC .mbr-section-btn {
  color: #fdfde1;
}
.cid-uZ9C0CqakC .mbr-desc,
.cid-uZ9C0CqakC .mbr-section-btn {
  color: #000000;
}
.cid-uZ9C0Cw6Xg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edf3ff;
}
.cid-uZ9C0Cw6Xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9C0Cw6Xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9C0Cw6Xg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZ9C0Cw6Xg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZ9C0Cw6Xg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ9C0Cw6Xg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZ9C0Cw6Xg .container {
    padding: 0 24px;
  }
}
.cid-uZ9C0Cw6Xg .image-wrapper {
  position: sticky;
  top: 32px;
}
.cid-uZ9C0Cw6Xg .image-wrapper img {
  height: 93vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ9C0Cw6Xg .image-wrapper img {
    height: 400px;
    margin-bottom: 16px;
    border-radius: 4rem !important;
    border: 0px solid #edeceb;
  }
}
.cid-uZ9C0Cw6Xg .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #bed3f9;
}
@media (max-width: 992px) {
  .cid-uZ9C0Cw6Xg .content-wrapper {
    padding: 24px;
  }
}
.cid-uZ9C0Cw6Xg .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uZ9C0Cw6Xg .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #360bc4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZ9C0Cw6Xg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZ9C0Cw6Xg .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZ9C0Cw6Xg .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uZ9C0Cw6Xg .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uZ9C0Cw6Xg .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uZ9C0Cw6Xg .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: #360bc4;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uZ9C0Cw6Xg .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-uZ9C0Cw6Xg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uZ9C0Cw6Xg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZ9C0Cw6Xg .mbr-section-title {
  color: #18212d;
}
.cid-uZ9C0Cw6Xg .mbr-section-subtitle {
  color: #18212d;
}
.cid-uZ9C0Cw6Xg .mbr-desc {
  color: #18212d;
}
.cid-uZ9C0Cw6Xg .mbr-text_1 {
  color: #232323;
}
.cid-uZ9C0Cw6Xg .mbr-text_2 {
  color: #18212d;
}
.cid-uZ9C0Cw6Xg .mbr-role {
  color: #18212d;
}
.cid-uZ9C0Cw6Xg .mbr-name {
  color: #18212d;
}
.cid-uZ9C0Cw6Xg .mbr-desc,
.cid-uZ9C0Cw6Xg .desc-wrapper {
  color: #ffffff;
}
.cid-uZ9C0CDhZN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uZ9C0CDhZN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZ9C0CDhZN .mbr-text {
  color: #ffffff;
}
.cid-uZ9C0CIrqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uZ9C0CIrqm .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uZ9C0CIrqm .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uZ9C0CIrqm .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .brand-name {
    text-align: center;
  }
}
.cid-uZ9C0CIrqm .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uZ9C0CIrqm .row {
    text-align: center;
  }
  .cid-uZ9C0CIrqm .row > div {
    margin: auto;
  }
}
.cid-uZ9C0CIrqm .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .social-row {
    text-align: center;
  }
}
.cid-uZ9C0CIrqm .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uZ9C0CIrqm .list {
    margin-bottom: 0rem;
  }
}
.cid-uZ9C0CIrqm .list li {
  margin-bottom: 0.5rem;
}
.cid-uZ9C0CIrqm .mbr-text {
  color: #ffffff;
}
.cid-uZ9C0CIrqm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .mbr-section-title {
    text-align: center;
  }
}
.cid-uZ9C0CIrqm .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uZ9C0CIrqm .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ9C0CIrqm .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uZ9C0CIrqm .col-6 {
    width: 70%;
  }
}
.cid-uZey02P9zP .navbar-dropdown {
  position: relative !important;
}
.cid-uZey02P9zP .navbar-dropdown {
  position: absolute !important;
}
.cid-uZey02P9zP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZey02P9zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZey02P9zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZey02P9zP .dropdown-item:hover,
.cid-uZey02P9zP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZey02P9zP .dropdown-item:hover span {
  color: white;
}
.cid-uZey02P9zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZey02P9zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZey02P9zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZey02P9zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZey02P9zP .nav-link {
  position: relative;
}
.cid-uZey02P9zP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZey02P9zP .container {
    flex-wrap: wrap;
  }
}
.cid-uZey02P9zP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZey02P9zP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZey02P9zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZey02P9zP .dropdown-menu,
.cid-uZey02P9zP .navbar.opened {
  background: #ffffff !important;
}
.cid-uZey02P9zP .nav-item:focus,
.cid-uZey02P9zP .nav-link:focus {
  outline: none;
}
.cid-uZey02P9zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZey02P9zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZey02P9zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZey02P9zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZey02P9zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZey02P9zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZey02P9zP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uZey02P9zP .navbar.opened {
  transition: all 0.3s;
}
.cid-uZey02P9zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZey02P9zP .navbar .navbar-logo img {
  width: auto;
}
.cid-uZey02P9zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZey02P9zP .navbar.collapsed {
  justify-content: center;
}
.cid-uZey02P9zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZey02P9zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZey02P9zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uZey02P9zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZey02P9zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZey02P9zP .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-uZey02P9zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZey02P9zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZey02P9zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZey02P9zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZey02P9zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZey02P9zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZey02P9zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZey02P9zP .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-uZey02P9zP .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uZey02P9zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZey02P9zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZey02P9zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZey02P9zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZey02P9zP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZey02P9zP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZey02P9zP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZey02P9zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZey02P9zP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZey02P9zP .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-uZey02P9zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZey02P9zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZey02P9zP .dropdown-item.active,
.cid-uZey02P9zP .dropdown-item:active {
  background-color: transparent;
}
.cid-uZey02P9zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZey02P9zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZey02P9zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZey02P9zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZey02P9zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZey02P9zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZey02P9zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZey02P9zP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZey02P9zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZey02P9zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZey02P9zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZey02P9zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZey02P9zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZey02P9zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZey02P9zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZey02P9zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZey02P9zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZey02P9zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZey02P9zP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZey02P9zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZey02P9zP .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-uZey02P9zP .navbar {
    height: 70px;
  }
  .cid-uZey02P9zP .navbar.opened {
    height: auto;
  }
  .cid-uZey02P9zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZey02X6BW {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf3ff;
}
.cid-uZey02X6BW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZey02X6BW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZey02X6BW .image-wrapper img {
  border-radius: 2rem;
  padding: 3px;
  background-color: #360bc4;
}
.cid-uZey02X6BW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZey02X6BW .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uZey02X6BW .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uZey02X6BW .text-wrapper {
    text-align: center;
  }
}
.cid-uZey02X6BW .mbr-text,
.cid-uZey02X6BW .mbr-section-btn {
  color: #000000;
}
.cid-uZey02X6BW .mbr-menu,
.cid-uZey02X6BW .mbr-section-btn {
  color: #fdfde1;
}
.cid-uZey02X6BW .mbr-desc,
.cid-uZey02X6BW .mbr-section-btn {
  color: #000000;
}
.cid-uZey033SMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf3ff;
}
.cid-uZey033SMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZey033SMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZey033SMg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZey033SMg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZey033SMg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZey033SMg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZey033SMg .container {
    padding: 0 24px;
  }
}
.cid-uZey033SMg .image-wrapper {
  position: sticky;
  top: 32px;
}
.cid-uZey033SMg .image-wrapper img {
  height: 93vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZey033SMg .image-wrapper img {
    height: 400px;
    margin-bottom: 16px;
    border-radius: 4rem !important;
    border: 0px solid #edeceb;
  }
}
.cid-uZey033SMg .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #bed3f9;
}
@media (max-width: 992px) {
  .cid-uZey033SMg .content-wrapper {
    padding: 24px;
  }
}
.cid-uZey033SMg .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uZey033SMg .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #360bc4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZey033SMg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZey033SMg .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZey033SMg .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uZey033SMg .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uZey033SMg .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uZey033SMg .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: #360bc4;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uZey033SMg .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-uZey033SMg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uZey033SMg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZey033SMg .mbr-section-title {
  color: #18212d;
}
.cid-uZey033SMg .mbr-section-subtitle {
  color: #18212d;
}
.cid-uZey033SMg .mbr-desc {
  color: #18212d;
}
.cid-uZey033SMg .mbr-text_1 {
  color: #232323;
}
.cid-uZey033SMg .mbr-text_2 {
  color: #18212d;
}
.cid-uZey033SMg .mbr-role {
  color: #18212d;
}
.cid-uZey033SMg .mbr-name {
  color: #18212d;
}
.cid-uZey033SMg .mbr-desc,
.cid-uZey033SMg .desc-wrapper {
  color: #ffffff;
}
.cid-uZey03b4TS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uZey03b4TS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZey03b4TS .mbr-text {
  color: #ffffff;
}
.cid-uZey03fg1e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uZey03fg1e .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uZey03fg1e .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uZey03fg1e .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .brand-name {
    text-align: center;
  }
}
.cid-uZey03fg1e .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uZey03fg1e .row {
    text-align: center;
  }
  .cid-uZey03fg1e .row > div {
    margin: auto;
  }
}
.cid-uZey03fg1e .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .social-row {
    text-align: center;
  }
}
.cid-uZey03fg1e .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uZey03fg1e .list {
    margin-bottom: 0rem;
  }
}
.cid-uZey03fg1e .list li {
  margin-bottom: 0.5rem;
}
.cid-uZey03fg1e .mbr-text {
  color: #ffffff;
}
.cid-uZey03fg1e .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .mbr-section-title {
    text-align: center;
  }
}
.cid-uZey03fg1e .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uZey03fg1e .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZey03fg1e .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uZey03fg1e .col-6 {
    width: 70%;
  }
}
.cid-uZeBioiH8o .navbar-dropdown {
  position: relative !important;
}
.cid-uZeBioiH8o .navbar-dropdown {
  position: absolute !important;
}
.cid-uZeBioiH8o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZeBioiH8o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZeBioiH8o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZeBioiH8o .dropdown-item:hover,
.cid-uZeBioiH8o .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uZeBioiH8o .dropdown-item:hover span {
  color: white;
}
.cid-uZeBioiH8o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZeBioiH8o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZeBioiH8o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZeBioiH8o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZeBioiH8o .nav-link {
  position: relative;
}
.cid-uZeBioiH8o .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZeBioiH8o .container {
    flex-wrap: wrap;
  }
}
.cid-uZeBioiH8o .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZeBioiH8o .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZeBioiH8o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZeBioiH8o .dropdown-menu,
.cid-uZeBioiH8o .navbar.opened {
  background: #ffffff !important;
}
.cid-uZeBioiH8o .nav-item:focus,
.cid-uZeBioiH8o .nav-link:focus {
  outline: none;
}
.cid-uZeBioiH8o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZeBioiH8o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZeBioiH8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZeBioiH8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZeBioiH8o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZeBioiH8o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZeBioiH8o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-uZeBioiH8o .navbar.opened {
  transition: all 0.3s;
}
.cid-uZeBioiH8o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZeBioiH8o .navbar .navbar-logo img {
  width: auto;
}
.cid-uZeBioiH8o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZeBioiH8o .navbar.collapsed {
  justify-content: center;
}
.cid-uZeBioiH8o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZeBioiH8o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZeBioiH8o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-uZeBioiH8o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZeBioiH8o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZeBioiH8o .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-uZeBioiH8o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZeBioiH8o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZeBioiH8o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZeBioiH8o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZeBioiH8o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZeBioiH8o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZeBioiH8o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZeBioiH8o .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-uZeBioiH8o .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uZeBioiH8o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZeBioiH8o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZeBioiH8o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZeBioiH8o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZeBioiH8o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZeBioiH8o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZeBioiH8o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZeBioiH8o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZeBioiH8o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZeBioiH8o .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-uZeBioiH8o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZeBioiH8o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZeBioiH8o .dropdown-item.active,
.cid-uZeBioiH8o .dropdown-item:active {
  background-color: transparent;
}
.cid-uZeBioiH8o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZeBioiH8o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZeBioiH8o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZeBioiH8o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZeBioiH8o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZeBioiH8o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZeBioiH8o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZeBioiH8o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZeBioiH8o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZeBioiH8o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZeBioiH8o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZeBioiH8o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZeBioiH8o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZeBioiH8o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZeBioiH8o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZeBioiH8o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZeBioiH8o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZeBioiH8o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZeBioiH8o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZeBioiH8o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZeBioiH8o .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-uZeBioiH8o .navbar {
    height: 70px;
  }
  .cid-uZeBioiH8o .navbar.opened {
    height: auto;
  }
  .cid-uZeBioiH8o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZeBiordqD {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #edf3ff;
}
.cid-uZeBiordqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeBiordqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeBiordqD .image-wrapper img {
  border-radius: 2rem;
  padding: 3px;
  background-color: #360bc4;
}
.cid-uZeBiordqD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZeBiordqD .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uZeBiordqD .mbr-section-title {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uZeBiordqD .text-wrapper {
    text-align: center;
  }
}
.cid-uZeBiordqD .mbr-text,
.cid-uZeBiordqD .mbr-section-btn {
  color: #000000;
}
.cid-uZeBiordqD .mbr-menu,
.cid-uZeBiordqD .mbr-section-btn {
  color: #fdfde1;
}
.cid-uZeBiordqD .mbr-desc,
.cid-uZeBiordqD .mbr-section-btn {
  color: #000000;
}
.cid-uZeBiowSl4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf3ff;
}
.cid-uZeBiowSl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeBiowSl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeBiowSl4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZeBiowSl4 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZeBiowSl4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZeBiowSl4 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZeBiowSl4 .container {
    padding: 0 24px;
  }
}
.cid-uZeBiowSl4 .image-wrapper {
  position: sticky;
  top: 32px;
}
.cid-uZeBiowSl4 .image-wrapper img {
  height: 93vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZeBiowSl4 .image-wrapper img {
    height: 400px;
    margin-bottom: 16px;
    border-radius: 4rem !important;
    border: 0px solid #edeceb;
  }
}
.cid-uZeBiowSl4 .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #bed3f9;
}
@media (max-width: 992px) {
  .cid-uZeBiowSl4 .content-wrapper {
    padding: 24px;
  }
}
.cid-uZeBiowSl4 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uZeBiowSl4 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #360bc4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZeBiowSl4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZeBiowSl4 .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZeBiowSl4 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uZeBiowSl4 .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uZeBiowSl4 .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uZeBiowSl4 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: #360bc4;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uZeBiowSl4 .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-uZeBiowSl4 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uZeBiowSl4 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZeBiowSl4 .mbr-section-title {
  color: #18212d;
}
.cid-uZeBiowSl4 .mbr-section-subtitle {
  color: #18212d;
}
.cid-uZeBiowSl4 .mbr-desc {
  color: #18212d;
}
.cid-uZeBiowSl4 .mbr-text_1 {
  color: #232323;
}
.cid-uZeBiowSl4 .mbr-text_2 {
  color: #18212d;
}
.cid-uZeBiowSl4 .mbr-role {
  color: #18212d;
}
.cid-uZeBiowSl4 .mbr-name {
  color: #18212d;
}
.cid-uZeBiowSl4 .mbr-desc,
.cid-uZeBiowSl4 .desc-wrapper {
  color: #ffffff;
}
.cid-uZeBioDqvG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-uZeBioDqvG .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZeBioDqvG .mbr-text {
  color: #ffffff;
}
.cid-uZeBioHnW3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-uZeBioHnW3 .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-uZeBioHnW3 .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uZeBioHnW3 .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .brand-name {
    text-align: center;
  }
}
.cid-uZeBioHnW3 .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uZeBioHnW3 .row {
    text-align: center;
  }
  .cid-uZeBioHnW3 .row > div {
    margin: auto;
  }
}
.cid-uZeBioHnW3 .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .social-row {
    text-align: center;
  }
}
.cid-uZeBioHnW3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uZeBioHnW3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uZeBioHnW3 .list li {
  margin-bottom: 0.5rem;
}
.cid-uZeBioHnW3 .mbr-text {
  color: #ffffff;
}
.cid-uZeBioHnW3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uZeBioHnW3 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uZeBioHnW3 .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZeBioHnW3 .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-uZeBioHnW3 .col-6 {
    width: 70%;
  }
}
.cid-v0nugkuESW .navbar-dropdown {
  position: relative !important;
}
.cid-v0nugkuESW .navbar-dropdown {
  position: absolute !important;
}
.cid-v0nugkuESW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0nugkuESW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0nugkuESW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0nugkuESW .dropdown-item:hover,
.cid-v0nugkuESW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v0nugkuESW .dropdown-item:hover span {
  color: white;
}
.cid-v0nugkuESW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0nugkuESW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0nugkuESW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0nugkuESW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0nugkuESW .nav-link {
  position: relative;
}
.cid-v0nugkuESW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0nugkuESW .container {
    flex-wrap: wrap;
  }
}
.cid-v0nugkuESW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0nugkuESW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v0nugkuESW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0nugkuESW .dropdown-menu,
.cid-v0nugkuESW .navbar.opened {
  background: #ffffff !important;
}
.cid-v0nugkuESW .nav-item:focus,
.cid-v0nugkuESW .nav-link:focus {
  outline: none;
}
.cid-v0nugkuESW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0nugkuESW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0nugkuESW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0nugkuESW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0nugkuESW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0nugkuESW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0nugkuESW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v0nugkuESW .navbar.opened {
  transition: all 0.3s;
}
.cid-v0nugkuESW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0nugkuESW .navbar .navbar-logo img {
  width: auto;
}
.cid-v0nugkuESW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0nugkuESW .navbar.collapsed {
  justify-content: center;
}
.cid-v0nugkuESW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0nugkuESW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0nugkuESW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-v0nugkuESW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0nugkuESW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0nugkuESW .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-v0nugkuESW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0nugkuESW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0nugkuESW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0nugkuESW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0nugkuESW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0nugkuESW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0nugkuESW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0nugkuESW .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-v0nugkuESW .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v0nugkuESW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0nugkuESW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0nugkuESW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0nugkuESW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0nugkuESW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0nugkuESW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0nugkuESW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0nugkuESW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0nugkuESW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0nugkuESW .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-v0nugkuESW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0nugkuESW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0nugkuESW .dropdown-item.active,
.cid-v0nugkuESW .dropdown-item:active {
  background-color: transparent;
}
.cid-v0nugkuESW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0nugkuESW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0nugkuESW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0nugkuESW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0nugkuESW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0nugkuESW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0nugkuESW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0nugkuESW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0nugkuESW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0nugkuESW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0nugkuESW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0nugkuESW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0nugkuESW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0nugkuESW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0nugkuESW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0nugkuESW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0nugkuESW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0nugkuESW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0nugkuESW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0nugkuESW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0nugkuESW .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-v0nugkuESW .navbar {
    height: 70px;
  }
  .cid-v0nugkuESW .navbar.opened {
    height: auto;
  }
  .cid-v0nugkuESW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0nugkHgyN {
  padding-top: 150px;
  padding-bottom: 187px;
  background-image: url("../../../assets/images/head-007-2025-10-10-1920x1031.jpg");
  position: relative;
  overflow: hidden;
}
.cid-v0nugkHgyN svg {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v0nugkHgyN #e2_shape {
  fill: #360bc4 !important;
}
.cid-v0nugkHgyN img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-v0nugkHgyN img {
    width: 80%!important;
  }
}
.cid-v0nugkHgyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nugkHgyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0nugkHgyN H1 {
  color: #360bc4;
  text-align: center;
}
.cid-v0nuLlZkFG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d8e5fe;
}
.cid-v0nuLlZkFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nuLlZkFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0nuLlZkFG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v0nuLlZkFG .container {
    padding: 0 24px;
  }
}
.cid-v0nuLlZkFG .image-wrapper {
  position: sticky;
  top: 32px;
}
.cid-v0nuLlZkFG .image-wrapper img {
  height: 93vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0nuLlZkFG .image-wrapper img {
    height: 400px;
    margin-bottom: 16px;
    border-radius: 4rem !important;
    border: 0px solid #d8e5fe;
  }
}
.cid-v0nuLlZkFG .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #d8e5fe;
  background-color: #bed3f9;
}
@media (max-width: 992px) {
  .cid-v0nuLlZkFG .content-wrapper {
    padding: 24px;
  }
}
.cid-v0nuLlZkFG .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v0nuLlZkFG .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #360bc4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v0nuLlZkFG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0nuLlZkFG .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v0nuLlZkFG .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v0nuLlZkFG .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v0nuLlZkFG .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v0nuLlZkFG .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: #360bc4;
  border: 1px solid #d8e5fe;
  padding: 16px;
}
.cid-v0nuLlZkFG .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-v0nuLlZkFG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v0nuLlZkFG .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v0nuLlZkFG .mbr-section-title {
  color: #18212d;
}
.cid-v0nuLlZkFG .mbr-section-subtitle {
  color: #18212d;
}
.cid-v0nuLlZkFG .mbr-desc {
  color: #18212d;
}
.cid-v0nuLlZkFG .mbr-text_1 {
  color: #232323;
}
.cid-v0nuLlZkFG .mbr-text_2 {
  color: #18212d;
}
.cid-v0nuLlZkFG .mbr-role {
  color: #18212d;
}
.cid-v0nuLlZkFG .mbr-name {
  color: #18212d;
}
.cid-v0nuLlZkFG .mbr-desc,
.cid-v0nuLlZkFG .desc-wrapper {
  color: #ffffff;
}
.cid-v0nJqbGXpo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d8e5fe;
}
.cid-v0nJqbGXpo .row {
  justify-content: center;
}
.cid-v0nJqbGXpo .col-title {
  margin-bottom: 2.5rem;
}
.cid-v0nJqbGXpo .mbr-section-title {
  color: #F6B7D2;
}
.cid-v0nJqbGXpo .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v0nJqbGXpo .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-v0nJqbGXpo .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v0nJqbGXpo .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v0nJqbGXpo .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-v0nJqbGXpo .card {
    min-height: 207px;
  }
}
.cid-v0nJqbGXpo .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v0nJqbGXpo .card:hover .card-title {
  text-decoration: underline;
}
.cid-v0nJqbGXpo .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v0nJqbGXpo .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-v0nJqbGXpo .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v0nJqbGXpo .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v0nJqbGXpo .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v0nJqbGXpo .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v0u9pGw1jb {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #d8e5fe;
}
.cid-v0u9pGw1jb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-v0u9pGw1jb H2 {
  color: #36404c;
}
.cid-v0u9pGw1jb H3 {
  color: #36404c;
  text-align: right;
}
.cid-v0u9pGw1jb .mbr-text,
.cid-v0u9pGw1jb .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v0u9pGw1jb .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-v0u9pGw1jb img {
  filter: invert(0.5);
  width: auto;
}
.cid-v0u9pGw1jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0u9pGw1jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ucRvLF4Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #d8e5fe;
}
.cid-v0nugl9XOg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-v0nugl9XOg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0nugl9XOg .mbr-text {
  color: #ffffff;
}
.cid-v0nuglgHib {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-v0nuglgHib .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-v0nuglgHib .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v0nuglgHib .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .brand-name {
    text-align: center;
  }
}
.cid-v0nuglgHib .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v0nuglgHib .row {
    text-align: center;
  }
  .cid-v0nuglgHib .row > div {
    margin: auto;
  }
}
.cid-v0nuglgHib .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .social-row {
    text-align: center;
  }
}
.cid-v0nuglgHib .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v0nuglgHib .list {
    margin-bottom: 0rem;
  }
}
.cid-v0nuglgHib .list li {
  margin-bottom: 0.5rem;
}
.cid-v0nuglgHib .mbr-text {
  color: #ffffff;
}
.cid-v0nuglgHib .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .mbr-section-title {
    text-align: center;
  }
}
.cid-v0nuglgHib .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v0nuglgHib .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0nuglgHib .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-v0nuglgHib .col-6 {
    width: 70%;
  }
}
.cid-v0rm3dNoQx .navbar-dropdown {
  position: relative !important;
}
.cid-v0rm3dNoQx .navbar-dropdown {
  position: absolute !important;
}
.cid-v0rm3dNoQx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0rm3dNoQx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0rm3dNoQx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0rm3dNoQx .dropdown-item:hover,
.cid-v0rm3dNoQx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v0rm3dNoQx .dropdown-item:hover span {
  color: white;
}
.cid-v0rm3dNoQx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0rm3dNoQx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0rm3dNoQx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0rm3dNoQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0rm3dNoQx .nav-link {
  position: relative;
}
.cid-v0rm3dNoQx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0rm3dNoQx .container {
    flex-wrap: wrap;
  }
}
.cid-v0rm3dNoQx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0rm3dNoQx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v0rm3dNoQx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0rm3dNoQx .dropdown-menu,
.cid-v0rm3dNoQx .navbar.opened {
  background: #ffffff !important;
}
.cid-v0rm3dNoQx .nav-item:focus,
.cid-v0rm3dNoQx .nav-link:focus {
  outline: none;
}
.cid-v0rm3dNoQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0rm3dNoQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0rm3dNoQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0rm3dNoQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0rm3dNoQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0rm3dNoQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0rm3dNoQx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v0rm3dNoQx .navbar.opened {
  transition: all 0.3s;
}
.cid-v0rm3dNoQx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0rm3dNoQx .navbar .navbar-logo img {
  width: auto;
}
.cid-v0rm3dNoQx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0rm3dNoQx .navbar.collapsed {
  justify-content: center;
}
.cid-v0rm3dNoQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0rm3dNoQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0rm3dNoQx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-v0rm3dNoQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0rm3dNoQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0rm3dNoQx .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-v0rm3dNoQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0rm3dNoQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0rm3dNoQx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0rm3dNoQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0rm3dNoQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0rm3dNoQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0rm3dNoQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0rm3dNoQx .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-v0rm3dNoQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0rm3dNoQx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0rm3dNoQx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0rm3dNoQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0rm3dNoQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0rm3dNoQx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0rm3dNoQx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0rm3dNoQx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0rm3dNoQx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0rm3dNoQx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0rm3dNoQx .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-v0rm3dNoQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0rm3dNoQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0rm3dNoQx .dropdown-item.active,
.cid-v0rm3dNoQx .dropdown-item:active {
  background-color: transparent;
}
.cid-v0rm3dNoQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0rm3dNoQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0rm3dNoQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0rm3dNoQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0rm3dNoQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0rm3dNoQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0rm3dNoQx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0rm3dNoQx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0rm3dNoQx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0rm3dNoQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0rm3dNoQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0rm3dNoQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0rm3dNoQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0rm3dNoQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0rm3dNoQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rm3dNoQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0rm3dNoQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0rm3dNoQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rm3dNoQx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0rm3dNoQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0rm3dNoQx .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-v0rm3dNoQx .navbar {
    height: 70px;
  }
  .cid-v0rm3dNoQx .navbar.opened {
    height: auto;
  }
  .cid-v0rm3dNoQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0rnqSZzUl {
  padding-top: 150px;
  padding-bottom: 187px;
  background-image: url("../../../assets/images/head-007-2025-10-10-1920x1031.jpg");
  position: relative;
  overflow: hidden;
}
.cid-v0rnqSZzUl svg {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-v0rnqSZzUl #e2_shape {
  fill: #360bc4 !important;
}
.cid-v0rnqSZzUl img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-v0rnqSZzUl img {
    width: 80%!important;
  }
}
.cid-v0rnqSZzUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rnqSZzUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rnqSZzUl H1 {
  color: #360bc4;
  text-align: center;
}
.cid-v0rmkKPhzd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d8e5fe;
}
.cid-v0rmkKPhzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rmkKPhzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0rmkKPhzd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v0rmkKPhzd .container {
    padding: 0 24px;
  }
}
.cid-v0rmkKPhzd .image-wrapper {
  position: sticky;
  top: 32px;
}
.cid-v0rmkKPhzd .image-wrapper img {
  height: 93vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0rmkKPhzd .image-wrapper img {
    height: 400px;
    margin-bottom: 16px;
    border-radius: 4rem !important;
    border: 0px solid #edeceb;
  }
}
.cid-v0rmkKPhzd .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #bed3f9;
}
@media (max-width: 992px) {
  .cid-v0rmkKPhzd .content-wrapper {
    padding: 24px;
  }
}
.cid-v0rmkKPhzd .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-v0rmkKPhzd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #360bc4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v0rmkKPhzd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0rmkKPhzd .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v0rmkKPhzd .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v0rmkKPhzd .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v0rmkKPhzd .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-v0rmkKPhzd .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: #360bc4;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-v0rmkKPhzd .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.cid-v0rmkKPhzd .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-v0rmkKPhzd .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-v0rmkKPhzd .mbr-section-title {
  color: #18212d;
}
.cid-v0rmkKPhzd .mbr-section-subtitle {
  color: #18212d;
}
.cid-v0rmkKPhzd .mbr-desc {
  color: #18212d;
}
.cid-v0rmkKPhzd .mbr-text_1 {
  color: #232323;
}
.cid-v0rmkKPhzd .mbr-text_2 {
  color: #18212d;
}
.cid-v0rmkKPhzd .mbr-role {
  color: #18212d;
}
.cid-v0rmkKPhzd .mbr-name {
  color: #18212d;
}
.cid-v0rmkKPhzd .mbr-desc,
.cid-v0rmkKPhzd .desc-wrapper {
  color: #ffffff;
}
.cid-v0rmlZpCh1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d8e5fe;
}
.cid-v0rmlZpCh1 .row {
  justify-content: center;
}
.cid-v0rmlZpCh1 .col-title {
  margin-bottom: 2.5rem;
}
.cid-v0rmlZpCh1 .mbr-section-title {
  color: #F6B7D2;
}
.cid-v0rmlZpCh1 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-v0rmlZpCh1 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-v0rmlZpCh1 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-v0rmlZpCh1 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v0rmlZpCh1 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-v0rmlZpCh1 .card {
    min-height: 207px;
  }
}
.cid-v0rmlZpCh1 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v0rmlZpCh1 .card:hover .card-title {
  text-decoration: underline;
}
.cid-v0rmlZpCh1 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-v0rmlZpCh1 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-v0rmlZpCh1 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-v0rmlZpCh1 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-v0rmlZpCh1 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-v0rmlZpCh1 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-v0ubCufFoY {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #d3e0f8;
}
.cid-v0ubCufFoY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-v0ubCufFoY H2 {
  color: #36404c;
}
.cid-v0ubCufFoY H3 {
  color: #36404c;
  text-align: right;
}
.cid-v0ubCufFoY .mbr-text,
.cid-v0ubCufFoY .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v0ubCufFoY .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-v0ubCufFoY img {
  filter: invert(0.5);
  width: auto;
}
.cid-v0ubCufFoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ubCufFoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rm3edyhG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-v0rm3edyhG .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-v0rm3edyhG .mbr-text {
  color: #ffffff;
}
.cid-v0rm3eh32z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-v0rm3eh32z .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v0rm3eh32z .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .brand-name {
    text-align: center;
  }
}
.cid-v0rm3eh32z .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v0rm3eh32z .row {
    text-align: center;
  }
  .cid-v0rm3eh32z .row > div {
    margin: auto;
  }
}
.cid-v0rm3eh32z .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .social-row {
    text-align: center;
  }
}
.cid-v0rm3eh32z .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v0rm3eh32z .list {
    margin-bottom: 0rem;
  }
}
.cid-v0rm3eh32z .list li {
  margin-bottom: 0.5rem;
}
.cid-v0rm3eh32z .mbr-text {
  color: #ffffff;
}
.cid-v0rm3eh32z .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .mbr-section-title {
    text-align: center;
  }
}
.cid-v0rm3eh32z .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v0rm3eh32z .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0rm3eh32z .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-v0rm3eh32z .col-6 {
    width: 100%;
  }
}
.cid-v0udLzt8LB .navbar-dropdown {
  position: relative !important;
}
.cid-v0udLzt8LB .navbar-dropdown {
  position: absolute !important;
}
.cid-v0udLzt8LB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 0.8;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0udLzt8LB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0udLzt8LB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0udLzt8LB .dropdown-item:hover,
.cid-v0udLzt8LB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v0udLzt8LB .dropdown-item:hover span {
  color: white;
}
.cid-v0udLzt8LB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0udLzt8LB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0udLzt8LB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0udLzt8LB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0udLzt8LB .nav-link {
  position: relative;
}
.cid-v0udLzt8LB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0udLzt8LB .container {
    flex-wrap: wrap;
  }
}
.cid-v0udLzt8LB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0udLzt8LB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v0udLzt8LB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0udLzt8LB .dropdown-menu,
.cid-v0udLzt8LB .navbar.opened {
  background: #ffffff !important;
}
.cid-v0udLzt8LB .nav-item:focus,
.cid-v0udLzt8LB .nav-link:focus {
  outline: none;
}
.cid-v0udLzt8LB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0udLzt8LB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0udLzt8LB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0udLzt8LB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0udLzt8LB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0udLzt8LB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0udLzt8LB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-v0udLzt8LB .navbar.opened {
  transition: all 0.3s;
}
.cid-v0udLzt8LB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0udLzt8LB .navbar .navbar-logo img {
  width: auto;
}
.cid-v0udLzt8LB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0udLzt8LB .navbar.collapsed {
  justify-content: center;
}
.cid-v0udLzt8LB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0udLzt8LB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0udLzt8LB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.4rem);
  }
}
.cid-v0udLzt8LB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0udLzt8LB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0udLzt8LB .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-v0udLzt8LB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0udLzt8LB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0udLzt8LB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0udLzt8LB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0udLzt8LB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0udLzt8LB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0udLzt8LB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0udLzt8LB .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-v0udLzt8LB .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v0udLzt8LB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0udLzt8LB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0udLzt8LB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0udLzt8LB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0udLzt8LB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0udLzt8LB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0udLzt8LB .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0udLzt8LB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0udLzt8LB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0udLzt8LB .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-v0udLzt8LB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0udLzt8LB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0udLzt8LB .dropdown-item.active,
.cid-v0udLzt8LB .dropdown-item:active {
  background-color: transparent;
}
.cid-v0udLzt8LB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0udLzt8LB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0udLzt8LB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0udLzt8LB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0udLzt8LB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0udLzt8LB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0udLzt8LB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0udLzt8LB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0udLzt8LB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0udLzt8LB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0udLzt8LB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0udLzt8LB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0udLzt8LB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0udLzt8LB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0udLzt8LB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0udLzt8LB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0udLzt8LB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0udLzt8LB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0udLzt8LB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0udLzt8LB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0udLzt8LB .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-v0udLzt8LB .navbar {
    height: 70px;
  }
  .cid-v0udLzt8LB .navbar.opened {
    height: auto;
  }
  .cid-v0udLzt8LB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0ztsyzghy {
  background-image: url("../../../assets/images/107-2025-10-10-kirchenschiff-1806x1200.jpg");
}
.cid-v0ztsyzghy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ztsyzghy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0ztsyzghy .container {
    padding: 0 16px;
  }
}
.cid-v0ztsyzghy .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0ztsyzghy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0ztsyzghy .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0ztsyzghy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0ztsyzghy .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-v0ztsyzghy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0ztsyzghy .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0ztsyzghy .image-wrapper {
    margin-left: 0;
  }
}
.cid-v0ztsyzghy .image-wrapper img {
  height: 700px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #656262;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-v0ztsyzghy .image-wrapper img {
    height: 350px;
  }
}
.cid-v0ztsyzghy .mbr-section-title {
  color: #ffffff;
}
.cid-v0ztsyzghy .mbr-text {
  color: #ffffff;
}
.cid-v0ztsyzghy .mbr-section-title,
.cid-v0ztsyzghy .mbr-section-btn {
  color: #360bc4;
}
.cid-v0ztsyzghy .mbr-text,
.cid-v0ztsyzghy .text-wrapper {
  color: #360bc4;
}
.cid-v0zmbxLkfq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-v0zmbxLkfq .mbr-section-head,
.cid-v0zmbxLkfq .gallery_item {
  margin-bottom: 6rem;
}
.cid-v0zmbxLkfq .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-v0zmbxLkfq .mbr-section-title {
  line-height: .95;
}
.cid-v0zmbxLkfq .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-v0zmbxLkfq .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-v0zmbxLkfq .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-v0zmbxLkfq .item-img,
.cid-v0zmbxLkfq img {
  max-width: 100%;
  object-fit: cover;
}
.cid-v0zmbxLkfq .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-v0zmbxLkfq .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-v0zmbxLkfq .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-v0zmbxLkfq .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-v0zmbxLkfq .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-v0zmbxLkfq .gallery-wrap-left {
    padding-right: 1;
    max-width: 100%;
    width: 100%;
  }
  .cid-v0zmbxLkfq .gallery-wrap-right {
    padding-left: 1;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v0zmbxLkfq .mbr-section-head,
  .cid-v0zmbxLkfq .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-v0zmbxLkfq .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-v0zmbxLkfq .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-v0udLAj0mH {
  padding-top: 18px;
  padding-bottom: 0px;
  background-color: #eae8e4;
}
.cid-v0udLAj0mH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-v0udLAj0mH H2 {
  color: #36404c;
}
.cid-v0udLAj0mH H3 {
  color: #36404c;
  text-align: center;
}
.cid-v0udLAj0mH .mbr-text,
.cid-v0udLAj0mH .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-v0udLAj0mH .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-v0udLAj0mH img {
  filter: invert(0.5);
  width: auto;
}
.cid-v0udLAj0mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0udLAj0mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0udLAFUSx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #360bc4;
}
.cid-v0udLAFUSx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0udLAFUSx .mbr-text {
  color: #ffffff;
}
.cid-v0udLAPcuK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #360bc4;
}
.cid-v0udLAPcuK .media-wrap {
  padding: 0;
}
@media (max-width: 791px) {
  .cid-v0udLAPcuK .media-wrap {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v0udLAPcuK .brand-name {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .brand-name {
    text-align: center;
  }
}
.cid-v0udLAPcuK .main-text {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .main-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v0udLAPcuK .row {
    text-align: center;
  }
  .cid-v0udLAPcuK .row > div {
    margin: auto;
  }
}
.cid-v0udLAPcuK .social-row {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .social-row {
    text-align: center;
  }
}
.cid-v0udLAPcuK .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .list {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v0udLAPcuK .list {
    margin-bottom: 0rem;
  }
}
.cid-v0udLAPcuK .list li {
  margin-bottom: 0.5rem;
}
.cid-v0udLAPcuK .mbr-text {
  color: #ffffff;
}
.cid-v0udLAPcuK .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .mbr-section-title {
    text-align: center;
  }
}
.cid-v0udLAPcuK .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v0udLAPcuK .mbr-iconfont {
  color: #33d5ad;
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0udLAPcuK .row > div:first-child {
    margin-bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .cid-v0udLAPcuK .col-6 {
    width: 70%;
  }
}
