body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #000000 !important;
}
.bg-success {
  background-color: #71c329 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #201c40 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a3b8 !important;
  border-color: #00a3b8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #005661 !important;
  border-color: #005661 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005661 !important;
  border-color: #005661 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #71c329 !important;
  border-color: #71c329 !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: #477b1a !important;
  border-color: #477b1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #477b1a !important;
  border-color: #477b1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #201c40 !important;
  border-color: #201c40 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #020204 !important;
  border-color: #020204 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #020204 !important;
  border-color: #020204 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00a3b8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #005661 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a3b8 !important;
  border-color: #00a3b8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #71c329;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #477b1a !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: #71c329 !important;
  border-color: #71c329 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #201c40;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #020204 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #201c40 !important;
  border-color: #201c40 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #000000 !important;
}
.text-secondary {
  color: #00a3b8 !important;
}
.text-success {
  color: #71c329 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #201c40 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #004952 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #406f17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #201c40;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3e686;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #847cc6;
}
.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: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00a3b8 !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='%23000000' %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-tKgq9m2XEv {
  z-index: 1000;
  width: 100%;
}
.cid-tKgq9m2XEv nav.navbar {
  position: fixed;
}
.cid-tKgq9m2XEv .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-tKgq9m2XEv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKgq9m2XEv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKgq9m2XEv .dropdown-item:hover,
.cid-tKgq9m2XEv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tKgq9m2XEv .dropdown-item:hover span {
  color: white;
}
.cid-tKgq9m2XEv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKgq9m2XEv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKgq9m2XEv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKgq9m2XEv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKgq9m2XEv .nav-link {
  position: relative;
}
.cid-tKgq9m2XEv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKgq9m2XEv .container {
    flex-wrap: wrap;
  }
}
.cid-tKgq9m2XEv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKgq9m2XEv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKgq9m2XEv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKgq9m2XEv .dropdown-menu,
.cid-tKgq9m2XEv .navbar.opened {
  background: #ffffff !important;
}
.cid-tKgq9m2XEv .nav-item:focus,
.cid-tKgq9m2XEv .nav-link:focus {
  outline: none;
}
.cid-tKgq9m2XEv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKgq9m2XEv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKgq9m2XEv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKgq9m2XEv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKgq9m2XEv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKgq9m2XEv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKgq9m2XEv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tKgq9m2XEv .navbar.opened {
  transition: all 0.3s;
}
.cid-tKgq9m2XEv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKgq9m2XEv .navbar .navbar-logo img {
  width: auto;
}
.cid-tKgq9m2XEv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKgq9m2XEv .navbar.collapsed {
  justify-content: center;
}
.cid-tKgq9m2XEv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKgq9m2XEv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKgq9m2XEv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKgq9m2XEv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKgq9m2XEv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKgq9m2XEv .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-tKgq9m2XEv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKgq9m2XEv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKgq9m2XEv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKgq9m2XEv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKgq9m2XEv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKgq9m2XEv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKgq9m2XEv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKgq9m2XEv .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-tKgq9m2XEv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKgq9m2XEv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKgq9m2XEv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKgq9m2XEv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKgq9m2XEv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKgq9m2XEv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKgq9m2XEv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKgq9m2XEv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKgq9m2XEv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKgq9m2XEv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKgq9m2XEv .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-tKgq9m2XEv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKgq9m2XEv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKgq9m2XEv .dropdown-item.active,
.cid-tKgq9m2XEv .dropdown-item:active {
  background-color: transparent;
}
.cid-tKgq9m2XEv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKgq9m2XEv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKgq9m2XEv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKgq9m2XEv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKgq9m2XEv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKgq9m2XEv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKgq9m2XEv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKgq9m2XEv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKgq9m2XEv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKgq9m2XEv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKgq9m2XEv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKgq9m2XEv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKgq9m2XEv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKgq9m2XEv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKgq9m2XEv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKgq9m2XEv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKgq9m2XEv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKgq9m2XEv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKgq9m2XEv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKgq9m2XEv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKgq9m2XEv .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-tKgq9m2XEv .navbar {
    height: 70px;
  }
  .cid-tKgq9m2XEv .navbar.opened {
    height: auto;
  }
  .cid-tKgq9m2XEv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqT4eOTjh {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fff7ee;
}
.cid-uAqT4eOTjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqT4eOTjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqT4eOTjh .mbr-section-title {
  color: #000000;
}
.cid-uAqT4eOTjh .mbr-text,
.cid-uAqT4eOTjh .mbr-section-btn {
  color: #ffffff;
}
.cid-tKn47TJZRB {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tKn47TJZRB .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tKn47TJZRB .mbr-section-title {
  color: #000000;
}
.cid-tKn47TJZRB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 16px;
  text-align: center;
}
.cid-tKn47TJZRB .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tKn47TJZRB .items-row {
    margin: 0 -15px;
  }
  .cid-tKn47TJZRB .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tKn47TJZRB .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tKn47TJZRB .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKn47TJZRB .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tKn47TJZRB .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tKn47TJZRB .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tKn47TJZRB .mbr-text {
  color: #fafafa;
  padding-top: 5px;
  text-align: left;
}
.cid-tKn47TJZRB .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tKn47TJZRB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tKn47TJZRB .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKn47TJZRB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.cid-tKn47TJZRB .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tKn47TJZRB .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tKn47TJZRB .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKn47TJZRB .item-title,
.cid-tKn47TJZRB .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uw2MHHXrOZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uw2MHHXrOZ .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uw2MHHXrOZ .mbr-section-title {
  color: #000000;
}
.cid-uw2MHHXrOZ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 16px;
  text-align: center;
}
.cid-uw2MHHXrOZ .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uw2MHHXrOZ .items-row {
    margin: 0 -15px;
  }
  .cid-uw2MHHXrOZ .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uw2MHHXrOZ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uw2MHHXrOZ .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uw2MHHXrOZ .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uw2MHHXrOZ .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uw2MHHXrOZ .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uw2MHHXrOZ .mbr-text {
  color: #ffffff;
  padding-top: 5px;
  text-align: center;
}
.cid-uw2MHHXrOZ .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uw2MHHXrOZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uw2MHHXrOZ .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uw2MHHXrOZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.cid-uw2MHHXrOZ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uw2MHHXrOZ .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uw2MHHXrOZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-uw2MHHXrOZ .item-title,
.cid-uw2MHHXrOZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tKmYBrxTvD {
  z-index: 1000;
  width: 100%;
}
.cid-tKmYBrxTvD nav.navbar {
  position: fixed;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKmYBrxTvD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKmYBrxTvD .dropdown-item:hover,
.cid-tKmYBrxTvD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tKmYBrxTvD .dropdown-item:hover span {
  color: white;
}
.cid-tKmYBrxTvD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKmYBrxTvD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKmYBrxTvD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKmYBrxTvD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKmYBrxTvD .nav-link {
  position: relative;
}
.cid-tKmYBrxTvD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmYBrxTvD .container {
    flex-wrap: wrap;
  }
}
.cid-tKmYBrxTvD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmYBrxTvD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKmYBrxTvD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKmYBrxTvD .dropdown-menu,
.cid-tKmYBrxTvD .navbar.opened {
  background: #ffffff !important;
}
.cid-tKmYBrxTvD .nav-item:focus,
.cid-tKmYBrxTvD .nav-link:focus {
  outline: none;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKmYBrxTvD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKmYBrxTvD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKmYBrxTvD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tKmYBrxTvD .navbar.opened {
  transition: all 0.3s;
}
.cid-tKmYBrxTvD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKmYBrxTvD .navbar .navbar-logo img {
  width: auto;
}
.cid-tKmYBrxTvD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKmYBrxTvD .navbar.collapsed {
  justify-content: center;
}
.cid-tKmYBrxTvD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKmYBrxTvD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKmYBrxTvD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKmYBrxTvD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKmYBrxTvD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKmYBrxTvD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKmYBrxTvD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKmYBrxTvD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKmYBrxTvD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKmYBrxTvD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKmYBrxTvD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKmYBrxTvD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKmYBrxTvD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKmYBrxTvD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKmYBrxTvD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKmYBrxTvD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKmYBrxTvD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKmYBrxTvD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKmYBrxTvD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKmYBrxTvD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKmYBrxTvD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKmYBrxTvD .dropdown-item.active,
.cid-tKmYBrxTvD .dropdown-item:active {
  background-color: transparent;
}
.cid-tKmYBrxTvD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKmYBrxTvD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKmYBrxTvD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKmYBrxTvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKmYBrxTvD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKmYBrxTvD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKmYBrxTvD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKmYBrxTvD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKmYBrxTvD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKmYBrxTvD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar {
    height: 70px;
  }
  .cid-tKmYBrxTvD .navbar.opened {
    height: auto;
  }
  .cid-tKmYBrxTvD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKmYBqwEn9 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tKmYBqwEn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKmYBqwEn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKmYBqwEn9 .mbr-text,
.cid-tKmYBqwEn9 .mbr-section-btn {
  color: #000000;
}
.cid-tKmYBqwEn9 .mbr-section-title {
  color: #000000;
}
.cid-tKn2CGYfzO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tKn2CGYfzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKn2CGYfzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tKn2CGYfzO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKn2CGYfzO .row {
  flex-direction: row-reverse;
}
.cid-tKn2CGYfzO img {
  width: 100%;
}
.cid-tKn0Yt5jxX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKn0Yt5jxX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKn0Yt5jxX .row {
  flex-direction: row-reverse;
}
.cid-tKn0Yt5jxX img {
  width: 100%;
  height: 600px;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tKn0Yt5jxX .image-wrapper {
  overflow: hidden;
  height: 600px;
}
.cid-tKn0Yt5jxX .image-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 992px) {
  .cid-tKn0Yt5jxX .image-wrapper {
    height: 400px;
  }
}
.cid-tKnsXowz1h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tKnsXowz1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnsXowz1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tKnsXowz1h .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-tKnsXowz1h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKnsXowz1h .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-tKnsXowz1h .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-tKnsXowz1h .mbr-text {
  color: #ffffff;
}
.cid-uT0L5XXFp6 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uT0L5XXFp6 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uT0L5XXFp6 .mbr-section-title {
  color: #000000;
}
.cid-uT0L5XXFp6 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 16px;
  text-align: center;
}
.cid-uT0L5XXFp6 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uT0L5XXFp6 .items-row {
    margin: 0 -15px;
  }
  .cid-uT0L5XXFp6 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT0L5XXFp6 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uT0L5XXFp6 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uT0L5XXFp6 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uT0L5XXFp6 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uT0L5XXFp6 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uT0L5XXFp6 .mbr-text {
  color: #fafafa;
  padding-top: 5px;
  text-align: left;
}
.cid-uT0L5XXFp6 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uT0L5XXFp6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uT0L5XXFp6 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uT0L5XXFp6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.cid-uT0L5XXFp6 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uT0L5XXFp6 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uT0L5XXFp6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT0L5XXFp6 .item-title,
.cid-uT0L5XXFp6 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-uT0L6XUYBx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uT0L6XUYBx .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uT0L6XUYBx .mbr-section-title {
  color: #000000;
}
.cid-uT0L6XUYBx .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 16px;
  text-align: center;
}
.cid-uT0L6XUYBx .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uT0L6XUYBx .items-row {
    margin: 0 -15px;
  }
  .cid-uT0L6XUYBx .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT0L6XUYBx .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uT0L6XUYBx .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uT0L6XUYBx .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uT0L6XUYBx .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uT0L6XUYBx .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uT0L6XUYBx .mbr-text {
  color: #ffffff;
  padding-top: 5px;
  text-align: center;
}
.cid-uT0L6XUYBx .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uT0L6XUYBx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uT0L6XUYBx .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uT0L6XUYBx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.cid-uT0L6XUYBx .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uT0L6XUYBx .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uT0L6XUYBx .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT0L6XUYBx .item-title,
.cid-uT0L6XUYBx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tKbtB4UtFk {
  z-index: 1000;
  width: 100%;
}
.cid-tKbtB4UtFk nav.navbar {
  position: fixed;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKbtB4UtFk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKbtB4UtFk .dropdown-item:hover,
.cid-tKbtB4UtFk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tKbtB4UtFk .dropdown-item:hover span {
  color: white;
}
.cid-tKbtB4UtFk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKbtB4UtFk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKbtB4UtFk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKbtB4UtFk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKbtB4UtFk .nav-link {
  position: relative;
}
.cid-tKbtB4UtFk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbtB4UtFk .container {
    flex-wrap: wrap;
  }
}
.cid-tKbtB4UtFk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbtB4UtFk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKbtB4UtFk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKbtB4UtFk .dropdown-menu,
.cid-tKbtB4UtFk .navbar.opened {
  background: #ffffff !important;
}
.cid-tKbtB4UtFk .nav-item:focus,
.cid-tKbtB4UtFk .nav-link:focus {
  outline: none;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKbtB4UtFk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKbtB4UtFk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKbtB4UtFk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tKbtB4UtFk .navbar.opened {
  transition: all 0.3s;
}
.cid-tKbtB4UtFk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKbtB4UtFk .navbar .navbar-logo img {
  width: auto;
}
.cid-tKbtB4UtFk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKbtB4UtFk .navbar.collapsed {
  justify-content: center;
}
.cid-tKbtB4UtFk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKbtB4UtFk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKbtB4UtFk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKbtB4UtFk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKbtB4UtFk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKbtB4UtFk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKbtB4UtFk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKbtB4UtFk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKbtB4UtFk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKbtB4UtFk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKbtB4UtFk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKbtB4UtFk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKbtB4UtFk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKbtB4UtFk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKbtB4UtFk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKbtB4UtFk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKbtB4UtFk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKbtB4UtFk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKbtB4UtFk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKbtB4UtFk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKbtB4UtFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKbtB4UtFk .dropdown-item.active,
.cid-tKbtB4UtFk .dropdown-item:active {
  background-color: transparent;
}
.cid-tKbtB4UtFk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKbtB4UtFk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKbtB4UtFk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKbtB4UtFk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKbtB4UtFk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKbtB4UtFk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKbtB4UtFk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKbtB4UtFk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKbtB4UtFk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKbtB4UtFk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar {
    height: 70px;
  }
  .cid-tKbtB4UtFk .navbar.opened {
    height: auto;
  }
  .cid-tKbtB4UtFk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnmcPPv0e {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYnmcPPv0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnmcPPv0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYnmcPPv0e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYnmcPPv0e .row {
  flex-direction: row-reverse;
}
.cid-uYnmcPPv0e img {
  width: 100%;
}
.cid-tKbGXaO74Y {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKbGXaO74Y .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tKbGXaO74Y {
    align-items: flex-end;
  }
  .cid-tKbGXaO74Y .row {
    justify-content: center;
  }
  .cid-tKbGXaO74Y .content-wrap {
    width: 37%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKbGXaO74Y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tKbGXaO74Y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKbGXaO74Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tKbGXaO74Y .content-wrap {
    width: 100%;
  }
}
.cid-tKbGXaO74Y .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tKbGXaO74Y .mbr-text,
.cid-tKbGXaO74Y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v166svwBTL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v166svwBTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v166svwBTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v166svwBTL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v166svwBTL .row {
  flex-direction: row-reverse;
}
.cid-v166svwBTL img {
  width: 100%;
}
.cid-uYCtehJD4C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYCtehJD4C .mbr-text {
  text-align: center;
}
.cid-uYCtehJD4C .mbr-section-subtitle {
  text-align: center;
}
.cid-v1M2Dv0Bpd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1M2Dv0Bpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M2Dv0Bpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M2Dv0Bpd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1M3yVra81 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1M3yVra81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M3yVra81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1M3yVra81 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1M3yVra81 .row {
  flex-direction: row-reverse;
}
.cid-v1M3yVra81 img {
  width: 100%;
}
.cid-v1LRyzVp6j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1LRyzVp6j .mbr-section-subtitle {
  text-align: center;
}
.cid-v1LRyzVp6j .mbr-text {
  text-align: center;
}
.cid-uYCsWNhqol {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYCsWNhqol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYCsWNhqol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYCsWNhqol .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYCsWNhqol .row {
  flex-direction: row-reverse;
}
.cid-uYCsWNhqol img {
  width: 100%;
}
.cid-uTWLnW3RgP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTWLnW3RgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWLnW3RgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .container {
    padding: 0 20px;
  }
}
.cid-uTWLnW3RgP .row {
  justify-content: center;
}
.cid-uTWLnW3RgP .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uTWLnW3RgP .title-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uTWLnW3RgP .title-wrapper .title-wrap {
  padding: 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTWLnW3RgP .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uTWLnW3RgP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTWLnW3RgP .dragArea.row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .dragArea.row {
    padding: 0 11px;
  }
}
.cid-uTWLnW3RgP .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uTWLnW3RgP .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uTWLnW3RgP .dragArea.row .form-group {
  position: relative;
  margin-bottom: 40px !important;
  padding: 0;
}
.cid-uTWLnW3RgP .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uTWLnW3RgP .dragArea.row .form-group:hover::before,
.cid-uTWLnW3RgP .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uTWLnW3RgP .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uTWLnW3RgP .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control {
  padding: 20px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .dragArea.row .form-group .form-control {
    padding: 20px 0;
  }
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control:hover,
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control::placeholder {
  color: #1e1d1c;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uTWLnW3RgP .dragArea.row .form-group textarea {
  min-height: 130px;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1e1d1c;
  border-color: #1e1d1c;
  border-radius: 0;
}
.cid-uTWLnW3RgP .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uTWLnW3RgP .mbr-section-title {
  color: #1e1d1c;
}
.cid-uTWLnW3RgP .mbr-text {
  color: #1e1d1c;
}
.cid-uTWLnW3RgP label {
  color: #1e1d1c;
}
.cid-uTWLnW3RgP .mbr-section-title,
.cid-uTWLnW3RgP .mbr-section-btn {
  text-align: center;
}
.cid-uVPBMFgwg4 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVPBMFgwg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPBMFgwg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPBMFgwg4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uVPBMFgwg4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uVPBMFgwg4 {
    align-items: center;
  }
  .cid-uVPBMFgwg4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVPBMFgwg4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVPBMFgwg4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVPBMFgwg4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVPBMFgwg4 .content-wrap {
    width: 100%;
  }
}
.cid-uVPBMFgwg4 .mbr-section-title {
  text-align: center;
  color: #291f1e;
}
.cid-uVPBMFgwg4 .mbr-text,
.cid-uVPBMFgwg4 .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-v0fT2FycYz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0fT2FycYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fT2FycYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0fT2FycYz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0fT2FycYz .row {
  flex-direction: row-reverse;
}
.cid-v0fT2FycYz img {
  width: 100%;
}
.cid-v0fTugZzJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0fTfO3CU5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0fTfO3CU5 .mbr-text {
  text-align: left;
}
.cid-uApFE3HQEJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uApFE3HQEJ .item-wrapper {
  width: 100%;
}
.cid-uApFE3HQEJ .left-side {
  text-align: left;
}
.cid-uApFE3HQEJ .row {
  align-items: center;
  justify-content: center;
}
.cid-uApFE3HQEJ .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uApFE3HQEJ .card-box:focus-within {
  opacity: 1;
}
.cid-uApFE3HQEJ .row-center {
  height: 100%;
}
.cid-uApFE3HQEJ .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uApFE3HQEJ .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uApFE3HQEJ .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uApFE3HQEJ .card-wrapper:hover .card-box,
.cid-uApFE3HQEJ .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uApFE3HQEJ .card-wrapper:hover .card-img,
.cid-uApFE3HQEJ .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uApFE3HQEJ .card-wrapper:hover:before,
.cid-uApFE3HQEJ .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uApFE3HQEJ .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uApFE3HQEJ .g {
  grid-row-gap: 24px;
}
.cid-uApFE3HQEJ .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uApFE3HQEJ .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uApFE3HQEJ .carousel-control {
    display: none;
  }
}
.cid-uApFE3HQEJ .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uApFE3HQEJ .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uApFE3HQEJ .card1 {
  background-image: url("../../../assets/images/photo-12-12-2024-5-39-52-pm-2000x2667.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uApFE3HQEJ .card2 {
  background-image: url("../../../assets/images/photo-12-12-2024-6-06-51-pm-2000x1500.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uApFE3HQEJ .card3 {
  background-image: url("../../../assets/images/img-3463-2000x1500.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uApFE3HQEJ .card4 {
  background-image: url("../../../assets/images/photo-12-5-2024-9-53-33am-2000x1500.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uApFE3HQEJ .card5 {
  background-image: url("../../../assets/images/halloween24-239-2000x1333.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uApFE3HQEJ .card6 {
  background-image: url("../../../assets/images/halloween24-200-2000x1333.jpg");
  background-size: cover;
  background-position: center;
}
.cid-utUF4egN9K {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-utUF4egN9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUF4egN9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUF4egN9K .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-utUF4egN9K .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utUF4egN9K .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-utUF4egN9K .card-title {
  color: #000000;
}
.cid-utUF4egN9K .card-text {
  color: #000000;
}
.cid-uAqNn74Woz {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAqNn74Woz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqNn74Woz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqNn74Woz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uAqNn74Woz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uAqNn74Woz {
    align-items: center;
  }
  .cid-uAqNn74Woz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAqNn74Woz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAqNn74Woz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAqNn74Woz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAqNn74Woz .content-wrap {
    width: 100%;
  }
}
.cid-uAqNn74Woz .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-uAqNn74Woz .mbr-text,
.cid-uAqNn74Woz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uApMARaQrj {
  padding-top: 5rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uApMARaQrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uApMARaQrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uApMARaQrj .container {
  max-width: 100%;
  width: 100%;
}
.cid-uApMARaQrj .row {
  justify-content: center;
}
.cid-uApMARaQrj .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uApMARaQrj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-uApMARaQrj .image-wrapper img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-uApMARaQrj .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-uApMARaQrj .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-uApMARaQrj .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-uApMARaQrj .image-wrapper img {
    height: 200px;
  }
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tKmhVZJe4b {
  z-index: 1000;
  width: 100%;
}
.cid-tKmhVZJe4b nav.navbar {
  position: fixed;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKmhVZJe4b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKmhVZJe4b .dropdown-item:hover,
.cid-tKmhVZJe4b .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tKmhVZJe4b .dropdown-item:hover span {
  color: white;
}
.cid-tKmhVZJe4b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKmhVZJe4b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKmhVZJe4b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKmhVZJe4b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKmhVZJe4b .nav-link {
  position: relative;
}
.cid-tKmhVZJe4b .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmhVZJe4b .container {
    flex-wrap: wrap;
  }
}
.cid-tKmhVZJe4b .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmhVZJe4b .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKmhVZJe4b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKmhVZJe4b .dropdown-menu,
.cid-tKmhVZJe4b .navbar.opened {
  background: #ffffff !important;
}
.cid-tKmhVZJe4b .nav-item:focus,
.cid-tKmhVZJe4b .nav-link:focus {
  outline: none;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKmhVZJe4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKmhVZJe4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKmhVZJe4b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tKmhVZJe4b .navbar.opened {
  transition: all 0.3s;
}
.cid-tKmhVZJe4b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKmhVZJe4b .navbar .navbar-logo img {
  width: auto;
}
.cid-tKmhVZJe4b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKmhVZJe4b .navbar.collapsed {
  justify-content: center;
}
.cid-tKmhVZJe4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKmhVZJe4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKmhVZJe4b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKmhVZJe4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKmhVZJe4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKmhVZJe4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKmhVZJe4b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKmhVZJe4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKmhVZJe4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKmhVZJe4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKmhVZJe4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKmhVZJe4b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKmhVZJe4b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKmhVZJe4b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKmhVZJe4b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKmhVZJe4b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKmhVZJe4b .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKmhVZJe4b .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKmhVZJe4b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKmhVZJe4b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKmhVZJe4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKmhVZJe4b .dropdown-item.active,
.cid-tKmhVZJe4b .dropdown-item:active {
  background-color: transparent;
}
.cid-tKmhVZJe4b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKmhVZJe4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKmhVZJe4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKmhVZJe4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKmhVZJe4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKmhVZJe4b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKmhVZJe4b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKmhVZJe4b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKmhVZJe4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKmhVZJe4b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar {
    height: 70px;
  }
  .cid-tKmhVZJe4b .navbar.opened {
    height: auto;
  }
  .cid-tKmhVZJe4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqSPwSt8G {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAqSPwSt8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqSPwSt8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqSPwSt8G .mbr-section-title {
  color: #000000;
}
.cid-uAqSPwSt8G .mbr-text,
.cid-uAqSPwSt8G .mbr-section-btn {
  color: #000000;
}
.cid-tKnw92Zc4v {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKnw92Zc4v .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tKnw92Zc4v .mbr-section-title {
  color: #000000;
}
.cid-tKnw92Zc4v .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tKnw92Zc4v .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tKnw92Zc4v .items-row {
    margin: 0 -15px;
  }
  .cid-tKnw92Zc4v .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tKnw92Zc4v .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tKnw92Zc4v .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKnw92Zc4v .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tKnw92Zc4v .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tKnw92Zc4v .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tKnw92Zc4v .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-tKnw92Zc4v .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tKnw92Zc4v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tKnw92Zc4v .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKnw92Zc4v .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tKnw92Zc4v .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tKnw92Zc4v .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tKnw92Zc4v .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKnw92Zc4v .item-title,
.cid-tKnw92Zc4v .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tLn6fv68zs {
  z-index: 1000;
  width: 100%;
}
.cid-tLn6fv68zs nav.navbar {
  position: fixed;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLn6fv68zs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLn6fv68zs .dropdown-item:hover,
.cid-tLn6fv68zs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tLn6fv68zs .dropdown-item:hover span {
  color: white;
}
.cid-tLn6fv68zs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLn6fv68zs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLn6fv68zs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLn6fv68zs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLn6fv68zs .nav-link {
  position: relative;
}
.cid-tLn6fv68zs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLn6fv68zs .container {
    flex-wrap: wrap;
  }
}
.cid-tLn6fv68zs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLn6fv68zs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLn6fv68zs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLn6fv68zs .dropdown-menu,
.cid-tLn6fv68zs .navbar.opened {
  background: #ffffff !important;
}
.cid-tLn6fv68zs .nav-item:focus,
.cid-tLn6fv68zs .nav-link:focus {
  outline: none;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLn6fv68zs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLn6fv68zs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLn6fv68zs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tLn6fv68zs .navbar.opened {
  transition: all 0.3s;
}
.cid-tLn6fv68zs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLn6fv68zs .navbar .navbar-logo img {
  width: auto;
}
.cid-tLn6fv68zs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLn6fv68zs .navbar.collapsed {
  justify-content: center;
}
.cid-tLn6fv68zs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLn6fv68zs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLn6fv68zs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLn6fv68zs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLn6fv68zs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLn6fv68zs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLn6fv68zs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLn6fv68zs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLn6fv68zs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLn6fv68zs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLn6fv68zs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLn6fv68zs .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-tLn6fv68zs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLn6fv68zs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLn6fv68zs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLn6fv68zs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLn6fv68zs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLn6fv68zs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLn6fv68zs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLn6fv68zs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLn6fv68zs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLn6fv68zs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLn6fv68zs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLn6fv68zs .dropdown-item.active,
.cid-tLn6fv68zs .dropdown-item:active {
  background-color: transparent;
}
.cid-tLn6fv68zs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLn6fv68zs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLn6fv68zs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLn6fv68zs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLn6fv68zs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLn6fv68zs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLn6fv68zs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLn6fv68zs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLn6fv68zs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLn6fv68zs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLn6fv68zs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .navbar {
    height: 70px;
  }
  .cid-tLn6fv68zs .navbar.opened {
    height: auto;
  }
  .cid-tLn6fv68zs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLn6fu67wn {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLn6fu67wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLn6fu67wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLn6fu67wn .mbr-text,
.cid-tLn6fu67wn .mbr-section-btn {
  color: #000000;
}
.cid-tLn6fu67wn .mbr-section-title {
  color: #000000;
}
.cid-uQVcZFDbKN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVcZFDbKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVcZFDbKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVcZFDbKN .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uQVcZFDbKN .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uQVcZFDbKN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQVcZFDbKN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uQVcZFDbKN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uQVcZFDbKN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uQVcZFDbKN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQVcZFDbKN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uQVcZFDbKN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVcZFDbKN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tKbK6pqL0v {
  z-index: 1000;
  width: 100%;
}
.cid-tKbK6pqL0v nav.navbar {
  position: fixed;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKbK6pqL0v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKbK6pqL0v .dropdown-item:hover,
.cid-tKbK6pqL0v .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tKbK6pqL0v .dropdown-item:hover span {
  color: white;
}
.cid-tKbK6pqL0v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKbK6pqL0v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKbK6pqL0v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKbK6pqL0v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKbK6pqL0v .nav-link {
  position: relative;
}
.cid-tKbK6pqL0v .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbK6pqL0v .container {
    flex-wrap: wrap;
  }
}
.cid-tKbK6pqL0v .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbK6pqL0v .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKbK6pqL0v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKbK6pqL0v .dropdown-menu,
.cid-tKbK6pqL0v .navbar.opened {
  background: #ffffff !important;
}
.cid-tKbK6pqL0v .nav-item:focus,
.cid-tKbK6pqL0v .nav-link:focus {
  outline: none;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKbK6pqL0v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKbK6pqL0v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKbK6pqL0v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tKbK6pqL0v .navbar.opened {
  transition: all 0.3s;
}
.cid-tKbK6pqL0v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKbK6pqL0v .navbar .navbar-logo img {
  width: auto;
}
.cid-tKbK6pqL0v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKbK6pqL0v .navbar.collapsed {
  justify-content: center;
}
.cid-tKbK6pqL0v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKbK6pqL0v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKbK6pqL0v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKbK6pqL0v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKbK6pqL0v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKbK6pqL0v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKbK6pqL0v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKbK6pqL0v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKbK6pqL0v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKbK6pqL0v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKbK6pqL0v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKbK6pqL0v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKbK6pqL0v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKbK6pqL0v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKbK6pqL0v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKbK6pqL0v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKbK6pqL0v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKbK6pqL0v .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKbK6pqL0v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKbK6pqL0v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKbK6pqL0v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKbK6pqL0v .dropdown-item.active,
.cid-tKbK6pqL0v .dropdown-item:active {
  background-color: transparent;
}
.cid-tKbK6pqL0v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKbK6pqL0v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKbK6pqL0v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKbK6pqL0v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKbK6pqL0v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKbK6pqL0v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKbK6pqL0v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKbK6pqL0v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKbK6pqL0v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKbK6pqL0v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar {
    height: 70px;
  }
  .cid-tKbK6pqL0v .navbar.opened {
    height: auto;
  }
  .cid-tKbK6pqL0v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAqSplBpuv {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAqSplBpuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqSplBpuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqSplBpuv .mbr-section-title {
  color: #000000;
}
.cid-uP0j6fz9Pb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0j6fz9Pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0j6fz9Pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0j6fz9Pb .container {
    padding: 0 24px;
  }
}
.cid-uP0j6fz9Pb .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0j6fz9Pb .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0j6fz9Pb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0j6fz9Pb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0j6fz9Pb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0j6fz9Pb .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0j6fz9Pb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0j6fz9Pb .mbr-text {
  color: #F9F6E0;
}
.cid-uP0j6fz9Pb .mbr-section-title,
.cid-uP0j6fz9Pb .mbr-section-btn {
  color: #000000;
}
.cid-tKbO1CLsrC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKbO1CLsrC .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tKbO1CLsrC .mbr-section-title {
  color: #000000;
}
.cid-tKbO1CLsrC .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tKbO1CLsrC .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tKbO1CLsrC .items-row {
    margin: 0 -15px;
  }
  .cid-tKbO1CLsrC .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tKbO1CLsrC .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tKbO1CLsrC .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKbO1CLsrC .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tKbO1CLsrC .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tKbO1CLsrC .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tKbO1CLsrC .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-tKbO1CLsrC .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tKbO1CLsrC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tKbO1CLsrC .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKbO1CLsrC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tKbO1CLsrC .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tKbO1CLsrC .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tKbO1CLsrC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKbO1CLsrC .item-title,
.cid-tKbO1CLsrC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0jQ69GPs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0jQ69GPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0jQ69GPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0jQ69GPs .container {
    padding: 0 24px;
  }
}
.cid-uP0jQ69GPs .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0jQ69GPs .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0jQ69GPs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0jQ69GPs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0jQ69GPs .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0jQ69GPs .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0jQ69GPs .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0jQ69GPs .mbr-text {
  color: #F9F6E0;
}
.cid-uP0jQ69GPs .mbr-section-title,
.cid-uP0jQ69GPs .mbr-section-btn {
  color: #000000;
}
.cid-uP0jpXaTu2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0jpXaTu2 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0jpXaTu2 .mbr-section-title {
  color: #000000;
}
.cid-uP0jpXaTu2 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0jpXaTu2 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0jpXaTu2 .items-row {
    margin: 0 -15px;
  }
  .cid-uP0jpXaTu2 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0jpXaTu2 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0jpXaTu2 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0jpXaTu2 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0jpXaTu2 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0jpXaTu2 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0jpXaTu2 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0jpXaTu2 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0jpXaTu2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0jpXaTu2 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0jpXaTu2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0jpXaTu2 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0jpXaTu2 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0jpXaTu2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0jpXaTu2 .item-title,
.cid-uP0jpXaTu2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0kcLWX8s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0kcLWX8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0kcLWX8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0kcLWX8s .container {
    padding: 0 24px;
  }
}
.cid-uP0kcLWX8s .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0kcLWX8s .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0kcLWX8s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0kcLWX8s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0kcLWX8s .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0kcLWX8s .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0kcLWX8s .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0kcLWX8s .mbr-text {
  color: #F9F6E0;
}
.cid-uP0kcLWX8s .mbr-section-title,
.cid-uP0kcLWX8s .mbr-section-btn {
  color: #000000;
}
.cid-uP0jEIRrJz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0jEIRrJz .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0jEIRrJz .mbr-section-title {
  color: #000000;
}
.cid-uP0jEIRrJz .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0jEIRrJz .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0jEIRrJz .items-row {
    margin: 0 -15px;
  }
  .cid-uP0jEIRrJz .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0jEIRrJz .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0jEIRrJz .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0jEIRrJz .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0jEIRrJz .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0jEIRrJz .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0jEIRrJz .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0jEIRrJz .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0jEIRrJz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0jEIRrJz .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0jEIRrJz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0jEIRrJz .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0jEIRrJz .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0jEIRrJz .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0jEIRrJz .item-title,
.cid-uP0jEIRrJz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0vX3eJGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0vX3eJGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0vX3eJGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0vX3eJGm .container {
    padding: 0 24px;
  }
}
.cid-uP0vX3eJGm .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0vX3eJGm .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0vX3eJGm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0vX3eJGm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0vX3eJGm .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0vX3eJGm .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0vX3eJGm .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0vX3eJGm .mbr-text {
  color: #F9F6E0;
}
.cid-uP0vX3eJGm .mbr-section-title,
.cid-uP0vX3eJGm .mbr-section-btn {
  color: #000000;
}
.cid-uP0kP6geZr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kP6geZr .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kP6geZr .mbr-section-title {
  color: #000000;
}
.cid-uP0kP6geZr .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kP6geZr .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kP6geZr .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kP6geZr .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kP6geZr .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kP6geZr .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kP6geZr .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kP6geZr .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kP6geZr .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kP6geZr .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kP6geZr .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kP6geZr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kP6geZr .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kP6geZr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kP6geZr .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kP6geZr .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kP6geZr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kP6geZr .item-title,
.cid-uP0kP6geZr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVPCjLk7jg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uVPCjLk7jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPCjLk7jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uVPCjLk7jg .container {
    padding: 0 24px;
  }
}
.cid-uVPCjLk7jg .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uVPCjLk7jg .content-wrapper {
    padding: 24px;
  }
}
.cid-uVPCjLk7jg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVPCjLk7jg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVPCjLk7jg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uVPCjLk7jg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVPCjLk7jg .mbr-section-title {
  color: #F9F6E0;
}
.cid-uVPCjLk7jg .mbr-text {
  color: #F9F6E0;
}
.cid-uVPCjLk7jg .mbr-section-title,
.cid-uVPCjLk7jg .mbr-section-btn {
  color: #000000;
}
.cid-uVPCkO75xS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVPCkO75xS .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uVPCkO75xS .mbr-section-title {
  color: #000000;
}
.cid-uVPCkO75xS .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uVPCkO75xS .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uVPCkO75xS .items-row {
    margin: 0 -15px;
  }
  .cid-uVPCkO75xS .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uVPCkO75xS .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uVPCkO75xS .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uVPCkO75xS .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uVPCkO75xS .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uVPCkO75xS .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uVPCkO75xS .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uVPCkO75xS .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uVPCkO75xS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uVPCkO75xS .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uVPCkO75xS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uVPCkO75xS .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uVPCkO75xS .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uVPCkO75xS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVPCkO75xS .item-title,
.cid-uVPCkO75xS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0Qn5FsaW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0Qn5FsaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0Qn5FsaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0Qn5FsaW .container {
    padding: 0 24px;
  }
}
.cid-uP0Qn5FsaW .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0Qn5FsaW .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0Qn5FsaW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0Qn5FsaW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0Qn5FsaW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0Qn5FsaW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0Qn5FsaW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0Qn5FsaW .mbr-text {
  color: #F9F6E0;
}
.cid-uP0Qn5FsaW .mbr-section-title,
.cid-uP0Qn5FsaW .mbr-section-btn {
  color: #000000;
}
.cid-uP0QlhGAJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0QlhGAJL .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0QlhGAJL .mbr-section-title {
  color: #000000;
}
.cid-uP0QlhGAJL .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0QlhGAJL .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0QlhGAJL .items-row {
    margin: 0 -15px;
  }
  .cid-uP0QlhGAJL .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0QlhGAJL .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0QlhGAJL .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0QlhGAJL .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0QlhGAJL .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0QlhGAJL .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0QlhGAJL .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0QlhGAJL .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0QlhGAJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0QlhGAJL .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0QlhGAJL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0QlhGAJL .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0QlhGAJL .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0QlhGAJL .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0QlhGAJL .item-title,
.cid-uP0QlhGAJL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0TgbCbiZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0TgbCbiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0TgbCbiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0TgbCbiZ .container {
    padding: 0 24px;
  }
}
.cid-uP0TgbCbiZ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0TgbCbiZ .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0TgbCbiZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0TgbCbiZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0TgbCbiZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0TgbCbiZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0TgbCbiZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0TgbCbiZ .mbr-text {
  color: #F9F6E0;
}
.cid-uP0TgbCbiZ .mbr-section-title,
.cid-uP0TgbCbiZ .mbr-section-btn {
  color: #000000;
}
.cid-uP0ThZ2IvW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0ThZ2IvW .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0ThZ2IvW .mbr-section-title {
  color: #000000;
}
.cid-uP0ThZ2IvW .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0ThZ2IvW .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0ThZ2IvW .items-row {
    margin: 0 -15px;
  }
  .cid-uP0ThZ2IvW .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0ThZ2IvW .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0ThZ2IvW .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0ThZ2IvW .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0ThZ2IvW .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0ThZ2IvW .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0ThZ2IvW .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0ThZ2IvW .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0ThZ2IvW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0ThZ2IvW .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0ThZ2IvW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0ThZ2IvW .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0ThZ2IvW .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0ThZ2IvW .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0ThZ2IvW .item-title,
.cid-uP0ThZ2IvW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2w8r15NVO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-v2w8r15NVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2w8r15NVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v2w8r15NVO .container {
    padding: 0 24px;
  }
}
.cid-v2w8r15NVO .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v2w8r15NVO .content-wrapper {
    padding: 24px;
  }
}
.cid-v2w8r15NVO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v2w8r15NVO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2w8r15NVO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v2w8r15NVO .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2w8r15NVO .mbr-section-title {
  color: #F9F6E0;
}
.cid-v2w8r15NVO .mbr-text {
  color: #F9F6E0;
}
.cid-v2w8r15NVO .mbr-section-title,
.cid-v2w8r15NVO .mbr-section-btn {
  color: #000000;
}
.cid-v2w8uvYqN3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2w8uvYqN3 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-v2w8uvYqN3 .mbr-section-title {
  color: #000000;
}
.cid-v2w8uvYqN3 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-v2w8uvYqN3 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-v2w8uvYqN3 .items-row {
    margin: 0 -15px;
  }
  .cid-v2w8uvYqN3 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v2w8uvYqN3 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-v2w8uvYqN3 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-v2w8uvYqN3 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-v2w8uvYqN3 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-v2w8uvYqN3 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v2w8uvYqN3 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-v2w8uvYqN3 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-v2w8uvYqN3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-v2w8uvYqN3 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2w8uvYqN3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-v2w8uvYqN3 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-v2w8uvYqN3 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-v2w8uvYqN3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2w8uvYqN3 .item-title,
.cid-v2w8uvYqN3 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0wvD1UFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0wvD1UFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0wvD1UFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0wvD1UFP .container {
    padding: 0 24px;
  }
}
.cid-uP0wvD1UFP .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0wvD1UFP .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0wvD1UFP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0wvD1UFP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0wvD1UFP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0wvD1UFP .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0wvD1UFP .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0wvD1UFP .mbr-text {
  color: #F9F6E0;
}
.cid-uP0wvD1UFP .mbr-section-title,
.cid-uP0wvD1UFP .mbr-section-btn {
  color: #000000;
}
.cid-uP0kQ8Bjq8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kQ8Bjq8 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kQ8Bjq8 .mbr-section-title {
  color: #000000;
}
.cid-uP0kQ8Bjq8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kQ8Bjq8 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kQ8Bjq8 .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kQ8Bjq8 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kQ8Bjq8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kQ8Bjq8 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kQ8Bjq8 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kQ8Bjq8 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kQ8Bjq8 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kQ8Bjq8 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kQ8Bjq8 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kQ8Bjq8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kQ8Bjq8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kQ8Bjq8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kQ8Bjq8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kQ8Bjq8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kQ8Bjq8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kQ8Bjq8 .item-title,
.cid-uP0kQ8Bjq8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0wZgwgPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0wZgwgPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0wZgwgPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0wZgwgPM .container {
    padding: 0 24px;
  }
}
.cid-uP0wZgwgPM .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0wZgwgPM .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0wZgwgPM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0wZgwgPM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0wZgwgPM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0wZgwgPM .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0wZgwgPM .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0wZgwgPM .mbr-text {
  color: #F9F6E0;
}
.cid-uP0wZgwgPM .mbr-section-title,
.cid-uP0wZgwgPM .mbr-section-btn {
  color: #000000;
}
.cid-uP0kQt2Doh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kQt2Doh .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kQt2Doh .mbr-section-title {
  color: #000000;
}
.cid-uP0kQt2Doh .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kQt2Doh .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kQt2Doh .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kQt2Doh .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kQt2Doh .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kQt2Doh .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kQt2Doh .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kQt2Doh .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kQt2Doh .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kQt2Doh .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kQt2Doh .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kQt2Doh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kQt2Doh .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kQt2Doh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kQt2Doh .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kQt2Doh .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kQt2Doh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kQt2Doh .item-title,
.cid-uP0kQt2Doh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0zlvIBQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0zlvIBQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0zlvIBQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0zlvIBQB .container {
    padding: 0 24px;
  }
}
.cid-uP0zlvIBQB .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0zlvIBQB .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0zlvIBQB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0zlvIBQB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0zlvIBQB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0zlvIBQB .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0zlvIBQB .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0zlvIBQB .mbr-text {
  color: #F9F6E0;
}
.cid-uP0zlvIBQB .mbr-section-title,
.cid-uP0zlvIBQB .mbr-section-btn {
  color: #000000;
}
.cid-uP0yDYbtDR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0yDYbtDR .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0yDYbtDR .mbr-section-title {
  color: #000000;
}
.cid-uP0yDYbtDR .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0yDYbtDR .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0yDYbtDR .items-row {
    margin: 0 -15px;
  }
  .cid-uP0yDYbtDR .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0yDYbtDR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0yDYbtDR .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0yDYbtDR .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0yDYbtDR .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0yDYbtDR .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0yDYbtDR .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0yDYbtDR .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0yDYbtDR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0yDYbtDR .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0yDYbtDR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0yDYbtDR .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0yDYbtDR .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0yDYbtDR .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0yDYbtDR .item-title,
.cid-uP0yDYbtDR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0A7Rpb3i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0A7Rpb3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0A7Rpb3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0A7Rpb3i .container {
    padding: 0 24px;
  }
}
.cid-uP0A7Rpb3i .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0A7Rpb3i .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0A7Rpb3i .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0A7Rpb3i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0A7Rpb3i .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0A7Rpb3i .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0A7Rpb3i .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0A7Rpb3i .mbr-text {
  color: #F9F6E0;
}
.cid-uP0A7Rpb3i .mbr-section-title,
.cid-uP0A7Rpb3i .mbr-section-btn {
  color: #000000;
}
.cid-uP0x5wg7Fu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP0x5wg7Fu .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x5wg7Fu .mbr-section-title {
  color: #000000;
}
.cid-uP0x5wg7Fu .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x5wg7Fu .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x5wg7Fu .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x5wg7Fu .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x5wg7Fu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x5wg7Fu .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x5wg7Fu .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x5wg7Fu .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x5wg7Fu .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x5wg7Fu .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x5wg7Fu .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x5wg7Fu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x5wg7Fu .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x5wg7Fu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x5wg7Fu .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x5wg7Fu .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x5wg7Fu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x5wg7Fu .item-title,
.cid-uP0x5wg7Fu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0BFui1Wx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0BFui1Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0BFui1Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0BFui1Wx .container {
    padding: 0 24px;
  }
}
.cid-uP0BFui1Wx .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0BFui1Wx .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0BFui1Wx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0BFui1Wx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0BFui1Wx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0BFui1Wx .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0BFui1Wx .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0BFui1Wx .mbr-text {
  color: #F9F6E0;
}
.cid-uP0BFui1Wx .mbr-section-title,
.cid-uP0BFui1Wx .mbr-section-btn {
  color: #000000;
}
.cid-uP0x6duJq1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP0x6duJq1 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x6duJq1 .mbr-section-title {
  color: #000000;
}
.cid-uP0x6duJq1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x6duJq1 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x6duJq1 .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x6duJq1 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x6duJq1 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x6duJq1 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x6duJq1 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x6duJq1 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x6duJq1 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x6duJq1 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x6duJq1 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x6duJq1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x6duJq1 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x6duJq1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x6duJq1 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x6duJq1 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x6duJq1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x6duJq1 .item-title,
.cid-uP0x6duJq1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0ESQRmFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0ESQRmFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0ESQRmFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0ESQRmFo .container {
    padding: 0 24px;
  }
}
.cid-uP0ESQRmFo .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0ESQRmFo .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0ESQRmFo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0ESQRmFo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0ESQRmFo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0ESQRmFo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0ESQRmFo .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0ESQRmFo .mbr-text {
  color: #F9F6E0;
}
.cid-uP0ESQRmFo .mbr-section-title,
.cid-uP0ESQRmFo .mbr-section-btn {
  color: #000000;
}
.cid-uP0x74Dvia {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0x74Dvia .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x74Dvia .mbr-section-title {
  color: #000000;
}
.cid-uP0x74Dvia .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x74Dvia .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x74Dvia .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x74Dvia .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x74Dvia .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x74Dvia .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x74Dvia .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x74Dvia .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x74Dvia .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x74Dvia .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x74Dvia .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x74Dvia .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x74Dvia .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x74Dvia .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x74Dvia .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x74Dvia .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x74Dvia .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x74Dvia .item-title,
.cid-uP0x74Dvia .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0FfbK8es {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0FfbK8es .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0FfbK8es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0FfbK8es .container {
    padding: 0 24px;
  }
}
.cid-uP0FfbK8es .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0FfbK8es .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0FfbK8es .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0FfbK8es .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0FfbK8es .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0FfbK8es .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0FfbK8es .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0FfbK8es .mbr-text {
  color: #F9F6E0;
}
.cid-uP0FfbK8es .mbr-section-title,
.cid-uP0FfbK8es .mbr-section-btn {
  color: #000000;
}
.cid-uP0x6FJuMs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0x6FJuMs .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x6FJuMs .mbr-section-title {
  color: #000000;
}
.cid-uP0x6FJuMs .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x6FJuMs .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x6FJuMs .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x6FJuMs .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x6FJuMs .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x6FJuMs .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x6FJuMs .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x6FJuMs .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x6FJuMs .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x6FJuMs .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x6FJuMs .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x6FJuMs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x6FJuMs .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x6FJuMs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x6FJuMs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x6FJuMs .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x6FJuMs .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x6FJuMs .item-title,
.cid-uP0x6FJuMs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0FEFVP7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0FEFVP7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0FEFVP7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0FEFVP7r .container {
    padding: 0 24px;
  }
}
.cid-uP0FEFVP7r .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0FEFVP7r .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0FEFVP7r .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0FEFVP7r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0FEFVP7r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0FEFVP7r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0FEFVP7r .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0FEFVP7r .mbr-text {
  color: #F9F6E0;
}
.cid-uP0FEFVP7r .mbr-section-title,
.cid-uP0FEFVP7r .mbr-section-btn {
  color: #000000;
}
.cid-uP0x3OF9js {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0x3OF9js .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x3OF9js .mbr-section-title {
  color: #000000;
}
.cid-uP0x3OF9js .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x3OF9js .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x3OF9js .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x3OF9js .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x3OF9js .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x3OF9js .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x3OF9js .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x3OF9js .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x3OF9js .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x3OF9js .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x3OF9js .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x3OF9js .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x3OF9js .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x3OF9js .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x3OF9js .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x3OF9js .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x3OF9js .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x3OF9js .item-title,
.cid-uP0x3OF9js .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0IwaPmVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0IwaPmVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0IwaPmVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0IwaPmVd .container {
    padding: 0 24px;
  }
}
.cid-uP0IwaPmVd .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0IwaPmVd .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0IwaPmVd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0IwaPmVd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0IwaPmVd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0IwaPmVd .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0IwaPmVd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0IwaPmVd .mbr-text {
  color: #F9F6E0;
}
.cid-uP0IwaPmVd .mbr-section-title,
.cid-uP0IwaPmVd .mbr-section-btn {
  color: #000000;
}
.cid-uP0kQRghjv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kQRghjv .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kQRghjv .mbr-section-title {
  color: #000000;
}
.cid-uP0kQRghjv .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kQRghjv .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kQRghjv .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kQRghjv .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kQRghjv .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kQRghjv .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kQRghjv .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kQRghjv .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kQRghjv .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kQRghjv .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kQRghjv .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kQRghjv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kQRghjv .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kQRghjv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kQRghjv .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kQRghjv .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kQRghjv .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kQRghjv .item-title,
.cid-uP0kQRghjv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0JwayUSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0JwayUSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0JwayUSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0JwayUSt .container {
    padding: 0 24px;
  }
}
.cid-uP0JwayUSt .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0JwayUSt .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0JwayUSt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0JwayUSt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0JwayUSt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0JwayUSt .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0JwayUSt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0JwayUSt .mbr-text {
  color: #F9F6E0;
}
.cid-uP0JwayUSt .mbr-section-title,
.cid-uP0JwayUSt .mbr-section-btn {
  color: #000000;
}
.cid-uP0kRGPvuH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kRGPvuH .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kRGPvuH .mbr-section-title {
  color: #000000;
}
.cid-uP0kRGPvuH .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kRGPvuH .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kRGPvuH .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kRGPvuH .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kRGPvuH .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kRGPvuH .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kRGPvuH .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kRGPvuH .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kRGPvuH .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kRGPvuH .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kRGPvuH .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kRGPvuH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kRGPvuH .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kRGPvuH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kRGPvuH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kRGPvuH .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kRGPvuH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kRGPvuH .item-title,
.cid-uP0kRGPvuH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0Jv69ICg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uP0Jv69ICg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0Jv69ICg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0Jv69ICg .container {
    padding: 0 24px;
  }
}
.cid-uP0Jv69ICg .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uP0Jv69ICg .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0Jv69ICg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0Jv69ICg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0Jv69ICg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0Jv69ICg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0Jv69ICg .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0Jv69ICg .mbr-text {
  color: #F9F6E0;
}
.cid-uP0Jv69ICg .mbr-section-title,
.cid-uP0Jv69ICg .mbr-section-btn {
  color: #000000;
}
.cid-uP0G9chhvs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0G9chhvs .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0G9chhvs .mbr-section-title {
  color: #000000;
}
.cid-uP0G9chhvs .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0G9chhvs .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0G9chhvs .items-row {
    margin: 0 -15px;
  }
  .cid-uP0G9chhvs .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0G9chhvs .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0G9chhvs .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0G9chhvs .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0G9chhvs .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0G9chhvs .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0G9chhvs .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0G9chhvs .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0G9chhvs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0G9chhvs .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0G9chhvs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0G9chhvs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0G9chhvs .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0G9chhvs .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0G9chhvs .item-title,
