.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Source Code Pro', monospace;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Code Pro', monospace;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Source Code Pro', monospace;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Source Code Pro', monospace;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Source Code Pro', monospace;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #353535 !important;
}
.bg-info {
  background-color: #353535 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #e6c63b !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: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !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: #000000;
  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: #000000 !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: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: #b39617 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #353535 !important;
}
.text-info {
  color: #353535 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #e6c63b !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: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020202 !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: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #353535;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #a8a8a8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Source Code Pro', monospace;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 'Source Code Pro', monospace;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #000000 !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-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAs1S9RsGr {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (min-width: 992px) {
  .cid-tAs1S9RsGr .carousel {
    min-height: 400px;
  }
  .cid-tAs1S9RsGr .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAs1S9RsGr .carousel {
    min-height: 260px;
  }
  .cid-tAs1S9RsGr .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAs1S9RsGr .carousel {
    min-height: 220px;
  }
  .cid-tAs1S9RsGr .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tAs1S9RsGr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAs1S9RsGr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAs1S9RsGr .carousel,
.cid-tAs1S9RsGr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAs1S9RsGr .item-wrapper {
  width: 100%;
}
.cid-tAs1S9RsGr .carousel-caption {
  bottom: 40px;
}
.cid-tAs1S9RsGr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAs1S9RsGr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAs1S9RsGr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAs1S9RsGr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAs1S9RsGr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAs1S9RsGr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAs1S9RsGr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAs1S9RsGr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAs1S9RsGr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAs1S9RsGr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAs1S9RsGr .carousel-indicators li.active,
.cid-tAs1S9RsGr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAs1S9RsGr .carousel-indicators li::after,
.cid-tAs1S9RsGr .carousel-indicators li::before {
  content: none;
}
.cid-tAs1S9RsGr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAs1S9RsGr .carousel-indicators {
    display: none !important;
  }
}
.cid-sPtYoFYl9R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sPtYoFYl9R .container {
    max-width: 1400px;
  }
}
.cid-sPtYoFYl9R .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sPtYoFYl9R .card-wrapper {
  margin-top: 3rem;
}
.cid-sPtYoFYl9R .row {
  justify-content: center;
}
.cid-utl7jqlpDK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-utl7jqlpDK .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utl630zTR0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utl630zTR0 img,
.cid-utl630zTR0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-utl630zTR0 .item:focus,
.cid-utl630zTR0 span:focus {
  outline: none;
}
.cid-utl630zTR0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utl630zTR0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-utl630zTR0 .item {
  padding: 0;
  margin: 0;
}
.cid-utl630zTR0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f4f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utl630zTR0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utl630zTR0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utl630zTR0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utl630zTR0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utl630zTR0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utl630zTR0 .mbr-section-title {
  color: #232323;
}
.cid-utl630zTR0 .mbr-text,
.cid-utl630zTR0 .mbr-section-btn {
  text-align: center;
}
.cid-utl630zTR0 .item-title {
  text-align: center;
}
.cid-utl630zTR0 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tAs6nIZgGb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-tAs6nIZgGb .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sPvzMgGNpA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-sPvzMgGNpA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sPvzMgGNpA .card {
    margin-bottom: 2rem!important;
  }
  .cid-sPvzMgGNpA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPvzMgGNpA .link-wrap {
    align-items: center;
  }
}
.cid-sPvzMgGNpA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sPvzMgGNpA .card-title,
.cid-sPvzMgGNpA .card-box {
  text-align: center;
}
.cid-sPvzMgGNpA .mbr-text UL {
  text-align: left;
}
.cid-sPvzMgGNpA .mbr-text,
.cid-sPvzMgGNpA .link-wrap,
.cid-sPvzMgGNpA .mbr-section-btn {
  text-align: left;
}
.cid-tAs4AnDDjf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAs4AnDDjf blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAs7e8Zou6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-tAs7e8Zou6 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAs7e8Zou6 .mbr-text {
  color: #000000;
}
.cid-tPzCDwTK2q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPzCDwTK2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPzCDwTK2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPzCDwTK2q .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tPzCDwTK2q .mbr-section-title,
.cid-tPzCDwTK2q .mbr-section-subtitle {
  text-align: center;
}
.cid-tPzCDwTK2q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tPzCDwTK2q .card-wrapper {
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tPzCDwTK2q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tPzCDwTK2q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tPzCDwTK2q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPzCDwTK2q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tPzCVHFtZs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-tPzCVHFtZs .mbr-section-title,
  .cid-tPzCVHFtZs .mbr-section-subtitle,
  .cid-tPzCVHFtZs .mbr-section-btn,
  .cid-tPzCVHFtZs .mbr-text {
    text-align: center;
  }
}
.cid-tPzCVHFtZs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tPzCVHFtZs .mbr-text,
.cid-tPzCVHFtZs .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdqVTnRsNh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tdqVTnRsNh .mbr-section-title,
  .cid-tdqVTnRsNh .mbr-section-subtitle,
  .cid-tdqVTnRsNh .mbr-section-btn,
  .cid-tdqVTnRsNh .mbr-text {
    text-align: center;
  }
}
.cid-tdqVTnRsNh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdqVTnRsNh .mbr-text,
.cid-tdqVTnRsNh .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9E4m38daW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s9E4m38daW .mbr-section-title,
  .cid-s9E4m38daW .mbr-section-subtitle,
  .cid-s9E4m38daW .mbr-section-btn,
  .cid-s9E4m38daW .mbr-text {
    text-align: center;
  }
}
.cid-s9E4m38daW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-s9E4m38daW .mbr-text,
.cid-s9E4m38daW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tB1F1GpkEb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB1F1GpkEb .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s9E4m3ZXLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s9E4m3ZXLh .mbr-section-title,
  .cid-s9E4m3ZXLh .mbr-section-subtitle,
  .cid-s9E4m3ZXLh .mbr-section-btn,
  .cid-s9E4m3ZXLh .mbr-text {
    text-align: center;
  }
}
.cid-s9E4m3ZXLh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-s9E4m3ZXLh .mbr-text,
.cid-s9E4m3ZXLh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-s9E4m3ZXLh .mbr-section-title DIV {
  text-align: center;
}
.cid-tB1F2z3sHB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB1F2z3sHB .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1HbqylZ4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB1HbqylZ4 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s9E6kOUpcZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6f4f2;
}
.cid-s9E6kOUpcZ .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.1;
}
.cid-s9E6kOUpcZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-s9E6kOUpcZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-s9E6kOUpcZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-s9E6kOUpcZ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tBM2aIMcci {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM2aIMcci .mbr-section-title,
  .cid-tBM2aIMcci .mbr-section-subtitle,
  .cid-tBM2aIMcci .mbr-section-btn,
  .cid-tBM2aIMcci .mbr-text {
    text-align: center;
  }
}
.cid-tBM2aIMcci .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM2aIMcci .mbr-text,
.cid-tBM2aIMcci .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s9UwMIEq43 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s9UwMIEq43 .mbr-section-title,
  .cid-s9UwMIEq43 .mbr-section-subtitle,
  .cid-s9UwMIEq43 .mbr-section-btn,
  .cid-s9UwMIEq43 .mbr-text {
    text-align: center;
  }
}
.cid-s9UwMIEq43 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-s9UwMIEq43 .mbr-text,
.cid-s9UwMIEq43 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tB1FvIYvQB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB1FvIYvQB .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s9UwMKitxf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-s9UwMKitxf .mbr-section-title,
  .cid-s9UwMKitxf .mbr-section-subtitle,
  .cid-s9UwMKitxf .mbr-section-btn,
  .cid-s9UwMKitxf .mbr-text {
    text-align: center;
  }
}
.cid-s9UwMKitxf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-s9UwMKitxf .mbr-text,
.cid-s9UwMKitxf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tB1Fuxc3gY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB1Fuxc3gY .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBM22ZWjcF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM22ZWjcF .mbr-section-title,
  .cid-tBM22ZWjcF .mbr-section-subtitle,
  .cid-tBM22ZWjcF .mbr-section-btn,
  .cid-tBM22ZWjcF .mbr-text {
    text-align: center;
  }
}
.cid-tBM22ZWjcF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM22ZWjcF .mbr-text,
.cid-tBM22ZWjcF .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv1tVItw77 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sv1tVItw77 .mbr-section-title,
  .cid-sv1tVItw77 .mbr-section-subtitle,
  .cid-sv1tVItw77 .mbr-section-btn,
  .cid-sv1tVItw77 .mbr-text {
    text-align: center;
  }
}
.cid-sv1tVItw77 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sv1tVItw77 .mbr-text,
.cid-sv1tVItw77 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-sPGJc5WxNk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-sPGJc5WxNk .mbr-section-title,
  .cid-sPGJc5WxNk .mbr-section-subtitle,
  .cid-sPGJc5WxNk .mbr-section-btn,
  .cid-sPGJc5WxNk .mbr-text {
    text-align: center;
  }
}
.cid-sPGJc5WxNk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sPGJc5WxNk .mbr-text,
.cid-sPGJc5WxNk .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-sPGJc5WxNk .mbr-section-title DIV {
  text-align: center;
}
.cid-tAz9m10pNU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAz9m10pNU .mbr-section-title,
  .cid-tAz9m10pNU .mbr-section-subtitle,
  .cid-tAz9m10pNU .mbr-section-btn,
  .cid-tAz9m10pNU .mbr-text {
    text-align: center;
  }
}
.cid-tAz9m10pNU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAz9m10pNU .mbr-text,
.cid-tAz9m10pNU .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAz5KfHrV5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAz5KfHrV5 .carousel {
    min-height: 500px;
  }
  .cid-tAz5KfHrV5 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAz5KfHrV5 .carousel {
    min-height: 325px;
  }
  .cid-tAz5KfHrV5 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAz5KfHrV5 .carousel {
    min-height: 275px;
  }
  .cid-tAz5KfHrV5 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAz5KfHrV5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAz5KfHrV5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAz5KfHrV5 .carousel,
