body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #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: #dadfcc !important;
  border-color: #dadfcc !important;
  color: #5f6a42 !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: #b3be97 !important;
  border-color: #b3be97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5f6a42 !important;
  background-color: #b3be97 !important;
  border-color: #b3be97 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: 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: #dadfcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3be97 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5f6a42 !important;
  background-color: #dadfcc !important;
  border-color: #dadfcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: 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: #dadfcc !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #adb88d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #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: #dadfcc !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-uIC8RNqgyX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIC8RNqgyX nav.navbar {
  position: fixed;
}
.cid-uIC8RNqgyX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIC8RNqgyX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIC8RNqgyX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIC8RNqgyX .dropdown-item:hover,
.cid-uIC8RNqgyX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uIC8RNqgyX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIC8RNqgyX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIC8RNqgyX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIC8RNqgyX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIC8RNqgyX .nav-link {
  position: relative;
}
.cid-uIC8RNqgyX .container {
  display: flex;
  margin: auto;
}
.cid-uIC8RNqgyX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIC8RNqgyX .dropdown-menu,
.cid-uIC8RNqgyX .navbar.opened {
  background: #ffffff !important;
}
.cid-uIC8RNqgyX .nav-item:focus,
.cid-uIC8RNqgyX .nav-link:focus {
  outline: none;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIC8RNqgyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIC8RNqgyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIC8RNqgyX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uIC8RNqgyX .navbar.opened {
  transition: all 0.3s;
}
.cid-uIC8RNqgyX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIC8RNqgyX .navbar .navbar-logo img {
  width: auto;
}
.cid-uIC8RNqgyX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIC8RNqgyX .navbar.collapsed {
  justify-content: center;
}
.cid-uIC8RNqgyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIC8RNqgyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIC8RNqgyX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uIC8RNqgyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIC8RNqgyX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIC8RNqgyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIC8RNqgyX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIC8RNqgyX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIC8RNqgyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIC8RNqgyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIC8RNqgyX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIC8RNqgyX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIC8RNqgyX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIC8RNqgyX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIC8RNqgyX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIC8RNqgyX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIC8RNqgyX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIC8RNqgyX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIC8RNqgyX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIC8RNqgyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIC8RNqgyX .dropdown-item.active,
.cid-uIC8RNqgyX .dropdown-item:active {
  background-color: transparent;
}
.cid-uIC8RNqgyX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIC8RNqgyX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIC8RNqgyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIC8RNqgyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIC8RNqgyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIC8RNqgyX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIC8RNqgyX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIC8RNqgyX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIC8RNqgyX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIC8RNqgyX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar {
    height: 70px;
  }
  .cid-uIC8RNqgyX .navbar.opened {
    height: auto;
  }
  .cid-uIC8RNqgyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIC8VjMVVV {
  background-image: url("../../../assets/images/beautiful-young-girl-touching-her-face-youth-skin-care-concept.jpg");
}
.cid-uIC9hMpGGb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIC9hMpGGb .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIC9lAqSyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIC9lAqSyX img,
.cid-uIC9lAqSyX .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uIC9lAqSyX .item:focus,
.cid-uIC9lAqSyX span:focus {
  outline: none;
}
.cid-uIC9lAqSyX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIC9lAqSyX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uIC9lAqSyX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIC9lAqSyX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uIC9lAqSyX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIC9lAqSyX .mbr-section-title {
  color: #232323;
}
.cid-uIC9lAqSyX .mbr-text,
.cid-uIC9lAqSyX .mbr-section-btn {
  text-align: center;
}
.cid-uIC9lAqSyX .item-title {
  text-align: center;
}
.cid-uIC9lAqSyX .item-subtitle {
  text-align: left;
}
.cid-uIIcg3xDCL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIcg3xDCL .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uIIcg3xDCL .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uIIcg3xDCL .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uIIcg3xDCL .bg-instagram:hover {
  background: #bd005c;
}
.cid-uIIcg3xDCL .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uIIcg3xDCL .bg-linkedin:hover {
  background: #005582;
}
.cid-uIIcg3xDCL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uIIcg3xDCL [class^="socicon-"]:before,
.cid-uIIcg3xDCL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uIC9rNbuDq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIC9rNbuDq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIC9rNbuDq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uIC9rNbuDq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIC9rNbuDq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIC9rNbuDq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uIC9rNbuDq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uIC9rNbuDq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLCWbkk2Ku {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ececec;
}
.cid-uLCWbkk2Ku .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLCWbkk2Ku .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLlLojBeB9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLlLojBeB9 nav.navbar {
  position: fixed;
}
.cid-uLlLojBeB9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLlLojBeB9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLlLojBeB9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLlLojBeB9 .dropdown-item:hover,
.cid-uLlLojBeB9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLlLojBeB9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLlLojBeB9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLlLojBeB9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLlLojBeB9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLlLojBeB9 .nav-link {
  position: relative;
}
.cid-uLlLojBeB9 .container {
  display: flex;
  margin: auto;
}
.cid-uLlLojBeB9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLlLojBeB9 .dropdown-menu,
.cid-uLlLojBeB9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLlLojBeB9 .nav-item:focus,
.cid-uLlLojBeB9 .nav-link:focus {
  outline: none;
}
.cid-uLlLojBeB9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLlLojBeB9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLlLojBeB9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLlLojBeB9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLlLojBeB9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLlLojBeB9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLlLojBeB9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLlLojBeB9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLlLojBeB9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLlLojBeB9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLlLojBeB9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLlLojBeB9 .navbar.collapsed {
  justify-content: center;
}
.cid-uLlLojBeB9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLlLojBeB9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLlLojBeB9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uLlLojBeB9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLlLojBeB9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLlLojBeB9 .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-uLlLojBeB9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLlLojBeB9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLlLojBeB9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLlLojBeB9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLlLojBeB9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLlLojBeB9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLlLojBeB9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLlLojBeB9 .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-uLlLojBeB9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLlLojBeB9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLlLojBeB9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLlLojBeB9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLlLojBeB9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLlLojBeB9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLlLojBeB9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLlLojBeB9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLlLojBeB9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLlLojBeB9 .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-uLlLojBeB9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLlLojBeB9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLlLojBeB9 .dropdown-item.active,
.cid-uLlLojBeB9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLlLojBeB9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLlLojBeB9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLlLojBeB9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLlLojBeB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLlLojBeB9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLlLojBeB9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLlLojBeB9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLlLojBeB9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLlLojBeB9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLlLojBeB9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLlLojBeB9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLlLojBeB9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLlLojBeB9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLlLojBeB9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLlLojBeB9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLlLojBeB9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLlLojBeB9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLlLojBeB9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLlLojBeB9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLlLojBeB9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLlLojBeB9 .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-uLlLojBeB9 .navbar {
    height: 70px;
  }
  .cid-uLlLojBeB9 .navbar.opened {
    height: auto;
  }
  .cid-uLlLojBeB9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLlLokr2CB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLlLokr2CB .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLCYX31gnC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLCYX31gnC .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLCYX31gnC .carousel {
    min-height: 500px;
  }
  .cid-uLCYX31gnC .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLCYX31gnC .carousel {
    min-height: 325px;
  }
  .cid-uLCYX31gnC .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uLCYX31gnC .carousel {
    min-height: 275px;
  }
  .cid-uLCYX31gnC .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-uLCYX31gnC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLCYX31gnC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uLCYX31gnC .carousel,
.cid-uLCYX31gnC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLCYX31gnC .item-wrapper {
  width: 100%;
}
.cid-uLCYX31gnC .carousel-caption {
  bottom: 40px;
}
.cid-uLCYX31gnC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLCYX31gnC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLCYX31gnC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLCYX31gnC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLCYX31gnC .carousel-control {
  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-uLCYX31gnC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLCYX31gnC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLCYX31gnC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLCYX31gnC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLCYX31gnC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLCYX31gnC .carousel-indicators li.active,
.cid-uLCYX31gnC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLCYX31gnC .carousel-indicators li::after,
.cid-uLCYX31gnC .carousel-indicators li::before {
  content: none;
}
.cid-uLCYX31gnC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLCYX31gnC .carousel-indicators {
    display: none !important;
  }
}
.cid-uLD0AsvaUs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ececec;
}
.cid-uLD0AsvaUs .mbr-text {
  text-align: right;
}
.cid-uLlLokASpj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlLokASpj img,
.cid-uLlLokASpj .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uLlLokASpj .item:focus,
.cid-uLlLokASpj span:focus {
  outline: none;
}
.cid-uLlLokASpj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLlLokASpj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLlLokASpj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLlLokASpj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLlLokASpj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLlLokASpj .mbr-section-title {
  color: #232323;
}
.cid-uLlLokASpj .mbr-text,
.cid-uLlLokASpj .mbr-section-btn {
  text-align: center;
}
.cid-uLlLokASpj .item-title {
  text-align: center;
}
.cid-uLlLokASpj .item-subtitle {
  text-align: left;
}
.cid-uLD5ISJ8FR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLD5ISJ8FR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLD5ISJ8FR .row {
  flex-direction: row-reverse;
}
.cid-uLD5ISJ8FR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLD5ISJ8FR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLD7yAYhfW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLD7yAYhfW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLD7yAYhfW form {
    width: 50%;
  }
}
.cid-uLD7yAYhfW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLD7yAYhfW form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQrfFQGHsN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQrfFQGHsN .video-wrapper iframe {
  width: 100%;
}
.cid-uQrfFQGHsN .mbr-section-title,
.cid-uQrfFQGHsN .mbr-section-subtitle,
.cid-uQrfFQGHsN .mbr-text {
  text-align: center;
}
.cid-uLD8o4dSvo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLD8GKSrhe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLD8GKSrhe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLD8GKSrhe form {
    width: 50%;
  }
}
.cid-uLD8GKSrhe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLD8GKSrhe form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLlLol5lCZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLlLol5lCZ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uLlLol5lCZ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uLlLol5lCZ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uLlLol5lCZ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uLlLol5lCZ .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uLlLol5lCZ .bg-linkedin:hover {
  background: #005582;
}
.cid-uLlLol5lCZ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uLlLol5lCZ [class^="socicon-"]:before,
.cid-uLlLol5lCZ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLlLoloCzY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLlLoloCzY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLlLoloCzY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLlLoloCzY .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uLlLoloCzY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLlLoloCzY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uLlLoloCzY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLlLoloCzY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLlLoloCzY .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLlLoloCzY .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLlLoloCzY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLlLoloCzY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLDlvxTSJ5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDlvxTSJ5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLDlvxTSJ5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLDlvxTSJ5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLDmaH3WZo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLDmaH3WZo .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIC8RNqgyX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIC8RNqgyX nav.navbar {
  position: fixed;
}
.cid-uIC8RNqgyX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIC8RNqgyX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIC8RNqgyX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIC8RNqgyX .dropdown-item:hover,
.cid-uIC8RNqgyX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uIC8RNqgyX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIC8RNqgyX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIC8RNqgyX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIC8RNqgyX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIC8RNqgyX .nav-link {
  position: relative;
}
.cid-uIC8RNqgyX .container {
  display: flex;
  margin: auto;
}
.cid-uIC8RNqgyX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIC8RNqgyX .dropdown-menu,
.cid-uIC8RNqgyX .navbar.opened {
  background: #ffffff !important;
}
.cid-uIC8RNqgyX .nav-item:focus,
.cid-uIC8RNqgyX .nav-link:focus {
  outline: none;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIC8RNqgyX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIC8RNqgyX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIC8RNqgyX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIC8RNqgyX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uIC8RNqgyX .navbar.opened {
  transition: all 0.3s;
}
.cid-uIC8RNqgyX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIC8RNqgyX .navbar .navbar-logo img {
  width: auto;
}
.cid-uIC8RNqgyX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIC8RNqgyX .navbar.collapsed {
  justify-content: center;
}
.cid-uIC8RNqgyX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIC8RNqgyX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIC8RNqgyX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uIC8RNqgyX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIC8RNqgyX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIC8RNqgyX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIC8RNqgyX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIC8RNqgyX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIC8RNqgyX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIC8RNqgyX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIC8RNqgyX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIC8RNqgyX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIC8RNqgyX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIC8RNqgyX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIC8RNqgyX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIC8RNqgyX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIC8RNqgyX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIC8RNqgyX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIC8RNqgyX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIC8RNqgyX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIC8RNqgyX .dropdown-item.active,
.cid-uIC8RNqgyX .dropdown-item:active {
  background-color: transparent;
}
.cid-uIC8RNqgyX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIC8RNqgyX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIC8RNqgyX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIC8RNqgyX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIC8RNqgyX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIC8RNqgyX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIC8RNqgyX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIC8RNqgyX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIC8RNqgyX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIC8RNqgyX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIC8RNqgyX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIC8RNqgyX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIC8RNqgyX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIC8RNqgyX .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-uIC8RNqgyX .navbar {
    height: 70px;
  }
  .cid-uIC8RNqgyX .navbar.opened {
    height: auto;
  }
  .cid-uIC8RNqgyX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDmJnWWyz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLDmJnWWyz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLDmJnWWyz .row {
  flex-direction: row-reverse;
}
.cid-uLDmJnWWyz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDmJnWWyz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLDmJXVy6b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLDmJXVy6b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLDmJXVy6b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDmJXVy6b .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLDnClfl9M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLDnClfl9M img,
.cid-uLDnClfl9M .item-img {
  width: 100%;
}
.cid-uLDnClfl9M .item:focus,
.cid-uLDnClfl9M span:focus {
  outline: none;
}
.cid-uLDnClfl9M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLDnClfl9M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLDnClfl9M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLDnClfl9M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLDnClfl9M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLDnClfl9M .mbr-section-title {
  color: #232323;
}
.cid-uLDnClfl9M .mbr-text,
.cid-uLDnClfl9M .mbr-section-btn {
  text-align: left;
}
.cid-uLDnClfl9M .item-title {
  text-align: left;
}
.cid-uLDnClfl9M .item-subtitle {
  text-align: center;
}
.cid-uLDosJ9IXD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLDosJ9IXD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLDosJ9IXD .row {
  flex-direction: row-reverse;
}
.cid-uLDosJ9IXD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDosJ9IXD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLDotpzYXm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLDotpzYXm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLDotpzYXm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDotpzYXm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLDrNTeqcM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDrNTeqcM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLDrNTeqcM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uLDrNTeqcM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uLDrNTeqcM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uLDrNTeqcM .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-uLDrNTeqcM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uLDrNTeqcM .carousel-control,
.cid-uLDrNTeqcM .close {
  background: #1b1b1b;
}
.cid-uLDrNTeqcM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLDrNTeqcM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLDrNTeqcM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLDrNTeqcM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLDrNTeqcM .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-uLDrNTeqcM .close::before {
  content: '\e91a';
}
.cid-uLDrNTeqcM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLDrNTeqcM .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-uLDrNTeqcM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLDrNTeqcM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLDrNTeqcM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLDrNTeqcM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLDrNTeqcM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLDrNTeqcM .carousel-indicators li.active,
.cid-uLDrNTeqcM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLDrNTeqcM .carousel-indicators li::after,
.cid-uLDrNTeqcM .carousel-indicators li::before {
  content: none;
}
.cid-uLDrNTeqcM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLDrNTeqcM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLDrNTeqcM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLDrNTeqcM .carousel-indicators {
    display: none;
  }
}
.cid-uLDrNTeqcM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLDrNTeqcM .carousel-inner > .active {
  display: block;
}
.cid-uLDrNTeqcM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLDrNTeqcM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLDrNTeqcM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLDrNTeqcM .carousel-control,
  .cid-uLDrNTeqcM .carousel-indicators,
  .cid-uLDrNTeqcM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLDrNTeqcM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLDrNTeqcM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLDrNTeqcM .carousel-indicators .active,