.cid-uP0G9chhvs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uPnVVteS40 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uPnVVteS40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPnVVteS40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uPnVVteS40 .container {
    padding: 0 24px;
  }
}
.cid-uPnVVteS40 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPnVVteS40 .content-wrapper {
    padding: 24px;
  }
}
.cid-uPnVVteS40 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uPnVVteS40 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPnVVteS40 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPnVVteS40 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uPnVVteS40 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uPnVVteS40 .mbr-text {
  color: #F9F6E0;
}
.cid-uPnVVteS40 .mbr-section-title,
.cid-uPnVVteS40 .mbr-section-btn {
  color: #000000;
}
.cid-uPnVZ3suTF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPnVZ3suTF .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uPnVZ3suTF .mbr-section-title {
  color: #000000;
}
.cid-uPnVZ3suTF .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uPnVZ3suTF .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uPnVZ3suTF .items-row {
    margin: 0 -15px;
  }
  .cid-uPnVZ3suTF .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uPnVZ3suTF .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uPnVZ3suTF .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uPnVZ3suTF .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uPnVZ3suTF .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uPnVZ3suTF .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uPnVZ3suTF .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uPnVZ3suTF .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uPnVZ3suTF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uPnVZ3suTF .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uPnVZ3suTF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uPnVZ3suTF .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uPnVZ3suTF .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uPnVZ3suTF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPnVZ3suTF .item-title,