.cid-tAz5KfHrV5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAz5KfHrV5 .item-wrapper {
  width: 100%;
}
.cid-tAz5KfHrV5 .carousel-caption {
  bottom: 40px;
}
.cid-tAz5KfHrV5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAz5KfHrV5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAz5KfHrV5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAz5KfHrV5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAz5KfHrV5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAz5KfHrV5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAz5KfHrV5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAz5KfHrV5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAz5KfHrV5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAz5KfHrV5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAz5KfHrV5 .carousel-indicators li.active,
.cid-tAz5KfHrV5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAz5KfHrV5 .carousel-indicators li::after,
.cid-tAz5KfHrV5 .carousel-indicators li::before {
  content: none;
}
.cid-tAz5KfHrV5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAz5KfHrV5 .carousel-indicators {
    display: none !important;
  }
}
.cid-swzc3gIhf1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swzc3gIhf1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-swzc3gIhf1 .img-item {
  position: relative;
}
.cid-swzc3gIhf1 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-swzc3gIhf1 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-swzc3gIhf1 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAzay9NJGG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAzay9NJGG .mbr-section-title,
  .cid-tAzay9NJGG .mbr-section-subtitle,
  .cid-tAzay9NJGG .mbr-section-btn,
  .cid-tAzay9NJGG .mbr-text {
    text-align: center;
  }
}
.cid-tAzay9NJGG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAzay9NJGG .mbr-text,
.cid-tAzay9NJGG .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAzwf4i5LL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAzwf4i5LL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzwf4i5LL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzbJCyoQ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAzbJCyoQ8 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAzbJCyoQ8 .mbr-text {
  text-align: left;
}
.cid-tAzeHYzWYq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/preview-image-4-696x392.png");
}
.cid-tAzeHYzWYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzeHYzWYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzeHYzWYq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAzeHYzWYq .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tAP9np6xDv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tAP9np6xDv .mbr-section-title,
  .cid-tAP9np6xDv .mbr-section-subtitle,
  .cid-tAP9np6xDv .mbr-section-btn,
  .cid-tAP9np6xDv .mbr-text {
    text-align: center;
  }
}
.cid-tAP9np6xDv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAP9np6xDv .mbr-text,
.cid-tAP9np6xDv .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAP9np6xDv .mbr-section-title DIV {
  text-align: center;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQbPMlt5T6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sQbPMlt5T6 .container {
    max-width: 1400px;
  }
}
.cid-sQbPMlt5T6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sQbPMlt5T6 .card-wrapper {
  margin-top: 3rem;
}
.cid-sQbPMlt5T6 .row {
  justify-content: center;
}
.cid-sQbPMlt5T6 .card-title,
.cid-sQbPMlt5T6 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sQbPMlt5T6 .card-text {
  color: #000000;
}
.cid-sQbPMlt5T6 .mbr-section-title {
  color: #000000;
}
.cid-tBM2eiCrXe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM2eiCrXe .mbr-section-title,
  .cid-tBM2eiCrXe .mbr-section-subtitle,
  .cid-tBM2eiCrXe .mbr-section-btn,
  .cid-tBM2eiCrXe .mbr-text {
    text-align: center;
  }
}
.cid-tBM2eiCrXe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM2eiCrXe .mbr-text,
.cid-tBM2eiCrXe .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taap1fDhnq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-taap1fDhnq .container {
    max-width: 1400px;
  }
}
.cid-taap1fDhnq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-taap1fDhnq .card-wrapper {
  margin-top: 3rem;
}
.cid-taap1fDhnq .row {
  justify-content: center;
}
.cid-taap1hZDcR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-taap1hZDcR .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taawfoXex7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-taawfoXex7 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taawfoXex7 .mbr-text {
  text-align: center;
}
.cid-taap1dGCYH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e43f3f;
}
.cid-taap1dGCYH .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB1LcTWqnT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1LcTWqnT img,
.cid-tB1LcTWqnT .item-img {
  width: 100%;
}
.cid-tB1LcTWqnT .item:focus,
.cid-tB1LcTWqnT span:focus {
  outline: none;
}
.cid-tB1LcTWqnT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tB1LcTWqnT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f4f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tB1LcTWqnT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tB1LcTWqnT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB1LcTWqnT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tB1LcTWqnT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tB1LcTWqnT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tB1LcTWqnT .mbr-section-title {
  color: #232323;
}
.cid-tB1LcTWqnT .mbr-text,
.cid-tB1LcTWqnT .mbr-section-btn {
  text-align: left;
}
.cid-tB1LcTWqnT .item-title {
  text-align: center;
}
.cid-tB1LcTWqnT .item-subtitle {
  text-align: left;
}
.cid-tBLXm5NXEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f4f2;
}
.cid-tBLXm5NXEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLXm5NXEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLXm5NXEG .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tBLXm5NXEG .number {
  color: #e6c63b;
}
.cid-tBLXm5NXEG .period {
  display: block;
}
.cid-tBLXm5NXEG .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tBLXm5NXEG .period {
    font-size: 0.8rem;
  }
}
.cid-tBLXm5NXEG .btn {
  height: 100%;
  margin: 0;
}
.cid-tBLXm5NXEG .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tBLXm5NXEG .mbr-section-title {
  color: #ffffff;
}
.cid-tBLXm5NXEG .mbr-text {
  color: #ffffff;
}
.cid-tBLXm5NXEG .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tBLXm5NXEG .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBLXm5NXEG .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tBLXm5NXEG .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-tBLXm5NXEG H3 {
  color: #000000;
}
.cid-tBN64KrEtm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBN64KrEtm blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tBN8iilI2u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBN8iilI2u .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBN8iilI2u .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBN8iilI2u .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBN8iilI2u .link-wrap {
    align-items: center;
  }
}
.cid-tBN8iilI2u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBN8iilI2u .card-title,
.cid-tBN8iilI2u .card-box {
  text-align: center;
}
.cid-tBN8iilI2u .mbr-text UL {
  text-align: left;
}
.cid-tBN8iilI2u .mbr-text,
.cid-tBN8iilI2u .link-wrap,
.cid-tBN8iilI2u .mbr-section-btn {
  text-align: left;
}
.cid-tBM1qzt2XH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1qzt2XH .mbr-section-title,
  .cid-tBM1qzt2XH .mbr-section-subtitle,
  .cid-tBM1qzt2XH .mbr-section-btn,
  .cid-tBM1qzt2XH .mbr-text {
    text-align: center;
  }
}
.cid-tBM1qzt2XH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1qzt2XH .mbr-text,
.cid-tBM1qzt2XH .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taawu9qRYa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #e43f3f;
}
.cid-taawu9qRYa .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBXgHQXpdJ {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBXgHQXpdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXgHQXpdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXgHQXpdJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tBXgHQXpdJ .img-item {
  position: relative;
}
.cid-tBXgHQXpdJ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tBXgHQXpdJ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tBXgHQXpdJ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tBXgHQXpdJ .text1 {
  color: #000000;
}
.cid-tBXgy5fSnz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f4f2;
}
.cid-tBXgy5fSnz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBXgy5fSnz .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBXgy5fSnz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBXgy5fSnz .link-wrap {
    align-items: center;
  }
}
.cid-tBXgy5fSnz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBXgy5fSnz .card-title,
.cid-tBXgy5fSnz .card-box {
  text-align: center;
}
.cid-tBXgy5fSnz .mbr-text UL {
  text-align: left;
}
.cid-tBXgy5fSnz .mbr-text,
.cid-tBXgy5fSnz .link-wrap,
.cid-tBXgy5fSnz .mbr-section-btn {
  text-align: center;
}
.cid-tBM1usCfOX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1usCfOX .mbr-section-title,
  .cid-tBM1usCfOX .mbr-section-subtitle,
  .cid-tBM1usCfOX .mbr-section-btn,
  .cid-tBM1usCfOX .mbr-text {
    text-align: center;
  }
}
.cid-tBM1usCfOX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1usCfOX .mbr-text,
.cid-tBM1usCfOX .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcGu0ruC9e {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcGu0ruC9e .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMHQALD38 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBMHQALD38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMHQALD38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMHQALD38 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tBMHQALD38 .img-item {
  position: relative;
}
.cid-tBMHQALD38 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMHQALD38 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tBMHQALD38 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tBMHQALD38 .text1 {
  color: #000000;
}
.cid-tcGu0u0eMm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tcGu0u0eMm .mbr-section-title,
  .cid-tcGu0u0eMm .mbr-section-subtitle,
  .cid-tcGu0u0eMm .mbr-section-btn,
  .cid-tcGu0u0eMm .mbr-text {
    text-align: center;
  }
}
.cid-tcGu0u0eMm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tcGu0u0eMm .mbr-text,
.cid-tcGu0u0eMm .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tBM1xZS2ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1xZS2ul .mbr-section-title,
  .cid-tBM1xZS2ul .mbr-section-subtitle,
  .cid-tBM1xZS2ul .mbr-section-btn,
  .cid-tBM1xZS2ul .mbr-text {
    text-align: center;
  }
}
.cid-tBM1xZS2ul .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1xZS2ul .mbr-text,
.cid-tBM1xZS2ul .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdqHKkbe6E {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tdqHKkbe6E .container {
    max-width: 1400px;
  }
}
.cid-tdqHKkbe6E .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tdqHKkbe6E .card-wrapper {
  margin-top: 3rem;
}
.cid-tdqHKkbe6E .row {
  justify-content: center;
}
.cid-tdqISKmQWm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tdqISKmQWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdqISKmQWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdqISKmQWm .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tdqISKmQWm .item .icon-wrap {
  text-align: center;
}
.cid-tdqISKmQWm .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 28px;
  left: 50%;
  top: 97%;
  color: #353535;
  transform: translate(-50%, 0);
}
.cid-tdqISKmQWm .item:last-child:before {
  display: none;
}
.cid-tdqISKmQWm .item.last::before {
  display: none;
}
.cid-tdqISKmQWm .icon-box {
  background: #353535;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tdqISKmQWm .text-box {
  text-align: center;
}
.cid-tdqISKmQWm span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tdqISKmQWm .card {
    margin-bottom: 2rem;
  }
  .cid-tdqISKmQWm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdqHKllGZp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tdqHKllGZp .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdqO0MHLFw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tdqO0MHLFw .mbr-section-title,
  .cid-tdqO0MHLFw .mbr-section-subtitle,
  .cid-tdqO0MHLFw .mbr-section-btn,
  .cid-tdqO0MHLFw .mbr-text {
    text-align: center;
  }
}
.cid-tdqO0MHLFw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdqO0MHLFw .mbr-text,
.cid-tdqO0MHLFw .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdqJSmqZRT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tdqJSmqZRT .mbr-section-title,
  .cid-tdqJSmqZRT .mbr-section-subtitle,
  .cid-tdqJSmqZRT .mbr-section-btn,
  .cid-tdqJSmqZRT .mbr-text {
    text-align: center;
  }
}
.cid-tdqJSmqZRT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdqJSmqZRT .mbr-text,
.cid-tdqJSmqZRT .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdqNV2FNY2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f6f4f2;
}
.cid-tdqNV2FNY2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tdqNV2FNY2 .img-item {
  position: relative;
}
.cid-tdqNV2FNY2 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tdqNV2FNY2 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tdqNV2FNY2 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tBM1JmOaFt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1JmOaFt .mbr-section-title,
  .cid-tBM1JmOaFt .mbr-section-subtitle,
  .cid-tBM1JmOaFt .mbr-section-btn,
  .cid-tBM1JmOaFt .mbr-text {
    text-align: center;
  }
}
.cid-tBM1JmOaFt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1JmOaFt .mbr-text,
.cid-tBM1JmOaFt .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdJ25mC3ZW {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdJ25mC3ZW .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6JBDisog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB6JBDisog .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6JBDisog .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-tB6JBDisog .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB6JBDisog .row {
  flex-direction: row-reverse;
}
.cid-tB6JBDisog img {
  width: 100%;
}
.cid-tB1mtY8gap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1mtY8gap blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB6JFuGjZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6JFuGjZh .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6JCUBtsm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6JCUBtsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6JCUBtsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6JCUBtsm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6JCUBtsm .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6JCUBtsm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6JCUBtsm .link-wrap {
    align-items: center;
  }
}
.cid-tB6JCUBtsm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6JCUBtsm .card-title,
.cid-tB6JCUBtsm .card-box {
  text-align: center;
}
.cid-tB6JCUBtsm .mbr-text UL {
  text-align: left;
}
.cid-tB6JCUBtsm .mbr-text,
.cid-tB6JCUBtsm .link-wrap,
.cid-tB6JCUBtsm .mbr-section-btn {
  text-align: left;
}
.cid-tB6JCUBtsm .mbr-text {
  text-align: left;
}
.cid-tB6LMoRSyH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LMoRSyH .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6LxUb2dt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6LxUb2dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6LxUb2dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6LxUb2dt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6LxUb2dt .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6LxUb2dt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6LxUb2dt .link-wrap {
    align-items: center;
  }
}
.cid-tB6LxUb2dt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6LxUb2dt .card-title,
.cid-tB6LxUb2dt .card-box {
  text-align: center;
}
.cid-tB6LxUb2dt .mbr-text UL {
  text-align: left;
}
.cid-tB6LxUb2dt .mbr-text,
.cid-tB6LxUb2dt .link-wrap,
.cid-tB6LxUb2dt .mbr-section-btn {
  text-align: left;
}
.cid-tB6LxUb2dt .mbr-text {
  text-align: left;
}
.cid-tB6LpBsYYz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LpBsYYz .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6LSLbuPF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6LSLbuPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6LSLbuPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6LSLbuPF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6LSLbuPF .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6LSLbuPF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6LSLbuPF .link-wrap {
    align-items: center;
  }
}
.cid-tB6LSLbuPF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6LSLbuPF .card-title,
.cid-tB6LSLbuPF .card-box {
  text-align: center;
}
.cid-tB6LSLbuPF .mbr-text UL {
  text-align: left;
}
.cid-tB6LSLbuPF .mbr-text,
.cid-tB6LSLbuPF .link-wrap,
.cid-tB6LSLbuPF .mbr-section-btn {
  text-align: left;
}
.cid-tB6LSLbuPF .mbr-text {
  text-align: left;
}
.cid-tB6Lqqzfld {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Lqqzfld .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6M3ZvdVZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6M3ZvdVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6M3ZvdVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6M3ZvdVZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6M3ZvdVZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6M3ZvdVZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6M3ZvdVZ .link-wrap {
    align-items: center;
  }
}
.cid-tB6M3ZvdVZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6M3ZvdVZ .card-title,
.cid-tB6M3ZvdVZ .card-box {
  text-align: center;
}
.cid-tB6M3ZvdVZ .mbr-text UL {
  text-align: left;
}
.cid-tB6M3ZvdVZ .mbr-text,
.cid-tB6M3ZvdVZ .link-wrap,
.cid-tB6M3ZvdVZ .mbr-section-btn {
  text-align: left;
}
.cid-tB6M3ZvdVZ .mbr-text {
  text-align: left;
}
.cid-tB6Lr1ykAU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Lr1ykAU .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6MjrLhJO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6MjrLhJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6MjrLhJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6MjrLhJO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6MjrLhJO .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6MjrLhJO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6MjrLhJO .link-wrap {
    align-items: center;
  }
}
.cid-tB6MjrLhJO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6MjrLhJO .card-title,
.cid-tB6MjrLhJO .card-box {
  text-align: center;
}
.cid-tB6MjrLhJO .mbr-text UL {
  text-align: left;
}
.cid-tB6MjrLhJO .mbr-text,
.cid-tB6MjrLhJO .link-wrap,
.cid-tB6MjrLhJO .mbr-section-btn {
  text-align: left;
}
.cid-tB6MjrLhJO .mbr-text {
  text-align: left;
}
.cid-tB6LrF1mkm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LrF1mkm .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6MvbLIpA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6MvbLIpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6MvbLIpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6MvbLIpA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6MvbLIpA .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6MvbLIpA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6MvbLIpA .link-wrap {
    align-items: center;
  }
}
.cid-tB6MvbLIpA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6MvbLIpA .card-title,
.cid-tB6MvbLIpA .card-box {
  text-align: center;
}
.cid-tB6MvbLIpA .mbr-text UL {
  text-align: left;
}
.cid-tB6MvbLIpA .mbr-text,
.cid-tB6MvbLIpA .link-wrap,
.cid-tB6MvbLIpA .mbr-section-btn {
  text-align: left;
}
.cid-tB6MvbLIpA .mbr-text {
  text-align: left;
}
.cid-tB6LsgYnIr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LsgYnIr .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6MHoTxcE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6MHoTxcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6MHoTxcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6MHoTxcE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6MHoTxcE .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6MHoTxcE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6MHoTxcE .link-wrap {
    align-items: center;
  }
}
.cid-tB6MHoTxcE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6MHoTxcE .card-title,
.cid-tB6MHoTxcE .card-box {
  text-align: center;
}
.cid-tB6MHoTxcE .mbr-text UL {
  text-align: left;
}
.cid-tB6MHoTxcE .mbr-text,
.cid-tB6MHoTxcE .link-wrap,
.cid-tB6MHoTxcE .mbr-section-btn {
  text-align: left;
}
.cid-tB6MHoTxcE .mbr-text {
  text-align: left;
}
.cid-tB6LsQZAcZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LsQZAcZ .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6MPWcSKa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6MPWcSKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6MPWcSKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6MPWcSKa .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6MPWcSKa .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6MPWcSKa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6MPWcSKa .link-wrap {
    align-items: center;
  }
}
.cid-tB6MPWcSKa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6MPWcSKa .card-title,
.cid-tB6MPWcSKa .card-box {
  text-align: center;
}
.cid-tB6MPWcSKa .mbr-text UL {
  text-align: left;
}
.cid-tB6MPWcSKa .mbr-text,
.cid-tB6MPWcSKa .link-wrap,
.cid-tB6MPWcSKa .mbr-section-btn {
  text-align: left;
}
.cid-tB6MPWcSKa .mbr-text {
  text-align: left;
}
.cid-tB6Ltza2yq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Ltza2yq .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6MYevL5r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6MYevL5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6MYevL5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6MYevL5r .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6MYevL5r .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6MYevL5r .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6MYevL5r .link-wrap {
    align-items: center;
  }
}
.cid-tB6MYevL5r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6MYevL5r .card-title,
.cid-tB6MYevL5r .card-box {
  text-align: center;
}
.cid-tB6MYevL5r .mbr-text UL {
  text-align: left;
}
.cid-tB6MYevL5r .mbr-text,
.cid-tB6MYevL5r .link-wrap,
.cid-tB6MYevL5r .mbr-section-btn {
  text-align: left;
}
.cid-tB6MYevL5r .mbr-text {
  text-align: left;
}
.cid-tB6LucR2qC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LucR2qC .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdK6y9NoeP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdK6y9NoeP .mbr-section-title,
  .cid-tdK6y9NoeP .mbr-section-subtitle,
  .cid-tdK6y9NoeP .mbr-section-btn,
  .cid-tdK6y9NoeP .mbr-text {
    text-align: center;
  }
}
.cid-tdK6y9NoeP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdK6y9NoeP .mbr-text,
.cid-tdK6y9NoeP .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tB6LL2X7il {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6LL2X7il .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdJ1vQ4nlg {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdJ1vQ4nlg .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6BF8GdmD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB6BF8GdmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6BF8GdmD .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-tB6BF8GdmD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB6BF8GdmD .row {
  flex-direction: row-reverse;
}
.cid-tB6BF8GdmD img {
  width: 100%;
}
.cid-tB1jjSPT9v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1jjSPT9v blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB6J3oLHQY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6J3oLHQY .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6C4esuGW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6C4esuGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6C4esuGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6C4esuGW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6C4esuGW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6C4esuGW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6C4esuGW .link-wrap {
    align-items: center;
  }
}
.cid-tB6C4esuGW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6C4esuGW .card-title,
.cid-tB6C4esuGW .card-box {
  text-align: center;
}
.cid-tB6C4esuGW .mbr-text UL {
  text-align: left;
}
.cid-tB6C4esuGW .mbr-text,
.cid-tB6C4esuGW .link-wrap,
.cid-tB6C4esuGW .mbr-section-btn {
  text-align: left;
}
.cid-tB6C4esuGW .mbr-text {
  text-align: left;
}
.cid-tB6DFx2AlZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6DFx2AlZ .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6DiEeYrU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6DiEeYrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6DiEeYrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6DiEeYrU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6DiEeYrU .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6DiEeYrU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6DiEeYrU .link-wrap {
    align-items: center;
  }
}
.cid-tB6DiEeYrU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6DiEeYrU .card-title,
.cid-tB6DiEeYrU .card-box {
  text-align: center;
}
.cid-tB6DiEeYrU .mbr-text UL {
  text-align: left;
}
.cid-tB6DiEeYrU .mbr-text,
.cid-tB6DiEeYrU .link-wrap,
.cid-tB6DiEeYrU .mbr-section-btn {
  text-align: left;
}
.cid-tB6DiEeYrU .mbr-text {
  text-align: left;
}
.cid-tB6DL0cqa4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6DL0cqa4 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6I03qUSl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6I03qUSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6I03qUSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6I03qUSl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6I03qUSl .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6I03qUSl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6I03qUSl .link-wrap {
    align-items: center;
  }
}
.cid-tB6I03qUSl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6I03qUSl .card-title,
.cid-tB6I03qUSl .card-box {
  text-align: center;
}
.cid-tB6I03qUSl .mbr-text UL {
  text-align: left;
}
.cid-tB6I03qUSl .mbr-text,
.cid-tB6I03qUSl .link-wrap,
.cid-tB6I03qUSl .mbr-section-btn {
  text-align: left;
}
.cid-tB6I03qUSl .mbr-text {
  text-align: left;
}
.cid-tB6DM5UGWa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6DM5UGWa .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6IacwSST {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6IacwSST .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6IacwSST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6IacwSST .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6IacwSST .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6IacwSST .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6IacwSST .link-wrap {
    align-items: center;
  }
}
.cid-tB6IacwSST .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6IacwSST .card-title,
.cid-tB6IacwSST .card-box {
  text-align: center;
}
.cid-tB6IacwSST .mbr-text UL {
  text-align: left;
}
.cid-tB6IacwSST .mbr-text,
.cid-tB6IacwSST .link-wrap,
.cid-tB6IacwSST .mbr-section-btn {
  text-align: left;
}
.cid-tB6IacwSST .mbr-text {
  text-align: left;
}
.cid-tB6Ir8XyjE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Ir8XyjE .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6IwPaUAe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6IwPaUAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6IwPaUAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6IwPaUAe .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6IwPaUAe .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6IwPaUAe .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6IwPaUAe .link-wrap {
    align-items: center;
  }
}
.cid-tB6IwPaUAe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6IwPaUAe .card-title,
.cid-tB6IwPaUAe .card-box {
  text-align: center;
}
.cid-tB6IwPaUAe .mbr-text UL {
  text-align: left;
}
.cid-tB6IwPaUAe .mbr-text,
.cid-tB6IwPaUAe .link-wrap,
.cid-tB6IwPaUAe .mbr-section-btn {
  text-align: left;
}
.cid-tB6IwPaUAe .mbr-text {
  text-align: left;
}
.cid-tB6DMP85Cb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6DMP85Cb .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6IKr4Mgm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6IKr4Mgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6IKr4Mgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6IKr4Mgm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6IKr4Mgm .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6IKr4Mgm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6IKr4Mgm .link-wrap {
    align-items: center;
  }
}
.cid-tB6IKr4Mgm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6IKr4Mgm .card-title,
.cid-tB6IKr4Mgm .card-box {
  text-align: center;
}
.cid-tB6IKr4Mgm .mbr-text UL {
  text-align: left;
}
.cid-tB6IKr4Mgm .mbr-text,
.cid-tB6IKr4Mgm .link-wrap,
.cid-tB6IKr4Mgm .mbr-section-btn {
  text-align: left;
}
.cid-tB6IKr4Mgm .mbr-text {
  text-align: left;
}
.cid-tdKwkJtyTm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tdKwkJtyTm .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdK7s23Zaw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdK7s23Zaw .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6TDwVq9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB6TDwVq9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6TDwVq9a .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-tB6TDwVq9a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB6TDwVq9a .row {
  flex-direction: row-reverse;
}
.cid-tB6TDwVq9a img {
  width: 100%;
}
.cid-tB1nB9OPBR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1nB9OPBR blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB6TxhCK4C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6TxhCK4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6TxhCK4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6TxhCK4C .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6TxhCK4C .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6TxhCK4C .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6TxhCK4C .link-wrap {
    align-items: center;
  }
}
.cid-tB6TxhCK4C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6TxhCK4C .card-title,
.cid-tB6TxhCK4C .card-box {
  text-align: center;
}
.cid-tB6TxhCK4C .mbr-text UL {
  text-align: left;
}
.cid-tB6TxhCK4C .mbr-text,
.cid-tB6TxhCK4C .link-wrap,
.cid-tB6TxhCK4C .mbr-section-btn {
  text-align: left;
}
.cid-tB6TxhCK4C .mbr-text {
  text-align: left;
}
.cid-tB6TmwOZ9r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TmwOZ9r .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6TNAqNId {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6TNAqNId .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6TNAqNId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6TNAqNId .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6TNAqNId .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6TNAqNId .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6TNAqNId .link-wrap {
    align-items: center;
  }
}
.cid-tB6TNAqNId .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6TNAqNId .card-title,
.cid-tB6TNAqNId .card-box {
  text-align: center;
}
.cid-tB6TNAqNId .mbr-text UL {
  text-align: left;
}
.cid-tB6TNAqNId .mbr-text,
.cid-tB6TNAqNId .link-wrap,
.cid-tB6TNAqNId .mbr-section-btn {
  text-align: left;
}
.cid-tB6TNAqNId .mbr-text {
  text-align: left;
}
.cid-tB6TnQHbSx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TnQHbSx .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6TXJPhqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6TXJPhqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6TXJPhqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6TXJPhqJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6TXJPhqJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6TXJPhqJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6TXJPhqJ .link-wrap {
    align-items: center;
  }
}
.cid-tB6TXJPhqJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6TXJPhqJ .card-title,
.cid-tB6TXJPhqJ .card-box {
  text-align: center;
}
.cid-tB6TXJPhqJ .mbr-text UL {
  text-align: left;
}
.cid-tB6TXJPhqJ .mbr-text,
.cid-tB6TXJPhqJ .link-wrap,
.cid-tB6TXJPhqJ .mbr-section-btn {
  text-align: left;
}
.cid-tB6TXJPhqJ .mbr-text {
  text-align: left;
}
.cid-tB6ToF2F5J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6ToF2F5J .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6UbHULb9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6UbHULb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6UbHULb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6UbHULb9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6UbHULb9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6UbHULb9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6UbHULb9 .link-wrap {
    align-items: center;
  }
}
.cid-tB6UbHULb9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6UbHULb9 .card-title,
.cid-tB6UbHULb9 .card-box {
  text-align: center;
}
.cid-tB6UbHULb9 .mbr-text UL {
  text-align: left;
}
.cid-tB6UbHULb9 .mbr-text,
.cid-tB6UbHULb9 .link-wrap,
.cid-tB6UbHULb9 .mbr-section-btn {
  text-align: left;
}
.cid-tB6UbHULb9 .mbr-text {
  text-align: left;
}
.cid-tB6Tps7AVP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Tps7AVP .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6Ulw0A9i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6Ulw0A9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6Ulw0A9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6Ulw0A9i .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6Ulw0A9i .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6Ulw0A9i .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6Ulw0A9i .link-wrap {
    align-items: center;
  }
}
.cid-tB6Ulw0A9i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6Ulw0A9i .card-title,
.cid-tB6Ulw0A9i .card-box {
  text-align: center;
}
.cid-tB6Ulw0A9i .mbr-text UL {
  text-align: left;
}
.cid-tB6Ulw0A9i .mbr-text,
.cid-tB6Ulw0A9i .link-wrap,
.cid-tB6Ulw0A9i .mbr-section-btn {
  text-align: left;
}
.cid-tB6Ulw0A9i .mbr-text {
  text-align: left;
}
.cid-tB6TqgkrRc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TqgkrRc .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6UtsepIh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6UtsepIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6UtsepIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6UtsepIh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6UtsepIh .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6UtsepIh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6UtsepIh .link-wrap {
    align-items: center;
  }
}
.cid-tB6UtsepIh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6UtsepIh .card-title,
.cid-tB6UtsepIh .card-box {
  text-align: center;
}
.cid-tB6UtsepIh .mbr-text UL {
  text-align: left;
}
.cid-tB6UtsepIh .mbr-text,
.cid-tB6UtsepIh .link-wrap,
.cid-tB6UtsepIh .mbr-section-btn {
  text-align: left;
}
.cid-tB6UtsepIh .mbr-text {
  text-align: left;
}
.cid-tB6Tr7OEiy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Tr7OEiy .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6UD1ItJW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6UD1ItJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6UD1ItJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6UD1ItJW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6UD1ItJW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6UD1ItJW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6UD1ItJW .link-wrap {
    align-items: center;
  }
}
.cid-tB6UD1ItJW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6UD1ItJW .card-title,
.cid-tB6UD1ItJW .card-box {
  text-align: center;
}
.cid-tB6UD1ItJW .mbr-text UL {
  text-align: left;
}
.cid-tB6UD1ItJW .mbr-text,
.cid-tB6UD1ItJW .link-wrap,
.cid-tB6UD1ItJW .mbr-section-btn {
  text-align: left;
}
.cid-tB6UD1ItJW .mbr-text {
  text-align: left;
}
.cid-tB6TrO7TgK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TrO7TgK .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6UODTFJR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6UODTFJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6UODTFJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6UODTFJR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6UODTFJR .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6UODTFJR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6UODTFJR .link-wrap {
    align-items: center;
  }
}
.cid-tB6UODTFJR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6UODTFJR .card-title,
.cid-tB6UODTFJR .card-box {
  text-align: center;
}
.cid-tB6UODTFJR .mbr-text UL {
  text-align: left;
}
.cid-tB6UODTFJR .mbr-text,
.cid-tB6UODTFJR .link-wrap,
.cid-tB6UODTFJR .mbr-section-btn {
  text-align: left;
}
.cid-tB6UODTFJR .mbr-text {
  text-align: left;
}
.cid-tB6TsvbB11 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TsvbB11 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6UYZ7vY7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6UYZ7vY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6UYZ7vY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6UYZ7vY7 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6UYZ7vY7 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6UYZ7vY7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6UYZ7vY7 .link-wrap {
    align-items: center;
  }
}
.cid-tB6UYZ7vY7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6UYZ7vY7 .card-title,
.cid-tB6UYZ7vY7 .card-box {
  text-align: center;
}
.cid-tB6UYZ7vY7 .mbr-text UL {
  text-align: left;
}
.cid-tB6UYZ7vY7 .mbr-text,
.cid-tB6UYZ7vY7 .link-wrap,
.cid-tB6UYZ7vY7 .mbr-section-btn {
  text-align: left;
}
.cid-tB6UYZ7vY7 .mbr-text {
  text-align: left;
}
.cid-tB6TttpX9a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TttpX9a .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6VaKO92q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6VaKO92q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6VaKO92q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6VaKO92q .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6VaKO92q .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6VaKO92q .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6VaKO92q .link-wrap {
    align-items: center;
  }
}
.cid-tB6VaKO92q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6VaKO92q .card-title,
.cid-tB6VaKO92q .card-box {
  text-align: center;
}
.cid-tB6VaKO92q .mbr-text UL {
  text-align: left;
}
.cid-tB6VaKO92q .mbr-text,
.cid-tB6VaKO92q .link-wrap,
.cid-tB6VaKO92q .mbr-section-btn {
  text-align: left;
}
.cid-tB6VaKO92q .mbr-text {
  text-align: left;
}
.cid-tB6TuaYodX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6TuaYodX .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6ViGf7Wu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6ViGf7Wu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6ViGf7Wu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6ViGf7Wu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6ViGf7Wu .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6ViGf7Wu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6ViGf7Wu .link-wrap {
    align-items: center;
  }
}
.cid-tB6ViGf7Wu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6ViGf7Wu .card-title,
.cid-tB6ViGf7Wu .card-box {
  text-align: center;
}
.cid-tB6ViGf7Wu .mbr-text UL {
  text-align: left;
}
.cid-tB6ViGf7Wu .mbr-text,
.cid-tB6ViGf7Wu .link-wrap,
.cid-tB6ViGf7Wu .mbr-section-btn {
  text-align: left;
}
.cid-tB6ViGf7Wu .mbr-text {
  text-align: left;
}
.cid-tdKfmDSwrA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tdKfmDSwrA .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdK7sfPFe1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdK7sfPFe1 .mbr-section-title,
  .cid-tdK7sfPFe1 .mbr-section-subtitle,
  .cid-tdK7sfPFe1 .mbr-section-btn,
  .cid-tdK7sfPFe1 .mbr-text {
    text-align: center;
  }
}
.cid-tdK7sfPFe1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdK7sfPFe1 .mbr-text,
.cid-tdK7sfPFe1 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdK7sfpvX3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdK7sfpvX3 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdKfqZWSeX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdKfqZWSeX .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6W3a0WSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB6W3a0WSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6W3a0WSP .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-tB6W3a0WSP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB6W3a0WSP .row {
  flex-direction: row-reverse;
}
.cid-tB6W3a0WSP img {
  width: 100%;
}
.cid-tB1AhEBryS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1AhEBryS blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB6Wdbkaft {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6Wdbkaft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6Wdbkaft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6Wdbkaft .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6Wdbkaft .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6Wdbkaft .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6Wdbkaft .link-wrap {
    align-items: center;
  }
}
.cid-tB6Wdbkaft .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6Wdbkaft .card-title,
.cid-tB6Wdbkaft .card-box {
  text-align: center;
}
.cid-tB6Wdbkaft .mbr-text UL {
  text-align: left;
}
.cid-tB6Wdbkaft .mbr-text,
.cid-tB6Wdbkaft .link-wrap,
.cid-tB6Wdbkaft .mbr-section-btn {
  text-align: left;
}
.cid-tB6Wdbkaft .mbr-text {
  text-align: left;
}
.cid-tB6W56xihl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6W56xihl .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6Wp6cy3a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6Wp6cy3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6Wp6cy3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6Wp6cy3a .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6Wp6cy3a .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6Wp6cy3a .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6Wp6cy3a .link-wrap {
    align-items: center;
  }
}
.cid-tB6Wp6cy3a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6Wp6cy3a .card-title,
.cid-tB6Wp6cy3a .card-box {
  text-align: center;
}
.cid-tB6Wp6cy3a .mbr-text UL {
  text-align: left;
}
.cid-tB6Wp6cy3a .mbr-text,
.cid-tB6Wp6cy3a .link-wrap,
.cid-tB6Wp6cy3a .mbr-section-btn {
  text-align: left;
}
.cid-tB6Wp6cy3a .mbr-text {
  text-align: left;
}
.cid-tB6W7nRoVn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6W7nRoVn .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6WwL2bYl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6WwL2bYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6WwL2bYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6WwL2bYl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6WwL2bYl .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6WwL2bYl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6WwL2bYl .link-wrap {
    align-items: center;
  }
}
.cid-tB6WwL2bYl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6WwL2bYl .card-title,
.cid-tB6WwL2bYl .card-box {
  text-align: center;
}
.cid-tB6WwL2bYl .mbr-text UL {
  text-align: left;
}
.cid-tB6WwL2bYl .mbr-text,
.cid-tB6WwL2bYl .link-wrap,
.cid-tB6WwL2bYl .mbr-section-btn {
  text-align: left;
}
.cid-tB6WwL2bYl .mbr-text {
  text-align: left;
}
.cid-tB6W83LxZm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6W83LxZm .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6WG9rqH0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6WG9rqH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6WG9rqH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6WG9rqH0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6WG9rqH0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6WG9rqH0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6WG9rqH0 .link-wrap {
    align-items: center;
  }
}
.cid-tB6WG9rqH0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6WG9rqH0 .card-title,
.cid-tB6WG9rqH0 .card-box {
  text-align: center;
}
.cid-tB6WG9rqH0 .mbr-text UL {
  text-align: left;
}
.cid-tB6WG9rqH0 .mbr-text,
.cid-tB6WG9rqH0 .link-wrap,
.cid-tB6WG9rqH0 .mbr-section-btn {
  text-align: left;
}
.cid-tB6WG9rqH0 .mbr-text {
  text-align: left;
}
.cid-tB6W8La6YN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6W8La6YN .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6WRe36yB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6WRe36yB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6WRe36yB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6WRe36yB .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6WRe36yB .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6WRe36yB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6WRe36yB .link-wrap {
    align-items: center;
  }
}
.cid-tB6WRe36yB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6WRe36yB .card-title,
.cid-tB6WRe36yB .card-box {
  text-align: center;
}
.cid-tB6WRe36yB .mbr-text UL {
  text-align: left;
}
.cid-tB6WRe36yB .mbr-text,
.cid-tB6WRe36yB .link-wrap,
.cid-tB6WRe36yB .mbr-section-btn {
  text-align: left;
}
.cid-tB6WRe36yB .mbr-text {
  text-align: left;
}
.cid-tB6W9zJZAC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6W9zJZAC .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6X0utFYN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6X0utFYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6X0utFYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6X0utFYN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6X0utFYN .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6X0utFYN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6X0utFYN .link-wrap {
    align-items: center;
  }
}
.cid-tB6X0utFYN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6X0utFYN .card-title,
.cid-tB6X0utFYN .card-box {
  text-align: center;
}
.cid-tB6X0utFYN .mbr-text UL {
  text-align: left;
}
.cid-tB6X0utFYN .mbr-text,
.cid-tB6X0utFYN .link-wrap,
.cid-tB6X0utFYN .mbr-section-btn {
  text-align: left;
}
.cid-tB6X0utFYN .mbr-text {
  text-align: left;
}
.cid-tB6WacYE83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6WacYE83 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6XbWQCHd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6XbWQCHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6XbWQCHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6XbWQCHd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6XbWQCHd .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6XbWQCHd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6XbWQCHd .link-wrap {
    align-items: center;
  }
}
.cid-tB6XbWQCHd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6XbWQCHd .card-title,
.cid-tB6XbWQCHd .card-box {
  text-align: center;
}
.cid-tB6XbWQCHd .mbr-text UL {
  text-align: left;
}
.cid-tB6XbWQCHd .mbr-text,
.cid-tB6XbWQCHd .link-wrap,
.cid-tB6XbWQCHd .mbr-section-btn {
  text-align: left;
}
.cid-tB6XbWQCHd .mbr-text {
  text-align: left;
}
.cid-tdKfrgPNf6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tdKfrgPNf6 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdKfrhPupD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKfrhPupD .mbr-section-title,
  .cid-tdKfrhPupD .mbr-section-subtitle,
  .cid-tdKfrhPupD .mbr-section-btn,
  .cid-tdKfrhPupD .mbr-text {
    text-align: center;
  }
}
.cid-tdKfrhPupD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdKfrhPupD .mbr-text,
.cid-tdKfrhPupD .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdKfrl0AEp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdKfrl0AEp .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdKrR4dbTK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdKrR4dbTK .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6YdYMDwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB6YdYMDwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6YdYMDwc .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-tB6YdYMDwc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB6YdYMDwc .row {
  flex-direction: row-reverse;
}
.cid-tB6YdYMDwc img {
  width: 100%;
}
.cid-tB1AWZ8M3C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB1AWZ8M3C blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB6YrssRa9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6YrssRa9 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6YfsFwrw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6YfsFwrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6YfsFwrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6YfsFwrw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6YfsFwrw .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6YfsFwrw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6YfsFwrw .link-wrap {
    align-items: center;
  }
}
.cid-tB6YfsFwrw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6YfsFwrw .card-title,
.cid-tB6YfsFwrw .card-box {
  text-align: center;
}
.cid-tB6YfsFwrw .mbr-text UL {
  text-align: left;
}
.cid-tB6YfsFwrw .mbr-text,
.cid-tB6YfsFwrw .link-wrap,
.cid-tB6YfsFwrw .mbr-section-btn {
  text-align: left;
}
.cid-tB6YfsFwrw .mbr-text {
  text-align: left;
}
.cid-tB6YwIRtHN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6YwIRtHN .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6YHFx5Um {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6YHFx5Um .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6YHFx5Um .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6YHFx5Um .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6YHFx5Um .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6YHFx5Um .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6YHFx5Um .link-wrap {
    align-items: center;
  }
}
.cid-tB6YHFx5Um .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6YHFx5Um .card-title,
.cid-tB6YHFx5Um .card-box {
  text-align: center;
}
.cid-tB6YHFx5Um .mbr-text UL {
  text-align: left;
}
.cid-tB6YHFx5Um .mbr-text,
.cid-tB6YHFx5Um .link-wrap,
.cid-tB6YHFx5Um .mbr-section-btn {
  text-align: left;
}
.cid-tB6YHFx5Um .mbr-text {
  text-align: left;
}
.cid-tB6YssyiWA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6YssyiWA .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6YPPMZUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6YPPMZUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6YPPMZUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6YPPMZUv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6YPPMZUv .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6YPPMZUv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6YPPMZUv .link-wrap {
    align-items: center;
  }
}
.cid-tB6YPPMZUv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6YPPMZUv .card-title,
.cid-tB6YPPMZUv .card-box {
  text-align: center;
}
.cid-tB6YPPMZUv .mbr-text UL {
  text-align: left;
}
.cid-tB6YPPMZUv .mbr-text,
.cid-tB6YPPMZUv .link-wrap,
.cid-tB6YPPMZUv .mbr-section-btn {
  text-align: left;
}
.cid-tB6YPPMZUv .mbr-text {
  text-align: left;
}
.cid-tB6YtnSVA6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6YtnSVA6 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6YYny68A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6YYny68A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6YYny68A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6YYny68A .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6YYny68A .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6YYny68A .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6YYny68A .link-wrap {
    align-items: center;
  }
}
.cid-tB6YYny68A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6YYny68A .card-title,
.cid-tB6YYny68A .card-box {
  text-align: center;
}
.cid-tB6YYny68A .mbr-text UL {
  text-align: left;
}
.cid-tB6YYny68A .mbr-text,
.cid-tB6YYny68A .link-wrap,
.cid-tB6YYny68A .mbr-section-btn {
  text-align: left;
}
.cid-tB6YYny68A .mbr-text {
  text-align: left;
}
.cid-tB6YtZKg9z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6YtZKg9z .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6Z7rMGVq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6Z7rMGVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6Z7rMGVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6Z7rMGVq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6Z7rMGVq .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6Z7rMGVq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6Z7rMGVq .link-wrap {
    align-items: center;
  }
}
.cid-tB6Z7rMGVq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6Z7rMGVq .card-title,
.cid-tB6Z7rMGVq .card-box {
  text-align: center;
}
.cid-tB6Z7rMGVq .mbr-text UL {
  text-align: left;
}
.cid-tB6Z7rMGVq .mbr-text,
.cid-tB6Z7rMGVq .link-wrap,
.cid-tB6Z7rMGVq .mbr-section-btn {
  text-align: left;
}
.cid-tB6Z7rMGVq .mbr-text {
  text-align: left;
}
.cid-tB6YuIyidz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6YuIyidz .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6ZeFSirX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB6ZeFSirX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6ZeFSirX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB6ZeFSirX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB6ZeFSirX .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB6ZeFSirX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6ZeFSirX .link-wrap {
    align-items: center;
  }
}
.cid-tB6ZeFSirX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB6ZeFSirX .card-title,
.cid-tB6ZeFSirX .card-box {
  text-align: center;
}
.cid-tB6ZeFSirX .mbr-text UL {
  text-align: left;
}
.cid-tB6ZeFSirX .mbr-text,
.cid-tB6ZeFSirX .link-wrap,
.cid-tB6ZeFSirX .mbr-section-btn {
  text-align: left;
}
.cid-tB6ZeFSirX .mbr-text {
  text-align: left;
}
.cid-tB6Yvof4No {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6Yvof4No .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdKrRdkxlM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKrRdkxlM .mbr-section-title,
  .cid-tdKrRdkxlM .mbr-section-subtitle,
  .cid-tdKrRdkxlM .mbr-section-btn,
  .cid-tdKrRdkxlM .mbr-text {
    text-align: center;
  }
}
.cid-tdKrRdkxlM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdKrRdkxlM .mbr-text,
.cid-tdKrRdkxlM .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdKtKJ8prj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdKtKJ8prj .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB6ZScD8uA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB6ZScD8uA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB6ZScD8uA .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-tB6ZScD8uA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB6ZScD8uA .row {
  flex-direction: row-reverse;
}
.cid-tB6ZScD8uA img {
  width: 100%;
}
.cid-tB1E318HC9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1E318HC9 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB702GutzJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB702GutzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB702GutzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB702GutzJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB702GutzJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB702GutzJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB702GutzJ .link-wrap {
    align-items: center;
  }
}
.cid-tB702GutzJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB702GutzJ .card-title,
.cid-tB702GutzJ .card-box {
  text-align: center;
}
.cid-tB702GutzJ .mbr-text UL {
  text-align: left;
}
.cid-tB702GutzJ .mbr-text,
.cid-tB702GutzJ .link-wrap,
.cid-tB702GutzJ .mbr-section-btn {
  text-align: left;
}
.cid-tB702GutzJ .mbr-text {
  text-align: left;
}
.cid-tB6ZVD0WJb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6ZVD0WJb .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB70cn1i8b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB70cn1i8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB70cn1i8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB70cn1i8b .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB70cn1i8b .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB70cn1i8b .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB70cn1i8b .link-wrap {
    align-items: center;
  }
}
.cid-tB70cn1i8b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB70cn1i8b .card-title,
.cid-tB70cn1i8b .card-box {
  text-align: center;
}
.cid-tB70cn1i8b .mbr-text UL {
  text-align: left;
}
.cid-tB70cn1i8b .mbr-text,
.cid-tB70cn1i8b .link-wrap,
.cid-tB70cn1i8b .mbr-section-btn {
  text-align: left;
}
.cid-tB70cn1i8b .mbr-text {
  text-align: left;
}
.cid-tB6ZWp6kEv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6ZWp6kEv .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB70n04gVh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB70n04gVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB70n04gVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB70n04gVh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB70n04gVh .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB70n04gVh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB70n04gVh .link-wrap {
    align-items: center;
  }
}
.cid-tB70n04gVh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB70n04gVh .card-title,
.cid-tB70n04gVh .card-box {
  text-align: center;
}
.cid-tB70n04gVh .mbr-text UL {
  text-align: left;
}
.cid-tB70n04gVh .mbr-text,
.cid-tB70n04gVh .link-wrap,
.cid-tB70n04gVh .mbr-section-btn {
  text-align: left;
}
.cid-tB70n04gVh .mbr-text {
  text-align: left;
}
.cid-tB6ZX6xpxK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6ZX6xpxK .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB70yDmS9K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB70yDmS9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB70yDmS9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB70yDmS9K .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB70yDmS9K .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB70yDmS9K .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB70yDmS9K .link-wrap {
    align-items: center;
  }
}
.cid-tB70yDmS9K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB70yDmS9K .card-title,
.cid-tB70yDmS9K .card-box {
  text-align: center;
}
.cid-tB70yDmS9K .mbr-text UL {
  text-align: left;
}
.cid-tB70yDmS9K .mbr-text,
.cid-tB70yDmS9K .link-wrap,
.cid-tB70yDmS9K .mbr-section-btn {
  text-align: left;
}
.cid-tB70yDmS9K .mbr-text {
  text-align: left;
}
.cid-tB6ZXPDB7Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6ZXPDB7Q .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB70HYWpKt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB70HYWpKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB70HYWpKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB70HYWpKt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB70HYWpKt .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB70HYWpKt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB70HYWpKt .link-wrap {
    align-items: center;
  }
}
.cid-tB70HYWpKt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB70HYWpKt .card-title,
.cid-tB70HYWpKt .card-box {
  text-align: center;
}
.cid-tB70HYWpKt .mbr-text UL {
  text-align: left;
}
.cid-tB70HYWpKt .mbr-text,
.cid-tB70HYWpKt .link-wrap,
.cid-tB70HYWpKt .mbr-section-btn {
  text-align: left;
}
.cid-tB70HYWpKt .mbr-text {
  text-align: left;
}
.cid-tB6ZYSFc9I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB6ZYSFc9I .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB710R9lvK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB710R9lvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB710R9lvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB710R9lvK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB710R9lvK .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB710R9lvK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB710R9lvK .link-wrap {
    align-items: center;
  }
}
.cid-tB710R9lvK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB710R9lvK .card-title,
.cid-tB710R9lvK .card-box {
  text-align: center;
}
.cid-tB710R9lvK .mbr-text UL {
  text-align: left;
}
.cid-tB710R9lvK .mbr-text,
.cid-tB710R9lvK .link-wrap,
.cid-tB710R9lvK .mbr-section-btn {
  text-align: left;
}
.cid-tB710R9lvK .mbr-text {
  text-align: left;
}
.cid-tdKtKLtyAX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tdKtKLtyAX .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdKtKLG8sW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKtKLG8sW .mbr-section-title,
  .cid-tdKtKLG8sW .mbr-section-subtitle,
  .cid-tdKtKLG8sW .mbr-section-btn,
  .cid-tdKtKLG8sW .mbr-text {
    text-align: center;
  }
}
.cid-tdKtKLG8sW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdKtKLG8sW .mbr-text,
.cid-tdKtKLG8sW .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAmhMj6w2Z {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAmhMj6w2Z blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAsMUbtfRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tAsMUbtfRK .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAsMRzjtWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAsMRzjtWc img,
.cid-tAsMRzjtWc .item-img {
  width: 100%;
}
.cid-tAsMRzjtWc .item:focus,
.cid-tAsMRzjtWc span:focus {
  outline: none;
}
.cid-tAsMRzjtWc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAsMRzjtWc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f4f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAsMRzjtWc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tAsMRzjtWc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAsMRzjtWc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tAsMRzjtWc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tAsMRzjtWc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tAsMRzjtWc .mbr-section-title {
  color: #232323;
}
.cid-tAsMRzjtWc .mbr-text,
.cid-tAsMRzjtWc .mbr-section-btn {
  text-align: left;
}
.cid-tAsMRzjtWc .item-title {
  text-align: center;
}
.cid-tAsMRzjtWc .item-subtitle {
  text-align: left;
}
.cid-tAsDygUn2F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAsDygUn2F img,
.cid-tAsDygUn2F .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tAsDygUn2F .item:focus,
.cid-tAsDygUn2F span:focus {
  outline: none;
}
.cid-tAsDygUn2F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAsDygUn2F .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f4f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAsDygUn2F .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tAsDygUn2F .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAsDygUn2F .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tAsDygUn2F .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tAsDygUn2F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tAsDygUn2F .mbr-section-title {
  color: #232323;
}
.cid-tAsDygUn2F .mbr-text,
.cid-tAsDygUn2F .mbr-section-btn {
  text-align: left;
}
.cid-tAsDygUn2F .item-title {
  text-align: center;
}
.cid-tAsDygUn2F .item-subtitle {
  text-align: left;
}
.cid-tBM1k52ZY6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1k52ZY6 .mbr-section-title,
  .cid-tBM1k52ZY6 .mbr-section-subtitle,
  .cid-tBM1k52ZY6 .mbr-section-btn,
  .cid-tBM1k52ZY6 .mbr-text {
    text-align: center;
  }
}
.cid-tBM1k52ZY6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1k52ZY6 .mbr-text,
.cid-tBM1k52ZY6 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAmmbhHl16 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAmmbhHl16 .carousel {
    min-height: 500px;
  }
  .cid-tAmmbhHl16 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAmmbhHl16 .carousel {
    min-height: 325px;
  }
  .cid-tAmmbhHl16 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAmmbhHl16 .carousel {
    min-height: 275px;
  }
  .cid-tAmmbhHl16 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAmmbhHl16 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAmmbhHl16 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAmmbhHl16 .carousel,