.cid-uLDrNTeqcM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLDrNTeqcM .carousel-indicators .active {
  background: #fff;
}
.cid-uLDrNTeqcM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLDrNTeqcM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLDrNTeqcM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLDrNTeqcM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLDrNTeqcM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLDrNTeqcM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLDrNTeqcM .carousel {
  width: 100%;
}
.cid-uLDrNTeqcM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLDrNTeqcM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLDrNTeqcM .modal.fade .modal-dialog,
.cid-uLDrNTeqcM .modal.in .modal-dialog {
  transform: none;
}
.cid-uLDrNTeqcM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLDrNTeqcM H6 {
  text-align: center;
}
.cid-uLDsxcqsYF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDsxcqsYF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLDsxcqsYF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLDsxcqsYF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uLDsxcqsYF .panel-body,
.cid-uLDsxcqsYF .card-header {
  padding: 1rem 0;
}
.cid-uLDsxcqsYF .panel-title-edit {
  color: #000000;
}
.cid-uLDtAERKCL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLDtAERKCL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLDtAERKCL form {
    width: 50%;
  }
}
.cid-uLDtAERKCL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLDtAERKCL form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uIC9rNbuDq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIC9rNbuDq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIC9rNbuDq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uIC9rNbuDq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIC9rNbuDq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIC9rNbuDq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uIC9rNbuDq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uIC9rNbuDq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIC9rNbuDq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLDv5uNc3S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLDv5uNc3S nav.navbar {
  position: fixed;
}
.cid-uLDv5uNc3S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDv5uNc3S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLDv5uNc3S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLDv5uNc3S .dropdown-item:hover,
.cid-uLDv5uNc3S .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLDv5uNc3S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLDv5uNc3S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLDv5uNc3S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLDv5uNc3S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLDv5uNc3S .nav-link {
  position: relative;
}
.cid-uLDv5uNc3S .container {
  display: flex;
  margin: auto;
}
.cid-uLDv5uNc3S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDv5uNc3S .dropdown-menu,
.cid-uLDv5uNc3S .navbar.opened {
  background: #ffffff !important;
}
.cid-uLDv5uNc3S .nav-item:focus,
.cid-uLDv5uNc3S .nav-link:focus {
  outline: none;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDv5uNc3S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDv5uNc3S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDv5uNc3S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLDv5uNc3S .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDv5uNc3S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDv5uNc3S .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDv5uNc3S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLDv5uNc3S .navbar.collapsed {
  justify-content: center;
}
.cid-uLDv5uNc3S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDv5uNc3S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLDv5uNc3S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uLDv5uNc3S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDv5uNc3S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDv5uNc3S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDv5uNc3S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLDv5uNc3S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDv5uNc3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDv5uNc3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDv5uNc3S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLDv5uNc3S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLDv5uNc3S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDv5uNc3S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLDv5uNc3S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDv5uNc3S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDv5uNc3S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLDv5uNc3S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLDv5uNc3S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDv5uNc3S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDv5uNc3S .dropdown-item.active,
.cid-uLDv5uNc3S .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDv5uNc3S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDv5uNc3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDv5uNc3S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDv5uNc3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLDv5uNc3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLDv5uNc3S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLDv5uNc3S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDv5uNc3S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLDv5uNc3S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLDv5uNc3S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar {
    height: 70px;
  }
  .cid-uLDv5uNc3S .navbar.opened {
    height: auto;
  }
  .cid-uLDv5uNc3S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDxTqw9ra {
  background-image: url("../../../assets/images/beautiful-young-girl-touching-her-face-youth-skin-care-concept.jpg");
}
.cid-uLDxV0osF6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLDxV0osF6 .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLDyazgVYo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDyazgVYo img,
.cid-uLDyazgVYo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLDyazgVYo .item:focus,
.cid-uLDyazgVYo span:focus {
  outline: none;
}
.cid-uLDyazgVYo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLDyazgVYo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLDyazgVYo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLDyazgVYo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLDyazgVYo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLDyazgVYo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLDyazgVYo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLDyazgVYo .mbr-section-title {
  color: #232323;
}
.cid-uLDyazgVYo .mbr-text,
.cid-uLDyazgVYo .mbr-section-btn {
  text-align: left;
}
.cid-uLDyazgVYo .item-title {
  text-align: left;
}
.cid-uLDyazgVYo .item-subtitle {
  text-align: center;
}
.cid-uQrr0x8FUf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQrr0x8FUf img,
.cid-uQrr0x8FUf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQrr0x8FUf .item:focus,
.cid-uQrr0x8FUf span:focus {
  outline: none;
}
.cid-uQrr0x8FUf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQrr0x8FUf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQrr0x8FUf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uQrr0x8FUf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQrr0x8FUf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uQrr0x8FUf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uQrr0x8FUf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQrr0x8FUf .mbr-section-title {
  color: #232323;
}
.cid-uQrr0x8FUf .mbr-text,
.cid-uQrr0x8FUf .mbr-section-btn {
  text-align: left;
}
.cid-uQrr0x8FUf .item-title {
  text-align: left;
}
.cid-uQrr0x8FUf .item-subtitle {
  text-align: center;
}
.cid-uLDv5xVSd9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLDv5xVSd9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLDv5xVSd9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uLDv5xVSd9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLDv5xVSd9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLDv5xVSd9 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLDv5xVSd9 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLDv5xVSd9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLDv5tY21d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDv5tY21d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLDv5tY21d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLDv5tY21d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLDv5uD4zR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLDv5uD4zR .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLDv5uNc3S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLDv5uNc3S nav.navbar {
  position: fixed;
}
.cid-uLDv5uNc3S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDv5uNc3S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLDv5uNc3S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLDv5uNc3S .dropdown-item:hover,
.cid-uLDv5uNc3S .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLDv5uNc3S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLDv5uNc3S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLDv5uNc3S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLDv5uNc3S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLDv5uNc3S .nav-link {
  position: relative;
}
.cid-uLDv5uNc3S .container {
  display: flex;
  margin: auto;
}
.cid-uLDv5uNc3S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLDv5uNc3S .dropdown-menu,
.cid-uLDv5uNc3S .navbar.opened {
  background: #ffffff !important;
}
.cid-uLDv5uNc3S .nav-item:focus,
.cid-uLDv5uNc3S .nav-link:focus {
  outline: none;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLDv5uNc3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLDv5uNc3S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLDv5uNc3S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLDv5uNc3S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLDv5uNc3S .navbar.opened {
  transition: all 0.3s;
}
.cid-uLDv5uNc3S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLDv5uNc3S .navbar .navbar-logo img {
  width: auto;
}
.cid-uLDv5uNc3S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLDv5uNc3S .navbar.collapsed {
  justify-content: center;
}
.cid-uLDv5uNc3S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLDv5uNc3S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLDv5uNc3S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uLDv5uNc3S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLDv5uNc3S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLDv5uNc3S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLDv5uNc3S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLDv5uNc3S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLDv5uNc3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLDv5uNc3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLDv5uNc3S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLDv5uNc3S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLDv5uNc3S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLDv5uNc3S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLDv5uNc3S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLDv5uNc3S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLDv5uNc3S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLDv5uNc3S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLDv5uNc3S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLDv5uNc3S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLDv5uNc3S .dropdown-item.active,
.cid-uLDv5uNc3S .dropdown-item:active {
  background-color: transparent;
}
.cid-uLDv5uNc3S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLDv5uNc3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLDv5uNc3S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLDv5uNc3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLDv5uNc3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLDv5uNc3S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLDv5uNc3S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLDv5uNc3S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLDv5uNc3S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLDv5uNc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLDv5uNc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLDv5uNc3S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLDv5uNc3S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLDv5uNc3S .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-uLDv5uNc3S .navbar {
    height: 70px;
  }
  .cid-uLDv5uNc3S .navbar.opened {
    height: auto;
  }
  .cid-uLDv5uNc3S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLDv5vrUJ2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLDv5vrUJ2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLDv5vrUJ2 .row {
  flex-direction: row-reverse;
}
.cid-uLDv5vrUJ2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDv5vrUJ2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLDv5vJ6Lk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLDv5vJ6Lk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLDv5vJ6Lk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLDv5vJ6Lk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLDv5xlVPg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLDv5xlVPg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLDv5xlVPg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLDv5xlVPg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uLDv5xlVPg .panel-body,
.cid-uLDv5xlVPg .card-header {
  padding: 1rem 0;
}
.cid-uLDv5xlVPg .panel-title-edit {
  color: #000000;
}
.cid-uLDv5xGacA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLDv5xGacA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLDv5xGacA form {
    width: 50%;
  }
}
.cid-uLDv5xGacA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLDv5xGacA form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLDv5xVSd9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLDv5xVSd9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLDv5xVSd9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uLDv5xVSd9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLDv5xVSd9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLDv5xVSd9 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLDv5xVSd9 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLDv5xVSd9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLDv5xVSd9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLINPA8AyJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLINPA8AyJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLINPA8AyJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLINPA8AyJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLINPArG6t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLINPArG6t .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLINPAA4Nt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLINPAA4Nt nav.navbar {
  position: fixed;
}
.cid-uLINPAA4Nt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLINPAA4Nt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLINPAA4Nt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLINPAA4Nt .dropdown-item:hover,
.cid-uLINPAA4Nt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLINPAA4Nt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLINPAA4Nt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLINPAA4Nt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLINPAA4Nt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLINPAA4Nt .nav-link {
  position: relative;
}
.cid-uLINPAA4Nt .container {
  display: flex;
  margin: auto;
}
.cid-uLINPAA4Nt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLINPAA4Nt .dropdown-menu,
.cid-uLINPAA4Nt .navbar.opened {
  background: #ffffff !important;
}
.cid-uLINPAA4Nt .nav-item:focus,
.cid-uLINPAA4Nt .nav-link:focus {
  outline: none;
}
.cid-uLINPAA4Nt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLINPAA4Nt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLINPAA4Nt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLINPAA4Nt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLINPAA4Nt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLINPAA4Nt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLINPAA4Nt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLINPAA4Nt .navbar.opened {
  transition: all 0.3s;
}
.cid-uLINPAA4Nt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLINPAA4Nt .navbar .navbar-logo img {
  width: auto;
}
.cid-uLINPAA4Nt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLINPAA4Nt .navbar.collapsed {
  justify-content: center;
}
.cid-uLINPAA4Nt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLINPAA4Nt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLINPAA4Nt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uLINPAA4Nt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLINPAA4Nt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLINPAA4Nt .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-uLINPAA4Nt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLINPAA4Nt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLINPAA4Nt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLINPAA4Nt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLINPAA4Nt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLINPAA4Nt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLINPAA4Nt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLINPAA4Nt .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-uLINPAA4Nt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLINPAA4Nt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLINPAA4Nt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLINPAA4Nt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLINPAA4Nt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLINPAA4Nt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLINPAA4Nt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLINPAA4Nt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLINPAA4Nt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLINPAA4Nt .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-uLINPAA4Nt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLINPAA4Nt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLINPAA4Nt .dropdown-item.active,
.cid-uLINPAA4Nt .dropdown-item:active {
  background-color: transparent;
}
.cid-uLINPAA4Nt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLINPAA4Nt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLINPAA4Nt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLINPAA4Nt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLINPAA4Nt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLINPAA4Nt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLINPAA4Nt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLINPAA4Nt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLINPAA4Nt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLINPAA4Nt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLINPAA4Nt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLINPAA4Nt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLINPAA4Nt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLINPAA4Nt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLINPAA4Nt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLINPAA4Nt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLINPAA4Nt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLINPAA4Nt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLINPAA4Nt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLINPAA4Nt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLINPAA4Nt .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-uLINPAA4Nt .navbar {
    height: 70px;
  }
  .cid-uLINPAA4Nt .navbar.opened {
    height: auto;
  }
  .cid-uLINPAA4Nt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLINPASHTC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLINPASHTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLINPASHTC .row {
  flex-direction: row-reverse;
}
.cid-uLINPASHTC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLINPASHTC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLJ1FbKCNf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLJ1FbKCNf img,
.cid-uLJ1FbKCNf .item-img {
  width: 100%;
}
.cid-uLJ1FbKCNf .item:focus,
.cid-uLJ1FbKCNf span:focus {
  outline: none;
}
.cid-uLJ1FbKCNf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJ1FbKCNf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJ1FbKCNf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJ1FbKCNf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLJ1FbKCNf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJ1FbKCNf .mbr-section-title {
  color: #232323;
}
.cid-uLJ1FbKCNf .mbr-text,
.cid-uLJ1FbKCNf .mbr-section-btn {
  text-align: left;
}
.cid-uLJ1FbKCNf .item-title {
  text-align: center;
}
.cid-uLJ1FbKCNf .item-subtitle {
  text-align: center;
}
.cid-uLINPBmKpX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLINPBmKpX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLINPBmKpX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLINPBmKpX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uLINPBmKpX .panel-body,
.cid-uLINPBmKpX .card-header {
  padding: 1rem 0;
}
.cid-uLINPBmKpX .panel-title-edit {
  color: #000000;
}
.cid-uLINPBE2Uc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLINPBE2Uc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLINPBE2Uc form {
    width: 50%;
  }
}
.cid-uLINPBE2Uc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLINPBE2Uc form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLINPBVxdq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLINPBVxdq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLINPBVxdq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLINPBVxdq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uLINPBVxdq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLINPBVxdq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uLINPBVxdq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLINPBVxdq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLINPBVxdq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLINPBVxdq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLINPBVxdq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLINPBVxdq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJm7uJm8D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJm7uJm8D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLJm7uJm8D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLJm7uJm8D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLJm7uXpdN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLJm7uXpdN .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLJm7v542m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLJm7v542m nav.navbar {
  position: fixed;
}
.cid-uLJm7v542m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJm7v542m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLJm7v542m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLJm7v542m .dropdown-item:hover,
.cid-uLJm7v542m .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLJm7v542m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLJm7v542m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLJm7v542m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLJm7v542m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLJm7v542m .nav-link {
  position: relative;
}
.cid-uLJm7v542m .container {
  display: flex;
  margin: auto;
}
.cid-uLJm7v542m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLJm7v542m .dropdown-menu,
.cid-uLJm7v542m .navbar.opened {
  background: #ffffff !important;
}
.cid-uLJm7v542m .nav-item:focus,
.cid-uLJm7v542m .nav-link:focus {
  outline: none;
}
.cid-uLJm7v542m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLJm7v542m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLJm7v542m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLJm7v542m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLJm7v542m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLJm7v542m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLJm7v542m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLJm7v542m .navbar.opened {
  transition: all 0.3s;
}
.cid-uLJm7v542m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLJm7v542m .navbar .navbar-logo img {
  width: auto;
}
.cid-uLJm7v542m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLJm7v542m .navbar.collapsed {
  justify-content: center;
}
.cid-uLJm7v542m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLJm7v542m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJm7v542m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uLJm7v542m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLJm7v542m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLJm7v542m .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-uLJm7v542m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLJm7v542m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLJm7v542m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLJm7v542m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLJm7v542m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLJm7v542m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLJm7v542m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLJm7v542m .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-uLJm7v542m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLJm7v542m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLJm7v542m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLJm7v542m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLJm7v542m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLJm7v542m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLJm7v542m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLJm7v542m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLJm7v542m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLJm7v542m .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-uLJm7v542m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLJm7v542m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLJm7v542m .dropdown-item.active,
.cid-uLJm7v542m .dropdown-item:active {
  background-color: transparent;
}
.cid-uLJm7v542m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLJm7v542m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLJm7v542m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLJm7v542m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLJm7v542m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLJm7v542m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLJm7v542m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLJm7v542m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLJm7v542m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLJm7v542m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLJm7v542m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLJm7v542m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJm7v542m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLJm7v542m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLJm7v542m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJm7v542m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLJm7v542m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLJm7v542m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLJm7v542m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLJm7v542m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLJm7v542m .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-uLJm7v542m .navbar {
    height: 70px;
  }
  .cid-uLJm7v542m .navbar.opened {
    height: auto;
  }
  .cid-uLJm7v542m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLJVNfpivv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJVNfpivv img,