.cid-uPnVZ3suTF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uQPsq5UCWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dbdbdb;
}
.cid-uQPsq5UCWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPsq5UCWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uQPsq5UCWf .container {
    padding: 0 24px;
  }
}
.cid-uQPsq5UCWf .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQPsq5UCWf .content-wrapper {
    padding: 24px;
  }
}
.cid-uQPsq5UCWf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQPsq5UCWf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQPsq5UCWf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uQPsq5UCWf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uQPsq5UCWf .mbr-section-title {
  color: #F9F6E0;
}
.cid-uQPsq5UCWf .mbr-text {
  color: #F9F6E0;
}
.cid-uQPsq5UCWf .mbr-section-title,
.cid-uQPsq5UCWf .mbr-section-btn {
  color: #000000;
}
.cid-uQPsu0FFRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQPsu0FFRY .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uQPsu0FFRY .mbr-section-title {
  color: #000000;
}
.cid-uQPsu0FFRY .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uQPsu0FFRY .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uQPsu0FFRY .items-row {
    margin: 0 -15px;
  }
  .cid-uQPsu0FFRY .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uQPsu0FFRY .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uQPsu0FFRY .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uQPsu0FFRY .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uQPsu0FFRY .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uQPsu0FFRY .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uQPsu0FFRY .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uQPsu0FFRY .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uQPsu0FFRY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uQPsu0FFRY .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uQPsu0FFRY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uQPsu0FFRY .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uQPsu0FFRY .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uQPsu0FFRY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQPsu0FFRY .item-title,