.cid-tAmmbhHl16 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAmmbhHl16 .item-wrapper {
  width: 100%;
}
.cid-tAmmbhHl16 .carousel-caption {
  bottom: 40px;
}
.cid-tAmmbhHl16 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAmmbhHl16 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAmmbhHl16 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAmmbhHl16 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAmmbhHl16 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAmmbhHl16 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAmmbhHl16 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAmmbhHl16 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAmmbhHl16 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAmmbhHl16 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAmmbhHl16 .carousel-indicators li.active,
.cid-tAmmbhHl16 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAmmbhHl16 .carousel-indicators li::after,
.cid-tAmmbhHl16 .carousel-indicators li::before {
  content: none;
}
.cid-tAmmbhHl16 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAmmbhHl16 .carousel-indicators {
    display: none !important;
  }
}
.cid-tAmqdp4u6B {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-tAmqdp4u6B .mbr-section-title,
  .cid-tAmqdp4u6B .mbr-section-subtitle,
  .cid-tAmqdp4u6B .mbr-section-btn,
  .cid-tAmqdp4u6B .mbr-text {
    text-align: center;
  }
}
.cid-tAmqdp4u6B .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAmqdp4u6B .mbr-text,
.cid-tAmqdp4u6B .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAsREBqsPp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAsREBqsPp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAsREBqsPp .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAsREBqsPp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAsREBqsPp .link-wrap {
    align-items: center;
  }
}
.cid-tAsREBqsPp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAsREBqsPp .card-title,
.cid-tAsREBqsPp .card-box {
  text-align: center;
}
.cid-tAsREBqsPp .mbr-text UL {
  text-align: left;
}
.cid-tAsREBqsPp .mbr-text,
.cid-tAsREBqsPp .link-wrap,
.cid-tAsREBqsPp .mbr-section-btn {
  text-align: left;
}
.cid-tAmmbj4KBt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAmmbj4KBt blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAmsS86aZ9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAmsS86aZ9 .mbr-section-title,
  .cid-tAmsS86aZ9 .mbr-section-subtitle,
  .cid-tAmsS86aZ9 .mbr-section-btn,
  .cid-tAmsS86aZ9 .mbr-text {
    text-align: center;
  }
}
.cid-tAmsS86aZ9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAmsS86aZ9 .mbr-text,
.cid-tAmsS86aZ9 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAmrpPMLzr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAmrpPMLzr blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAmtORD6Dp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAmtORD6Dp .mbr-section-title,
  .cid-tAmtORD6Dp .mbr-section-subtitle,
  .cid-tAmtORD6Dp .mbr-section-btn,
  .cid-tAmtORD6Dp .mbr-text {
    text-align: center;
  }
}
.cid-tAmtORD6Dp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAmtORD6Dp .mbr-text,
.cid-tAmtORD6Dp .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAmrRQDwPU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAmrRQDwPU blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-utkXgCEfN3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arkanoid-the-legend-ii-image-1-962x470.jpg");
}
.cid-utkXgCEfN3 .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-utkXgCEfN3 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-utkXgCEfN3 form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-utkXgCEfN3 form.mbr-form {
    padding: 1rem;
  }
}
.cid-utkXgCEfN3 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-utkXgCEfN3 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tAmwkw2wBM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAmwkw2wBM blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-tAmwkw2wBM .mbr-text {
  text-align: left;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAybjHz7P6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAybjHz7P6 .carousel {
    min-height: 400px;
  }
  .cid-tAybjHz7P6 .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAybjHz7P6 .carousel {
    min-height: 260px;
  }
  .cid-tAybjHz7P6 .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAybjHz7P6 .carousel {
    min-height: 220px;
  }
  .cid-tAybjHz7P6 .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tAybjHz7P6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAybjHz7P6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAybjHz7P6 .carousel,
.cid-tAybjHz7P6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAybjHz7P6 .item-wrapper {
  width: 100%;
}
.cid-tAybjHz7P6 .carousel-caption {
  bottom: 40px;
}
.cid-tAybjHz7P6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAybjHz7P6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAybjHz7P6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAybjHz7P6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAybjHz7P6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAybjHz7P6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAybjHz7P6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAybjHz7P6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAybjHz7P6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAybjHz7P6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAybjHz7P6 .carousel-indicators li.active,
.cid-tAybjHz7P6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAybjHz7P6 .carousel-indicators li::after,
.cid-tAybjHz7P6 .carousel-indicators li::before {
  content: none;
}
.cid-tAybjHz7P6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAybjHz7P6 .carousel-indicators {
    display: none !important;
  }
}
.cid-ulEnNROdjM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulEnNROdjM img,
.cid-ulEnNROdjM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulEnNROdjM .item:focus,
.cid-ulEnNROdjM span:focus {
  outline: none;
}
.cid-ulEnNROdjM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ulEnNROdjM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ulEnNROdjM .item {
  padding: 0;
  margin: 0;
}
.cid-ulEnNROdjM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f6f4f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ulEnNROdjM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ulEnNROdjM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulEnNROdjM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ulEnNROdjM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ulEnNROdjM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ulEnNROdjM .mbr-section-title {
  color: #232323;
}
.cid-ulEnNROdjM .mbr-text,
.cid-ulEnNROdjM .mbr-section-btn {
  text-align: center;
}
.cid-ulEnNROdjM .item-title {
  text-align: center;
}
.cid-ulEnNROdjM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ulBP19yVYx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulBP19yVYx .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tADKHWhcAf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tADKHWhcAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADKHWhcAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADKHWhcAf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tADKHWhcAf .card {
    margin-bottom: 2rem!important;
  }
  .cid-tADKHWhcAf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tADKHWhcAf .link-wrap {
    align-items: center;
  }
}
.cid-tADKHWhcAf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tADKFvkVJO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tADKFvkVJO .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tADL0ZuRRD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tADL0ZuRRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADL0ZuRRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADL0ZuRRD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tADL0ZuRRD .card {
    margin-bottom: 2rem!important;
  }
  .cid-tADL0ZuRRD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tADL0ZuRRD .link-wrap {
    align-items: center;
  }
}
.cid-tADL0ZuRRD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tADKGd0b90 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tADKGd0b90 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tADLiiDYBy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tADLiiDYBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADLiiDYBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADLiiDYBy .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tADLiiDYBy .card {
    margin-bottom: 2rem!important;
  }
  .cid-tADLiiDYBy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tADLiiDYBy .link-wrap {
    align-items: center;
  }
}
.cid-tADLiiDYBy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tADKGS8bNv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tADKGS8bNv .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tADLJ9gRop {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tADLJ9gRop .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADLJ9gRop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADLJ9gRop .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tADLJ9gRop .card {
    margin-bottom: 2rem!important;
  }
  .cid-tADLJ9gRop .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tADLJ9gRop .link-wrap {
    align-items: center;
  }
}
.cid-tADLJ9gRop .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tADLKozANt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tADLKozANt .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tADMfFEOGW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tADMfFEOGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADMfFEOGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADMfFEOGW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tADMfFEOGW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tADMfFEOGW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tADMfFEOGW .link-wrap {
    align-items: center;
  }
}
.cid-tADMfFEOGW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tADMetOS58 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tADMetOS58 .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tADMFNlaXL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tADMFNlaXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADMFNlaXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADMFNlaXL .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tADMFNlaXL .card {
    margin-bottom: 2rem!important;
  }
  .cid-tADMFNlaXL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tADMFNlaXL .link-wrap {
    align-items: center;
  }
}
.cid-tADMFNlaXL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAyf9rc5Ln {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAyf9rc5Ln blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uleSv0pHhc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uleSv0pHhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleSv0pHhc .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-uleSv0pHhc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uleSv0pHhc .row {
  flex-direction: row-reverse;
}
.cid-uleSv0pHhc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uleSv0pHhc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uleSv0pHhc .mbr-section-title {
  text-align: center;
}
.cid-uleSv0pHhc .mbr-text {
  text-align: center;
}
.cid-tB1GhpyPky {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB1GhpyPky blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB75dJdhzD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB75dJdhzD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB75dJdhzD .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB75dJdhzD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB75dJdhzD .link-wrap {
    align-items: center;
  }
}
.cid-tB75dJdhzD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB75dJdhzD .card-title,
.cid-tB75dJdhzD .card-box {
  text-align: center;
}
.cid-tB75dJdhzD .mbr-text UL {
  text-align: left;
}
.cid-tB75dJdhzD .mbr-text,
.cid-tB75dJdhzD .link-wrap,
.cid-tB75dJdhzD .mbr-section-btn {
  text-align: left;
}
.cid-tB1Gecq57L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB1Gecq57L .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBM25Ktd8M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM25Ktd8M .mbr-section-title,
  .cid-tBM25Ktd8M .mbr-section-subtitle,
  .cid-tBM25Ktd8M .mbr-section-btn,
  .cid-tBM25Ktd8M .mbr-text {
    text-align: center;
  }
}
.cid-tBM25Ktd8M .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM25Ktd8M .mbr-text,
.cid-tBM25Ktd8M .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAykM29lUC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAykM29lUC blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-ulBK9HQpun {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-ulBK9HQpun .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ulBK9HQpun .card {
    margin-bottom: 2rem!important;
  }
  .cid-ulBK9HQpun .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulBK9HQpun .link-wrap {
    align-items: center;
  }
}
.cid-ulBK9HQpun .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulBK9HQpun .card-title,
.cid-ulBK9HQpun .card-box {
  text-align: center;
}
.cid-ulBK9HQpun .mbr-text UL {
  text-align: left;
}
.cid-ulBK9HQpun .mbr-text,
.cid-ulBK9HQpun .link-wrap,
.cid-ulBK9HQpun .mbr-section-btn {
  text-align: left;
}
.cid-ulBO4NpgtC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulBO4NpgtC .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAympb97Fi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAympb97Fi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAympb97Fi .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAympb97Fi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAympb97Fi .link-wrap {
    align-items: center;
  }
}
.cid-tAympb97Fi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAympb97Fi .card-title,
.cid-tAympb97Fi .card-box {
  text-align: center;
}
.cid-tAympb97Fi .mbr-text UL {
  text-align: left;
}
.cid-tAympb97Fi .mbr-text,
.cid-tAympb97Fi .link-wrap,
.cid-tAympb97Fi .mbr-section-btn {
  text-align: left;
}
.cid-tAyonePcFZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAyonePcFZ .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5maLKsMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-uL5maLKsMg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uL5maLKsMg .card {
    margin-bottom: 2rem!important;
  }
  .cid-uL5maLKsMg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5maLKsMg .link-wrap {
    align-items: center;
  }
}
.cid-uL5maLKsMg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL5maLKsMg .card-title,
.cid-uL5maLKsMg .card-box {
  text-align: center;
}
.cid-uL5maLKsMg .mbr-text UL {
  text-align: left;
}
.cid-uL5maLKsMg .mbr-text,
.cid-uL5maLKsMg .link-wrap,
.cid-uL5maLKsMg .mbr-section-btn {
  text-align: left;
}
.cid-uL5qgNEnVk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uL5qgNEnVk .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAymVwnn0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAymVwnn0X .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAymVwnn0X .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAymVwnn0X .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAymVwnn0X .link-wrap {
    align-items: center;
  }
}
.cid-tAymVwnn0X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAymVwnn0X .card-title,
.cid-tAymVwnn0X .card-box {
  text-align: center;
}
.cid-tAymVwnn0X .mbr-text UL {
  text-align: left;
}
.cid-tAymVwnn0X .mbr-text,
.cid-tAymVwnn0X .link-wrap,
.cid-tAymVwnn0X .mbr-section-btn {
  text-align: left;
}
.cid-tAyooe6MSx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tAyooe6MSx .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAyn0g6OCI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAyn0g6OCI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAyn0g6OCI .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAyn0g6OCI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAyn0g6OCI .link-wrap {
    align-items: center;
  }
}
.cid-tAyn0g6OCI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAyn0g6OCI .card-title,
.cid-tAyn0g6OCI .card-box {
  text-align: center;
}
.cid-tAyn0g6OCI .mbr-text UL {
  text-align: left;
}
.cid-tAyn0g6OCI .mbr-text,
.cid-tAyn0g6OCI .link-wrap,
.cid-tAyn0g6OCI .mbr-section-btn {
  text-align: left;
}
.cid-tAEGHHAF5A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tAEGHHAF5A .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAyngiU61p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAyngiU61p .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAyngiU61p .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAyngiU61p .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAyngiU61p .link-wrap {
    align-items: center;
  }
}
.cid-tAyngiU61p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAyngiU61p .card-title,
.cid-tAyngiU61p .card-box {
  text-align: center;
}
.cid-tAyngiU61p .mbr-text UL {
  text-align: left;
}
.cid-tAyngiU61p .mbr-text,
.cid-tAyngiU61p .link-wrap,
.cid-tAyngiU61p .mbr-section-btn {
  text-align: left;
}
.cid-tDtOTpOyDs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tDtOTpOyDs .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAynkFWFZ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAynkFWFZ0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAynkFWFZ0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAynkFWFZ0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAynkFWFZ0 .link-wrap {
    align-items: center;
  }
}
.cid-tAynkFWFZ0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAynkFWFZ0 .card-title,
.cid-tAynkFWFZ0 .card-box {
  text-align: center;
}
.cid-tAynkFWFZ0 .mbr-text UL {
  text-align: left;
}
.cid-tAynkFWFZ0 .mbr-text,
.cid-tAynkFWFZ0 .link-wrap,
.cid-tAynkFWFZ0 .mbr-section-btn {
  text-align: left;
}
.cid-tDtOUh2RCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tDtOUh2RCe .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAynoAG7S9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAynoAG7S9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAynoAG7S9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAynoAG7S9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAynoAG7S9 .link-wrap {
    align-items: center;
  }
}
.cid-tAynoAG7S9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAynoAG7S9 .card-title,
.cid-tAynoAG7S9 .card-box {
  text-align: center;
}
.cid-tAynoAG7S9 .mbr-text UL {
  text-align: left;
}
.cid-tAynoAG7S9 .mbr-text,
.cid-tAynoAG7S9 .link-wrap,
.cid-tAynoAG7S9 .mbr-section-btn {
  text-align: left;
}
.cid-tDtOUTvlkg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tDtOUTvlkg .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAynsiBhfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAynsiBhfJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAynsiBhfJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAynsiBhfJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAynsiBhfJ .link-wrap {
    align-items: center;
  }
}
.cid-tAynsiBhfJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAynsiBhfJ .card-title,
.cid-tAynsiBhfJ .card-box {
  text-align: center;
}
.cid-tAynsiBhfJ .mbr-text UL {
  text-align: left;
}
.cid-tAynsiBhfJ .mbr-text,
.cid-tAynsiBhfJ .link-wrap,
.cid-tAynsiBhfJ .mbr-section-btn {
  text-align: left;
}
.cid-tDtOVleKJV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tDtOVleKJV .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAynxz7Gjz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAynxz7Gjz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAynxz7Gjz .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAynxz7Gjz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAynxz7Gjz .link-wrap {
    align-items: center;
  }
}
.cid-tAynxz7Gjz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAynxz7Gjz .card-title,
.cid-tAynxz7Gjz .card-box {
  text-align: center;
}
.cid-tAynxz7Gjz .mbr-text UL {
  text-align: left;
}
.cid-tAynxz7Gjz .mbr-text,
.cid-tAynxz7Gjz .link-wrap,
.cid-tAynxz7Gjz .mbr-section-btn {
  text-align: left;
}
.cid-tDtOVPiMpP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tDtOVPiMpP .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAynDQxGjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAynDQxGjA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAynDQxGjA .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAynDQxGjA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAynDQxGjA .link-wrap {
    align-items: center;
  }
}
.cid-tAynDQxGjA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAynDQxGjA .card-title,
.cid-tAynDQxGjA .card-box {
  text-align: center;
}
.cid-tAynDQxGjA .mbr-text UL {
  text-align: left;
}
.cid-tAynDQxGjA .mbr-text,
.cid-tAynDQxGjA .link-wrap,
.cid-tAynDQxGjA .mbr-section-btn {
  text-align: left;
}
.cid-tAykM4aTwI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAykM4aTwI blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tAEGFHNSmQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tAEGFHNSmQ .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAELyRMyFw {
  z-index: 1000;
  width: 100%;
}
.cid-tAELyRMyFw nav.navbar {
  position: fixed;
}
.cid-tAELyRMyFw .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-tAELyRMyFw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAELyRMyFw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAELyRMyFw .dropdown-item:hover,
.cid-tAELyRMyFw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAELyRMyFw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAELyRMyFw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAELyRMyFw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAELyRMyFw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAELyRMyFw .nav-link {
  position: relative;
}
.cid-tAELyRMyFw .container {
  display: flex;
  margin: auto;
}
.cid-tAELyRMyFw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAELyRMyFw .dropdown-menu,
.cid-tAELyRMyFw .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAELyRMyFw .nav-item:focus,
.cid-tAELyRMyFw .nav-link:focus {
  outline: none;
}
.cid-tAELyRMyFw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAELyRMyFw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAELyRMyFw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAELyRMyFw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAELyRMyFw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAELyRMyFw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAELyRMyFw .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAELyRMyFw .navbar.opened {
  transition: all .3s;
}
.cid-tAELyRMyFw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAELyRMyFw .navbar .navbar-logo img {
  width: auto;
}
.cid-tAELyRMyFw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAELyRMyFw .navbar.collapsed {
  justify-content: center;
}
.cid-tAELyRMyFw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAELyRMyFw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAELyRMyFw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAELyRMyFw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAELyRMyFw .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-tAELyRMyFw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAELyRMyFw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAELyRMyFw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAELyRMyFw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAELyRMyFw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAELyRMyFw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAELyRMyFw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAELyRMyFw .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-tAELyRMyFw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAELyRMyFw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAELyRMyFw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAELyRMyFw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAELyRMyFw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAELyRMyFw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAELyRMyFw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAELyRMyFw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAELyRMyFw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAELyRMyFw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAELyRMyFw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAELyRMyFw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAELyRMyFw .dropdown-item.active,
.cid-tAELyRMyFw .dropdown-item:active {
  background-color: transparent;
}
.cid-tAELyRMyFw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAELyRMyFw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAELyRMyFw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAELyRMyFw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAELyRMyFw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAELyRMyFw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAELyRMyFw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAELyRMyFw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAELyRMyFw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAELyRMyFw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAELyRMyFw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAELyRMyFw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAELyRMyFw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAELyRMyFw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAELyRMyFw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAELyRMyFw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAELyRMyFw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAELyRMyFw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAELyRMyFw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAELyRMyFw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAELyRMyFw .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-tAELyRMyFw .navbar {
    height: 70px;
  }
  .cid-tAELyRMyFw .navbar.opened {
    height: auto;
  }
  .cid-tAELyRMyFw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAELyFVvMA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAELyFVvMA .mbr-section-title,
  .cid-tAELyFVvMA .mbr-section-subtitle,
  .cid-tAELyFVvMA .mbr-section-btn,
  .cid-tAELyFVvMA .mbr-text {
    text-align: center;
  }
}
.cid-tAELyFVvMA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAELyFVvMA .mbr-text,
.cid-tAELyFVvMA .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAELyJNrtt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAELyJNrtt .mbr-section-title,
  .cid-tAELyJNrtt .mbr-section-subtitle,
  .cid-tAELyJNrtt .mbr-section-btn,
  .cid-tAELyJNrtt .mbr-text {
    text-align: center;
  }
}
.cid-tAELyJNrtt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAELyJNrtt .mbr-text,
.cid-tAELyJNrtt .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAELyJNrtt .mbr-section-title DIV {
  text-align: center;
}
.cid-tAELyMg898 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAELyMg898 .mbr-section-title,
  .cid-tAELyMg898 .mbr-section-subtitle,
  .cid-tAELyMg898 .mbr-section-btn,
  .cid-tAELyMg898 .mbr-text {
    text-align: center;
  }
}
.cid-tAELyMg898 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAELyMg898 .mbr-text,
.cid-tAELyMg898 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAELyN7bMf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAELyN7bMf .carousel {
    min-height: 500px;
  }
  .cid-tAELyN7bMf .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAELyN7bMf .carousel {
    min-height: 325px;
  }
  .cid-tAELyN7bMf .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAELyN7bMf .carousel {
    min-height: 275px;
  }
  .cid-tAELyN7bMf .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAELyN7bMf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAELyN7bMf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAELyN7bMf .carousel,