.cid-uLJVNfpivv .item-img {
  width: 100%;
}
.cid-uLJVNfpivv .item:focus,
.cid-uLJVNfpivv span:focus {
  outline: none;
}
.cid-uLJVNfpivv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJVNfpivv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJVNfpivv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJVNfpivv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLJVNfpivv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJVNfpivv .mbr-section-title {
  color: #232323;
}
.cid-uLJVNfpivv .mbr-text,
.cid-uLJVNfpivv .mbr-section-btn {
  text-align: left;
}
.cid-uLJVNfpivv .item-title {
  text-align: left;
}
.cid-uLJVNfpivv .item-subtitle {
  text-align: center;
}
.cid-uLJWCRuGHI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJWCRuGHI img,
.cid-uLJWCRuGHI .item-img {
  width: 100%;
}
.cid-uLJWCRuGHI .item:focus,
.cid-uLJWCRuGHI span:focus {
  outline: none;
}
.cid-uLJWCRuGHI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLJWCRuGHI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLJWCRuGHI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLJWCRuGHI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLJWCRuGHI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLJWCRuGHI .mbr-section-title {
  color: #232323;
}
.cid-uLJWCRuGHI .mbr-text,
.cid-uLJWCRuGHI .mbr-section-btn {
  text-align: left;
}
.cid-uLJWCRuGHI .item-title {
  text-align: left;
}
.cid-uLJWCRuGHI .item-subtitle {
  text-align: center;
}
.cid-uLJZBn4abF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJYWOa3EQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJYWOa3EQ .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLJYWOa3EQ .carousel {
    min-height: 400px;
  }
  .cid-uLJYWOa3EQ .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLJYWOa3EQ .carousel {
    min-height: 260px;
  }
  .cid-uLJYWOa3EQ .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uLJYWOa3EQ .carousel {
    min-height: 220px;
  }
  .cid-uLJYWOa3EQ .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uLJYWOa3EQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLJYWOa3EQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uLJYWOa3EQ .carousel,