.cid-uQPsu0FFRY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tVb61366Cu {
  z-index: 1000;
  width: 100%;
}
.cid-tVb61366Cu nav.navbar {
  position: fixed;
}
.cid-tVb61366Cu .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-tVb61366Cu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVb61366Cu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVb61366Cu .dropdown-item:hover,
.cid-tVb61366Cu .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tVb61366Cu .dropdown-item:hover span {
  color: white;
}
.cid-tVb61366Cu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVb61366Cu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVb61366Cu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVb61366Cu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVb61366Cu .nav-link {
  position: relative;
}
.cid-tVb61366Cu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVb61366Cu .container {
    flex-wrap: wrap;
  }
}
.cid-tVb61366Cu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVb61366Cu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVb61366Cu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVb61366Cu .dropdown-menu,
.cid-tVb61366Cu .navbar.opened {
  background: #ffffff !important;
}
.cid-tVb61366Cu .nav-item:focus,
.cid-tVb61366Cu .nav-link:focus {
  outline: none;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVb61366Cu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVb61366Cu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVb61366Cu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tVb61366Cu .navbar.opened {
  transition: all 0.3s;
}
.cid-tVb61366Cu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVb61366Cu .navbar .navbar-logo img {
  width: auto;
}
.cid-tVb61366Cu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVb61366Cu .navbar.collapsed {
  justify-content: center;
}
.cid-tVb61366Cu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVb61366Cu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVb61366Cu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVb61366Cu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVb61366Cu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVb61366Cu .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-tVb61366Cu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVb61366Cu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVb61366Cu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVb61366Cu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVb61366Cu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVb61366Cu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVb61366Cu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVb61366Cu .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-tVb61366Cu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVb61366Cu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVb61366Cu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVb61366Cu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVb61366Cu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVb61366Cu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVb61366Cu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVb61366Cu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVb61366Cu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVb61366Cu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVb61366Cu .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-tVb61366Cu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVb61366Cu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVb61366Cu .dropdown-item.active,
.cid-tVb61366Cu .dropdown-item:active {
  background-color: transparent;
}
.cid-tVb61366Cu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVb61366Cu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVb61366Cu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVb61366Cu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVb61366Cu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVb61366Cu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVb61366Cu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVb61366Cu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVb61366Cu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVb61366Cu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVb61366Cu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVb61366Cu .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-tVb61366Cu .navbar {
    height: 70px;
  }
  .cid-tVb61366Cu .navbar.opened {
    height: auto;
  }
  .cid-tVb61366Cu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0fUe2TQng {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0fUe2TQng .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fUe2TQng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fUe2TQng .mbr-section-title {
  text-align: center;
}
.cid-v0fTZaizTA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v0fTZaizTA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v0fTZaizTA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v0fTZaizTA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0fTZaizTA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v0fTZaizTA .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-v0fTZaizTA .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-v0fTZaizTA .brown {
  color: #c19b76;
}
.cid-v0fTZaizTA .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0fTZaizTA .paragraphs-wrapper .first-paragraph,
.cid-v0fTZaizTA .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0fTZaizTA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-v0fTZaizTA .text-element {
    padding-top: 0;
  }
  .cid-v0fTZaizTA .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fTZaizTA .paragraphs-wrapper .first-paragraph,
  .cid-v0fTZaizTA .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-v0fTZaizTA .first-paragraph,
  .cid-v0fTZaizTA .second-paragraph {
    width: 50%;
  }
  .cid-v0fTZaizTA .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-v0fTZaizTA .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-v0fTZaizTA .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fTZaizTA .mbr-section-title,
  .cid-v0fTZaizTA .mbr-section-btn {
    text-align: left;
  }
}
.cid-v0fTZaizTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fTZaizTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fTZaizTA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v0fTZaizTA .mbr-text,
.cid-v0fTZaizTA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uzgg5yjlLQ {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uzgg5yjlLQ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uzgg5yjlLQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uzgg5yjlLQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzgg5yjlLQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uzgg5yjlLQ .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uzgg5yjlLQ .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uzgg5yjlLQ .brown {
  color: #c19b76;
}
.cid-uzgg5yjlLQ .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzgg5yjlLQ .paragraphs-wrapper .first-paragraph,
.cid-uzgg5yjlLQ .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uzgg5yjlLQ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uzgg5yjlLQ .text-element {
    padding-top: 0;
  }
  .cid-uzgg5yjlLQ .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uzgg5yjlLQ .paragraphs-wrapper .first-paragraph,
  .cid-uzgg5yjlLQ .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uzgg5yjlLQ .first-paragraph,
  .cid-uzgg5yjlLQ .second-paragraph {
    width: 50%;
  }
  .cid-uzgg5yjlLQ .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uzgg5yjlLQ .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uzgg5yjlLQ .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzgg5yjlLQ .mbr-section-title,
  .cid-uzgg5yjlLQ .mbr-section-btn {
    text-align: left;
  }
}
.cid-uzgg5yjlLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzgg5yjlLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzgg5yjlLQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzgg5yjlLQ .mbr-text,
.cid-uzgg5yjlLQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXfB2HgLcB {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uXfB2HgLcB .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uXfB2HgLcB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uXfB2HgLcB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfB2HgLcB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uXfB2HgLcB .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uXfB2HgLcB .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uXfB2HgLcB .brown {
  color: #c19b76;
}
.cid-uXfB2HgLcB .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfB2HgLcB .paragraphs-wrapper .first-paragraph,
.cid-uXfB2HgLcB .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXfB2HgLcB .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uXfB2HgLcB .text-element {
    padding-top: 0;
  }
  .cid-uXfB2HgLcB .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXfB2HgLcB .paragraphs-wrapper .first-paragraph,
  .cid-uXfB2HgLcB .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uXfB2HgLcB .first-paragraph,
  .cid-uXfB2HgLcB .second-paragraph {
    width: 50%;
  }
  .cid-uXfB2HgLcB .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uXfB2HgLcB .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uXfB2HgLcB .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfB2HgLcB .mbr-section-title,
  .cid-uXfB2HgLcB .mbr-section-btn {
    text-align: left;
  }
}
.cid-uXfB2HgLcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfB2HgLcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfB2HgLcB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uXfB2HgLcB .mbr-text,
.cid-uXfB2HgLcB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uctfO30pxr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uctfO30pxr .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uctfO30pxr .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uctfO30pxr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uctfO30pxr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uctfO30pxr .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uctfO30pxr .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uctfO30pxr .brown {
  color: #c19b76;
}
.cid-uctfO30pxr .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uctfO30pxr .paragraphs-wrapper .first-paragraph,
.cid-uctfO30pxr .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uctfO30pxr .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uctfO30pxr .text-element {
    padding-top: 0;
  }
  .cid-uctfO30pxr .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uctfO30pxr .paragraphs-wrapper .first-paragraph,
  .cid-uctfO30pxr .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uctfO30pxr .first-paragraph,
  .cid-uctfO30pxr .second-paragraph {
    width: 50%;
  }
  .cid-uctfO30pxr .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uctfO30pxr .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uctfO30pxr .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uctfO30pxr .mbr-section-title,
  .cid-uctfO30pxr .mbr-section-btn {
    text-align: left;
  }
}
.cid-uctfO30pxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uctfO30pxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uctfO30pxr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uctfO30pxr .mbr-text,
.cid-uctfO30pxr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uptEOXKhwi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uptEOXKhwi .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uptEOXKhwi .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uptEOXKhwi .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uptEOXKhwi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uptEOXKhwi .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uptEOXKhwi .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uptEOXKhwi .brown {
  color: #c19b76;
}
.cid-uptEOXKhwi .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uptEOXKhwi .paragraphs-wrapper .first-paragraph,
.cid-uptEOXKhwi .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uptEOXKhwi .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uptEOXKhwi .text-element {
    padding-top: 0;
  }
  .cid-uptEOXKhwi .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uptEOXKhwi .paragraphs-wrapper .first-paragraph,
  .cid-uptEOXKhwi .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uptEOXKhwi .first-paragraph,
  .cid-uptEOXKhwi .second-paragraph {
    width: 50%;
  }
  .cid-uptEOXKhwi .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uptEOXKhwi .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uptEOXKhwi .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uptEOXKhwi .mbr-section-title,
  .cid-uptEOXKhwi .mbr-section-btn {
    text-align: left;
  }
}
.cid-uptEOXKhwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptEOXKhwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptEOXKhwi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uptEOXKhwi .mbr-text,
.cid-uptEOXKhwi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukMgJanZmC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ukMgJanZmC .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ukMgJanZmC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ukMgJanZmC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukMgJanZmC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ukMgJanZmC .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-ukMgJanZmC .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-ukMgJanZmC .brown {
  color: #c19b76;
}
.cid-ukMgJanZmC .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukMgJanZmC .paragraphs-wrapper .first-paragraph,
.cid-ukMgJanZmC .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ukMgJanZmC .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ukMgJanZmC .text-element {
    padding-top: 0;
  }
  .cid-ukMgJanZmC .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ukMgJanZmC .paragraphs-wrapper .first-paragraph,
  .cid-ukMgJanZmC .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ukMgJanZmC .first-paragraph,
  .cid-ukMgJanZmC .second-paragraph {
    width: 50%;
  }
  .cid-ukMgJanZmC .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-ukMgJanZmC .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-ukMgJanZmC .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukMgJanZmC .mbr-section-title,
  .cid-ukMgJanZmC .mbr-section-btn {
    text-align: left;
  }
}
.cid-ukMgJanZmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMgJanZmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMgJanZmC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ukMgJanZmC .mbr-text,
.cid-ukMgJanZmC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tVb6C4m4j6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tVb6C4m4j6 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tVb6C4m4j6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tVb6C4m4j6 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVb6C4m4j6 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tVb6C4m4j6 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tVb6C4m4j6 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-tVb6C4m4j6 .brown {
  color: #c19b76;
}
.cid-tVb6C4m4j6 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVb6C4m4j6 .paragraphs-wrapper .first-paragraph,
.cid-tVb6C4m4j6 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tVb6C4m4j6 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tVb6C4m4j6 .text-element {
    padding-top: 0;
  }
  .cid-tVb6C4m4j6 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tVb6C4m4j6 .paragraphs-wrapper .first-paragraph,
  .cid-tVb6C4m4j6 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tVb6C4m4j6 .first-paragraph,
  .cid-tVb6C4m4j6 .second-paragraph {
    width: 50%;
  }
  .cid-tVb6C4m4j6 .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-tVb6C4m4j6 .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-tVb6C4m4j6 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVb6C4m4j6 .mbr-section-title,
  .cid-tVb6C4m4j6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tVb6C4m4j6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVb6C4m4j6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVb6C4m4j6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVb6C4m4j6 .mbr-text,