.cid-tAELyN7bMf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAELyN7bMf .item-wrapper {
  width: 100%;
}
.cid-tAELyN7bMf .carousel-caption {
  bottom: 40px;
}
.cid-tAELyN7bMf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAELyN7bMf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAELyN7bMf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAELyN7bMf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAELyN7bMf .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAELyN7bMf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAELyN7bMf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAELyN7bMf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAELyN7bMf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAELyN7bMf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAELyN7bMf .carousel-indicators li.active,
.cid-tAELyN7bMf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAELyN7bMf .carousel-indicators li::after,
.cid-tAELyN7bMf .carousel-indicators li::before {
  content: none;
}
.cid-tAELyN7bMf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAELyN7bMf .carousel-indicators {
    display: none !important;
  }
}
.cid-tAELyOxOVJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAELyOxOVJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAELyOxOVJ .img-item {
  position: relative;
}
.cid-tAELyOxOVJ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAELyOxOVJ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAELyOxOVJ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAELyOS5Ys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAELyOS5Ys .mbr-section-title,
  .cid-tAELyOS5Ys .mbr-section-subtitle,
  .cid-tAELyOS5Ys .mbr-section-btn,
  .cid-tAELyOS5Ys .mbr-text {
    text-align: center;
  }
}
.cid-tAELyOS5Ys .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAELyOS5Ys .mbr-text,
.cid-tAELyOS5Ys .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAELyP95da {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAELyP95da .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAELyP95da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAELyPv8ss {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAELyPv8ss blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAELyPv8ss .mbr-text {
  text-align: left;
}
.cid-ulDy00I2YN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/arkanoid-the-legend-ii-image-2-696x372.jpeg");
}
.cid-ulDy00I2YN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDy00I2YN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDy00I2YN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDy00I2YN .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-ulDy0WJd34 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ulDy0WJd34 .mbr-section-title,
  .cid-ulDy0WJd34 .mbr-section-subtitle,
  .cid-ulDy0WJd34 .mbr-section-btn,
  .cid-ulDy0WJd34 .mbr-text {
    text-align: center;
  }
}
.cid-ulDy0WJd34 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulDy0WJd34 .mbr-text,
.cid-ulDy0WJd34 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ulDy0WJd34 .mbr-section-title DIV {
  text-align: center;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAEZDRn4vL {
  z-index: 1000;
  width: 100%;
}
.cid-tAEZDRn4vL nav.navbar {
  position: fixed;
}
.cid-tAEZDRn4vL .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-tAEZDRn4vL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAEZDRn4vL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAEZDRn4vL .dropdown-item:hover,
.cid-tAEZDRn4vL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAEZDRn4vL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAEZDRn4vL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAEZDRn4vL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAEZDRn4vL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAEZDRn4vL .nav-link {
  position: relative;
}
.cid-tAEZDRn4vL .container {
  display: flex;
  margin: auto;
}
.cid-tAEZDRn4vL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAEZDRn4vL .dropdown-menu,
.cid-tAEZDRn4vL .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAEZDRn4vL .nav-item:focus,
.cid-tAEZDRn4vL .nav-link:focus {
  outline: none;
}
.cid-tAEZDRn4vL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAEZDRn4vL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAEZDRn4vL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAEZDRn4vL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAEZDRn4vL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAEZDRn4vL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAEZDRn4vL .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAEZDRn4vL .navbar.opened {
  transition: all .3s;
}
.cid-tAEZDRn4vL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAEZDRn4vL .navbar .navbar-logo img {
  width: auto;
}
.cid-tAEZDRn4vL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAEZDRn4vL .navbar.collapsed {
  justify-content: center;
}
.cid-tAEZDRn4vL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAEZDRn4vL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAEZDRn4vL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAEZDRn4vL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAEZDRn4vL .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-tAEZDRn4vL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAEZDRn4vL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAEZDRn4vL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAEZDRn4vL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAEZDRn4vL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAEZDRn4vL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAEZDRn4vL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAEZDRn4vL .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-tAEZDRn4vL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAEZDRn4vL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAEZDRn4vL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAEZDRn4vL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAEZDRn4vL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAEZDRn4vL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAEZDRn4vL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAEZDRn4vL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAEZDRn4vL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAEZDRn4vL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAEZDRn4vL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAEZDRn4vL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAEZDRn4vL .dropdown-item.active,
.cid-tAEZDRn4vL .dropdown-item:active {
  background-color: transparent;
}
.cid-tAEZDRn4vL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAEZDRn4vL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAEZDRn4vL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAEZDRn4vL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAEZDRn4vL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAEZDRn4vL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAEZDRn4vL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAEZDRn4vL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAEZDRn4vL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAEZDRn4vL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAEZDRn4vL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAEZDRn4vL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAEZDRn4vL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAEZDRn4vL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAEZDRn4vL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAEZDRn4vL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAEZDRn4vL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAEZDRn4vL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAEZDRn4vL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAEZDRn4vL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAEZDRn4vL .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-tAEZDRn4vL .navbar {
    height: 70px;
  }
  .cid-tAEZDRn4vL .navbar.opened {
    height: auto;
  }
  .cid-tAEZDRn4vL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAEZDLwLdn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAEZDLwLdn .mbr-section-title,
  .cid-tAEZDLwLdn .mbr-section-subtitle,
  .cid-tAEZDLwLdn .mbr-section-btn,
  .cid-tAEZDLwLdn .mbr-text {
    text-align: center;
  }
}
.cid-tAEZDLwLdn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAEZDLwLdn .mbr-text,
.cid-tAEZDLwLdn .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAEZDMiQ8n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAEZDMiQ8n .mbr-section-title,
  .cid-tAEZDMiQ8n .mbr-section-subtitle,
  .cid-tAEZDMiQ8n .mbr-section-btn,
  .cid-tAEZDMiQ8n .mbr-text {
    text-align: center;
  }
}
.cid-tAEZDMiQ8n .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAEZDMiQ8n .mbr-text,
.cid-tAEZDMiQ8n .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAEZDMiQ8n .mbr-section-title DIV {
  text-align: center;
}
.cid-tAEZDMRvoc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAEZDMRvoc .mbr-section-title,
  .cid-tAEZDMRvoc .mbr-section-subtitle,
  .cid-tAEZDMRvoc .mbr-section-btn,
  .cid-tAEZDMRvoc .mbr-text {
    text-align: center;
  }
}
.cid-tAEZDMRvoc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAEZDMRvoc .mbr-text,
.cid-tAEZDMRvoc .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAEZDNgSxE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAEZDNgSxE .carousel {
    min-height: 500px;
  }
  .cid-tAEZDNgSxE .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAEZDNgSxE .carousel {
    min-height: 325px;
  }
  .cid-tAEZDNgSxE .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAEZDNgSxE .carousel {
    min-height: 275px;
  }
  .cid-tAEZDNgSxE .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAEZDNgSxE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAEZDNgSxE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAEZDNgSxE .carousel,
.cid-tAEZDNgSxE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAEZDNgSxE .item-wrapper {
  width: 100%;
}
.cid-tAEZDNgSxE .carousel-caption {
  bottom: 40px;
}
.cid-tAEZDNgSxE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAEZDNgSxE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAEZDNgSxE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAEZDNgSxE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAEZDNgSxE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAEZDNgSxE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAEZDNgSxE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAEZDNgSxE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAEZDNgSxE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAEZDNgSxE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAEZDNgSxE .carousel-indicators li.active,
.cid-tAEZDNgSxE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAEZDNgSxE .carousel-indicators li::after,
.cid-tAEZDNgSxE .carousel-indicators li::before {
  content: none;
}
.cid-tAEZDNgSxE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAEZDNgSxE .carousel-indicators {
    display: none !important;
  }
}
.cid-tAEZDNUPw5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAEZDNUPw5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAEZDNUPw5 .img-item {
  position: relative;
}
.cid-tAEZDNUPw5 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAEZDNUPw5 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAEZDNUPw5 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAEZDOidwx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAEZDOidwx .mbr-section-title,
  .cid-tAEZDOidwx .mbr-section-subtitle,
  .cid-tAEZDOidwx .mbr-section-btn,
  .cid-tAEZDOidwx .mbr-text {
    text-align: center;
  }
}
.cid-tAEZDOidwx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAEZDOidwx .mbr-text,
.cid-tAEZDOidwx .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAEZDOElbj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAEZDOElbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAEZDOElbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAEZDP34MU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAEZDP34MU blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAEZDP34MU .mbr-text {
  text-align: left;
}
.cid-ulDAMTqbnu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bomblaster-3d-image-2-620x389.jpg");
}
.cid-ulDAMTqbnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDAMTqbnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDAMTqbnu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDAMTqbnu .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAF3IdSDvr {
  z-index: 1000;
  width: 100%;
}
.cid-tAF3IdSDvr nav.navbar {
  position: fixed;
}
.cid-tAF3IdSDvr .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-tAF3IdSDvr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAF3IdSDvr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAF3IdSDvr .dropdown-item:hover,
.cid-tAF3IdSDvr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAF3IdSDvr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAF3IdSDvr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAF3IdSDvr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAF3IdSDvr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAF3IdSDvr .nav-link {
  position: relative;
}
.cid-tAF3IdSDvr .container {
  display: flex;
  margin: auto;
}
.cid-tAF3IdSDvr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAF3IdSDvr .dropdown-menu,
.cid-tAF3IdSDvr .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAF3IdSDvr .nav-item:focus,
.cid-tAF3IdSDvr .nav-link:focus {
  outline: none;
}
.cid-tAF3IdSDvr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAF3IdSDvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAF3IdSDvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAF3IdSDvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAF3IdSDvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAF3IdSDvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAF3IdSDvr .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAF3IdSDvr .navbar.opened {
  transition: all .3s;
}
.cid-tAF3IdSDvr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAF3IdSDvr .navbar .navbar-logo img {
  width: auto;
}
.cid-tAF3IdSDvr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAF3IdSDvr .navbar.collapsed {
  justify-content: center;
}
.cid-tAF3IdSDvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAF3IdSDvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAF3IdSDvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAF3IdSDvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAF3IdSDvr .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-tAF3IdSDvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAF3IdSDvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAF3IdSDvr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAF3IdSDvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAF3IdSDvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAF3IdSDvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAF3IdSDvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAF3IdSDvr .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-tAF3IdSDvr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAF3IdSDvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAF3IdSDvr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAF3IdSDvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAF3IdSDvr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAF3IdSDvr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAF3IdSDvr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAF3IdSDvr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAF3IdSDvr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAF3IdSDvr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAF3IdSDvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAF3IdSDvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAF3IdSDvr .dropdown-item.active,
.cid-tAF3IdSDvr .dropdown-item:active {
  background-color: transparent;
}
.cid-tAF3IdSDvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAF3IdSDvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAF3IdSDvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAF3IdSDvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAF3IdSDvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAF3IdSDvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAF3IdSDvr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAF3IdSDvr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAF3IdSDvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAF3IdSDvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAF3IdSDvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAF3IdSDvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF3IdSDvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF3IdSDvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAF3IdSDvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF3IdSDvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAF3IdSDvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAF3IdSDvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF3IdSDvr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAF3IdSDvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAF3IdSDvr .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-tAF3IdSDvr .navbar {
    height: 70px;
  }
  .cid-tAF3IdSDvr .navbar.opened {
    height: auto;
  }
  .cid-tAF3IdSDvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAF3I8GLa7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAF3I8GLa7 .mbr-section-title,
  .cid-tAF3I8GLa7 .mbr-section-subtitle,
  .cid-tAF3I8GLa7 .mbr-section-btn,
  .cid-tAF3I8GLa7 .mbr-text {
    text-align: center;
  }
}
.cid-tAF3I8GLa7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF3I8GLa7 .mbr-text,
.cid-tAF3I8GLa7 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAF3I9iJp4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAF3I9iJp4 .mbr-section-title,
  .cid-tAF3I9iJp4 .mbr-section-subtitle,
  .cid-tAF3I9iJp4 .mbr-section-btn,
  .cid-tAF3I9iJp4 .mbr-text {
    text-align: center;
  }
}
.cid-tAF3I9iJp4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF3I9iJp4 .mbr-text,
.cid-tAF3I9iJp4 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAF3I9iJp4 .mbr-section-title DIV {
  text-align: center;
}
.cid-tAF3I9RC78 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAF3I9RC78 .mbr-section-title,
  .cid-tAF3I9RC78 .mbr-section-subtitle,
  .cid-tAF3I9RC78 .mbr-section-btn,
  .cid-tAF3I9RC78 .mbr-text {
    text-align: center;
  }
}
.cid-tAF3I9RC78 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF3I9RC78 .mbr-text,
.cid-tAF3I9RC78 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAF3Iab8Nx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAF3Iab8Nx .carousel {
    min-height: 500px;
  }
  .cid-tAF3Iab8Nx .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAF3Iab8Nx .carousel {
    min-height: 325px;
  }
  .cid-tAF3Iab8Nx .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAF3Iab8Nx .carousel {
    min-height: 275px;
  }
  .cid-tAF3Iab8Nx .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAF3Iab8Nx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAF3Iab8Nx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAF3Iab8Nx .carousel,
.cid-tAF3Iab8Nx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAF3Iab8Nx .item-wrapper {
  width: 100%;
}
.cid-tAF3Iab8Nx .carousel-caption {
  bottom: 40px;
}
.cid-tAF3Iab8Nx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAF3Iab8Nx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAF3Iab8Nx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAF3Iab8Nx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAF3Iab8Nx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAF3Iab8Nx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAF3Iab8Nx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAF3Iab8Nx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAF3Iab8Nx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAF3Iab8Nx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAF3Iab8Nx .carousel-indicators li.active,
.cid-tAF3Iab8Nx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAF3Iab8Nx .carousel-indicators li::after,
.cid-tAF3Iab8Nx .carousel-indicators li::before {
  content: none;
}
.cid-tAF3Iab8Nx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAF3Iab8Nx .carousel-indicators {
    display: none !important;
  }
}
.cid-tAF3IaNMuL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAF3IaNMuL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAF3IaNMuL .img-item {
  position: relative;
}
.cid-tAF3IaNMuL .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAF3IaNMuL .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAF3IaNMuL .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAF3Ib8kWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAF3Ib8kWi .mbr-section-title,
  .cid-tAF3Ib8kWi .mbr-section-subtitle,
  .cid-tAF3Ib8kWi .mbr-section-btn,
  .cid-tAF3Ib8kWi .mbr-text {
    text-align: center;
  }
}
.cid-tAF3Ib8kWi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF3Ib8kWi .mbr-text,
.cid-tAF3Ib8kWi .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAF3Ibu73K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAF3Ibu73K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF3Ibu73K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF3IbUFcf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAF3IbUFcf blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAF3IbUFcf .mbr-text {
  text-align: left;
}
.cid-tAF3Ic9JFN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ninja-finger-image-3-620x465.jpg");
}
.cid-tAF3Ic9JFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF3Ic9JFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF3Ic9JFN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tAF3Ic9JFN .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAF8znxulE {
  z-index: 1000;
  width: 100%;
}
.cid-tAF8znxulE nav.navbar {
  position: fixed;
}
.cid-tAF8znxulE .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-tAF8znxulE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAF8znxulE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAF8znxulE .dropdown-item:hover,
.cid-tAF8znxulE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAF8znxulE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAF8znxulE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAF8znxulE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAF8znxulE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAF8znxulE .nav-link {
  position: relative;
}
.cid-tAF8znxulE .container {
  display: flex;
  margin: auto;
}
.cid-tAF8znxulE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAF8znxulE .dropdown-menu,
.cid-tAF8znxulE .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAF8znxulE .nav-item:focus,
.cid-tAF8znxulE .nav-link:focus {
  outline: none;
}
.cid-tAF8znxulE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAF8znxulE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAF8znxulE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAF8znxulE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAF8znxulE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAF8znxulE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAF8znxulE .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAF8znxulE .navbar.opened {
  transition: all .3s;
}
.cid-tAF8znxulE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAF8znxulE .navbar .navbar-logo img {
  width: auto;
}
.cid-tAF8znxulE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAF8znxulE .navbar.collapsed {
  justify-content: center;
}
.cid-tAF8znxulE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAF8znxulE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAF8znxulE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAF8znxulE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAF8znxulE .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-tAF8znxulE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAF8znxulE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAF8znxulE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAF8znxulE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAF8znxulE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAF8znxulE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAF8znxulE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAF8znxulE .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-tAF8znxulE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAF8znxulE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAF8znxulE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAF8znxulE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAF8znxulE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAF8znxulE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAF8znxulE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAF8znxulE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAF8znxulE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAF8znxulE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAF8znxulE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAF8znxulE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAF8znxulE .dropdown-item.active,
.cid-tAF8znxulE .dropdown-item:active {
  background-color: transparent;
}
.cid-tAF8znxulE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAF8znxulE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAF8znxulE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAF8znxulE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAF8znxulE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAF8znxulE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAF8znxulE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAF8znxulE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAF8znxulE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAF8znxulE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAF8znxulE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAF8znxulE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF8znxulE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF8znxulE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAF8znxulE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF8znxulE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAF8znxulE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAF8znxulE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF8znxulE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAF8znxulE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAF8znxulE .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-tAF8znxulE .navbar {
    height: 70px;
  }
  .cid-tAF8znxulE .navbar.opened {
    height: auto;
  }
  .cid-tAF8znxulE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAF8ziPIUB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAF8ziPIUB .mbr-section-title,
  .cid-tAF8ziPIUB .mbr-section-subtitle,
  .cid-tAF8ziPIUB .mbr-section-btn,
  .cid-tAF8ziPIUB .mbr-text {
    text-align: center;
  }
}
.cid-tAF8ziPIUB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF8ziPIUB .mbr-text,
.cid-tAF8ziPIUB .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAF8zji9ac {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAF8zji9ac .mbr-section-title,
  .cid-tAF8zji9ac .mbr-section-subtitle,
  .cid-tAF8zji9ac .mbr-section-btn,
  .cid-tAF8zji9ac .mbr-text {
    text-align: center;
  }
}
.cid-tAF8zji9ac .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF8zji9ac .mbr-text,
.cid-tAF8zji9ac .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAF8zji9ac .mbr-section-title DIV {
  text-align: center;
}
.cid-tAF8zjBaDl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAF8zjBaDl .mbr-section-title,
  .cid-tAF8zjBaDl .mbr-section-subtitle,
  .cid-tAF8zjBaDl .mbr-section-btn,
  .cid-tAF8zjBaDl .mbr-text {
    text-align: center;
  }
}
.cid-tAF8zjBaDl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF8zjBaDl .mbr-text,
.cid-tAF8zjBaDl .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAF8zjTNjs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAF8zjTNjs .carousel {
    min-height: 500px;
  }
  .cid-tAF8zjTNjs .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAF8zjTNjs .carousel {
    min-height: 325px;
  }
  .cid-tAF8zjTNjs .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAF8zjTNjs .carousel {
    min-height: 275px;
  }
  .cid-tAF8zjTNjs .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAF8zjTNjs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAF8zjTNjs .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAF8zjTNjs .carousel,