.cid-uLJYWOa3EQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLJYWOa3EQ .item-wrapper {
  width: 100%;
}
.cid-uLJYWOa3EQ .carousel-caption {
  bottom: 40px;
}
.cid-uLJYWOa3EQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLJYWOa3EQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLJYWOa3EQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLJYWOa3EQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLJYWOa3EQ .carousel-control {
  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-uLJYWOa3EQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLJYWOa3EQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLJYWOa3EQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLJYWOa3EQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLJYWOa3EQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLJYWOa3EQ .carousel-indicators li.active,
.cid-uLJYWOa3EQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLJYWOa3EQ .carousel-indicators li::after,
.cid-uLJYWOa3EQ .carousel-indicators li::before {
  content: none;
}
.cid-uLJYWOa3EQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLJYWOa3EQ .carousel-indicators {
    display: none !important;
  }
}
.cid-uLJm7xbDVx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJm7xbDVx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLJm7xbDVx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLJm7xbDVx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uLJm7xbDVx .panel-body,
.cid-uLJm7xbDVx .card-header {
  padding: 1rem 0;
}
.cid-uLJm7xbDVx .panel-title-edit {
  color: #000000;
}
.cid-uLJm7xvjgZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLJm7xvjgZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLJm7xvjgZ form {
    width: 50%;
  }
}
.cid-uLJm7xvjgZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLJm7xvjgZ form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLJm7xP4Pu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLJm7xP4Pu .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLJm7xP4Pu .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLJm7xP4Pu .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uLJm7xP4Pu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLJm7xP4Pu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uLJm7xP4Pu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLJm7xP4Pu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLJm7xP4Pu .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLJm7xP4Pu .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLJm7xP4Pu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJm7xP4Pu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLKgeVnFZg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKgeVnFZg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLKgeVnFZg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLKgeVnFZg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLKgeVKx1M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLKgeVKx1M .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLKgeVVoKD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLKgeVVoKD nav.navbar {
  position: fixed;
}
.cid-uLKgeVVoKD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLKgeVVoKD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLKgeVVoKD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLKgeVVoKD .dropdown-item:hover,
.cid-uLKgeVVoKD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLKgeVVoKD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLKgeVVoKD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLKgeVVoKD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLKgeVVoKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLKgeVVoKD .nav-link {
  position: relative;
}
.cid-uLKgeVVoKD .container {
  display: flex;
  margin: auto;
}
.cid-uLKgeVVoKD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLKgeVVoKD .dropdown-menu,
.cid-uLKgeVVoKD .navbar.opened {
  background: #ffffff !important;
}
.cid-uLKgeVVoKD .nav-item:focus,
.cid-uLKgeVVoKD .nav-link:focus {
  outline: none;
}
.cid-uLKgeVVoKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLKgeVVoKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLKgeVVoKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLKgeVVoKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLKgeVVoKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLKgeVVoKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLKgeVVoKD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLKgeVVoKD .navbar.opened {
  transition: all 0.3s;
}
.cid-uLKgeVVoKD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLKgeVVoKD .navbar .navbar-logo img {
  width: auto;
}
.cid-uLKgeVVoKD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLKgeVVoKD .navbar.collapsed {
  justify-content: center;
}
.cid-uLKgeVVoKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLKgeVVoKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLKgeVVoKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uLKgeVVoKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLKgeVVoKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLKgeVVoKD .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-uLKgeVVoKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLKgeVVoKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLKgeVVoKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLKgeVVoKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLKgeVVoKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLKgeVVoKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLKgeVVoKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLKgeVVoKD .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-uLKgeVVoKD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLKgeVVoKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLKgeVVoKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLKgeVVoKD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLKgeVVoKD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLKgeVVoKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLKgeVVoKD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLKgeVVoKD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLKgeVVoKD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLKgeVVoKD .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-uLKgeVVoKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLKgeVVoKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLKgeVVoKD .dropdown-item.active,
.cid-uLKgeVVoKD .dropdown-item:active {
  background-color: transparent;
}
.cid-uLKgeVVoKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLKgeVVoKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLKgeVVoKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLKgeVVoKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLKgeVVoKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLKgeVVoKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLKgeVVoKD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLKgeVVoKD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLKgeVVoKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLKgeVVoKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLKgeVVoKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLKgeVVoKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKgeVVoKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKgeVVoKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLKgeVVoKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKgeVVoKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLKgeVVoKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLKgeVVoKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKgeVVoKD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLKgeVVoKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLKgeVVoKD .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-uLKgeVVoKD .navbar {
    height: 70px;
  }
  .cid-uLKgeVVoKD .navbar.opened {
    height: auto;
  }
  .cid-uLKgeVVoKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLKgeWp66o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKgeWp66o img,