.cid-tVb6C4m4j6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u8tr9dewBh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-u8tr9dewBh .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8tr9dewBh .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8tr9dewBh .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8tr9dewBh .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8tr9dewBh .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-u8tr9dewBh .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-u8tr9dewBh .brown {
  color: #c19b76;
}
.cid-u8tr9dewBh .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8tr9dewBh .paragraphs-wrapper .first-paragraph,
.cid-u8tr9dewBh .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u8tr9dewBh .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u8tr9dewBh .text-element {
    padding-top: 0;
  }
  .cid-u8tr9dewBh .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u8tr9dewBh .paragraphs-wrapper .first-paragraph,
  .cid-u8tr9dewBh .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8tr9dewBh .first-paragraph,
  .cid-u8tr9dewBh .second-paragraph {
    width: 50%;
  }
  .cid-u8tr9dewBh .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-u8tr9dewBh .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-u8tr9dewBh .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8tr9dewBh .mbr-section-title,
  .cid-u8tr9dewBh .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8tr9dewBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8tr9dewBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8tr9dewBh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8tr9dewBh .mbr-text,
.cid-u8tr9dewBh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u8sSViQ2M1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8sSViQ2M1 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8sSViQ2M1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8sSViQ2M1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8sSViQ2M1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8sSViQ2M1 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-u8sSViQ2M1 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-u8sSViQ2M1 .brown {
  color: #c19b76;
}
.cid-u8sSViQ2M1 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8sSViQ2M1 .paragraphs-wrapper .first-paragraph,
.cid-u8sSViQ2M1 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u8sSViQ2M1 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u8sSViQ2M1 .text-element {
    padding-top: 0;
  }
  .cid-u8sSViQ2M1 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u8sSViQ2M1 .paragraphs-wrapper .first-paragraph,
  .cid-u8sSViQ2M1 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8sSViQ2M1 .first-paragraph,
  .cid-u8sSViQ2M1 .second-paragraph {
    width: 50%;
  }
  .cid-u8sSViQ2M1 .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-u8sSViQ2M1 .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-u8sSViQ2M1 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8sSViQ2M1 .mbr-section-title,
  .cid-u8sSViQ2M1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8sSViQ2M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8sSViQ2M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8sSViQ2M1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8sSViQ2M1 .mbr-text,