.cid-tAF8zjTNjs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAF8zjTNjs .item-wrapper {
  width: 100%;
}
.cid-tAF8zjTNjs .carousel-caption {
  bottom: 40px;
}
.cid-tAF8zjTNjs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAF8zjTNjs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAF8zjTNjs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAF8zjTNjs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAF8zjTNjs .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAF8zjTNjs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAF8zjTNjs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAF8zjTNjs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAF8zjTNjs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAF8zjTNjs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAF8zjTNjs .carousel-indicators li.active,
.cid-tAF8zjTNjs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAF8zjTNjs .carousel-indicators li::after,
.cid-tAF8zjTNjs .carousel-indicators li::before {
  content: none;
}
.cid-tAF8zjTNjs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAF8zjTNjs .carousel-indicators {
    display: none !important;
  }
}
.cid-tAF8zkyuh2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAF8zkyuh2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAF8zkyuh2 .img-item {
  position: relative;
}
.cid-tAF8zkyuh2 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAF8zkyuh2 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAF8zkyuh2 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAF8zkTPQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAF8zkTPQJ .mbr-section-title,
  .cid-tAF8zkTPQJ .mbr-section-subtitle,
  .cid-tAF8zkTPQJ .mbr-section-btn,
  .cid-tAF8zkTPQJ .mbr-text {
    text-align: center;
  }
}
.cid-tAF8zkTPQJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAF8zkTPQJ .mbr-text,
.cid-tAF8zkTPQJ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAF8zleiNv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAF8zleiNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF8zleiNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF8zlB6XZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAF8zlB6XZ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAF8zlB6XZ .mbr-text {
  text-align: left;
}
.cid-ulDBzuAmMn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/snakes-ladders-image-1-620x372.jpg");
}
.cid-ulDBzuAmMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDBzuAmMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDBzuAmMn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDBzuAmMn .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAFedvBQP6 {
  z-index: 1000;
  width: 100%;
}
.cid-tAFedvBQP6 nav.navbar {
  position: fixed;
}
.cid-tAFedvBQP6 .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-tAFedvBQP6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFedvBQP6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAFedvBQP6 .dropdown-item:hover,
.cid-tAFedvBQP6 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAFedvBQP6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFedvBQP6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFedvBQP6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFedvBQP6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFedvBQP6 .nav-link {
  position: relative;
}
.cid-tAFedvBQP6 .container {
  display: flex;
  margin: auto;
}
.cid-tAFedvBQP6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFedvBQP6 .dropdown-menu,
.cid-tAFedvBQP6 .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAFedvBQP6 .nav-item:focus,
.cid-tAFedvBQP6 .nav-link:focus {
  outline: none;
}
.cid-tAFedvBQP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFedvBQP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFedvBQP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFedvBQP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFedvBQP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFedvBQP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFedvBQP6 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAFedvBQP6 .navbar.opened {
  transition: all .3s;
}
.cid-tAFedvBQP6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFedvBQP6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFedvBQP6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFedvBQP6 .navbar.collapsed {
  justify-content: center;
}
.cid-tAFedvBQP6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFedvBQP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAFedvBQP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFedvBQP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFedvBQP6 .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-tAFedvBQP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFedvBQP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFedvBQP6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFedvBQP6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFedvBQP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFedvBQP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFedvBQP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFedvBQP6 .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-tAFedvBQP6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFedvBQP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFedvBQP6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFedvBQP6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFedvBQP6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFedvBQP6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFedvBQP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAFedvBQP6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFedvBQP6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFedvBQP6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFedvBQP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFedvBQP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFedvBQP6 .dropdown-item.active,
.cid-tAFedvBQP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFedvBQP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFedvBQP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFedvBQP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFedvBQP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAFedvBQP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFedvBQP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFedvBQP6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFedvBQP6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFedvBQP6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFedvBQP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAFedvBQP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFedvBQP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFedvBQP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFedvBQP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFedvBQP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFedvBQP6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFedvBQP6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFedvBQP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFedvBQP6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFedvBQP6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFedvBQP6 .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-tAFedvBQP6 .navbar {
    height: 70px;
  }
  .cid-tAFedvBQP6 .navbar.opened {
    height: auto;
  }
  .cid-tAFedvBQP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFeds8pkq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFeds8pkq .mbr-section-title,
  .cid-tAFeds8pkq .mbr-section-subtitle,
  .cid-tAFeds8pkq .mbr-section-btn,
  .cid-tAFeds8pkq .mbr-text {
    text-align: center;
  }
}
.cid-tAFeds8pkq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFeds8pkq .mbr-text,
.cid-tAFeds8pkq .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFedstFjm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAFedstFjm .mbr-section-title,
  .cid-tAFedstFjm .mbr-section-subtitle,
  .cid-tAFedstFjm .mbr-section-btn,
  .cid-tAFedstFjm .mbr-text {
    text-align: center;
  }
}
.cid-tAFedstFjm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFedstFjm .mbr-text,
.cid-tAFedstFjm .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAFedstFjm .mbr-section-title DIV {
  text-align: center;
}
.cid-tAFedsLlZq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFedsLlZq .mbr-section-title,
  .cid-tAFedsLlZq .mbr-section-subtitle,
  .cid-tAFedsLlZq .mbr-section-btn,
  .cid-tAFedsLlZq .mbr-text {
    text-align: center;
  }
}
.cid-tAFedsLlZq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFedsLlZq .mbr-text,
.cid-tAFedsLlZq .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFedt3lx3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAFedt3lx3 .carousel {
    min-height: 500px;
  }
  .cid-tAFedt3lx3 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAFedt3lx3 .carousel {
    min-height: 325px;
  }
  .cid-tAFedt3lx3 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAFedt3lx3 .carousel {
    min-height: 275px;
  }
  .cid-tAFedt3lx3 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAFedt3lx3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAFedt3lx3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAFedt3lx3 .carousel,
.cid-tAFedt3lx3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAFedt3lx3 .item-wrapper {
  width: 100%;
}
.cid-tAFedt3lx3 .carousel-caption {
  bottom: 40px;
}
.cid-tAFedt3lx3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAFedt3lx3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAFedt3lx3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAFedt3lx3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAFedt3lx3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAFedt3lx3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAFedt3lx3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAFedt3lx3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAFedt3lx3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAFedt3lx3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAFedt3lx3 .carousel-indicators li.active,
.cid-tAFedt3lx3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAFedt3lx3 .carousel-indicators li::after,
.cid-tAFedt3lx3 .carousel-indicators li::before {
  content: none;
}
.cid-tAFedt3lx3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAFedt3lx3 .carousel-indicators {
    display: none !important;
  }
}
.cid-tAFedtzFGI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAFedtzFGI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAFedtzFGI .img-item {
  position: relative;
}
.cid-tAFedtzFGI .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAFedtzFGI .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAFedtzFGI .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAFedtUl1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFedtUl1F .mbr-section-title,
  .cid-tAFedtUl1F .mbr-section-subtitle,
  .cid-tAFedtUl1F .mbr-section-btn,
  .cid-tAFedtUl1F .mbr-text {
    text-align: center;
  }
}
.cid-tAFedtUl1F .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFedtUl1F .mbr-text,
.cid-tAFedtUl1F .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFedueuHk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAFedueuHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFedueuHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFeduBdZc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAFeduBdZc blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAFeduBdZc .mbr-text {
  text-align: left;
}
.cid-ulDHKu4AVs {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/set-3-620x332.jpg");
}
.cid-ulDHKu4AVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDHKu4AVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDHKu4AVs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDHKu4AVs .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAFheP8B1N {
  z-index: 1000;
  width: 100%;
}
.cid-tAFheP8B1N nav.navbar {
  position: fixed;
}
.cid-tAFheP8B1N .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-tAFheP8B1N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFheP8B1N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAFheP8B1N .dropdown-item:hover,
.cid-tAFheP8B1N .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAFheP8B1N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFheP8B1N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFheP8B1N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFheP8B1N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFheP8B1N .nav-link {
  position: relative;
}
.cid-tAFheP8B1N .container {
  display: flex;
  margin: auto;
}
.cid-tAFheP8B1N .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFheP8B1N .dropdown-menu,
.cid-tAFheP8B1N .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAFheP8B1N .nav-item:focus,
.cid-tAFheP8B1N .nav-link:focus {
  outline: none;
}
.cid-tAFheP8B1N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFheP8B1N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFheP8B1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFheP8B1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFheP8B1N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFheP8B1N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFheP8B1N .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAFheP8B1N .navbar.opened {
  transition: all .3s;
}
.cid-tAFheP8B1N .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFheP8B1N .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFheP8B1N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFheP8B1N .navbar.collapsed {
  justify-content: center;
}
.cid-tAFheP8B1N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFheP8B1N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAFheP8B1N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFheP8B1N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFheP8B1N .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-tAFheP8B1N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFheP8B1N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFheP8B1N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFheP8B1N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFheP8B1N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFheP8B1N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFheP8B1N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFheP8B1N .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-tAFheP8B1N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFheP8B1N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFheP8B1N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFheP8B1N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFheP8B1N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFheP8B1N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFheP8B1N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAFheP8B1N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFheP8B1N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFheP8B1N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFheP8B1N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFheP8B1N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFheP8B1N .dropdown-item.active,
.cid-tAFheP8B1N .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFheP8B1N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFheP8B1N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFheP8B1N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFheP8B1N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAFheP8B1N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFheP8B1N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFheP8B1N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFheP8B1N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFheP8B1N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFheP8B1N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAFheP8B1N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFheP8B1N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFheP8B1N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFheP8B1N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFheP8B1N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFheP8B1N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFheP8B1N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFheP8B1N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFheP8B1N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFheP8B1N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFheP8B1N .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-tAFheP8B1N .navbar {
    height: 70px;
  }
  .cid-tAFheP8B1N .navbar.opened {
    height: auto;
  }
  .cid-tAFheP8B1N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFheKAeFG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFheKAeFG .mbr-section-title,
  .cid-tAFheKAeFG .mbr-section-subtitle,
  .cid-tAFheKAeFG .mbr-section-btn,
  .cid-tAFheKAeFG .mbr-text {
    text-align: center;
  }
}
.cid-tAFheKAeFG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFheKAeFG .mbr-text,
.cid-tAFheKAeFG .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFheKXKI0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAFheKXKI0 .mbr-section-title,
  .cid-tAFheKXKI0 .mbr-section-subtitle,
  .cid-tAFheKXKI0 .mbr-section-btn,
  .cid-tAFheKXKI0 .mbr-text {
    text-align: center;
  }
}
.cid-tAFheKXKI0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFheKXKI0 .mbr-text,
.cid-tAFheKXKI0 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAFheKXKI0 .mbr-section-title DIV {
  text-align: center;
}
.cid-tAFheLfNAg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFheLfNAg .mbr-section-title,
  .cid-tAFheLfNAg .mbr-section-subtitle,
  .cid-tAFheLfNAg .mbr-section-btn,
  .cid-tAFheLfNAg .mbr-text {
    text-align: center;
  }
}
.cid-tAFheLfNAg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFheLfNAg .mbr-text,
.cid-tAFheLfNAg .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFheLyW9m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAFheLyW9m .carousel {
    min-height: 500px;
  }
  .cid-tAFheLyW9m .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAFheLyW9m .carousel {
    min-height: 325px;
  }
  .cid-tAFheLyW9m .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAFheLyW9m .carousel {
    min-height: 275px;
  }
  .cid-tAFheLyW9m .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAFheLyW9m .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAFheLyW9m .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAFheLyW9m .carousel,
.cid-tAFheLyW9m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAFheLyW9m .item-wrapper {
  width: 100%;
}
.cid-tAFheLyW9m .carousel-caption {
  bottom: 40px;
}
.cid-tAFheLyW9m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAFheLyW9m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAFheLyW9m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAFheLyW9m .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAFheLyW9m .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAFheLyW9m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAFheLyW9m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAFheLyW9m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAFheLyW9m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAFheLyW9m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAFheLyW9m .carousel-indicators li.active,
.cid-tAFheLyW9m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAFheLyW9m .carousel-indicators li::after,
.cid-tAFheLyW9m .carousel-indicators li::before {
  content: none;
}
.cid-tAFheLyW9m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAFheLyW9m .carousel-indicators {
    display: none !important;
  }
}
.cid-tAFheM4J6p {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAFheM4J6p .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAFheM4J6p .img-item {
  position: relative;
}
.cid-tAFheM4J6p .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAFheM4J6p .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAFheM4J6p .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAFheMpLiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFheMpLiX .mbr-section-title,
  .cid-tAFheMpLiX .mbr-section-subtitle,
  .cid-tAFheMpLiX .mbr-section-btn,
  .cid-tAFheMpLiX .mbr-text {
    text-align: center;
  }
}
.cid-tAFheMpLiX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFheMpLiX .mbr-text,
.cid-tAFheMpLiX .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFheMP9TN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAFheMP9TN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFheMP9TN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFheNa5Mx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAFheNa5Mx blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAFheNa5Mx .mbr-text {
  text-align: left;
}
.cid-tAP9CJKivS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAP9CJKivS .mbr-section-title,
  .cid-tAP9CJKivS .mbr-section-subtitle,
  .cid-tAP9CJKivS .mbr-section-btn,
  .cid-tAP9CJKivS .mbr-text {
    text-align: center;
  }
}
.cid-tAP9CJKivS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAP9CJKivS .mbr-text,
.cid-tAP9CJKivS .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAP9CJKivS .mbr-section-title DIV {
  text-align: center;
}
.cid-ulDILmy2hj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/speedy-paddle-image-1-962x541.jpg");
}
.cid-ulDILmy2hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDILmy2hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDILmy2hj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDILmy2hj .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-ulDIPxCR2J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ulDIPxCR2J .mbr-section-title,
  .cid-ulDIPxCR2J .mbr-section-subtitle,
  .cid-ulDIPxCR2J .mbr-section-btn,
  .cid-ulDIPxCR2J .mbr-text {
    text-align: center;
  }
}
.cid-ulDIPxCR2J .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulDIPxCR2J .mbr-text,
.cid-ulDIPxCR2J .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ulDIPxCR2J .mbr-section-title DIV {
  text-align: center;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAFkuzZx3R {
  z-index: 1000;
  width: 100%;
}
.cid-tAFkuzZx3R nav.navbar {
  position: fixed;
}
.cid-tAFkuzZx3R .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-tAFkuzZx3R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFkuzZx3R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAFkuzZx3R .dropdown-item:hover,
.cid-tAFkuzZx3R .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAFkuzZx3R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFkuzZx3R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFkuzZx3R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFkuzZx3R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFkuzZx3R .nav-link {
  position: relative;
}
.cid-tAFkuzZx3R .container {
  display: flex;
  margin: auto;
}
.cid-tAFkuzZx3R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFkuzZx3R .dropdown-menu,
.cid-tAFkuzZx3R .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAFkuzZx3R .nav-item:focus,
.cid-tAFkuzZx3R .nav-link:focus {
  outline: none;
}
.cid-tAFkuzZx3R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFkuzZx3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFkuzZx3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFkuzZx3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFkuzZx3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFkuzZx3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFkuzZx3R .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAFkuzZx3R .navbar.opened {
  transition: all .3s;
}
.cid-tAFkuzZx3R .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFkuzZx3R .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFkuzZx3R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFkuzZx3R .navbar.collapsed {
  justify-content: center;
}
.cid-tAFkuzZx3R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFkuzZx3R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAFkuzZx3R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFkuzZx3R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFkuzZx3R .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-tAFkuzZx3R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFkuzZx3R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFkuzZx3R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFkuzZx3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFkuzZx3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFkuzZx3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFkuzZx3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFkuzZx3R .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-tAFkuzZx3R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFkuzZx3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFkuzZx3R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFkuzZx3R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFkuzZx3R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFkuzZx3R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFkuzZx3R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAFkuzZx3R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFkuzZx3R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFkuzZx3R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFkuzZx3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFkuzZx3R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFkuzZx3R .dropdown-item.active,
.cid-tAFkuzZx3R .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFkuzZx3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFkuzZx3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFkuzZx3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFkuzZx3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAFkuzZx3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFkuzZx3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFkuzZx3R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFkuzZx3R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFkuzZx3R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFkuzZx3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAFkuzZx3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFkuzZx3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFkuzZx3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFkuzZx3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFkuzZx3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFkuzZx3R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFkuzZx3R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFkuzZx3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFkuzZx3R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFkuzZx3R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFkuzZx3R .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-tAFkuzZx3R .navbar {
    height: 70px;
  }
  .cid-tAFkuzZx3R .navbar.opened {
    height: auto;
  }
  .cid-tAFkuzZx3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFkutByHx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFkutByHx .mbr-section-title,
  .cid-tAFkutByHx .mbr-section-subtitle,
  .cid-tAFkutByHx .mbr-section-btn,
  .cid-tAFkutByHx .mbr-text {
    text-align: center;
  }
}
.cid-tAFkutByHx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFkutByHx .mbr-text,
.cid-tAFkutByHx .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFkuuoP1W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAFkuuoP1W .mbr-section-title,
  .cid-tAFkuuoP1W .mbr-section-subtitle,
  .cid-tAFkuuoP1W .mbr-section-btn,
  .cid-tAFkuuoP1W .mbr-text {
    text-align: center;
  }
}
.cid-tAFkuuoP1W .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFkuuoP1W .mbr-text,
.cid-tAFkuuoP1W .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAFkuuoP1W .mbr-section-title DIV {
  text-align: center;
}
.cid-tAFkuuXEDW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFkuuXEDW .mbr-section-title,
  .cid-tAFkuuXEDW .mbr-section-subtitle,
  .cid-tAFkuuXEDW .mbr-section-btn,
  .cid-tAFkuuXEDW .mbr-text {
    text-align: center;
  }
}
.cid-tAFkuuXEDW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFkuuXEDW .mbr-text,
.cid-tAFkuuXEDW .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFkuvr9U8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAFkuvr9U8 .carousel {
    min-height: 500px;
  }
  .cid-tAFkuvr9U8 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAFkuvr9U8 .carousel {
    min-height: 325px;
  }
  .cid-tAFkuvr9U8 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAFkuvr9U8 .carousel {
    min-height: 275px;
  }
  .cid-tAFkuvr9U8 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAFkuvr9U8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAFkuvr9U8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAFkuvr9U8 .carousel,
.cid-tAFkuvr9U8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAFkuvr9U8 .item-wrapper {
  width: 100%;
}
.cid-tAFkuvr9U8 .carousel-caption {
  bottom: 40px;
}
.cid-tAFkuvr9U8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAFkuvr9U8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAFkuvr9U8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAFkuvr9U8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAFkuvr9U8 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAFkuvr9U8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAFkuvr9U8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAFkuvr9U8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAFkuvr9U8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAFkuvr9U8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAFkuvr9U8 .carousel-indicators li.active,
.cid-tAFkuvr9U8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAFkuvr9U8 .carousel-indicators li::after,
.cid-tAFkuvr9U8 .carousel-indicators li::before {
  content: none;
}
.cid-tAFkuvr9U8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAFkuvr9U8 .carousel-indicators {
    display: none !important;
  }
}
.cid-tAFkuvVDXU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAFkuvVDXU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAFkuvVDXU .img-item {
  position: relative;
}
.cid-tAFkuvVDXU .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAFkuvVDXU .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAFkuvVDXU .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAFkuwhG59 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFkuwhG59 .mbr-section-title,
  .cid-tAFkuwhG59 .mbr-section-subtitle,
  .cid-tAFkuwhG59 .mbr-section-btn,
  .cid-tAFkuwhG59 .mbr-text {
    text-align: center;
  }
}
.cid-tAFkuwhG59 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFkuwhG59 .mbr-text,
.cid-tAFkuwhG59 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFkuwG4Hc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAFkuwG4Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFkuwG4Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFkux3DI5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAFkux3DI5 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAFkux3DI5 .mbr-text {
  text-align: left;
}
.cid-ulDJXjukq7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/tetromino-zen-image-2-620x349.jpg");
}
.cid-ulDJXjukq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDJXjukq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDJXjukq7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDJXjukq7 .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-ulDJQughKM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ulDJQughKM .mbr-section-title,
  .cid-ulDJQughKM .mbr-section-subtitle,
  .cid-ulDJQughKM .mbr-section-btn,
  .cid-ulDJQughKM .mbr-text {
    text-align: center;
  }
}
.cid-ulDJQughKM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulDJQughKM .mbr-text,
.cid-ulDJQughKM .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ulDJQughKM .mbr-section-title DIV {
  text-align: center;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAFr7UCDVx {
  z-index: 1000;
  width: 100%;
}
.cid-tAFr7UCDVx nav.navbar {
  position: fixed;
}
.cid-tAFr7UCDVx .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-tAFr7UCDVx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFr7UCDVx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAFr7UCDVx .dropdown-item:hover,
.cid-tAFr7UCDVx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAFr7UCDVx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFr7UCDVx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFr7UCDVx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFr7UCDVx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFr7UCDVx .nav-link {
  position: relative;
}
.cid-tAFr7UCDVx .container {
  display: flex;
  margin: auto;
}
.cid-tAFr7UCDVx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFr7UCDVx .dropdown-menu,
.cid-tAFr7UCDVx .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAFr7UCDVx .nav-item:focus,
.cid-tAFr7UCDVx .nav-link:focus {
  outline: none;
}
.cid-tAFr7UCDVx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFr7UCDVx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFr7UCDVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFr7UCDVx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFr7UCDVx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFr7UCDVx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFr7UCDVx .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAFr7UCDVx .navbar.opened {
  transition: all .3s;
}
.cid-tAFr7UCDVx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFr7UCDVx .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFr7UCDVx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFr7UCDVx .navbar.collapsed {
  justify-content: center;
}
.cid-tAFr7UCDVx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFr7UCDVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAFr7UCDVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFr7UCDVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFr7UCDVx .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-tAFr7UCDVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFr7UCDVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFr7UCDVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFr7UCDVx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFr7UCDVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFr7UCDVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFr7UCDVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFr7UCDVx .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-tAFr7UCDVx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFr7UCDVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFr7UCDVx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFr7UCDVx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFr7UCDVx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFr7UCDVx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFr7UCDVx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAFr7UCDVx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFr7UCDVx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFr7UCDVx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFr7UCDVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFr7UCDVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFr7UCDVx .dropdown-item.active,
.cid-tAFr7UCDVx .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFr7UCDVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFr7UCDVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFr7UCDVx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFr7UCDVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAFr7UCDVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFr7UCDVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFr7UCDVx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFr7UCDVx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFr7UCDVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFr7UCDVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAFr7UCDVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFr7UCDVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFr7UCDVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFr7UCDVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFr7UCDVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFr7UCDVx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFr7UCDVx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFr7UCDVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFr7UCDVx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFr7UCDVx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFr7UCDVx .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-tAFr7UCDVx .navbar {
    height: 70px;
  }
  .cid-tAFr7UCDVx .navbar.opened {
    height: auto;
  }
  .cid-tAFr7UCDVx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFr7LapgG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFr7LapgG .mbr-section-title,
  .cid-tAFr7LapgG .mbr-section-subtitle,
  .cid-tAFr7LapgG .mbr-section-btn,
  .cid-tAFr7LapgG .mbr-text {
    text-align: center;
  }
}
.cid-tAFr7LapgG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFr7LapgG .mbr-text,
.cid-tAFr7LapgG .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFr7M2K4B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tAFr7M2K4B .mbr-section-title,
  .cid-tAFr7M2K4B .mbr-section-subtitle,
  .cid-tAFr7M2K4B .mbr-section-btn,
  .cid-tAFr7M2K4B .mbr-text {
    text-align: center;
  }
}
.cid-tAFr7M2K4B .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFr7M2K4B .mbr-text,
.cid-tAFr7M2K4B .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-tAFr7M2K4B .mbr-section-title DIV {
  text-align: center;
}
.cid-tAFr7Mz48F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFr7Mz48F .mbr-section-title,
  .cid-tAFr7Mz48F .mbr-section-subtitle,
  .cid-tAFr7Mz48F .mbr-section-btn,
  .cid-tAFr7Mz48F .mbr-text {
    text-align: center;
  }
}
.cid-tAFr7Mz48F .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFr7Mz48F .mbr-text,
.cid-tAFr7Mz48F .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFr7MVj73 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAFr7MVj73 .carousel {
    min-height: 500px;
  }
  .cid-tAFr7MVj73 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAFr7MVj73 .carousel {
    min-height: 325px;
  }
  .cid-tAFr7MVj73 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAFr7MVj73 .carousel {
    min-height: 275px;
  }
  .cid-tAFr7MVj73 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAFr7MVj73 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAFr7MVj73 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAFr7MVj73 .carousel,