.cid-uLKgeWp66o .item-img {
  width: 100%;
}
.cid-uLKgeWp66o .item:focus,
.cid-uLKgeWp66o span:focus {
  outline: none;
}
.cid-uLKgeWp66o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLKgeWp66o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLKgeWp66o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLKgeWp66o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLKgeWp66o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLKgeWp66o .mbr-section-title {
  color: #232323;
}
.cid-uLKgeWp66o .mbr-text,
.cid-uLKgeWp66o .mbr-section-btn {
  text-align: left;
}
.cid-uLKgeWp66o .item-title {
  text-align: left;
}
.cid-uLKgeWp66o .item-subtitle {
  text-align: center;
}
.cid-uLKgeWLatP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKgeWLatP img,
.cid-uLKgeWLatP .item-img {
  width: 100%;
}
.cid-uLKgeWLatP .item:focus,
.cid-uLKgeWLatP span:focus {
  outline: none;
}
.cid-uLKgeWLatP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLKgeWLatP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLKgeWLatP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLKgeWLatP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLKgeWLatP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLKgeWLatP .mbr-section-title {
  color: #232323;
}
.cid-uLKgeWLatP .mbr-text,
.cid-uLKgeWLatP .mbr-section-btn {
  text-align: left;
}
.cid-uLKgeWLatP .item-title {
  text-align: left;
}
.cid-uLKgeWLatP .item-subtitle {
  text-align: center;
}
.cid-uLKgeX7K8e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKgeXqRHs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKgeXqRHs .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLKgeXqRHs .carousel {
    min-height: 400px;
  }
  .cid-uLKgeXqRHs .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLKgeXqRHs .carousel {
    min-height: 260px;
  }
  .cid-uLKgeXqRHs .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uLKgeXqRHs .carousel {
    min-height: 220px;
  }
  .cid-uLKgeXqRHs .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uLKgeXqRHs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLKgeXqRHs .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uLKgeXqRHs .carousel,
.cid-uLKgeXqRHs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLKgeXqRHs .item-wrapper {
  width: 100%;
}
.cid-uLKgeXqRHs .carousel-caption {
  bottom: 40px;
}
.cid-uLKgeXqRHs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLKgeXqRHs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLKgeXqRHs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLKgeXqRHs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLKgeXqRHs .carousel-control {
  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-uLKgeXqRHs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLKgeXqRHs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLKgeXqRHs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLKgeXqRHs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLKgeXqRHs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLKgeXqRHs .carousel-indicators li.active,
.cid-uLKgeXqRHs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLKgeXqRHs .carousel-indicators li::after,
.cid-uLKgeXqRHs .carousel-indicators li::before {
  content: none;
}
.cid-uLKgeXqRHs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLKgeXqRHs .carousel-indicators {
    display: none !important;
  }
}
.cid-uLKgeXHGju {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLKgeXHGju .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLKgeXHGju .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLKgeXHGju .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uLKgeXHGju .panel-body,
.cid-uLKgeXHGju .card-header {
  padding: 1rem 0;
}
.cid-uLKgeXHGju .panel-title-edit {
  color: #000000;
}
.cid-uLKgeXZoyi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLKgeXZoyi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uLKgeXZoyi form {
    width: 50%;
  }
}
.cid-uLKgeXZoyi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uLKgeXZoyi form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLKgeYbKe1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLKgeYbKe1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLKgeYbKe1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uLKgeYbKe1 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uLKgeYbKe1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLKgeYbKe1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uLKgeYbKe1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLKgeYbKe1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uLKgeYbKe1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLKgeYbKe1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLKgeYbKe1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLKgeYbKe1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uNkmRh07yB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sfondi-di-consistenza-del-siero-astratto-rugoso-2000x1333.jpg");
}
.cid-uNkmRh07yB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNkmRh07yB .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uNkvJnBpZn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNkvJnBpZn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNkvJnBpZn .row {
  flex-direction: row-reverse;
}
.cid-uNkvJnBpZn img {
  width: 100%;
}
.cid-uNkqpNHUEc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNkqpNHUEc .mbr-section-title {
  color: #000000;
}
.cid-uNkmRkHzrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNkmRkHzrz .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uNkmRkHzrz .carousel {
    min-height: 500px;
  }
  .cid-uNkmRkHzrz .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNkmRkHzrz .carousel {
    min-height: 325px;
  }
  .cid-uNkmRkHzrz .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uNkmRkHzrz .carousel {
    min-height: 275px;
  }
  .cid-uNkmRkHzrz .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-uNkmRkHzrz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNkmRkHzrz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNkmRkHzrz .carousel,