.cid-u8sSViQ2M1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u3Yfw5VYUY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3Yfw5VYUY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3Yfw5VYUY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u3Yfw5VYUY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3Yfw5VYUY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u3Yfw5VYUY .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-u3Yfw5VYUY .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-u3Yfw5VYUY .brown {
  color: #c19b76;
}
.cid-u3Yfw5VYUY .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3Yfw5VYUY .paragraphs-wrapper .first-paragraph,
.cid-u3Yfw5VYUY .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u3Yfw5VYUY .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u3Yfw5VYUY .text-element {
    padding-top: 0;
  }
  .cid-u3Yfw5VYUY .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3Yfw5VYUY .paragraphs-wrapper .first-paragraph,
  .cid-u3Yfw5VYUY .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-u3Yfw5VYUY .first-paragraph,
  .cid-u3Yfw5VYUY .second-paragraph {
    width: 50%;
  }
  .cid-u3Yfw5VYUY .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-u3Yfw5VYUY .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-u3Yfw5VYUY .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Yfw5VYUY .mbr-section-title,
  .cid-u3Yfw5VYUY .mbr-section-btn {
    text-align: left;
  }
}
.cid-u3Yfw5VYUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Yfw5VYUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Yfw5VYUY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u3Yfw5VYUY .mbr-text,
.cid-u3Yfw5VYUY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tVb613vgAl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tVb613vgAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVb613vgAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVb613vgAl .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tVb613vgAl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tVb613vgAl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVb613vgAl .container {
    padding: 0 20px;
  }
}
.cid-tVb613vgAl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tVb613vgAl .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tVb613vgAl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVb613vgAl .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVb613vgAl .list {
    margin-bottom: 30px;
  }
}
.cid-tVb613vgAl .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tVb613vgAl .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tVb613vgAl .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tVb613vgAl .list .item-wrap:hover::before,
.cid-tVb613vgAl .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tVb613vgAl .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tVb613vgAl .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tVb613vgAl .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tVb613vgAl .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tVb613vgAl .social-wrapper .soc-item a {
  display: block;
}
.cid-tVb613vgAl .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tVb613vgAl .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tVb613vgAl .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tVb613vgAl .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-utUBITTYfc {
  z-index: 1000;
  width: 100%;
}
.cid-utUBITTYfc nav.navbar {
  position: fixed;
}
.cid-utUBITTYfc .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-utUBITTYfc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utUBITTYfc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utUBITTYfc .dropdown-item:hover,
.cid-utUBITTYfc .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-utUBITTYfc .dropdown-item:hover span {
  color: white;
}
.cid-utUBITTYfc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utUBITTYfc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utUBITTYfc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utUBITTYfc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utUBITTYfc .nav-link {
  position: relative;
}
.cid-utUBITTYfc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utUBITTYfc .container {
    flex-wrap: wrap;
  }
}
.cid-utUBITTYfc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utUBITTYfc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-utUBITTYfc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utUBITTYfc .dropdown-menu,
.cid-utUBITTYfc .navbar.opened {
  background: #ffffff !important;
}
.cid-utUBITTYfc .nav-item:focus,
.cid-utUBITTYfc .nav-link:focus {
  outline: none;
}
.cid-utUBITTYfc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utUBITTYfc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utUBITTYfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utUBITTYfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utUBITTYfc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utUBITTYfc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utUBITTYfc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-utUBITTYfc .navbar.opened {
  transition: all 0.3s;
}
.cid-utUBITTYfc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utUBITTYfc .navbar .navbar-logo img {
  width: auto;
}
.cid-utUBITTYfc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utUBITTYfc .navbar.collapsed {
  justify-content: center;
}
.cid-utUBITTYfc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utUBITTYfc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utUBITTYfc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utUBITTYfc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utUBITTYfc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utUBITTYfc .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-utUBITTYfc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utUBITTYfc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utUBITTYfc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utUBITTYfc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utUBITTYfc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utUBITTYfc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utUBITTYfc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utUBITTYfc .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-utUBITTYfc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utUBITTYfc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utUBITTYfc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utUBITTYfc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utUBITTYfc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utUBITTYfc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utUBITTYfc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utUBITTYfc .navbar.navbar-short {
  min-height: 60px;
}
.cid-utUBITTYfc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utUBITTYfc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utUBITTYfc .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-utUBITTYfc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utUBITTYfc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utUBITTYfc .dropdown-item.active,
.cid-utUBITTYfc .dropdown-item:active {
  background-color: transparent;
}
.cid-utUBITTYfc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utUBITTYfc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utUBITTYfc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utUBITTYfc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utUBITTYfc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utUBITTYfc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utUBITTYfc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utUBITTYfc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utUBITTYfc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utUBITTYfc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utUBITTYfc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utUBITTYfc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utUBITTYfc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utUBITTYfc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utUBITTYfc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utUBITTYfc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utUBITTYfc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utUBITTYfc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utUBITTYfc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utUBITTYfc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utUBITTYfc .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-utUBITTYfc .navbar {
    height: 70px;
  }
  .cid-utUBITTYfc .navbar.opened {
    height: auto;
  }
  .cid-utUBITTYfc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT0LEu2Toy {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0LEu2Toy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0LEu2Toy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0LEu2Toy .mbr-section-title {
  color: #000000;
}
.cid-uT0LEu2Toy .mbr-text,
.cid-uT0LEu2Toy .mbr-section-btn {
  color: #ffffff;
}
.cid-uT0MkwDCtT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uT0MkwDCtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0MkwDCtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0MkwDCtT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uT0MkwDCtT .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uT0MkwDCtT .mbr-text,
.cid-uT0MkwDCtT .mbr-section-btn {
  color: #000000;
}
.cid-uT0MkwDCtT .mbr-section-title {
  color: #000000;
}
.cid-uAqTm4NY2R {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAqTm4NY2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAqTm4NY2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAqTm4NY2R .mbr-section-title {
  color: #000000;
}
.cid-uAqTm4NY2R .mbr-text,
.cid-uAqTm4NY2R .mbr-section-btn {
  color: #ffffff;
}
.cid-utUBISpfOt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utUBISpfOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUBISpfOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUBISpfOt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utUBISpfOt .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-utUBISpfOt .mbr-text,
.cid-utUBISpfOt .mbr-section-btn {
  color: #000000;
}
.cid-utUBISpfOt .mbr-section-title {
  color: #000000;
}
.cid-utUBISGt92 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utUBISGt92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUBISGt92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUBISGt92 .video-wrapper iframe {
  width: 100%;
}
.cid-utUBISGt92 .mbr-section-title,
.cid-utUBISGt92 .mbr-section-subtitle,
.cid-utUBISGt92 .mbr-text {
  text-align: center;
}
.cid-utUBIT0ti0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utUBIT0ti0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUBIT0ti0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUBIT0ti0 .video-wrapper iframe {
  width: 100%;
}
.cid-utUBIT0ti0 .mbr-section-title,
.cid-utUBIT0ti0 .mbr-section-subtitle,
.cid-utUBIT0ti0 .mbr-text {
  text-align: center;
}
.cid-utUBITiwR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utUBITiwR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUBITiwR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUBITiwR8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-utUBITiwR8 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-utUBITiwR8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-utUBITiwR8 .container {
    padding: 0 16px;
  }
}
.cid-utUBITiwR8 .row {
  justify-content: center;
  margin: 0 -32px;
}
.cid-utUBITiwR8 .row .item {
  padding: 0 32px;
}
.cid-utUBITiwR8 .item {
  margin-bottom: 64px;
}
.cid-utUBITiwR8 .item .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-utUBITiwR8 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-utUBIUAklQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-utUBIUAklQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUBIUAklQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUBIUAklQ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-utUBIUAklQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-utUBIUAklQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-utUBIUAklQ .container {
    padding: 0 20px;
  }
}
.cid-utUBIUAklQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-utUBIUAklQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-utUBIUAklQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utUBIUAklQ .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utUBIUAklQ .list {
    margin-bottom: 30px;
  }
}
.cid-utUBIUAklQ .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-utUBIUAklQ .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-utUBIUAklQ .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utUBIUAklQ .list .item-wrap:hover::before,
.cid-utUBIUAklQ .list .item-wrap:focus::before {
  width: 100%;
}
.cid-utUBIUAklQ .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-utUBIUAklQ .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-utUBIUAklQ .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-utUBIUAklQ .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-utUBIUAklQ .social-wrapper .soc-item a {
  display: block;
}
.cid-utUBIUAklQ .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-utUBIUAklQ .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-utUBIUAklQ .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-utUBIUAklQ .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-tKbV6nxkfM {
  z-index: 1000;
  width: 100%;
}
.cid-tKbV6nxkfM nav.navbar {
  position: fixed;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKbV6nxkfM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKbV6nxkfM .dropdown-item:hover,
.cid-tKbV6nxkfM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tKbV6nxkfM .dropdown-item:hover span {
  color: white;
}
.cid-tKbV6nxkfM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKbV6nxkfM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKbV6nxkfM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKbV6nxkfM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKbV6nxkfM .nav-link {
  position: relative;
}
.cid-tKbV6nxkfM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbV6nxkfM .container {
    flex-wrap: wrap;
  }
}
.cid-tKbV6nxkfM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbV6nxkfM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKbV6nxkfM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKbV6nxkfM .dropdown-menu,
.cid-tKbV6nxkfM .navbar.opened {
  background: #ffffff !important;
}
.cid-tKbV6nxkfM .nav-item:focus,
.cid-tKbV6nxkfM .nav-link:focus {
  outline: none;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKbV6nxkfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKbV6nxkfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKbV6nxkfM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tKbV6nxkfM .navbar.opened {
  transition: all 0.3s;
}
.cid-tKbV6nxkfM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKbV6nxkfM .navbar .navbar-logo img {
  width: auto;
}
.cid-tKbV6nxkfM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKbV6nxkfM .navbar.collapsed {
  justify-content: center;
}
.cid-tKbV6nxkfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKbV6nxkfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKbV6nxkfM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKbV6nxkfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKbV6nxkfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKbV6nxkfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKbV6nxkfM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKbV6nxkfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKbV6nxkfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKbV6nxkfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKbV6nxkfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKbV6nxkfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKbV6nxkfM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKbV6nxkfM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKbV6nxkfM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKbV6nxkfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKbV6nxkfM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKbV6nxkfM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKbV6nxkfM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKbV6nxkfM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKbV6nxkfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKbV6nxkfM .dropdown-item.active,
.cid-tKbV6nxkfM .dropdown-item:active {
  background-color: transparent;
}
.cid-tKbV6nxkfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKbV6nxkfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKbV6nxkfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKbV6nxkfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKbV6nxkfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKbV6nxkfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKbV6nxkfM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKbV6nxkfM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKbV6nxkfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKbV6nxkfM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar {
    height: 70px;
  }
  .cid-tKbV6nxkfM .navbar.opened {
    height: auto;
  }
  .cid-tKbV6nxkfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLaoQrQD8h {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLaoQrQD8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaoQrQD8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaoQrQD8h .mbr-text,
.cid-uLaoQrQD8h .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLaoQrQD8h H3 {
  text-align: center;
  color: #000000;
}
.cid-uLapivauNs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLapivauNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapivauNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapivauNs .mbr-text,
.cid-uLapivauNs .mbr-section-btn {
  color: #000000;
}
.cid-uLapivauNs .mbr-section-title {
  color: #000000;
}
.cid-uLamhVEsfs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLamhVEsfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLamhVEsfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLamhVEsfs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLamhVEsfs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLamhVEsfs .container {
    padding: 0 24px;
  }
}
.cid-uLamhVEsfs .row {
  justify-content: center;
}
.cid-uLamhVEsfs .item {
  margin-top: 24px;
}
.cid-uLamhVEsfs .item:first-child {
  margin-bottom: 0;
}
.cid-uLamhVEsfs .item .item-wrapper {
  padding: 40px;
  background-color: #ffffff;
  height: 100%;
  border: 1px solid #201c40;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uLamhVEsfs .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uLamhVEsfs .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uLamhVEsfs .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #201c40 !important;
}
.cid-uLamhVEsfs .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uLamhVEsfs .item-title {
  color: #000000;
}
.cid-uLamhVEsfs .item-text {
  color: #18212d;
}
.cid-uLamhVEsfs .item-text,
.cid-uLamhVEsfs .mbr-section-btn {
  color: #000000;
}
.cid-uLapC1ldcc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLapC1ldcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapC1ldcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapC1ldcc .mbr-section-title {
  color: #000000;
}
.cid-tLYt1MmL7d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-tLYt1MmL7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYt1MmL7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYt1MmL7d .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLYt1MmL7d .container {
    padding: 0 20px;
  }
}
.cid-tLYt1MmL7d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .list {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tLYt1MmL7d .list .item-wrap:hover::before,
.cid-tLYt1MmL7d .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tLYt1MmL7d .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tLYt1MmL7d .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tLYt1MmL7d .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a {
  display: block;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tLYt1MmL7d .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLYt1MmL7d .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-tLYt1MmL7d .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-uSNL3qDSLU {
  z-index: 1000;
  width: 100%;
}
.cid-uSNL3qDSLU nav.navbar {
  position: fixed;
}
.cid-uSNL3qDSLU .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-uSNL3qDSLU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSNL3qDSLU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSNL3qDSLU .dropdown-item:hover,
.cid-uSNL3qDSLU .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uSNL3qDSLU .dropdown-item:hover span {
  color: white;
}
.cid-uSNL3qDSLU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSNL3qDSLU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSNL3qDSLU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSNL3qDSLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSNL3qDSLU .nav-link {
  position: relative;
}
.cid-uSNL3qDSLU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSNL3qDSLU .container {
    flex-wrap: wrap;
  }
}
.cid-uSNL3qDSLU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSNL3qDSLU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSNL3qDSLU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSNL3qDSLU .dropdown-menu,
.cid-uSNL3qDSLU .navbar.opened {
  background: #ffffff !important;
}
.cid-uSNL3qDSLU .nav-item:focus,
.cid-uSNL3qDSLU .nav-link:focus {
  outline: none;
}
.cid-uSNL3qDSLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSNL3qDSLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSNL3qDSLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSNL3qDSLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSNL3qDSLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSNL3qDSLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSNL3qDSLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uSNL3qDSLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uSNL3qDSLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSNL3qDSLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uSNL3qDSLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSNL3qDSLU .navbar.collapsed {
  justify-content: center;
}
.cid-uSNL3qDSLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSNL3qDSLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSNL3qDSLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSNL3qDSLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSNL3qDSLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSNL3qDSLU .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-uSNL3qDSLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSNL3qDSLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSNL3qDSLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSNL3qDSLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSNL3qDSLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSNL3qDSLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSNL3qDSLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSNL3qDSLU .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-uSNL3qDSLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSNL3qDSLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSNL3qDSLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSNL3qDSLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSNL3qDSLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSNL3qDSLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSNL3qDSLU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSNL3qDSLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSNL3qDSLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSNL3qDSLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSNL3qDSLU .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-uSNL3qDSLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSNL3qDSLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSNL3qDSLU .dropdown-item.active,
.cid-uSNL3qDSLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uSNL3qDSLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSNL3qDSLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSNL3qDSLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSNL3qDSLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSNL3qDSLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSNL3qDSLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSNL3qDSLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSNL3qDSLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSNL3qDSLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSNL3qDSLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSNL3qDSLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSNL3qDSLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSNL3qDSLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSNL3qDSLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSNL3qDSLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSNL3qDSLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSNL3qDSLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSNL3qDSLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSNL3qDSLU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSNL3qDSLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSNL3qDSLU .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-uSNL3qDSLU .navbar {
    height: 70px;
  }
  .cid-uSNL3qDSLU .navbar.opened {
    height: auto;
  }
  .cid-uSNL3qDSLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSNL3r3hRB {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSNL3r3hRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNL3r3hRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNL3r3hRB .mbr-text,
.cid-uSNL3r3hRB .mbr-section-btn {
  color: #000000;
}
.cid-uSNL3r3hRB .mbr-section-title {
  color: #000000;
}
.cid-uSNSDBw9fr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSNSDBw9fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNSDBw9fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSNSDBw9fr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSNSDBw9fr .row {
  flex-direction: row-reverse;
}
.cid-uSNSDBw9fr img {
  width: 100%;
}
.cid-uSNL3rtPI7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uSNL3rtPI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNL3rtPI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNL3rtPI7 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSNL3rtPI7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSNL3rtPI7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSNL3rtPI7 .container {
    padding: 0 20px;
  }
}
.cid-uSNL3rtPI7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uSNL3rtPI7 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSNL3rtPI7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSNL3rtPI7 .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSNL3rtPI7 .list {
    margin-bottom: 30px;
  }
}
.cid-uSNL3rtPI7 .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-uSNL3rtPI7 .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uSNL3rtPI7 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uSNL3rtPI7 .list .item-wrap:hover::before,
.cid-uSNL3rtPI7 .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uSNL3rtPI7 .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uSNL3rtPI7 .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uSNL3rtPI7 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSNL3rtPI7 .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uSNL3rtPI7 .social-wrapper .soc-item a {
  display: block;
}
.cid-uSNL3rtPI7 .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uSNL3rtPI7 .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uSNL3rtPI7 .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-uSNL3rtPI7 .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
.cid-v1FKllcanT {
  z-index: 1000;
  width: 100%;
}
.cid-v1FKllcanT nav.navbar {
  position: fixed;
}
.cid-v1FKllcanT .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-v1FKllcanT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1FKllcanT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1FKllcanT .dropdown-item:hover,
.cid-v1FKllcanT .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v1FKllcanT .dropdown-item:hover span {
  color: white;
}
.cid-v1FKllcanT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1FKllcanT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1FKllcanT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1FKllcanT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1FKllcanT .nav-link {
  position: relative;
}
.cid-v1FKllcanT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1FKllcanT .container {
    flex-wrap: wrap;
  }
}
.cid-v1FKllcanT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1FKllcanT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v1FKllcanT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1FKllcanT .dropdown-menu,
.cid-v1FKllcanT .navbar.opened {
  background: #ffffff !important;
}
.cid-v1FKllcanT .nav-item:focus,
.cid-v1FKllcanT .nav-link:focus {
  outline: none;
}
.cid-v1FKllcanT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1FKllcanT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1FKllcanT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1FKllcanT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1FKllcanT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1FKllcanT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1FKllcanT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-v1FKllcanT .navbar.opened {
  transition: all 0.3s;
}
.cid-v1FKllcanT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1FKllcanT .navbar .navbar-logo img {
  width: auto;
}
.cid-v1FKllcanT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1FKllcanT .navbar.collapsed {
  justify-content: center;
}
.cid-v1FKllcanT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1FKllcanT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1FKllcanT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1FKllcanT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1FKllcanT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1FKllcanT .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-v1FKllcanT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1FKllcanT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1FKllcanT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1FKllcanT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1FKllcanT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1FKllcanT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1FKllcanT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1FKllcanT .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-v1FKllcanT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1FKllcanT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1FKllcanT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1FKllcanT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1FKllcanT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1FKllcanT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1FKllcanT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1FKllcanT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1FKllcanT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1FKllcanT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1FKllcanT .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-v1FKllcanT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1FKllcanT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1FKllcanT .dropdown-item.active,
.cid-v1FKllcanT .dropdown-item:active {
  background-color: transparent;
}
.cid-v1FKllcanT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1FKllcanT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1FKllcanT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1FKllcanT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1FKllcanT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1FKllcanT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1FKllcanT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1FKllcanT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1FKllcanT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1FKllcanT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1FKllcanT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1FKllcanT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1FKllcanT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1FKllcanT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1FKllcanT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1FKllcanT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1FKllcanT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1FKllcanT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1FKllcanT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1FKllcanT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1FKllcanT .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-v1FKllcanT .navbar {
    height: 70px;
  }
  .cid-v1FKllcanT .navbar.opened {
    height: auto;
  }
  .cid-v1FKllcanT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1FKllN4Om {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1FKllN4Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1FKllN4Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1FKllN4Om .mbr-section-title {
  color: #000000;
}
.cid-v1FKllN4Om .mbr-text,
.cid-v1FKllN4Om .mbr-section-btn {
  color: #000000;
}
.cid-v1FPAG6AEz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1FPAG6AEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1FPAG6AEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1FPAG6AEz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1FPAG6AEz .row {
  flex-direction: row-reverse;
}
.cid-v1FPAG6AEz img {
  width: 100%;
}
.cid-v1FKlmurCs {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-v1FKlmurCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1FKlmurCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1FKlmurCs .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v1FKlmurCs .container-fluid {
    padding: 0 20px;
  }
}
.cid-v1FKlmurCs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1FKlmurCs .container {
    padding: 0 20px;
  }
}
.cid-v1FKlmurCs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v1FKlmurCs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1FKlmurCs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1FKlmurCs .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1FKlmurCs .list {
    margin-bottom: 30px;
  }
}
.cid-v1FKlmurCs .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.cid-v1FKlmurCs .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-v1FKlmurCs .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v1FKlmurCs .list .item-wrap:hover::before,
.cid-v1FKlmurCs .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v1FKlmurCs .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-v1FKlmurCs .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-v1FKlmurCs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1FKlmurCs .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.cid-v1FKlmurCs .social-wrapper .soc-item a {
  display: block;
}
.cid-v1FKlmurCs .social-wrapper .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-v1FKlmurCs .social-wrapper .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #f2f2f4;
  border: 1px solid #f2f2f4;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-v1FKlmurCs .copyright {
  padding: 30px 0;
  border-top: 1px solid #f2f2f4;
  margin: 0;
  color: #f2f2f4;
}
.cid-v1FKlmurCs .mbr-section-title {
  color: #f2f2f4;
  text-align: left;
}