.cid-tAFr7MVj73 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAFr7MVj73 .item-wrapper {
  width: 100%;
}
.cid-tAFr7MVj73 .carousel-caption {
  bottom: 40px;
}
.cid-tAFr7MVj73 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAFr7MVj73 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAFr7MVj73 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAFr7MVj73 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAFr7MVj73 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAFr7MVj73 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAFr7MVj73 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAFr7MVj73 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAFr7MVj73 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAFr7MVj73 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAFr7MVj73 .carousel-indicators li.active,
.cid-tAFr7MVj73 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAFr7MVj73 .carousel-indicators li::after,
.cid-tAFr7MVj73 .carousel-indicators li::before {
  content: none;
}
.cid-tAFr7MVj73 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAFr7MVj73 .carousel-indicators {
    display: none !important;
  }
}
.cid-tAFr7NKYnQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAFr7NKYnQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAFr7NKYnQ .img-item {
  position: relative;
}
.cid-tAFr7NKYnQ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAFr7NKYnQ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAFr7NKYnQ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAFr7OiDNy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAFr7OiDNy .mbr-section-title,
  .cid-tAFr7OiDNy .mbr-section-subtitle,
  .cid-tAFr7OiDNy .mbr-section-btn,
  .cid-tAFr7OiDNy .mbr-text {
    text-align: center;
  }
}
.cid-tAFr7OiDNy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAFr7OiDNy .mbr-text,
.cid-tAFr7OiDNy .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAFr7OSEmi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tAFr7OSEmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFr7OSEmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFr7PoiXP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAFr7PoiXP blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAFr7PoiXP .mbr-text {
  text-align: left;
}
.cid-ulDLyYZv8V {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/tetromino-zen-image-3-620x349.png");
}
.cid-ulDLyYZv8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDLyYZv8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDLyYZv8V .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDLyYZv8V .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAOOd2XLoL {
  z-index: 1000;
  width: 100%;
}
.cid-tAOOd2XLoL nav.navbar {
  position: fixed;
}
.cid-tAOOd2XLoL .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-tAOOd2XLoL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAOOd2XLoL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAOOd2XLoL .dropdown-item:hover,
.cid-tAOOd2XLoL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAOOd2XLoL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAOOd2XLoL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAOOd2XLoL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAOOd2XLoL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAOOd2XLoL .nav-link {
  position: relative;
}
.cid-tAOOd2XLoL .container {
  display: flex;
  margin: auto;
}
.cid-tAOOd2XLoL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAOOd2XLoL .dropdown-menu,
.cid-tAOOd2XLoL .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAOOd2XLoL .nav-item:focus,
.cid-tAOOd2XLoL .nav-link:focus {
  outline: none;
}
.cid-tAOOd2XLoL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAOOd2XLoL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAOOd2XLoL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAOOd2XLoL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAOOd2XLoL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAOOd2XLoL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAOOd2XLoL .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAOOd2XLoL .navbar.opened {
  transition: all .3s;
}
.cid-tAOOd2XLoL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAOOd2XLoL .navbar .navbar-logo img {
  width: auto;
}
.cid-tAOOd2XLoL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAOOd2XLoL .navbar.collapsed {
  justify-content: center;
}
.cid-tAOOd2XLoL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAOOd2XLoL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAOOd2XLoL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAOOd2XLoL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAOOd2XLoL .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-tAOOd2XLoL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAOOd2XLoL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAOOd2XLoL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAOOd2XLoL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAOOd2XLoL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAOOd2XLoL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAOOd2XLoL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAOOd2XLoL .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-tAOOd2XLoL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAOOd2XLoL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAOOd2XLoL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAOOd2XLoL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAOOd2XLoL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAOOd2XLoL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAOOd2XLoL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAOOd2XLoL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAOOd2XLoL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAOOd2XLoL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAOOd2XLoL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAOOd2XLoL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAOOd2XLoL .dropdown-item.active,
.cid-tAOOd2XLoL .dropdown-item:active {
  background-color: transparent;
}
.cid-tAOOd2XLoL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAOOd2XLoL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAOOd2XLoL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAOOd2XLoL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAOOd2XLoL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAOOd2XLoL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAOOd2XLoL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAOOd2XLoL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAOOd2XLoL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAOOd2XLoL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAOOd2XLoL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAOOd2XLoL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAOOd2XLoL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAOOd2XLoL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAOOd2XLoL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAOOd2XLoL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAOOd2XLoL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAOOd2XLoL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAOOd2XLoL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAOOd2XLoL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAOOd2XLoL .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-tAOOd2XLoL .navbar {
    height: 70px;
  }
  .cid-tAOOd2XLoL .navbar.opened {
    height: auto;
  }
  .cid-tAOOd2XLoL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAOOd1BgEf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAOOd1BgEf .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAOTlcjyGB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAOTlcjyGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAOTlcjyGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAOTlcjyGB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAOTlcjyGB .img-item {
  position: relative;
}
.cid-tAOTlcjyGB .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAOTlcjyGB .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAOTlcjyGB .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAOTlcjyGB .text1 {
  color: #000000;
}
.cid-tBM647XO4t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBM647XO4t blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-ulEbvKlROl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-ulEbvKlROl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ulEbvKlROl .card {
    margin-bottom: 2rem!important;
  }
  .cid-ulEbvKlROl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulEbvKlROl .link-wrap {
    align-items: center;
  }
}
.cid-ulEbvKlROl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulEbvKlROl .card-title,
.cid-ulEbvKlROl .card-box {
  text-align: center;
}
.cid-ulEbvKlROl .mbr-text UL {
  text-align: left;
}
.cid-ulEbvKlROl .mbr-text,
.cid-ulEbvKlROl .link-wrap,
.cid-ulEbvKlROl .mbr-section-btn {
  text-align: left;
}
.cid-ulEbAts4Xi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulEbAts4Xi .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBM9Ld5VKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBM9Ld5VKF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBM9Ld5VKF .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBM9Ld5VKF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBM9Ld5VKF .link-wrap {
    align-items: center;
  }
}
.cid-tBM9Ld5VKF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBM9Ld5VKF .card-title,
.cid-tBM9Ld5VKF .card-box {
  text-align: center;
}
.cid-tBM9Ld5VKF .mbr-text UL {
  text-align: left;
}
.cid-tBM9Ld5VKF .mbr-text,
.cid-tBM9Ld5VKF .link-wrap,
.cid-tBM9Ld5VKF .mbr-section-btn {
  text-align: left;
}
.cid-tBMam0kmTB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tBMam0kmTB .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMapRr82K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMapRr82K .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMapRr82K .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMapRr82K .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMapRr82K .link-wrap {
    align-items: center;
  }
}
.cid-tBMapRr82K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMapRr82K .card-title,
.cid-tBMapRr82K .card-box {
  text-align: center;
}
.cid-tBMapRr82K .mbr-text UL {
  text-align: left;
}
.cid-tBMapRr82K .mbr-text,
.cid-tBMapRr82K .link-wrap,
.cid-tBMapRr82K .mbr-section-btn {
  text-align: left;
}
.cid-tBMgNOLBgv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tBMgNOLBgv .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMgLL4quw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMgLL4quw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMgLL4quw .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMgLL4quw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMgLL4quw .link-wrap {
    align-items: center;
  }
}
.cid-tBMgLL4quw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMgLL4quw .card-title,
.cid-tBMgLL4quw .card-box {
  text-align: center;
}
.cid-tBMgLL4quw .mbr-text UL {
  text-align: left;
}
.cid-tBMgLL4quw .mbr-text,
.cid-tBMgLL4quw .link-wrap,
.cid-tBMgLL4quw .mbr-section-btn {
  text-align: left;
}
.cid-tBM0Ln7gc0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM0Ln7gc0 .mbr-section-title,
  .cid-tBM0Ln7gc0 .mbr-section-subtitle,
  .cid-tBM0Ln7gc0 .mbr-section-btn,
  .cid-tBM0Ln7gc0 .mbr-text {
    text-align: center;
  }
}
.cid-tBM0Ln7gc0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM0Ln7gc0 .mbr-text,
.cid-tBM0Ln7gc0 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAOPee8unL {
  z-index: 1000;
  width: 100%;
}
.cid-tAOPee8unL nav.navbar {
  position: fixed;
}
.cid-tAOPee8unL .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-tAOPee8unL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAOPee8unL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAOPee8unL .dropdown-item:hover,
.cid-tAOPee8unL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAOPee8unL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAOPee8unL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAOPee8unL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAOPee8unL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAOPee8unL .nav-link {
  position: relative;
}
.cid-tAOPee8unL .container {
  display: flex;
  margin: auto;
}
.cid-tAOPee8unL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAOPee8unL .dropdown-menu,
.cid-tAOPee8unL .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAOPee8unL .nav-item:focus,
.cid-tAOPee8unL .nav-link:focus {
  outline: none;
}
.cid-tAOPee8unL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAOPee8unL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAOPee8unL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAOPee8unL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAOPee8unL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAOPee8unL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAOPee8unL .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAOPee8unL .navbar.opened {
  transition: all .3s;
}
.cid-tAOPee8unL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAOPee8unL .navbar .navbar-logo img {
  width: auto;
}
.cid-tAOPee8unL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAOPee8unL .navbar.collapsed {
  justify-content: center;
}
.cid-tAOPee8unL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAOPee8unL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAOPee8unL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAOPee8unL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAOPee8unL .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-tAOPee8unL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAOPee8unL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAOPee8unL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAOPee8unL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAOPee8unL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAOPee8unL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAOPee8unL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAOPee8unL .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-tAOPee8unL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAOPee8unL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAOPee8unL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAOPee8unL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAOPee8unL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAOPee8unL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAOPee8unL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAOPee8unL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAOPee8unL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAOPee8unL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAOPee8unL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAOPee8unL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAOPee8unL .dropdown-item.active,
.cid-tAOPee8unL .dropdown-item:active {
  background-color: transparent;
}
.cid-tAOPee8unL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAOPee8unL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAOPee8unL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAOPee8unL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAOPee8unL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAOPee8unL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAOPee8unL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAOPee8unL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAOPee8unL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAOPee8unL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAOPee8unL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAOPee8unL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAOPee8unL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAOPee8unL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAOPee8unL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAOPee8unL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAOPee8unL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAOPee8unL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAOPee8unL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAOPee8unL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAOPee8unL .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-tAOPee8unL .navbar {
    height: 70px;
  }
  .cid-tAOPee8unL .navbar.opened {
    height: auto;
  }
  .cid-tAOPee8unL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAOPecSWmm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAOPecSWmm .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAOUmeW8Oc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAOUmeW8Oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAOUmeW8Oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAOUmeW8Oc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAOUmeW8Oc .img-item {
  position: relative;
}
.cid-tAOUmeW8Oc .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAOUmeW8Oc .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAOUmeW8Oc .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAOUmeW8Oc .text1 {
  color: #000000;
}
.cid-tBMq6FpcPG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBMq6FpcPG blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tBMq5Xji80 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMq5Xji80 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMq5Xji80 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMq5Xji80 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMq5Xji80 .link-wrap {
    align-items: center;
  }
}
.cid-tBMq5Xji80 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMq5Xji80 .card-title,
.cid-tBMq5Xji80 .card-box {
  text-align: center;
}
.cid-tBMq5Xji80 .mbr-text UL {
  text-align: left;
}
.cid-tBMq5Xji80 .mbr-text,
.cid-tBMq5Xji80 .link-wrap,
.cid-tBMq5Xji80 .mbr-section-btn {
  text-align: left;
}
.cid-tBMqPwhXJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tBMqPwhXJX .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMqbkGRay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMqbkGRay .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMqbkGRay .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMqbkGRay .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMqbkGRay .link-wrap {
    align-items: center;
  }
}
.cid-tBMqbkGRay .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMqbkGRay .card-title,
.cid-tBMqbkGRay .card-box {
  text-align: center;
}
.cid-tBMqbkGRay .mbr-text UL {
  text-align: left;
}
.cid-tBMqbkGRay .mbr-text,
.cid-tBMqbkGRay .link-wrap,
.cid-tBMqbkGRay .mbr-section-btn {
  text-align: left;
}
.cid-tBMq9GWrGA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tBMq9GWrGA .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMB3PwXZU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMB3PwXZU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMB3PwXZU .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMB3PwXZU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMB3PwXZU .link-wrap {
    align-items: center;
  }
}
.cid-tBMB3PwXZU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMB3PwXZU .card-title,
.cid-tBMB3PwXZU .card-box {
  text-align: center;
}
.cid-tBMB3PwXZU .mbr-text UL {
  text-align: left;
}
.cid-tBMB3PwXZU .mbr-text,
.cid-tBMB3PwXZU .link-wrap,
.cid-tBMB3PwXZU .mbr-section-btn {
  text-align: left;
}
.cid-tBM1gTLI7Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1gTLI7Q .mbr-section-title,
  .cid-tBM1gTLI7Q .mbr-section-subtitle,
  .cid-tBM1gTLI7Q .mbr-section-btn,
  .cid-tBM1gTLI7Q .mbr-text {
    text-align: center;
  }
}
.cid-tBM1gTLI7Q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1gTLI7Q .mbr-text,
.cid-tBM1gTLI7Q .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAOOUEac5Q {
  z-index: 1000;
  width: 100%;
}
.cid-tAOOUEac5Q nav.navbar {
  position: fixed;
}
.cid-tAOOUEac5Q .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-tAOOUEac5Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAOOUEac5Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAOOUEac5Q .dropdown-item:hover,
.cid-tAOOUEac5Q .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAOOUEac5Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAOOUEac5Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAOOUEac5Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAOOUEac5Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAOOUEac5Q .nav-link {
  position: relative;
}
.cid-tAOOUEac5Q .container {
  display: flex;
  margin: auto;
}
.cid-tAOOUEac5Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAOOUEac5Q .dropdown-menu,
.cid-tAOOUEac5Q .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAOOUEac5Q .nav-item:focus,
.cid-tAOOUEac5Q .nav-link:focus {
  outline: none;
}
.cid-tAOOUEac5Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAOOUEac5Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAOOUEac5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAOOUEac5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAOOUEac5Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAOOUEac5Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAOOUEac5Q .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAOOUEac5Q .navbar.opened {
  transition: all .3s;
}
.cid-tAOOUEac5Q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAOOUEac5Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tAOOUEac5Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAOOUEac5Q .navbar.collapsed {
  justify-content: center;
}
.cid-tAOOUEac5Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAOOUEac5Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAOOUEac5Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAOOUEac5Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAOOUEac5Q .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-tAOOUEac5Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAOOUEac5Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAOOUEac5Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAOOUEac5Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAOOUEac5Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAOOUEac5Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAOOUEac5Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAOOUEac5Q .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-tAOOUEac5Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAOOUEac5Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAOOUEac5Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAOOUEac5Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAOOUEac5Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAOOUEac5Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAOOUEac5Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAOOUEac5Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAOOUEac5Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAOOUEac5Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAOOUEac5Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAOOUEac5Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAOOUEac5Q .dropdown-item.active,
.cid-tAOOUEac5Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tAOOUEac5Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAOOUEac5Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAOOUEac5Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAOOUEac5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAOOUEac5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAOOUEac5Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAOOUEac5Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAOOUEac5Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAOOUEac5Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAOOUEac5Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAOOUEac5Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAOOUEac5Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAOOUEac5Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAOOUEac5Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAOOUEac5Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAOOUEac5Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAOOUEac5Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAOOUEac5Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAOOUEac5Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAOOUEac5Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAOOUEac5Q .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-tAOOUEac5Q .navbar {
    height: 70px;
  }
  .cid-tAOOUEac5Q .navbar.opened {
    height: auto;
  }
  .cid-tAOOUEac5Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAOOUCyy1I {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAOOUCyy1I .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAOU8Ael6w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAOU8Ael6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAOU8Ael6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAOU8Ael6w .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tAOU8Ael6w .img-item {
  position: relative;
}
.cid-tAOU8Ael6w .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tAOU8Ael6w .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tAOU8Ael6w .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tAOU8Ael6w .text1 {
  color: #000000;
}
.cid-tBMjT5kvvG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBMjT5kvvG blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tBMige7bLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMige7bLf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMige7bLf .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMige7bLf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMige7bLf .link-wrap {
    align-items: center;
  }
}
.cid-tBMige7bLf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMige7bLf .card-title,
.cid-tBMige7bLf .card-box {
  text-align: center;
}
.cid-tBMige7bLf .mbr-text UL {
  text-align: left;
}
.cid-tBMige7bLf .mbr-text,
.cid-tBMige7bLf .link-wrap,
.cid-tBMige7bLf .mbr-section-btn {
  text-align: left;
}
.cid-tBMija3F1X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tBMija3F1X .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMj2Czbyl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMj2Czbyl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMj2Czbyl .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMj2Czbyl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMj2Czbyl .link-wrap {
    align-items: center;
  }
}
.cid-tBMj2Czbyl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMj2Czbyl .card-title,
.cid-tBMj2Czbyl .card-box {
  text-align: center;
}
.cid-tBMj2Czbyl .mbr-text UL {
  text-align: left;
}
.cid-tBMj2Czbyl .mbr-text,
.cid-tBMj2Czbyl .link-wrap,
.cid-tBMj2Czbyl .mbr-section-btn {
  text-align: left;
}
.cid-tBMlnBhhdx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tBMlnBhhdx .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBMlpaQRr3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tBMlpaQRr3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBMlpaQRr3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBMlpaQRr3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBMlpaQRr3 .link-wrap {
    align-items: center;
  }
}
.cid-tBMlpaQRr3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMlpaQRr3 .card-title,
.cid-tBMlpaQRr3 .card-box {
  text-align: center;
}
.cid-tBMlpaQRr3 .mbr-text UL {
  text-align: left;
}
.cid-tBMlpaQRr3 .mbr-text,
.cid-tBMlpaQRr3 .link-wrap,
.cid-tBMlpaQRr3 .mbr-section-btn {
  text-align: left;
}
.cid-tBM1eFEEbX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1eFEEbX .mbr-section-title,
  .cid-tBM1eFEEbX .mbr-section-subtitle,
  .cid-tBM1eFEEbX .mbr-section-btn,
  .cid-tBM1eFEEbX .mbr-text {
    text-align: center;
  }
}
.cid-tBM1eFEEbX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1eFEEbX .mbr-text,
.cid-tBM1eFEEbX .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAV6s0dB6A {
  z-index: 1000;
  width: 100%;
}
.cid-tAV6s0dB6A nav.navbar {
  position: fixed;
}
.cid-tAV6s0dB6A .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-tAV6s0dB6A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAV6s0dB6A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAV6s0dB6A .dropdown-item:hover,
.cid-tAV6s0dB6A .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAV6s0dB6A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAV6s0dB6A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAV6s0dB6A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAV6s0dB6A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAV6s0dB6A .nav-link {
  position: relative;
}
.cid-tAV6s0dB6A .container {
  display: flex;
  margin: auto;
}
.cid-tAV6s0dB6A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAV6s0dB6A .dropdown-menu,
.cid-tAV6s0dB6A .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAV6s0dB6A .nav-item:focus,
.cid-tAV6s0dB6A .nav-link:focus {
  outline: none;
}
.cid-tAV6s0dB6A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAV6s0dB6A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAV6s0dB6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAV6s0dB6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAV6s0dB6A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAV6s0dB6A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAV6s0dB6A .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAV6s0dB6A .navbar.opened {
  transition: all .3s;
}
.cid-tAV6s0dB6A .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAV6s0dB6A .navbar .navbar-logo img {
  width: auto;
}
.cid-tAV6s0dB6A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAV6s0dB6A .navbar.collapsed {
  justify-content: center;
}
.cid-tAV6s0dB6A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAV6s0dB6A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAV6s0dB6A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAV6s0dB6A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAV6s0dB6A .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-tAV6s0dB6A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAV6s0dB6A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAV6s0dB6A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAV6s0dB6A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAV6s0dB6A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAV6s0dB6A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAV6s0dB6A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAV6s0dB6A .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-tAV6s0dB6A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAV6s0dB6A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAV6s0dB6A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAV6s0dB6A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAV6s0dB6A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAV6s0dB6A .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAV6s0dB6A .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAV6s0dB6A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAV6s0dB6A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAV6s0dB6A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAV6s0dB6A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAV6s0dB6A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAV6s0dB6A .dropdown-item.active,
.cid-tAV6s0dB6A .dropdown-item:active {
  background-color: transparent;
}
.cid-tAV6s0dB6A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAV6s0dB6A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAV6s0dB6A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAV6s0dB6A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAV6s0dB6A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAV6s0dB6A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAV6s0dB6A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAV6s0dB6A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAV6s0dB6A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAV6s0dB6A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAV6s0dB6A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAV6s0dB6A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAV6s0dB6A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAV6s0dB6A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAV6s0dB6A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAV6s0dB6A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAV6s0dB6A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAV6s0dB6A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAV6s0dB6A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAV6s0dB6A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAV6s0dB6A .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-tAV6s0dB6A .navbar {
    height: 70px;
  }
  .cid-tAV6s0dB6A .navbar.opened {
    height: auto;
  }
  .cid-tAV6s0dB6A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAVTJrI9xe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAVTJrI9xe .carousel {
    min-height: 500px;
  }
  .cid-tAVTJrI9xe .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAVTJrI9xe .carousel {
    min-height: 325px;
  }
  .cid-tAVTJrI9xe .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAVTJrI9xe .carousel {
    min-height: 275px;
  }
  .cid-tAVTJrI9xe .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAVTJrI9xe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAVTJrI9xe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAVTJrI9xe .carousel,