.cid-uNkmRkHzrz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNkmRkHzrz .item-wrapper {
  width: 100%;
}
.cid-uNkmRkHzrz .carousel-caption {
  bottom: 40px;
}
.cid-uNkmRkHzrz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNkmRkHzrz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNkmRkHzrz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNkmRkHzrz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNkmRkHzrz .carousel-control {
  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-uNkmRkHzrz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNkmRkHzrz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNkmRkHzrz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNkmRkHzrz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNkmRkHzrz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNkmRkHzrz .carousel-indicators li.active,
.cid-uNkmRkHzrz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNkmRkHzrz .carousel-indicators li::after,
.cid-uNkmRkHzrz .carousel-indicators li::before {
  content: none;
}
.cid-uNkmRkHzrz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNkmRkHzrz .carousel-indicators {
    display: none !important;
  }
}
.cid-uNkmRi1f7Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNkmRi1f7Z nav.navbar {
  position: fixed;
}
.cid-uNkmRi1f7Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkmRi1f7Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNkmRi1f7Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNkmRi1f7Z .dropdown-item:hover,
.cid-uNkmRi1f7Z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uNkmRi1f7Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNkmRi1f7Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNkmRi1f7Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNkmRi1f7Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNkmRi1f7Z .nav-link {
  position: relative;
}
.cid-uNkmRi1f7Z .container {
  display: flex;
  margin: auto;
}
.cid-uNkmRi1f7Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNkmRi1f7Z .dropdown-menu,
.cid-uNkmRi1f7Z .navbar.opened {
  background: #ffffff !important;
}
.cid-uNkmRi1f7Z .nav-item:focus,
.cid-uNkmRi1f7Z .nav-link:focus {
  outline: none;
}
.cid-uNkmRi1f7Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkmRi1f7Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkmRi1f7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkmRi1f7Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkmRi1f7Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkmRi1f7Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkmRi1f7Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNkmRi1f7Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkmRi1f7Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkmRi1f7Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkmRi1f7Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNkmRi1f7Z .navbar.collapsed {
  justify-content: center;
}
.cid-uNkmRi1f7Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkmRi1f7Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkmRi1f7Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uNkmRi1f7Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkmRi1f7Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkmRi1f7Z .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-uNkmRi1f7Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkmRi1f7Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkmRi1f7Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNkmRi1f7Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkmRi1f7Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkmRi1f7Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkmRi1f7Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkmRi1f7Z .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-uNkmRi1f7Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNkmRi1f7Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNkmRi1f7Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkmRi1f7Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNkmRi1f7Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkmRi1f7Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkmRi1f7Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNkmRi1f7Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNkmRi1f7Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNkmRi1f7Z .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-uNkmRi1f7Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkmRi1f7Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkmRi1f7Z .dropdown-item.active,
.cid-uNkmRi1f7Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkmRi1f7Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkmRi1f7Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkmRi1f7Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkmRi1f7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNkmRi1f7Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNkmRi1f7Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNkmRi1f7Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkmRi1f7Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNkmRi1f7Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkmRi1f7Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNkmRi1f7Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkmRi1f7Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkmRi1f7Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkmRi1f7Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkmRi1f7Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkmRi1f7Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkmRi1f7Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkmRi1f7Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkmRi1f7Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNkmRi1f7Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkmRi1f7Z .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-uNkmRi1f7Z .navbar {
    height: 70px;
  }
  .cid-uNkmRi1f7Z .navbar.opened {
    height: auto;
  }
  .cid-uNkmRi1f7Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkmRka6ot {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNkmRka6ot .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNktkRCS7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNktkRCS7r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNktkRCS7r .row {
  flex-direction: row-reverse;
}
.cid-uNktkRCS7r img {
  width: 100%;
}
.cid-uNkmRm1Yhf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ececec;
}
.cid-uNkmRm1Yhf .mbr-text {
  text-align: right;
}
.cid-uNkmRqQFtr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNkmRqQFtr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uNkmRqQFtr form {
    width: 50%;
  }
}
.cid-uNkmRqQFtr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNkmRqQFtr form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uNkmRoO72T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNkmRoO72T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNkmRoO72T .row {
  flex-direction: row-reverse;
}
.cid-uNkmRoO72T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNkmRoO72T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNktP7Po0H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNktP7Po0H .mbr-section-title {
  color: #000000;
}
.cid-uNkL6UdA4p {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cid-uNkL6UdA4p .video-wrapper iframe {
  width: 100%;
}
.cid-uNkL6UdA4p .mbr-section-title,
.cid-uNkL6UdA4p .mbr-section-subtitle,
.cid-uNkL6UdA4p .mbr-text {
  text-align: center;
}
.cid-uNkmRmOVaR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNkmRmOVaR img,
.cid-uNkmRmOVaR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNkmRmOVaR .item:focus,
.cid-uNkmRmOVaR span:focus {
  outline: none;
}
.cid-uNkmRmOVaR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNkmRmOVaR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNkmRmOVaR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNkmRmOVaR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNkmRmOVaR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNkmRmOVaR .mbr-section-title {
  color: #232323;
}
.cid-uNkmRmOVaR .mbr-text,
.cid-uNkmRmOVaR .mbr-section-btn {
  text-align: center;
}
.cid-uNkmRmOVaR .item-title {
  text-align: center;
}
.cid-uNkmRmOVaR .item-subtitle {
  text-align: left;
}
.cid-uNkmRt5LB1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNkAkTQTrh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNkAkTQTrh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uNkAkTQTrh form {
    width: 50%;
  }
}
.cid-uNkAkTQTrh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNkAkTQTrh form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uNkmRuq68U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNkmRuq68U .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNkmRuq68U .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNkmRuq68U .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNkmRuq68U .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNkmRuq68U .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uNkmRuq68U .bg-linkedin:hover {
  background: #005582;
}
.cid-uNkmRuq68U .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNkmRuq68U [class^="socicon-"]:before,
.cid-uNkmRuq68U [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNkmRvxDAd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNkmRvxDAd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uNkmRvxDAd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uNkmRvxDAd .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uNkmRvxDAd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uNkmRvxDAd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uNkmRvxDAd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNkmRvxDAd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uNkmRvxDAd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uNkmRvxDAd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNkmRvxDAd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNkmRvxDAd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQxph1sGTV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQxph1sGTV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQxph1sGTV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQxph1sGTV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQxph1Eyww {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQxph1Eyww .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQxph1NWdN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQxph1NWdN nav.navbar {
  position: fixed;
}
.cid-uQxph1NWdN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxph1NWdN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQxph1NWdN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQxph1NWdN .dropdown-item:hover,
.cid-uQxph1NWdN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uQxph1NWdN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQxph1NWdN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQxph1NWdN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQxph1NWdN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQxph1NWdN .nav-link {
  position: relative;
}
.cid-uQxph1NWdN .container {
  display: flex;
  margin: auto;
}
.cid-uQxph1NWdN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQxph1NWdN .dropdown-menu,
.cid-uQxph1NWdN .navbar.opened {
  background: #ffffff !important;
}
.cid-uQxph1NWdN .nav-item:focus,
.cid-uQxph1NWdN .nav-link:focus {
  outline: none;
}
.cid-uQxph1NWdN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxph1NWdN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxph1NWdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxph1NWdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxph1NWdN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxph1NWdN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxph1NWdN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQxph1NWdN .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxph1NWdN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQxph1NWdN .navbar .navbar-logo img {
  width: auto;
}
.cid-uQxph1NWdN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQxph1NWdN .navbar.collapsed {
  justify-content: center;
}
.cid-uQxph1NWdN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxph1NWdN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQxph1NWdN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uQxph1NWdN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxph1NWdN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxph1NWdN .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-uQxph1NWdN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxph1NWdN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQxph1NWdN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQxph1NWdN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxph1NWdN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxph1NWdN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxph1NWdN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQxph1NWdN .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-uQxph1NWdN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxph1NWdN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQxph1NWdN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQxph1NWdN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQxph1NWdN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxph1NWdN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQxph1NWdN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxph1NWdN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxph1NWdN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxph1NWdN .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-uQxph1NWdN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQxph1NWdN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxph1NWdN .dropdown-item.active,
.cid-uQxph1NWdN .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxph1NWdN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQxph1NWdN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxph1NWdN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxph1NWdN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQxph1NWdN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxph1NWdN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxph1NWdN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQxph1NWdN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxph1NWdN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQxph1NWdN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQxph1NWdN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxph1NWdN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxph1NWdN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxph1NWdN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxph1NWdN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxph1NWdN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxph1NWdN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxph1NWdN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxph1NWdN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQxph1NWdN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQxph1NWdN .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-uQxph1NWdN .navbar {
    height: 70px;
  }
  .cid-uQxph1NWdN .navbar.opened {
    height: auto;
  }
  .cid-uQxph1NWdN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxph28QDd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQxph28QDd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQxph28QDd .row {
  flex-direction: row-reverse;
}
.cid-uQxph28QDd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQxph28QDd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQxph2nQ7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQxph2nQ7a img,
.cid-uQxph2nQ7a .item-img {
  width: 100%;
}
.cid-uQxph2nQ7a .item:focus,
.cid-uQxph2nQ7a span:focus {
  outline: none;
}
.cid-uQxph2nQ7a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQxph2nQ7a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQxph2nQ7a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxph2nQ7a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQxph2nQ7a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQxph2nQ7a .mbr-section-title {
  color: #232323;
}
.cid-uQxph2nQ7a .mbr-text,
.cid-uQxph2nQ7a .mbr-section-btn {
  text-align: left;
}
.cid-uQxph2nQ7a .item-title {
  text-align: center;
}
.cid-uQxph2nQ7a .item-subtitle {
  text-align: center;
}
.cid-uQCUIrlh3K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQCUIrlh3K img,
.cid-uQCUIrlh3K .item-img {
  width: 100%;
}
.cid-uQCUIrlh3K .item:focus,
.cid-uQCUIrlh3K span:focus {
  outline: none;
}
.cid-uQCUIrlh3K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQCUIrlh3K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQCUIrlh3K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQCUIrlh3K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQCUIrlh3K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQCUIrlh3K .mbr-section-title {
  color: #232323;
}
.cid-uQCUIrlh3K .mbr-text,
.cid-uQCUIrlh3K .mbr-section-btn {
  text-align: left;
}
.cid-uQCUIrlh3K .item-title {
  text-align: center;
}
.cid-uQCUIrlh3K .item-subtitle {
  text-align: center;
}
.cid-uQxph2RwrF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQxph3aVuf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQxph3aVuf .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQxph3aVuf .carousel {
    min-height: 400px;
  }
  .cid-uQxph3aVuf .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQxph3aVuf .carousel {
    min-height: 260px;
  }
  .cid-uQxph3aVuf .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQxph3aVuf .carousel {
    min-height: 220px;
  }
  .cid-uQxph3aVuf .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uQxph3aVuf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQxph3aVuf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQxph3aVuf .carousel,
.cid-uQxph3aVuf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQxph3aVuf .item-wrapper {
  width: 100%;
}
.cid-uQxph3aVuf .carousel-caption {
  bottom: 40px;
}
.cid-uQxph3aVuf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQxph3aVuf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQxph3aVuf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQxph3aVuf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQxph3aVuf .carousel-control {
  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-uQxph3aVuf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQxph3aVuf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQxph3aVuf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQxph3aVuf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQxph3aVuf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQxph3aVuf .carousel-indicators li.active,
.cid-uQxph3aVuf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQxph3aVuf .carousel-indicators li::after,
.cid-uQxph3aVuf .carousel-indicators li::before {
  content: none;
}
.cid-uQxph3aVuf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQxph3aVuf .carousel-indicators {
    display: none !important;
  }
}
.cid-uQxph3tNLf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQxph3tNLf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQxph3tNLf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQxph3tNLf .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uQxph3tNLf .panel-body,
.cid-uQxph3tNLf .card-header {
  padding: 1rem 0;
}
.cid-uQxph3tNLf .panel-title-edit {
  color: #000000;
}
.cid-uQxph3T7Mt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQxph3T7Mt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uQxph3T7Mt form {
    width: 50%;
  }
}
.cid-uQxph3T7Mt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uQxph3T7Mt form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQxph47hQc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQxph47hQc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQxph47hQc .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uQxph47hQc .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uQxph47hQc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQxph47hQc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uQxph47hQc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQxph47hQc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQxph47hQc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uQxph47hQc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQxph47hQc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQxph47hQc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPTvCnwoJY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTvCnwoJY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPTvCnwoJY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTvCnwoJY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPTvCo2NXe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTvCo2NXe .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPTvCobAYv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPTvCobAYv nav.navbar {
  position: fixed;
}
.cid-uPTvCobAYv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPTvCobAYv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPTvCobAYv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPTvCobAYv .dropdown-item:hover,
.cid-uPTvCobAYv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uPTvCobAYv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPTvCobAYv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPTvCobAYv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPTvCobAYv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPTvCobAYv .nav-link {
  position: relative;
}
.cid-uPTvCobAYv .container {
  display: flex;
  margin: auto;
}
.cid-uPTvCobAYv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPTvCobAYv .dropdown-menu,
.cid-uPTvCobAYv .navbar.opened {
  background: #ffffff !important;
}
.cid-uPTvCobAYv .nav-item:focus,
.cid-uPTvCobAYv .nav-link:focus {
  outline: none;
}
.cid-uPTvCobAYv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPTvCobAYv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTvCobAYv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPTvCobAYv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPTvCobAYv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPTvCobAYv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPTvCobAYv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uPTvCobAYv .navbar.opened {
  transition: all 0.3s;
}
.cid-uPTvCobAYv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPTvCobAYv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPTvCobAYv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPTvCobAYv .navbar.collapsed {
  justify-content: center;
}
.cid-uPTvCobAYv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPTvCobAYv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPTvCobAYv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uPTvCobAYv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPTvCobAYv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPTvCobAYv .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-uPTvCobAYv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPTvCobAYv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPTvCobAYv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPTvCobAYv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPTvCobAYv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPTvCobAYv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPTvCobAYv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPTvCobAYv .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-uPTvCobAYv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPTvCobAYv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPTvCobAYv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPTvCobAYv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPTvCobAYv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPTvCobAYv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPTvCobAYv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPTvCobAYv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPTvCobAYv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPTvCobAYv .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-uPTvCobAYv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPTvCobAYv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPTvCobAYv .dropdown-item.active,
.cid-uPTvCobAYv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPTvCobAYv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPTvCobAYv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPTvCobAYv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPTvCobAYv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPTvCobAYv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPTvCobAYv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTvCobAYv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPTvCobAYv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPTvCobAYv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPTvCobAYv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPTvCobAYv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPTvCobAYv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTvCobAYv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPTvCobAYv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPTvCobAYv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTvCobAYv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPTvCobAYv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPTvCobAYv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPTvCobAYv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPTvCobAYv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPTvCobAYv .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-uPTvCobAYv .navbar {
    height: 70px;
  }
  .cid-uPTvCobAYv .navbar.opened {
    height: auto;
  }
  .cid-uPTvCobAYv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPTNJydwwL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uPTNJydwwL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTNJydwwL .row {
  flex-direction: row-reverse;
}
.cid-uPTNJydwwL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPTNJydwwL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uPTvCoD6A6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTvCoD6A6 img,
.cid-uPTvCoD6A6 .item-img {
  width: 100%;
}
.cid-uPTvCoD6A6 .item:focus,
.cid-uPTvCoD6A6 span:focus {
  outline: none;
}
.cid-uPTvCoD6A6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPTvCoD6A6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPTvCoD6A6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPTvCoD6A6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uPTvCoD6A6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPTvCoD6A6 .mbr-section-title {
  color: #232323;
}
.cid-uPTvCoD6A6 .mbr-text,
.cid-uPTvCoD6A6 .mbr-section-btn {
  text-align: left;
}
.cid-uPTvCoD6A6 .item-title {
  text-align: left;
}
.cid-uPTvCoD6A6 .item-subtitle {
  text-align: center;
}
.cid-uPTvCpyGQc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTvCpOMln {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTvCpOMln .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPTvCpOMln .carousel {
    min-height: 400px;
  }
  .cid-uPTvCpOMln .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPTvCpOMln .carousel {
    min-height: 260px;
  }
  .cid-uPTvCpOMln .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uPTvCpOMln .carousel {
    min-height: 220px;
  }
  .cid-uPTvCpOMln .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uPTvCpOMln .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPTvCpOMln .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uPTvCpOMln .carousel,
.cid-uPTvCpOMln .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPTvCpOMln .item-wrapper {
  width: 100%;
}
.cid-uPTvCpOMln .carousel-caption {
  bottom: 40px;
}
.cid-uPTvCpOMln .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPTvCpOMln .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uPTvCpOMln .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uPTvCpOMln .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPTvCpOMln .carousel-control {
  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-uPTvCpOMln .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPTvCpOMln .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPTvCpOMln .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPTvCpOMln .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPTvCpOMln .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPTvCpOMln .carousel-indicators li.active,
.cid-uPTvCpOMln .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPTvCpOMln .carousel-indicators li::after,
.cid-uPTvCpOMln .carousel-indicators li::before {
  content: none;
}
.cid-uPTvCpOMln .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPTvCpOMln .carousel-indicators {
    display: none !important;
  }
}
.cid-uPTvCq9vnF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTvCq9vnF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uPTvCq9vnF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPTvCq9vnF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uPTvCq9vnF .panel-body,
.cid-uPTvCq9vnF .card-header {
  padding: 1rem 0;
}
.cid-uPTvCq9vnF .panel-title-edit {
  color: #000000;
}
.cid-uPTvCqtXgD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTvCqtXgD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uPTvCqtXgD form {
    width: 50%;
  }
}
.cid-uPTvCqtXgD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPTvCqtXgD form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uPTvCqHhNb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPTvCqHhNb .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uPTvCqHhNb .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uPTvCqHhNb .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uPTvCqHhNb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uPTvCqHhNb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uPTvCqHhNb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uPTvCqHhNb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uPTvCqHhNb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uPTvCqHhNb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uPTvCqHhNb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPTvCqHhNb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQVx3A3Twx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVx3A3Twx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQVx3A3Twx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVx3A3Twx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVx3AksUD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQVx3AksUD .line {
  background-color: #dadfcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQVx3AvCdL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQVx3AvCdL nav.navbar {
  position: fixed;
}
.cid-uQVx3AvCdL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVx3AvCdL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQVx3AvCdL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQVx3AvCdL .dropdown-item:hover,
.cid-uQVx3AvCdL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uQVx3AvCdL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQVx3AvCdL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQVx3AvCdL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQVx3AvCdL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQVx3AvCdL .nav-link {
  position: relative;
}
.cid-uQVx3AvCdL .container {
  display: flex;
  margin: auto;
}
.cid-uQVx3AvCdL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQVx3AvCdL .dropdown-menu,
.cid-uQVx3AvCdL .navbar.opened {
  background: #ffffff !important;
}
.cid-uQVx3AvCdL .nav-item:focus,
.cid-uQVx3AvCdL .nav-link:focus {
  outline: none;
}
.cid-uQVx3AvCdL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVx3AvCdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQVx3AvCdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVx3AvCdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVx3AvCdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVx3AvCdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVx3AvCdL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQVx3AvCdL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVx3AvCdL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQVx3AvCdL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQVx3AvCdL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVx3AvCdL .navbar.collapsed {
  justify-content: center;
}
.cid-uQVx3AvCdL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVx3AvCdL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQVx3AvCdL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uQVx3AvCdL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVx3AvCdL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVx3AvCdL .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-uQVx3AvCdL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVx3AvCdL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQVx3AvCdL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQVx3AvCdL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVx3AvCdL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVx3AvCdL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVx3AvCdL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQVx3AvCdL .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-uQVx3AvCdL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVx3AvCdL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQVx3AvCdL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQVx3AvCdL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQVx3AvCdL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVx3AvCdL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQVx3AvCdL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVx3AvCdL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQVx3AvCdL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQVx3AvCdL .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-uQVx3AvCdL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQVx3AvCdL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVx3AvCdL .dropdown-item.active,
.cid-uQVx3AvCdL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVx3AvCdL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQVx3AvCdL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVx3AvCdL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVx3AvCdL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQVx3AvCdL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQVx3AvCdL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVx3AvCdL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQVx3AvCdL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQVx3AvCdL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQVx3AvCdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQVx3AvCdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQVx3AvCdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVx3AvCdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQVx3AvCdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQVx3AvCdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVx3AvCdL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVx3AvCdL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVx3AvCdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVx3AvCdL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQVx3AvCdL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQVx3AvCdL .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-uQVx3AvCdL .navbar {
    height: 70px;
  }
  .cid-uQVx3AvCdL .navbar.opened {
    height: auto;
  }
  .cid-uQVx3AvCdL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVySi53ay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQVySi53ay .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVySi53ay img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQVySi53ay .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQVyT0xglC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQVyT0xglC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVyT0xglC .row {
  flex-direction: row-reverse;
}
.cid-uQVyT0xglC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQVyT0xglC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQVzkrOVIS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQVzkrOVIS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVzkrOVIS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQVzkrOVIS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQVznvwVnc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQVznvwVnc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVznvwVnc .row {
  flex-direction: row-reverse;
}
.cid-uQVznvwVnc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQVznvwVnc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQVzW1XR4F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uQVzW1XR4F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQVzW1XR4F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQVzW1XR4F .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQVCgvUOPY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVCgvUOPY img,
.cid-uQVCgvUOPY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQVCgvUOPY .item:focus,
.cid-uQVCgvUOPY span:focus {
  outline: none;
}
.cid-uQVCgvUOPY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQVCgvUOPY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQVCgvUOPY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQVCgvUOPY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQVCgvUOPY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQVCgvUOPY .mbr-section-title {
  color: #232323;
}
.cid-uQVCgvUOPY .mbr-text,
.cid-uQVCgvUOPY .mbr-section-btn {
  text-align: left;
}
.cid-uQVCgvUOPY .item-title {
  text-align: left;
}
.cid-uQVCgvUOPY .item-subtitle {
  text-align: center;
}
.cid-uQVCxbqktf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVCxbqktf img,
.cid-uQVCxbqktf .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQVCxbqktf .item:focus,
.cid-uQVCxbqktf span:focus {
  outline: none;
}
.cid-uQVCxbqktf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQVCxbqktf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQVCxbqktf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQVCxbqktf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQVCxbqktf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQVCxbqktf .mbr-section-title {
  color: #232323;
}
.cid-uQVCxbqktf .mbr-text,
.cid-uQVCxbqktf .mbr-section-btn {
  text-align: left;
}
.cid-uQVCxbqktf .item-title {
  text-align: left;
}
.cid-uQVCxbqktf .item-subtitle {
  text-align: center;
}
.cid-uQVx3BCDT8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQVx3BCDT8 img,
.cid-uQVx3BCDT8 .item-img {
  width: 100%;
}
.cid-uQVx3BCDT8 .item:focus,
.cid-uQVx3BCDT8 span:focus {
  outline: none;
}
.cid-uQVx3BCDT8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQVx3BCDT8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQVx3BCDT8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQVx3BCDT8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQVx3BCDT8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQVx3BCDT8 .mbr-section-title {
  color: #232323;
}
.cid-uQVx3BCDT8 .mbr-text,
.cid-uQVx3BCDT8 .mbr-section-btn {
  text-align: left;
}
.cid-uQVx3BCDT8 .item-title {
  text-align: left;
}
.cid-uQVx3BCDT8 .item-subtitle {
  text-align: center;
}
.cid-uQVENhNWfn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVEIfh6ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVEIfh6ep .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQVEIfh6ep .carousel {
    min-height: 400px;
  }
  .cid-uQVEIfh6ep .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQVEIfh6ep .carousel {
    min-height: 260px;
  }
  .cid-uQVEIfh6ep .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQVEIfh6ep .carousel {
    min-height: 220px;
  }
  .cid-uQVEIfh6ep .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uQVEIfh6ep .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQVEIfh6ep .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQVEIfh6ep .carousel,
.cid-uQVEIfh6ep .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQVEIfh6ep .item-wrapper {
  width: 100%;
}
.cid-uQVEIfh6ep .carousel-caption {
  bottom: 40px;
}
.cid-uQVEIfh6ep .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQVEIfh6ep .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQVEIfh6ep .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQVEIfh6ep .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQVEIfh6ep .carousel-control {
  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-uQVEIfh6ep .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQVEIfh6ep .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQVEIfh6ep .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQVEIfh6ep .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQVEIfh6ep .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQVEIfh6ep .carousel-indicators li.active,
.cid-uQVEIfh6ep .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQVEIfh6ep .carousel-indicators li::after,
.cid-uQVEIfh6ep .carousel-indicators li::before {
  content: none;
}
.cid-uQVEIfh6ep .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQVEIfh6ep .carousel-indicators {
    display: none !important;
  }
}
.cid-uQVx3EbmIp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVx3EbmIp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQVx3EbmIp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQVx3EbmIp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uQVx3EbmIp .panel-body,
.cid-uQVx3EbmIp .card-header {
  padding: 1rem 0;
}
.cid-uQVx3EbmIp .panel-title-edit {
  color: #000000;
}
.cid-uQVx3G7ZJq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQVx3G7ZJq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-uQVx3G7ZJq form {
    width: 50%;
  }
}
.cid-uQVx3G7ZJq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uQVx3G7ZJq form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQVx3GULsT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQVx3GULsT .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQVx3GULsT .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uQVx3GULsT .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uQVx3GULsT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQVx3GULsT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uQVx3GULsT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQVx3GULsT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQVx3GULsT .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uQVx3GULsT .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uQVx3GULsT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQVx3GULsT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