.cid-tAVTJrI9xe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAVTJrI9xe .item-wrapper {
  width: 100%;
}
.cid-tAVTJrI9xe .carousel-caption {
  bottom: 40px;
}
.cid-tAVTJrI9xe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAVTJrI9xe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAVTJrI9xe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAVTJrI9xe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAVTJrI9xe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAVTJrI9xe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAVTJrI9xe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAVTJrI9xe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAVTJrI9xe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAVTJrI9xe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAVTJrI9xe .carousel-indicators li.active,
.cid-tAVTJrI9xe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAVTJrI9xe .carousel-indicators li::after,
.cid-tAVTJrI9xe .carousel-indicators li::before {
  content: none;
}
.cid-tAVTJrI9xe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAVTJrI9xe .carousel-indicators {
    display: none !important;
  }
}
.cid-utl4GqcNUF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-utl4GqcNUF .mbr-section-title,
  .cid-utl4GqcNUF .mbr-section-subtitle,
  .cid-utl4GqcNUF .mbr-section-btn,
  .cid-utl4GqcNUF .mbr-text {
    text-align: center;
  }
}
.cid-utl4GqcNUF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utl4GqcNUF .mbr-text,
.cid-utl4GqcNUF .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAV6rXsTCH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAV6rXsTCH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAV6rXsTCH .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAV6rXsTCH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAV6rXsTCH .link-wrap {
    align-items: center;
  }
}
.cid-tAV6rXsTCH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAV6rXsTCH .card-title,
.cid-tAV6rXsTCH .card-box {
  text-align: center;
}
.cid-tAV6rXsTCH .mbr-text UL {
  text-align: left;
}
.cid-tAV6rXsTCH .mbr-text,
.cid-tAV6rXsTCH .link-wrap,
.cid-tAV6rXsTCH .mbr-section-btn {
  text-align: left;
}
.cid-tAV6rXNRkk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAV6rXNRkk blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAV6rY3PYE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAV6rY3PYE .mbr-section-title,
  .cid-tAV6rY3PYE .mbr-section-subtitle,
  .cid-tAV6rY3PYE .mbr-section-btn,
  .cid-tAV6rY3PYE .mbr-text {
    text-align: center;
  }
}
.cid-tAV6rY3PYE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAV6rY3PYE .mbr-text,
.cid-tAV6rY3PYE .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAV6rYreUN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAV6rYreUN blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAV6rYGakc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAV6rYGakc .mbr-section-title,
  .cid-tAV6rYGakc .mbr-section-subtitle,
  .cid-tAV6rYGakc .mbr-section-btn,
  .cid-tAV6rYGakc .mbr-text {
    text-align: center;
  }
}
.cid-tAV6rYGakc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAV6rYGakc .mbr-text,
.cid-tAV6rYGakc .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAV6rYYy9Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAV6rYYy9Q blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-utl4IKyTs1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bomblaster-3d-image-1-620x332.jpeg");
}
.cid-utl4IKyTs1 .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-utl4IKyTs1 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-utl4IKyTs1 form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-utl4IKyTs1 form.mbr-form {
    padding: 1rem;
  }
}
.cid-utl4IKyTs1 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-utl4IKyTs1 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-utla1ulWXC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utla1ulWXC blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-utla1ulWXC .mbr-text {
  text-align: left;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAVd5euP4D {
  z-index: 1000;
  width: 100%;
}
.cid-tAVd5euP4D nav.navbar {
  position: fixed;
}
.cid-tAVd5euP4D .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-tAVd5euP4D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAVd5euP4D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAVd5euP4D .dropdown-item:hover,
.cid-tAVd5euP4D .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAVd5euP4D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAVd5euP4D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAVd5euP4D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAVd5euP4D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAVd5euP4D .nav-link {
  position: relative;
}
.cid-tAVd5euP4D .container {
  display: flex;
  margin: auto;
}
.cid-tAVd5euP4D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAVd5euP4D .dropdown-menu,
.cid-tAVd5euP4D .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAVd5euP4D .nav-item:focus,
.cid-tAVd5euP4D .nav-link:focus {
  outline: none;
}
.cid-tAVd5euP4D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAVd5euP4D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAVd5euP4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAVd5euP4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAVd5euP4D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAVd5euP4D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAVd5euP4D .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAVd5euP4D .navbar.opened {
  transition: all .3s;
}
.cid-tAVd5euP4D .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAVd5euP4D .navbar .navbar-logo img {
  width: auto;
}
.cid-tAVd5euP4D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAVd5euP4D .navbar.collapsed {
  justify-content: center;
}
.cid-tAVd5euP4D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAVd5euP4D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAVd5euP4D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAVd5euP4D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAVd5euP4D .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-tAVd5euP4D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAVd5euP4D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAVd5euP4D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAVd5euP4D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAVd5euP4D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAVd5euP4D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAVd5euP4D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAVd5euP4D .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-tAVd5euP4D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAVd5euP4D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAVd5euP4D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAVd5euP4D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAVd5euP4D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAVd5euP4D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAVd5euP4D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAVd5euP4D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAVd5euP4D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAVd5euP4D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAVd5euP4D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAVd5euP4D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAVd5euP4D .dropdown-item.active,
.cid-tAVd5euP4D .dropdown-item:active {
  background-color: transparent;
}
.cid-tAVd5euP4D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAVd5euP4D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAVd5euP4D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAVd5euP4D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAVd5euP4D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAVd5euP4D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAVd5euP4D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAVd5euP4D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAVd5euP4D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAVd5euP4D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAVd5euP4D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAVd5euP4D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVd5euP4D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVd5euP4D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAVd5euP4D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVd5euP4D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAVd5euP4D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAVd5euP4D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVd5euP4D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAVd5euP4D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAVd5euP4D .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-tAVd5euP4D .navbar {
    height: 70px;
  }
  .cid-tAVd5euP4D .navbar.opened {
    height: auto;
  }
  .cid-tAVd5euP4D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAVUl8m1Fc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAVUl8m1Fc .carousel {
    min-height: 500px;
  }
  .cid-tAVUl8m1Fc .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAVUl8m1Fc .carousel {
    min-height: 325px;
  }
  .cid-tAVUl8m1Fc .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAVUl8m1Fc .carousel {
    min-height: 275px;
  }
  .cid-tAVUl8m1Fc .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAVUl8m1Fc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAVUl8m1Fc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAVUl8m1Fc .carousel,
.cid-tAVUl8m1Fc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAVUl8m1Fc .item-wrapper {
  width: 100%;
}
.cid-tAVUl8m1Fc .carousel-caption {
  bottom: 40px;
}
.cid-tAVUl8m1Fc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAVUl8m1Fc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAVUl8m1Fc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAVUl8m1Fc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAVUl8m1Fc .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAVUl8m1Fc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAVUl8m1Fc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAVUl8m1Fc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAVUl8m1Fc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAVUl8m1Fc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAVUl8m1Fc .carousel-indicators li.active,
.cid-tAVUl8m1Fc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAVUl8m1Fc .carousel-indicators li::after,
.cid-tAVUl8m1Fc .carousel-indicators li::before {
  content: none;
}
.cid-tAVUl8m1Fc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAVUl8m1Fc .carousel-indicators {
    display: none !important;
  }
}
.cid-utl4WjUlCQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-utl4WjUlCQ .mbr-section-title,
  .cid-utl4WjUlCQ .mbr-section-subtitle,
  .cid-utl4WjUlCQ .mbr-section-btn,
  .cid-utl4WjUlCQ .mbr-text {
    text-align: center;
  }
}
.cid-utl4WjUlCQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utl4WjUlCQ .mbr-text,
.cid-utl4WjUlCQ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVd5biblC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAVd5biblC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAVd5biblC .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAVd5biblC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAVd5biblC .link-wrap {
    align-items: center;
  }
}
.cid-tAVd5biblC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAVd5biblC .card-title,
.cid-tAVd5biblC .card-box {
  text-align: center;
}
.cid-tAVd5biblC .mbr-text UL {
  text-align: left;
}
.cid-tAVd5biblC .mbr-text,
.cid-tAVd5biblC .link-wrap,
.cid-tAVd5biblC .mbr-section-btn {
  text-align: left;
}
.cid-tAVd5bEShs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVd5bEShs blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVd5bVRnZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVd5bVRnZ .mbr-section-title,
  .cid-tAVd5bVRnZ .mbr-section-subtitle,
  .cid-tAVd5bVRnZ .mbr-section-btn,
  .cid-tAVd5bVRnZ .mbr-text {
    text-align: center;
  }
}
.cid-tAVd5bVRnZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVd5bVRnZ .mbr-text,
.cid-tAVd5bVRnZ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVd5cssHO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVd5cssHO blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVd5cLZTp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVd5cLZTp .mbr-section-title,
  .cid-tAVd5cLZTp .mbr-section-subtitle,
  .cid-tAVd5cLZTp .mbr-section-btn,
  .cid-tAVd5cLZTp .mbr-text {
    text-align: center;
  }
}
.cid-tAVd5cLZTp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVd5cLZTp .mbr-text,
.cid-tAVd5cLZTp .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVd5d8ADC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVd5d8ADC blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-utl4YaZvAo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mahjong-patterns-image-2-1256x707.png");
}
.cid-utl4YaZvAo .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-utl4YaZvAo form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-utl4YaZvAo form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-utl4YaZvAo form.mbr-form {
    padding: 1rem;
  }
}
.cid-utl4YaZvAo form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-utl4YaZvAo form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-utla7qOZYB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utla7qOZYB blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-utla7qOZYB .mbr-text {
  text-align: left;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAVhTwcs7f {
  z-index: 1000;
  width: 100%;
}
.cid-tAVhTwcs7f nav.navbar {
  position: fixed;
}
.cid-tAVhTwcs7f .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-tAVhTwcs7f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAVhTwcs7f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAVhTwcs7f .dropdown-item:hover,
.cid-tAVhTwcs7f .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAVhTwcs7f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAVhTwcs7f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAVhTwcs7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAVhTwcs7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAVhTwcs7f .nav-link {
  position: relative;
}
.cid-tAVhTwcs7f .container {
  display: flex;
  margin: auto;
}
.cid-tAVhTwcs7f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAVhTwcs7f .dropdown-menu,
.cid-tAVhTwcs7f .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAVhTwcs7f .nav-item:focus,
.cid-tAVhTwcs7f .nav-link:focus {
  outline: none;
}
.cid-tAVhTwcs7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAVhTwcs7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAVhTwcs7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAVhTwcs7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAVhTwcs7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAVhTwcs7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAVhTwcs7f .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAVhTwcs7f .navbar.opened {
  transition: all .3s;
}
.cid-tAVhTwcs7f .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAVhTwcs7f .navbar .navbar-logo img {
  width: auto;
}
.cid-tAVhTwcs7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAVhTwcs7f .navbar.collapsed {
  justify-content: center;
}
.cid-tAVhTwcs7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAVhTwcs7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAVhTwcs7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAVhTwcs7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAVhTwcs7f .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-tAVhTwcs7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAVhTwcs7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAVhTwcs7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAVhTwcs7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAVhTwcs7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAVhTwcs7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAVhTwcs7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAVhTwcs7f .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-tAVhTwcs7f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAVhTwcs7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAVhTwcs7f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAVhTwcs7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAVhTwcs7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAVhTwcs7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAVhTwcs7f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAVhTwcs7f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAVhTwcs7f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAVhTwcs7f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAVhTwcs7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAVhTwcs7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAVhTwcs7f .dropdown-item.active,
.cid-tAVhTwcs7f .dropdown-item:active {
  background-color: transparent;
}
.cid-tAVhTwcs7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAVhTwcs7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAVhTwcs7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAVhTwcs7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAVhTwcs7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAVhTwcs7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAVhTwcs7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAVhTwcs7f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAVhTwcs7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAVhTwcs7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAVhTwcs7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAVhTwcs7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVhTwcs7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVhTwcs7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAVhTwcs7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVhTwcs7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAVhTwcs7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAVhTwcs7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVhTwcs7f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAVhTwcs7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAVhTwcs7f .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-tAVhTwcs7f .navbar {
    height: 70px;
  }
  .cid-tAVhTwcs7f .navbar.opened {
    height: auto;
  }
  .cid-tAVhTwcs7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAW1dud4Fw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAW1dud4Fw .carousel {
    min-height: 500px;
  }
  .cid-tAW1dud4Fw .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAW1dud4Fw .carousel {
    min-height: 325px;
  }
  .cid-tAW1dud4Fw .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAW1dud4Fw .carousel {
    min-height: 275px;
  }
  .cid-tAW1dud4Fw .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAW1dud4Fw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAW1dud4Fw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAW1dud4Fw .carousel,
.cid-tAW1dud4Fw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAW1dud4Fw .item-wrapper {
  width: 100%;
}
.cid-tAW1dud4Fw .carousel-caption {
  bottom: 40px;
}
.cid-tAW1dud4Fw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAW1dud4Fw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAW1dud4Fw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAW1dud4Fw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAW1dud4Fw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAW1dud4Fw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAW1dud4Fw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAW1dud4Fw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAW1dud4Fw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAW1dud4Fw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAW1dud4Fw .carousel-indicators li.active,
.cid-tAW1dud4Fw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAW1dud4Fw .carousel-indicators li::after,
.cid-tAW1dud4Fw .carousel-indicators li::before {
  content: none;
}
.cid-tAW1dud4Fw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAW1dud4Fw .carousel-indicators {
    display: none !important;
  }
}
.cid-utl5bB6vCl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-utl5bB6vCl .mbr-section-title,
  .cid-utl5bB6vCl .mbr-section-subtitle,
  .cid-utl5bB6vCl .mbr-section-btn,
  .cid-utl5bB6vCl .mbr-text {
    text-align: center;
  }
}
.cid-utl5bB6vCl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utl5bB6vCl .mbr-text,
.cid-utl5bB6vCl .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVhTt8vky {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAVhTt8vky .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAVhTt8vky .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAVhTt8vky .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAVhTt8vky .link-wrap {
    align-items: center;
  }
}
.cid-tAVhTt8vky .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAVhTt8vky .card-title,
.cid-tAVhTt8vky .card-box {
  text-align: center;
}
.cid-tAVhTt8vky .mbr-text UL {
  text-align: left;
}
.cid-tAVhTt8vky .mbr-text,
.cid-tAVhTt8vky .link-wrap,
.cid-tAVhTt8vky .mbr-section-btn {
  text-align: left;
}
.cid-tAVhTtt3Ux {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVhTtt3Ux blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVhTtJgS9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVhTtJgS9 .mbr-section-title,
  .cid-tAVhTtJgS9 .mbr-section-subtitle,
  .cid-tAVhTtJgS9 .mbr-section-btn,
  .cid-tAVhTtJgS9 .mbr-text {
    text-align: center;
  }
}
.cid-tAVhTtJgS9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVhTtJgS9 .mbr-text,
.cid-tAVhTtJgS9 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVhTuaaRk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVhTuaaRk blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVhTuqYgj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVhTuqYgj .mbr-section-title,
  .cid-tAVhTuqYgj .mbr-section-subtitle,
  .cid-tAVhTuqYgj .mbr-section-btn,
  .cid-tAVhTuqYgj .mbr-text {
    text-align: center;
  }
}
.cid-tAVhTuqYgj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVhTuqYgj .mbr-text,
.cid-tAVhTuqYgj .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVhTuKWlb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVhTuKWlb blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-utl5cQbOIh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/speedy-paddle-image-1-1256x707.jpg");
}
.cid-utl5cQbOIh .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-utl5cQbOIh form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-utl5cQbOIh form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-utl5cQbOIh form.mbr-form {
    padding: 1rem;
  }
}
.cid-utl5cQbOIh form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-utl5cQbOIh form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-utlabRvNkJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlabRvNkJ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-utlabRvNkJ .mbr-text {
  text-align: left;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAVqED8XWa {
  z-index: 1000;
  width: 100%;
}
.cid-tAVqED8XWa nav.navbar {
  position: fixed;
}
.cid-tAVqED8XWa .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-tAVqED8XWa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAVqED8XWa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAVqED8XWa .dropdown-item:hover,
.cid-tAVqED8XWa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAVqED8XWa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAVqED8XWa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAVqED8XWa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAVqED8XWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAVqED8XWa .nav-link {
  position: relative;
}
.cid-tAVqED8XWa .container {
  display: flex;
  margin: auto;
}
.cid-tAVqED8XWa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAVqED8XWa .dropdown-menu,
.cid-tAVqED8XWa .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAVqED8XWa .nav-item:focus,
.cid-tAVqED8XWa .nav-link:focus {
  outline: none;
}
.cid-tAVqED8XWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAVqED8XWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAVqED8XWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAVqED8XWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAVqED8XWa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAVqED8XWa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAVqED8XWa .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAVqED8XWa .navbar.opened {
  transition: all .3s;
}
.cid-tAVqED8XWa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAVqED8XWa .navbar .navbar-logo img {
  width: auto;
}
.cid-tAVqED8XWa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAVqED8XWa .navbar.collapsed {
  justify-content: center;
}
.cid-tAVqED8XWa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAVqED8XWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAVqED8XWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAVqED8XWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAVqED8XWa .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-tAVqED8XWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAVqED8XWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAVqED8XWa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAVqED8XWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAVqED8XWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAVqED8XWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAVqED8XWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAVqED8XWa .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-tAVqED8XWa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAVqED8XWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAVqED8XWa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAVqED8XWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAVqED8XWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAVqED8XWa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAVqED8XWa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAVqED8XWa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAVqED8XWa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAVqED8XWa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAVqED8XWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAVqED8XWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAVqED8XWa .dropdown-item.active,
.cid-tAVqED8XWa .dropdown-item:active {
  background-color: transparent;
}
.cid-tAVqED8XWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAVqED8XWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAVqED8XWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAVqED8XWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAVqED8XWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAVqED8XWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAVqED8XWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAVqED8XWa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAVqED8XWa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAVqED8XWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAVqED8XWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAVqED8XWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVqED8XWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVqED8XWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAVqED8XWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVqED8XWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAVqED8XWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAVqED8XWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVqED8XWa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAVqED8XWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAVqED8XWa .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-tAVqED8XWa .navbar {
    height: 70px;
  }
  .cid-tAVqED8XWa .navbar.opened {
    height: auto;
  }
  .cid-tAVqED8XWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAW13bv7ep {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAW13bv7ep .carousel {
    min-height: 500px;
  }
  .cid-tAW13bv7ep .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAW13bv7ep .carousel {
    min-height: 325px;
  }
  .cid-tAW13bv7ep .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAW13bv7ep .carousel {
    min-height: 275px;
  }
  .cid-tAW13bv7ep .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAW13bv7ep .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAW13bv7ep .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAW13bv7ep .carousel,
.cid-tAW13bv7ep .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAW13bv7ep .item-wrapper {
  width: 100%;
}
.cid-tAW13bv7ep .carousel-caption {
  bottom: 40px;
}
.cid-tAW13bv7ep .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAW13bv7ep .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAW13bv7ep .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAW13bv7ep .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAW13bv7ep .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAW13bv7ep .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAW13bv7ep .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAW13bv7ep .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAW13bv7ep .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAW13bv7ep .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAW13bv7ep .carousel-indicators li.active,
.cid-tAW13bv7ep .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAW13bv7ep .carousel-indicators li::after,
.cid-tAW13bv7ep .carousel-indicators li::before {
  content: none;
}
.cid-tAW13bv7ep .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAW13bv7ep .carousel-indicators {
    display: none !important;
  }
}
.cid-utl5B0vCLf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-utl5B0vCLf .mbr-section-title,
  .cid-utl5B0vCLf .mbr-section-subtitle,
  .cid-utl5B0vCLf .mbr-section-btn,
  .cid-utl5B0vCLf .mbr-text {
    text-align: center;
  }
}
.cid-utl5B0vCLf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utl5B0vCLf .mbr-text,
.cid-utl5B0vCLf .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVqEAj7Yf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAVqEAj7Yf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAVqEAj7Yf .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAVqEAj7Yf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAVqEAj7Yf .link-wrap {
    align-items: center;
  }
}
.cid-tAVqEAj7Yf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAVqEAj7Yf .card-title,
.cid-tAVqEAj7Yf .card-box {
  text-align: center;
}
.cid-tAVqEAj7Yf .mbr-text UL {
  text-align: left;
}
.cid-tAVqEAj7Yf .mbr-text,
.cid-tAVqEAj7Yf .link-wrap,
.cid-tAVqEAj7Yf .mbr-section-btn {
  text-align: left;
}
.cid-tAVqEAL2wk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVqEAL2wk blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVqEB248j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVqEB248j .mbr-section-title,
  .cid-tAVqEB248j .mbr-section-subtitle,
  .cid-tAVqEB248j .mbr-section-btn,
  .cid-tAVqEB248j .mbr-text {
    text-align: center;
  }
}
.cid-tAVqEB248j .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVqEB248j .mbr-text,
.cid-tAVqEB248j .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVqEBmqOI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVqEBmqOI blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVqEBBQRl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVqEBBQRl .mbr-section-title,
  .cid-tAVqEBBQRl .mbr-section-subtitle,
  .cid-tAVqEBBQRl .mbr-section-btn,
  .cid-tAVqEBBQRl .mbr-text {
    text-align: center;
  }
}
.cid-tAVqEBBQRl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVqEBBQRl .mbr-text,
.cid-tAVqEBBQRl .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVqEBU2v6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVqEBU2v6 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-utl5Cy957M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/tetromino-zen-image-1-962x470.jpg");
}
.cid-utl5Cy957M .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-utl5Cy957M form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-utl5Cy957M form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-utl5Cy957M form.mbr-form {
    padding: 1rem;
  }
}
.cid-utl5Cy957M form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-utl5Cy957M form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-utlajteDTN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlajteDTN blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-utlajteDTN .mbr-text {
  text-align: left;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tADSkWtOCt {
  z-index: 1000;
  width: 100%;
}
.cid-tADSkWtOCt nav.navbar {
  position: fixed;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tADSkWtOCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tADSkWtOCt .dropdown-item:hover,
.cid-tADSkWtOCt .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tADSkWtOCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tADSkWtOCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tADSkWtOCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tADSkWtOCt .nav-link {
  position: relative;
}
.cid-tADSkWtOCt .container {
  display: flex;
  margin: auto;
}
.cid-tADSkWtOCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tADSkWtOCt .dropdown-menu,
.cid-tADSkWtOCt .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tADSkWtOCt .nav-item:focus,
.cid-tADSkWtOCt .nav-link:focus {
  outline: none;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tADSkWtOCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tADSkWtOCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tADSkWtOCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tADSkWtOCt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tADSkWtOCt .navbar.opened {
  transition: all .3s;
}
.cid-tADSkWtOCt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tADSkWtOCt .navbar .navbar-logo img {
  width: auto;
}
.cid-tADSkWtOCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar.collapsed {
  justify-content: center;
}
.cid-tADSkWtOCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tADSkWtOCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tADSkWtOCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tADSkWtOCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tADSkWtOCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tADSkWtOCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tADSkWtOCt .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-tADSkWtOCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tADSkWtOCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tADSkWtOCt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tADSkWtOCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tADSkWtOCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tADSkWtOCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tADSkWtOCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tADSkWtOCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tADSkWtOCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tADSkWtOCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tADSkWtOCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tADSkWtOCt .dropdown-item.active,
.cid-tADSkWtOCt .dropdown-item:active {
  background-color: transparent;
}
.cid-tADSkWtOCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tADSkWtOCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tADSkWtOCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tADSkWtOCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tADSkWtOCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tADSkWtOCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tADSkWtOCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tADSkWtOCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tADSkWtOCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tADSkWtOCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tADSkWtOCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tADSkWtOCt .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-tADSkWtOCt .navbar {
    height: 70px;
  }
  .cid-tADSkWtOCt .navbar.opened {
    height: auto;
  }
  .cid-tADSkWtOCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB1ehj4RFY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB1ehj4RFY blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tdIXn4kRVM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tdIXn4kRVM img,
.cid-tdIXn4kRVM .item-img {
  width: 100%;
}
.cid-tdIXn4kRVM .item:focus,
.cid-tdIXn4kRVM span:focus {
  outline: none;
}
.cid-tdIXn4kRVM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tdIXn4kRVM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tdIXn4kRVM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tdIXn4kRVM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdIXn4kRVM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tdIXn4kRVM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tdIXn4kRVM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tdIXn4kRVM .mbr-section-title {
  color: #232323;
}
.cid-tdIXn4kRVM .mbr-text,
.cid-tdIXn4kRVM .mbr-section-btn {
  text-align: left;
}
.cid-tdIXn4kRVM .item-title {
  text-align: center;
}
.cid-tdIXn4kRVM .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tB1eVNXPZv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tB1eVNXPZv img,
.cid-tB1eVNXPZv .item-img {
  width: 100%;
}
.cid-tB1eVNXPZv .item:focus,
.cid-tB1eVNXPZv span:focus {
  outline: none;
}
.cid-tB1eVNXPZv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tB1eVNXPZv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tB1eVNXPZv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tB1eVNXPZv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB1eVNXPZv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tB1eVNXPZv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tB1eVNXPZv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tB1eVNXPZv .mbr-section-title {
  color: #232323;
}
.cid-tB1eVNXPZv .mbr-text,
.cid-tB1eVNXPZv .mbr-section-btn {
  text-align: left;
}
.cid-tB1eVNXPZv .item-title {
  text-align: center;
}
.cid-tB1eVNXPZv .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tB7b1Qx3qK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB7b1Qx3qK blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB79OwPxgp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f4f2;
}
.cid-tB79OwPxgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB79OwPxgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB79OwPxgp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB79OwPxgp .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB79OwPxgp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB79OwPxgp .link-wrap {
    align-items: center;
  }
}
.cid-tB79OwPxgp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB79OwPxgp .card-title,
.cid-tB79OwPxgp .card-box {
  text-align: center;
}
.cid-tB79OwPxgp .mbr-text UL {
  text-align: left;
}
.cid-tB79OwPxgp .mbr-text,
.cid-tB79OwPxgp .link-wrap,
.cid-tB79OwPxgp .mbr-section-btn {
  text-align: left;
}
.cid-tB79OwPxgp .mbr-text {
  text-align: left;
}
.cid-tBM1NaNMJH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1NaNMJH .mbr-section-title,
  .cid-tBM1NaNMJH .mbr-section-subtitle,
  .cid-tBM1NaNMJH .mbr-section-btn,
  .cid-tBM1NaNMJH .mbr-text {
    text-align: center;
  }
}
.cid-tBM1NaNMJH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1NaNMJH .mbr-text,
.cid-tBM1NaNMJH .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tdKqVjF3dD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tdKqVjF3dD .mbr-section-title,
  .cid-tdKqVjF3dD .mbr-section-subtitle,
  .cid-tdKqVjF3dD .mbr-section-btn,
  .cid-tdKqVjF3dD .mbr-text {
    text-align: center;
  }
}
.cid-tdKqVjF3dD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tdKqVjF3dD .mbr-text,
.cid-tdKqVjF3dD .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tB6Em7ti0u {
  z-index: 1000;
  width: 100%;
}
.cid-tB6Em7ti0u nav.navbar {
  position: fixed;
}
.cid-tB6Em7ti0u .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-tB6Em7ti0u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB6Em7ti0u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB6Em7ti0u .dropdown-item:hover,
.cid-tB6Em7ti0u .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tB6Em7ti0u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB6Em7ti0u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB6Em7ti0u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tB6Em7ti0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB6Em7ti0u .nav-link {
  position: relative;
}
.cid-tB6Em7ti0u .container {
  display: flex;
  margin: auto;
}
.cid-tB6Em7ti0u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tB6Em7ti0u .dropdown-menu,
.cid-tB6Em7ti0u .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tB6Em7ti0u .nav-item:focus,
.cid-tB6Em7ti0u .nav-link:focus {
  outline: none;
}
.cid-tB6Em7ti0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB6Em7ti0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB6Em7ti0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tB6Em7ti0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB6Em7ti0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB6Em7ti0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB6Em7ti0u .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tB6Em7ti0u .navbar.opened {
  transition: all .3s;
}
.cid-tB6Em7ti0u .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tB6Em7ti0u .navbar .navbar-logo img {
  width: auto;
}
.cid-tB6Em7ti0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB6Em7ti0u .navbar.collapsed {
  justify-content: center;
}
.cid-tB6Em7ti0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB6Em7ti0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB6Em7ti0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB6Em7ti0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB6Em7ti0u .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-tB6Em7ti0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB6Em7ti0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tB6Em7ti0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tB6Em7ti0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB6Em7ti0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB6Em7ti0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB6Em7ti0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB6Em7ti0u .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-tB6Em7ti0u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB6Em7ti0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB6Em7ti0u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB6Em7ti0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB6Em7ti0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB6Em7ti0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tB6Em7ti0u .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB6Em7ti0u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB6Em7ti0u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB6Em7ti0u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB6Em7ti0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB6Em7ti0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB6Em7ti0u .dropdown-item.active,
.cid-tB6Em7ti0u .dropdown-item:active {
  background-color: transparent;
}
.cid-tB6Em7ti0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB6Em7ti0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB6Em7ti0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB6Em7ti0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tB6Em7ti0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB6Em7ti0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB6Em7ti0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB6Em7ti0u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB6Em7ti0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tB6Em7ti0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB6Em7ti0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tB6Em7ti0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tB6Em7ti0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tB6Em7ti0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tB6Em7ti0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tB6Em7ti0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tB6Em7ti0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tB6Em7ti0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tB6Em7ti0u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB6Em7ti0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB6Em7ti0u .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-tB6Em7ti0u .navbar {
    height: 70px;
  }
  .cid-tB6Em7ti0u .navbar.opened {
    height: auto;
  }
  .cid-tB6Em7ti0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBRkd2BHwH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBRkd2BHwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRkd2BHwH .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-tBRkd2BHwH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBRkd2BHwH .row {
  flex-direction: row-reverse;
}
.cid-tBRkd2BHwH img {
  width: 100%;
}
.cid-tB6Em4n1n9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB6Em4n1n9 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tBXdcl3uZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f4f2;
}
.cid-tBXdcl3uZc .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBXdcl3uZc .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBXdcl3uZc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBXdcl3uZc .link-wrap {
    align-items: center;
  }
}
.cid-tBXdcl3uZc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBXdcl3uZc .card-title,
.cid-tBXdcl3uZc .card-box {
  text-align: center;
}
.cid-tBXdcl3uZc .mbr-text UL {
  text-align: left;
}
.cid-tBXdcl3uZc .mbr-text,
.cid-tBXdcl3uZc .link-wrap,
.cid-tBXdcl3uZc .mbr-section-btn {
  text-align: center;
}
.cid-tB6Em6b3dd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tB6Em6b3dd .mbr-section-title,
  .cid-tB6Em6b3dd .mbr-section-subtitle,
  .cid-tB6Em6b3dd .mbr-section-btn,
  .cid-tB6Em6b3dd .mbr-text {
    text-align: center;
  }
}
.cid-tB6Em6b3dd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tB6Em6b3dd .mbr-text,
.cid-tB6Em6b3dd .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tBM1XtTLlF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM1XtTLlF .mbr-section-title,
  .cid-tBM1XtTLlF .mbr-section-subtitle,
  .cid-tBM1XtTLlF .mbr-section-btn,
  .cid-tBM1XtTLlF .mbr-text {
    text-align: center;
  }
}
.cid-tBM1XtTLlF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tBM1XtTLlF .mbr-text,
.cid-tBM1XtTLlF .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tB77WbxB6D {
  z-index: 1000;
  width: 100%;
}
.cid-tB77WbxB6D nav.navbar {
  position: fixed;
}
.cid-tB77WbxB6D .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-tB77WbxB6D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB77WbxB6D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB77WbxB6D .dropdown-item:hover,
.cid-tB77WbxB6D .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tB77WbxB6D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB77WbxB6D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB77WbxB6D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tB77WbxB6D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB77WbxB6D .nav-link {
  position: relative;
}
.cid-tB77WbxB6D .container {
  display: flex;
  margin: auto;
}
.cid-tB77WbxB6D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tB77WbxB6D .dropdown-menu,
.cid-tB77WbxB6D .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tB77WbxB6D .nav-item:focus,
.cid-tB77WbxB6D .nav-link:focus {
  outline: none;
}
.cid-tB77WbxB6D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB77WbxB6D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB77WbxB6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tB77WbxB6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB77WbxB6D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB77WbxB6D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB77WbxB6D .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tB77WbxB6D .navbar.opened {
  transition: all .3s;
}
.cid-tB77WbxB6D .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tB77WbxB6D .navbar .navbar-logo img {
  width: auto;
}
.cid-tB77WbxB6D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB77WbxB6D .navbar.collapsed {
  justify-content: center;
}
.cid-tB77WbxB6D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB77WbxB6D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB77WbxB6D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB77WbxB6D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB77WbxB6D .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-tB77WbxB6D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB77WbxB6D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tB77WbxB6D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tB77WbxB6D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB77WbxB6D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB77WbxB6D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB77WbxB6D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB77WbxB6D .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-tB77WbxB6D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB77WbxB6D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB77WbxB6D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB77WbxB6D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB77WbxB6D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB77WbxB6D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tB77WbxB6D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB77WbxB6D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB77WbxB6D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB77WbxB6D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB77WbxB6D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB77WbxB6D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB77WbxB6D .dropdown-item.active,
.cid-tB77WbxB6D .dropdown-item:active {
  background-color: transparent;
}
.cid-tB77WbxB6D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB77WbxB6D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB77WbxB6D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB77WbxB6D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tB77WbxB6D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB77WbxB6D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB77WbxB6D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB77WbxB6D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB77WbxB6D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tB77WbxB6D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tB77WbxB6D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tB77WbxB6D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tB77WbxB6D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tB77WbxB6D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tB77WbxB6D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tB77WbxB6D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tB77WbxB6D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tB77WbxB6D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tB77WbxB6D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tB77WbxB6D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB77WbxB6D .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-tB77WbxB6D .navbar {
    height: 70px;
  }
  .cid-tB77WbxB6D .navbar.opened {
    height: auto;
  }
  .cid-tB77WbxB6D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB77W6BYVc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB77W6BYVc .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB77W6RiXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tB77W6RiXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB77W6RiXF .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-tB77W6RiXF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tB77W6RiXF .row {
  flex-direction: row-reverse;
}
.cid-tB77W6RiXF img {
  width: 100%;
}
.cid-tB77W788MP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB77W788MP blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tB77W7m3Dw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB77W7m3Dw .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tB77W7A3Lw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/empty-image-512x384.jpg");
}
.cid-tB77W7A3Lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB77W7A3Lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB77W7A3Lw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB77W7A3Lw .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB77W7A3Lw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB77W7A3Lw .link-wrap {
    align-items: center;
  }
}
.cid-tB77W7A3Lw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB77W7A3Lw .card-title,
.cid-tB77W7A3Lw .card-box {
  text-align: center;
}
.cid-tB77W7A3Lw .mbr-text UL {
  text-align: left;
}
.cid-tB77W7A3Lw .mbr-text,
.cid-tB77W7A3Lw .link-wrap,
.cid-tB77W7A3Lw .mbr-section-btn {
  text-align: left;
}
.cid-tB77W7A3Lw .mbr-text {
  text-align: left;
}
.cid-tB77W98dis {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB77W98dis .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-uc5cKxGH4x {
  z-index: 1000;
  width: 100%;
}
.cid-uc5cKxGH4x nav.navbar {
  position: fixed;
}
.cid-uc5cKxGH4x .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-uc5cKxGH4x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uc5cKxGH4x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uc5cKxGH4x .dropdown-item:hover,
.cid-uc5cKxGH4x .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uc5cKxGH4x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uc5cKxGH4x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uc5cKxGH4x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uc5cKxGH4x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uc5cKxGH4x .nav-link {
  position: relative;
}
.cid-uc5cKxGH4x .container {
  display: flex;
  margin: auto;
}
.cid-uc5cKxGH4x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uc5cKxGH4x .dropdown-menu,
.cid-uc5cKxGH4x .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-uc5cKxGH4x .nav-item:focus,
.cid-uc5cKxGH4x .nav-link:focus {
  outline: none;
}
.cid-uc5cKxGH4x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc5cKxGH4x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc5cKxGH4x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uc5cKxGH4x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc5cKxGH4x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc5cKxGH4x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc5cKxGH4x .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-uc5cKxGH4x .navbar.opened {
  transition: all .3s;
}
.cid-uc5cKxGH4x .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uc5cKxGH4x .navbar .navbar-logo img {
  width: auto;
}
.cid-uc5cKxGH4x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uc5cKxGH4x .navbar.collapsed {
  justify-content: center;
}
.cid-uc5cKxGH4x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc5cKxGH4x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc5cKxGH4x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc5cKxGH4x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc5cKxGH4x .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-uc5cKxGH4x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc5cKxGH4x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uc5cKxGH4x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uc5cKxGH4x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc5cKxGH4x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc5cKxGH4x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc5cKxGH4x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc5cKxGH4x .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-uc5cKxGH4x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc5cKxGH4x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uc5cKxGH4x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc5cKxGH4x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uc5cKxGH4x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc5cKxGH4x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uc5cKxGH4x .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc5cKxGH4x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc5cKxGH4x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc5cKxGH4x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc5cKxGH4x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc5cKxGH4x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc5cKxGH4x .dropdown-item.active,
.cid-uc5cKxGH4x .dropdown-item:active {
  background-color: transparent;
}
.cid-uc5cKxGH4x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc5cKxGH4x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc5cKxGH4x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc5cKxGH4x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-uc5cKxGH4x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc5cKxGH4x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc5cKxGH4x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc5cKxGH4x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc5cKxGH4x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uc5cKxGH4x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc5cKxGH4x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uc5cKxGH4x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uc5cKxGH4x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uc5cKxGH4x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uc5cKxGH4x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uc5cKxGH4x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uc5cKxGH4x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uc5cKxGH4x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uc5cKxGH4x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uc5cKxGH4x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc5cKxGH4x .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-uc5cKxGH4x .navbar {
    height: 70px;
  }
  .cid-uc5cKxGH4x .navbar.opened {
    height: auto;
  }
  .cid-uc5cKxGH4x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc5eO1EDLF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uc5eO1EDLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5eO1EDLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5eO1EDLF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uc5eO1EDLF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uc5eO1EDLF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uc5cKu8MAp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5cKu8MAp blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-uc5cKwihnf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uc5cKwihnf .mbr-section-title,
  .cid-uc5cKwihnf .mbr-section-subtitle,
  .cid-uc5cKwihnf .mbr-section-btn,
  .cid-uc5cKwihnf .mbr-text {
    text-align: center;
  }
}
.cid-uc5cKwihnf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uc5cKwihnf .mbr-text,
.cid-uc5cKwihnf .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uc5cKwIp5u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uc5cKwIp5u .mbr-section-title,
  .cid-uc5cKwIp5u .mbr-section-subtitle,
  .cid-uc5cKwIp5u .mbr-section-btn,
  .cid-uc5cKwIp5u .mbr-text {
    text-align: center;
  }
}
.cid-uc5cKwIp5u .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uc5cKwIp5u .mbr-text,
.cid-uc5cKwIp5u .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-tAVlLurgM0 {
  z-index: 1000;
  width: 100%;
}
.cid-tAVlLurgM0 nav.navbar {
  position: fixed;
}
.cid-tAVlLurgM0 .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-tAVlLurgM0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAVlLurgM0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAVlLurgM0 .dropdown-item:hover,
.cid-tAVlLurgM0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tAVlLurgM0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAVlLurgM0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAVlLurgM0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAVlLurgM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAVlLurgM0 .nav-link {
  position: relative;
}
.cid-tAVlLurgM0 .container {
  display: flex;
  margin: auto;
}
.cid-tAVlLurgM0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAVlLurgM0 .dropdown-menu,
.cid-tAVlLurgM0 .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-tAVlLurgM0 .nav-item:focus,
.cid-tAVlLurgM0 .nav-link:focus {
  outline: none;
}
.cid-tAVlLurgM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAVlLurgM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAVlLurgM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAVlLurgM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAVlLurgM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAVlLurgM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAVlLurgM0 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-tAVlLurgM0 .navbar.opened {
  transition: all .3s;
}
.cid-tAVlLurgM0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAVlLurgM0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tAVlLurgM0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAVlLurgM0 .navbar.collapsed {
  justify-content: center;
}
.cid-tAVlLurgM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAVlLurgM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAVlLurgM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAVlLurgM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAVlLurgM0 .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-tAVlLurgM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAVlLurgM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAVlLurgM0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAVlLurgM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAVlLurgM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAVlLurgM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAVlLurgM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAVlLurgM0 .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-tAVlLurgM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAVlLurgM0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAVlLurgM0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAVlLurgM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAVlLurgM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAVlLurgM0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAVlLurgM0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAVlLurgM0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAVlLurgM0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAVlLurgM0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAVlLurgM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAVlLurgM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAVlLurgM0 .dropdown-item.active,
.cid-tAVlLurgM0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAVlLurgM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAVlLurgM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAVlLurgM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAVlLurgM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-tAVlLurgM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAVlLurgM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAVlLurgM0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAVlLurgM0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAVlLurgM0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAVlLurgM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tAVlLurgM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAVlLurgM0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVlLurgM0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAVlLurgM0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAVlLurgM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVlLurgM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAVlLurgM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAVlLurgM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAVlLurgM0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAVlLurgM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAVlLurgM0 .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-tAVlLurgM0 .navbar {
    height: 70px;
  }
  .cid-tAVlLurgM0 .navbar.opened {
    height: auto;
  }
  .cid-tAVlLurgM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAW19bSm2o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tAW19bSm2o .carousel {
    min-height: 500px;
  }
  .cid-tAW19bSm2o .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tAW19bSm2o .carousel {
    min-height: 325px;
  }
  .cid-tAW19bSm2o .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tAW19bSm2o .carousel {
    min-height: 275px;
  }
  .cid-tAW19bSm2o .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tAW19bSm2o .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAW19bSm2o .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAW19bSm2o .carousel,
.cid-tAW19bSm2o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAW19bSm2o .item-wrapper {
  width: 100%;
}
.cid-tAW19bSm2o .carousel-caption {
  bottom: 40px;
}
.cid-tAW19bSm2o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tAW19bSm2o .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAW19bSm2o .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAW19bSm2o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAW19bSm2o .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAW19bSm2o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAW19bSm2o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAW19bSm2o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAW19bSm2o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAW19bSm2o .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAW19bSm2o .carousel-indicators li.active,
.cid-tAW19bSm2o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAW19bSm2o .carousel-indicators li::after,
.cid-tAW19bSm2o .carousel-indicators li::before {
  content: none;
}
.cid-tAW19bSm2o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAW19bSm2o .carousel-indicators {
    display: none !important;
  }
}
.cid-utl5oV3SAz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
@media (max-width: 991px) {
  .cid-utl5oV3SAz .mbr-section-title,
  .cid-utl5oV3SAz .mbr-section-subtitle,
  .cid-utl5oV3SAz .mbr-section-btn,
  .cid-utl5oV3SAz .mbr-text {
    text-align: center;
  }
}
.cid-utl5oV3SAz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-utl5oV3SAz .mbr-text,
.cid-utl5oV3SAz .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVlLrGiAx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
.cid-tAVlLrGiAx .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tAVlLrGiAx .card {
    margin-bottom: 2rem!important;
  }
  .cid-tAVlLrGiAx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tAVlLrGiAx .link-wrap {
    align-items: center;
  }
}
.cid-tAVlLrGiAx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAVlLrGiAx .card-title,
.cid-tAVlLrGiAx .card-box {
  text-align: center;
}
.cid-tAVlLrGiAx .mbr-text UL {
  text-align: left;
}
.cid-tAVlLrGiAx .mbr-text,
.cid-tAVlLrGiAx .link-wrap,
.cid-tAVlLrGiAx .mbr-section-btn {
  text-align: left;
}
.cid-tAVlLs0Q9K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVlLs0Q9K blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVlLsgqgG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVlLsgqgG .mbr-section-title,
  .cid-tAVlLsgqgG .mbr-section-subtitle,
  .cid-tAVlLsgqgG .mbr-section-btn,
  .cid-tAVlLsgqgG .mbr-text {
    text-align: center;
  }
}
.cid-tAVlLsgqgG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVlLsgqgG .mbr-text,
.cid-tAVlLsgqgG .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVlLsB00K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVlLsB00K blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-tAVlLsVhFm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAVlLsVhFm .mbr-section-title,
  .cid-tAVlLsVhFm .mbr-section-subtitle,
  .cid-tAVlLsVhFm .mbr-section-btn,
  .cid-tAVlLsVhFm .mbr-text {
    text-align: center;
  }
}
.cid-tAVlLsVhFm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tAVlLsVhFm .mbr-text,
.cid-tAVlLsVhFm .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-tAVlLteDT3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tAVlLteDT3 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-utl5qalBd1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/banner-962x470.jpg");
}
.cid-utl5qalBd1 .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-utl5qalBd1 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-utl5qalBd1 form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-utl5qalBd1 form.mbr-form {
    padding: 1rem;
  }
}
.cid-utl5qalBd1 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-utl5qalBd1 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-utlafPfKyL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlafPfKyL blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-utlafPfKyL .mbr-text {
  text-align: left;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-ulBFEyhkkw {
  z-index: 1000;
  width: 100%;
}
.cid-ulBFEyhkkw nav.navbar {
  position: fixed;
}
.cid-ulBFEyhkkw .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-ulBFEyhkkw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulBFEyhkkw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulBFEyhkkw .dropdown-item:hover,
.cid-ulBFEyhkkw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ulBFEyhkkw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulBFEyhkkw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulBFEyhkkw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ulBFEyhkkw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulBFEyhkkw .nav-link {
  position: relative;
}
.cid-ulBFEyhkkw .container {
  display: flex;
  margin: auto;
}
.cid-ulBFEyhkkw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulBFEyhkkw .dropdown-menu,
.cid-ulBFEyhkkw .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-ulBFEyhkkw .nav-item:focus,
.cid-ulBFEyhkkw .nav-link:focus {
  outline: none;
}
.cid-ulBFEyhkkw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulBFEyhkkw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulBFEyhkkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-ulBFEyhkkw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBFEyhkkw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulBFEyhkkw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulBFEyhkkw .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-ulBFEyhkkw .navbar.opened {
  transition: all .3s;
}
.cid-ulBFEyhkkw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ulBFEyhkkw .navbar .navbar-logo img {
  width: auto;
}
.cid-ulBFEyhkkw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulBFEyhkkw .navbar.collapsed {
  justify-content: center;
}
.cid-ulBFEyhkkw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulBFEyhkkw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulBFEyhkkw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulBFEyhkkw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulBFEyhkkw .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-ulBFEyhkkw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulBFEyhkkw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulBFEyhkkw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ulBFEyhkkw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulBFEyhkkw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulBFEyhkkw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulBFEyhkkw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulBFEyhkkw .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-ulBFEyhkkw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulBFEyhkkw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulBFEyhkkw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulBFEyhkkw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulBFEyhkkw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulBFEyhkkw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulBFEyhkkw .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulBFEyhkkw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulBFEyhkkw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulBFEyhkkw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulBFEyhkkw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulBFEyhkkw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulBFEyhkkw .dropdown-item.active,
.cid-ulBFEyhkkw .dropdown-item:active {
  background-color: transparent;
}
.cid-ulBFEyhkkw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulBFEyhkkw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulBFEyhkkw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulBFEyhkkw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-ulBFEyhkkw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulBFEyhkkw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulBFEyhkkw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulBFEyhkkw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulBFEyhkkw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ulBFEyhkkw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulBFEyhkkw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulBFEyhkkw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulBFEyhkkw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulBFEyhkkw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulBFEyhkkw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulBFEyhkkw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulBFEyhkkw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulBFEyhkkw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulBFEyhkkw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulBFEyhkkw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulBFEyhkkw .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-ulBFEyhkkw .navbar {
    height: 70px;
  }
  .cid-ulBFEyhkkw .navbar.opened {
    height: auto;
  }
  .cid-ulBFEyhkkw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulBFEyTUzM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulBFEyTUzM .mbr-section-title,
  .cid-ulBFEyTUzM .mbr-section-subtitle,
  .cid-ulBFEyTUzM .mbr-section-btn,
  .cid-ulBFEyTUzM .mbr-text {
    text-align: center;
  }
}
.cid-ulBFEyTUzM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulBFEyTUzM .mbr-text,
.cid-ulBFEyTUzM .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-ulBFEzljpT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-ulBFEzljpT .mbr-section-title,
  .cid-ulBFEzljpT .mbr-section-subtitle,
  .cid-ulBFEzljpT .mbr-section-btn,
  .cid-ulBFEzljpT .mbr-text {
    text-align: center;
  }
}
.cid-ulBFEzljpT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulBFEzljpT .mbr-text,
.cid-ulBFEzljpT .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ulBFEzljpT .mbr-section-title DIV {
  text-align: center;
}
.cid-ulBFEzQFjS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulBFEzQFjS .mbr-section-title,
  .cid-ulBFEzQFjS .mbr-section-subtitle,
  .cid-ulBFEzQFjS .mbr-section-btn,
  .cid-ulBFEzQFjS .mbr-text {
    text-align: center;
  }
}
.cid-ulBFEzQFjS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulBFEzQFjS .mbr-text,
.cid-ulBFEzQFjS .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-ulBFEAdDkd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ulBFEAdDkd .carousel {
    min-height: 500px;
  }
  .cid-ulBFEAdDkd .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulBFEAdDkd .carousel {
    min-height: 325px;
  }
  .cid-ulBFEAdDkd .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ulBFEAdDkd .carousel {
    min-height: 275px;
  }
  .cid-ulBFEAdDkd .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-ulBFEAdDkd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ulBFEAdDkd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ulBFEAdDkd .carousel,
.cid-ulBFEAdDkd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulBFEAdDkd .item-wrapper {
  width: 100%;
}
.cid-ulBFEAdDkd .carousel-caption {
  bottom: 40px;
}
.cid-ulBFEAdDkd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ulBFEAdDkd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulBFEAdDkd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulBFEAdDkd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ulBFEAdDkd .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ulBFEAdDkd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulBFEAdDkd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulBFEAdDkd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulBFEAdDkd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ulBFEAdDkd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ulBFEAdDkd .carousel-indicators li.active,
.cid-ulBFEAdDkd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulBFEAdDkd .carousel-indicators li::after,
.cid-ulBFEAdDkd .carousel-indicators li::before {
  content: none;
}
.cid-ulBFEAdDkd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulBFEAdDkd .carousel-indicators {
    display: none !important;
  }
}
.cid-ulBFEATjFh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ulBFEATjFh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ulBFEATjFh .img-item {
  position: relative;
}
.cid-ulBFEATjFh .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-ulBFEATjFh .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ulBFEATjFh .img-item .img-description p {
  margin-bottom: 0;
}
.cid-ulBFEBgz7O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulBFEBgz7O .mbr-section-title,
  .cid-ulBFEBgz7O .mbr-section-subtitle,
  .cid-ulBFEBgz7O .mbr-section-btn,
  .cid-ulBFEBgz7O .mbr-text {
    text-align: center;
  }
}
.cid-ulBFEBgz7O .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulBFEBgz7O .mbr-text,
.cid-ulBFEBgz7O .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-ulBFEBDQhe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-ulBFEBDQhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBFEBDQhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulBFEC0jPE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulBFEC0jPE blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-ulBFEC0jPE .mbr-text {
  text-align: left;
}
.cid-ulDzZ1BKnV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/final-store-image-3-696x391.png");
}
.cid-ulDzZ1BKnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDzZ1BKnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDzZ1BKnV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulDzZ1BKnV .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-ulDzYcGbFd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ulDzYcGbFd .mbr-section-title,
  .cid-ulDzYcGbFd .mbr-section-subtitle,
  .cid-ulDzYcGbFd .mbr-section-btn,
  .cid-ulDzYcGbFd .mbr-text {
    text-align: center;
  }
}
.cid-ulDzYcGbFd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ulDzYcGbFd .mbr-text,
.cid-ulDzYcGbFd .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-ulDzYcGbFd .mbr-section-title DIV {
  text-align: center;
}
.cid-utlhjoAnYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-utlhjoAnYW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utlhjoAnYW .row {
    text-align: center;
  }
  .cid-utlhjoAnYW .row > div {
    margin: auto;
  }
  .cid-utlhjoAnYW .social-row {
    justify-content: center;
  }
}
.cid-utlhjoAnYW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utlhjoAnYW .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlhjoAnYW .list {
    margin-bottom: 0rem;
  }
}
.cid-utlhjoAnYW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-utlhjoAnYW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utlhjoAnYW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utlhjoAnYW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utlhjoAnYW .copyright {
  color: #000000;
  text-align: center;
}
.cid-uL5llPUixv {
  z-index: 1000;
  width: 100%;
}
.cid-uL5llPUixv nav.navbar {
  position: fixed;
}
.cid-uL5llPUixv .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-uL5llPUixv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL5llPUixv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL5llPUixv .dropdown-item:hover,
.cid-uL5llPUixv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uL5llPUixv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL5llPUixv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL5llPUixv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uL5llPUixv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL5llPUixv .nav-link {
  position: relative;
}
.cid-uL5llPUixv .container {
  display: flex;
  margin: auto;
}
.cid-uL5llPUixv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uL5llPUixv .dropdown-menu,
.cid-uL5llPUixv .navbar.opened {
  background: #f6f4f2 !important;
}
.cid-uL5llPUixv .nav-item:focus,
.cid-uL5llPUixv .nav-link:focus {
  outline: none;
}
.cid-uL5llPUixv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL5llPUixv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL5llPUixv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uL5llPUixv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL5llPUixv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL5llPUixv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL5llPUixv .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(246, 244, 242, 0.7);
}
.cid-uL5llPUixv .navbar.opened {
  transition: all .3s;
}
.cid-uL5llPUixv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uL5llPUixv .navbar .navbar-logo img {
  width: auto;
}
.cid-uL5llPUixv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL5llPUixv .navbar.collapsed {
  justify-content: center;
}
.cid-uL5llPUixv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL5llPUixv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL5llPUixv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL5llPUixv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL5llPUixv .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-uL5llPUixv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL5llPUixv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uL5llPUixv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uL5llPUixv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL5llPUixv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL5llPUixv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL5llPUixv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL5llPUixv .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-uL5llPUixv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL5llPUixv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL5llPUixv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL5llPUixv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL5llPUixv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL5llPUixv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uL5llPUixv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL5llPUixv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL5llPUixv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL5llPUixv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL5llPUixv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL5llPUixv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL5llPUixv .dropdown-item.active,
.cid-uL5llPUixv .dropdown-item:active {
  background-color: transparent;
}
.cid-uL5llPUixv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL5llPUixv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL5llPUixv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL5llPUixv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f4f2;
}
.cid-uL5llPUixv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL5llPUixv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL5llPUixv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL5llPUixv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL5llPUixv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uL5llPUixv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uL5llPUixv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uL5llPUixv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uL5llPUixv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uL5llPUixv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uL5llPUixv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL5llPUixv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uL5llPUixv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uL5llPUixv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uL5llPUixv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL5llPUixv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL5llPUixv .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-uL5llPUixv .navbar {
    height: 70px;
  }
  .cid-uL5llPUixv .navbar.opened {
    height: auto;
  }
  .cid-uL5llPUixv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL5llQrmxQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5llQrmxQ .mbr-section-title,
  .cid-uL5llQrmxQ .mbr-section-subtitle,
  .cid-uL5llQrmxQ .mbr-section-btn,
  .cid-uL5llQrmxQ .mbr-text {
    text-align: center;
  }
}
.cid-uL5llQrmxQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL5llQrmxQ .mbr-text,
.cid-uL5llQrmxQ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uL5llQOv02 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-uL5llQOv02 .mbr-section-title,
  .cid-uL5llQOv02 .mbr-section-subtitle,
  .cid-uL5llQOv02 .mbr-section-btn,
  .cid-uL5llQOv02 .mbr-text {
    text-align: center;
  }
}
.cid-uL5llQOv02 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL5llQOv02 .mbr-text,
.cid-uL5llQOv02 .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uL5llQOv02 .mbr-section-title DIV {
  text-align: center;
}
.cid-uL5llRdaRq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5llRdaRq .mbr-section-title,
  .cid-uL5llRdaRq .mbr-section-subtitle,
  .cid-uL5llRdaRq .mbr-section-btn,
  .cid-uL5llRdaRq .mbr-text {
    text-align: center;
  }
}
.cid-uL5llRdaRq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL5llRdaRq .mbr-text,
.cid-uL5llRdaRq .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uL5llRSCTC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uL5llRSCTC .carousel {
    min-height: 500px;
  }
  .cid-uL5llRSCTC .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL5llRSCTC .carousel {
    min-height: 325px;
  }
  .cid-uL5llRSCTC .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uL5llRSCTC .carousel {
    min-height: 275px;
  }
  .cid-uL5llRSCTC .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-uL5llRSCTC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uL5llRSCTC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uL5llRSCTC .carousel,
.cid-uL5llRSCTC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uL5llRSCTC .item-wrapper {
  width: 100%;
}
.cid-uL5llRSCTC .carousel-caption {
  bottom: 40px;
}
.cid-uL5llRSCTC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uL5llRSCTC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uL5llRSCTC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uL5llRSCTC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uL5llRSCTC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uL5llRSCTC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uL5llRSCTC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uL5llRSCTC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uL5llRSCTC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uL5llRSCTC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uL5llRSCTC .carousel-indicators li.active,
.cid-uL5llRSCTC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uL5llRSCTC .carousel-indicators li::after,
.cid-uL5llRSCTC .carousel-indicators li::before {
  content: none;
}
.cid-uL5llRSCTC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uL5llRSCTC .carousel-indicators {
    display: none !important;
  }
}
.cid-uL5llSExIo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uL5llSExIo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uL5llSExIo .img-item {
  position: relative;
}
.cid-uL5llSExIo .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uL5llSExIo .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uL5llSExIo .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uL5llT74Bw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5llT74Bw .mbr-section-title,
  .cid-uL5llT74Bw .mbr-section-subtitle,
  .cid-uL5llT74Bw .mbr-section-btn,
  .cid-uL5llT74Bw .mbr-text {
    text-align: center;
  }
}
.cid-uL5llT74Bw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL5llT74Bw .mbr-text,
.cid-uL5llT74Bw .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uL5llTtLtt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-uL5llTtLtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5llTtLtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5llTX8mk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5llTX8mk blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #f6f4f2;
}
.cid-uL5llTX8mk .mbr-text {
  text-align: left;
}
.cid-uL5llUfMVL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/preview-image-4-696x392.png");
}
.cid-uL5llUfMVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5llUfMVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5llUfMVL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL5llUfMVL .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-uL5llUPB5M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL5llUPB5M .mbr-section-title,
  .cid-uL5llUPB5M .mbr-section-subtitle,
  .cid-uL5llUPB5M .mbr-section-btn,
  .cid-uL5llUPB5M .mbr-text {
    text-align: center;
  }
}
.cid-uL5llUPB5M .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL5llUPB5M .mbr-text,
.cid-uL5llUPB5M .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uL5llUPB5M .mbr-section-title DIV {
  text-align: center;
}
.cid-uL5llVbNG9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-uL5llVbNG9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL5llVbNG9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5llVbNG9 .row {
    text-align: center;
  }
  .cid-uL5llVbNG9 .row > div {
    margin: auto;
  }
  .cid-uL5llVbNG9 .social-row {
    justify-content: center;
  }
}
.cid-uL5llVbNG9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5llVbNG9 .list {
  list-style: none;
  padding-left: 0;
  color: #e6c63b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uL5llVbNG9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5llVbNG9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5llVbNG9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uL5llVbNG9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5llVbNG9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5llVbNG9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL5llVbNG9 .copyright {
  color: #000000;
  text-align: center;
}
