body {
  font-family: Jost;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b4dfe5 !important;
  border-color: #b4dfe5 !important;
  color: #286972 !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: #74c4cf !important;
  border-color: #74c4cf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #286972 !important;
  background-color: #74c4cf !important;
  border-color: #74c4cf !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b4dfe5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #74c4cf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #286972 !important;
  background-color: #b4dfe5 !important;
  border-color: #b4dfe5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #b4dfe5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #68bfcb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* 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: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b4dfe5 !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='%23e43f3f' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFHoAfPmXB {
  padding-top: 30rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/dsc09171-2000x1126.jpg");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sFHoAfPmXB .mbr-section-title {
  color: #000000;
}
.cid-sFHuaHz0Qy {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/11034655-10202495052778145-1386306281-o-2000x1500.jpg");
}
.cid-sFHuaHz0Qy .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFHuaHz0Qy .mbr-text,
.cid-sFHuaHz0Qy .mbr-section-btn {
  color: #353535;
  text-align: justify;
}
.cid-sFHuaHz0Qy .card-title,
.cid-sFHuaHz0Qy .card-box {
  text-align: left;
  color: #000000;
}
.cid-vqsZD9kbqp {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dscn1111-2000x1500.jpg");
}
.cid-vqsZD9kbqp .mbr-overlay {
  background: #fafafa;
  opacity: 0.4;
}
.cid-vqsZD9kbqp .item:focus,
.cid-vqsZD9kbqp span:focus {
  outline: none;
}
.cid-vqsZD9kbqp .item-wrapper {
  position: relative;
}
.cid-vqsZD9kbqp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqsZD9kbqp .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vqsZD9kbqp .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqsZD9kbqp .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vqsZD9kbqp .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vqsZD9kbqp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqsZD9kbqp .mbr-section-title {
  color: #232323;
}
.cid-vqsZD9kbqp .mbr-text,
.cid-vqsZD9kbqp .mbr-section-btn {
  text-align: center;
}
.cid-vqsZD9kbqp .item-title {
  text-align: center;
}
.cid-vqsZD9kbqp .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqsZD9kbqp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vqsZD9kbqp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vqsZD9kbqp .embla__button--next,
.cid-vqsZD9kbqp .embla__button--prev {
  display: flex;
}
.cid-vqsZD9kbqp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vqsZD9kbqp .embla__button {
    display: none;
  }
}
.cid-vqsZD9kbqp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vqsZD9kbqp .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vqsZD9kbqp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqsZD9kbqp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vqsZD9kbqp .embla__button {
    top: auto;
  }
}
.cid-vqsZD9kbqp .embla {
  position: relative;
  width: 100%;
}
.cid-vqsZD9kbqp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vqsZD9kbqp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqsZD9kbqp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqsZD9kbqp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vqEzcNRwa0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bettinelli-1037x668.jpg");
}
.cid-vqEzcNRwa0 .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-vqEzcNRwa0 .item:focus,
.cid-vqEzcNRwa0 span:focus {
  outline: none;
}
.cid-vqEzcNRwa0 .item-wrapper {
  position: relative;
}
.cid-vqEzcNRwa0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqEzcNRwa0 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vqEzcNRwa0 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqEzcNRwa0 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vqEzcNRwa0 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vqEzcNRwa0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqEzcNRwa0 .mbr-section-title {
  color: #232323;
}
.cid-vqEzcNRwa0 .mbr-text,
.cid-vqEzcNRwa0 .mbr-section-btn {
  text-align: center;
}
.cid-vqEzcNRwa0 .item-title {
  text-align: center;
}
.cid-vqEzcNRwa0 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vqEzcNRwa0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vqEzcNRwa0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vqEzcNRwa0 .embla__button--next,
.cid-vqEzcNRwa0 .embla__button--prev {
  display: flex;
}
.cid-vqEzcNRwa0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vqEzcNRwa0 .embla__button {
    display: none;
  }
}
.cid-vqEzcNRwa0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vqEzcNRwa0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vqEzcNRwa0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqEzcNRwa0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vqEzcNRwa0 .embla__button {
    top: auto;
  }
}
.cid-vqEzcNRwa0 .embla {
  position: relative;
  width: 100%;
}
.cid-vqEzcNRwa0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vqEzcNRwa0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vqEzcNRwa0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vqEzcNRwa0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sFHu2wLoQp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sFHu2wLoQp .row .mbr-text {
  color: #232323;
}
.cid-vqhuwRr8iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqhuwRr8iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqhuwRr8iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqhuwRr8iz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vqhuwRr8iz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vqhuwRr8iz .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vqhuwRr8iz .bg-twitter:hover {
  background: #0c85d0;
}
.cid-vqhuwRr8iz .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vqhuwRr8iz .bg-instagram:hover {
  background: #bd005c;
}
.cid-vqhuwRr8iz .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vqhuwRr8iz .bg-youtube:hover {
  background: #cc0000;
}
.cid-vqhuwRr8iz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vqhuwRr8iz [class^="socicon-"]:before,
.cid-vqhuwRr8iz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vthN9zBLxI .navbar-dropdown {
  position: relative !important;
}
.cid-vthN9zBLxI .navbar-dropdown {
  position: absolute !important;
}
.cid-vthN9zBLxI .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-vthN9zBLxI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthN9zBLxI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthN9zBLxI .dropdown-item:hover,
.cid-vthN9zBLxI .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthN9zBLxI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthN9zBLxI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthN9zBLxI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthN9zBLxI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthN9zBLxI .nav-link {
  position: relative;
}
.cid-vthN9zBLxI .container {
  display: flex;
  margin: auto;
}
.cid-vthN9zBLxI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthN9zBLxI .dropdown-menu,
.cid-vthN9zBLxI .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthN9zBLxI .nav-item:focus,
.cid-vthN9zBLxI .nav-link:focus {
  outline: none;
}
.cid-vthN9zBLxI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthN9zBLxI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthN9zBLxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthN9zBLxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthN9zBLxI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthN9zBLxI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthN9zBLxI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthN9zBLxI .navbar.opened {
  transition: all 0.3s;
}
.cid-vthN9zBLxI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthN9zBLxI .navbar .navbar-logo img {
  width: auto;
}
.cid-vthN9zBLxI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthN9zBLxI .navbar.collapsed {
  justify-content: center;
}
.cid-vthN9zBLxI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthN9zBLxI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthN9zBLxI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthN9zBLxI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthN9zBLxI .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-vthN9zBLxI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthN9zBLxI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthN9zBLxI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthN9zBLxI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthN9zBLxI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthN9zBLxI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthN9zBLxI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthN9zBLxI .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-vthN9zBLxI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthN9zBLxI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthN9zBLxI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthN9zBLxI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthN9zBLxI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthN9zBLxI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthN9zBLxI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthN9zBLxI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthN9zBLxI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthN9zBLxI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthN9zBLxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthN9zBLxI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthN9zBLxI .dropdown-item.active,
.cid-vthN9zBLxI .dropdown-item:active {
  background-color: transparent;
}
.cid-vthN9zBLxI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthN9zBLxI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthN9zBLxI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthN9zBLxI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthN9zBLxI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthN9zBLxI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthN9zBLxI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthN9zBLxI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthN9zBLxI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthN9zBLxI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthN9zBLxI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthN9zBLxI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthN9zBLxI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthN9zBLxI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthN9zBLxI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthN9zBLxI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthN9zBLxI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthN9zBLxI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthN9zBLxI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthN9zBLxI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthN9zBLxI .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-vthN9zBLxI .navbar {
    height: 70px;
  }
  .cid-vthN9zBLxI .navbar.opened {
    height: auto;
  }
  .cid-vthN9zBLxI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthN9zX1oQ {
  padding-top: 30rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/dsc09171-2000x1126.jpg");
}
.cid-vthN9zX1oQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vthN9zX1oQ .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vthN9zX1oQ .mbr-section-title {
  color: #000000;
}
.cid-vthN9AajXf {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/11034655-10202495052778145-1386306281-o-2000x1500.jpg");
}
.cid-vthN9AajXf .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vthN9AajXf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vthN9AajXf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vthN9AajXf .card-wrapper {
    padding: 4rem;
  }
}
.cid-vthN9AajXf .mbr-text,
.cid-vthN9AajXf .mbr-section-btn {
  color: #353535;
  text-align: justify;
}
.cid-vthN9AajXf .card-title,
.cid-vthN9AajXf .card-box {
  text-align: left;
  color: #000000;
}
.cid-vthN9AlQw1 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dscn1111-2000x1500.jpg");
}
.cid-vthN9AlQw1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.4;
}
.cid-vthN9AlQw1 .item:focus,
.cid-vthN9AlQw1 span:focus {
  outline: none;
}
.cid-vthN9AlQw1 .item-wrapper {
  position: relative;
}
.cid-vthN9AlQw1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vthN9AlQw1 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vthN9AlQw1 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vthN9AlQw1 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vthN9AlQw1 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vthN9AlQw1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vthN9AlQw1 .mbr-section-title {
  color: #232323;
}
.cid-vthN9AlQw1 .mbr-text,
.cid-vthN9AlQw1 .mbr-section-btn {
  text-align: center;
}
.cid-vthN9AlQw1 .item-title {
  text-align: center;
}
.cid-vthN9AlQw1 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vthN9AlQw1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vthN9AlQw1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vthN9AlQw1 .embla__button--next,
.cid-vthN9AlQw1 .embla__button--prev {
  display: flex;
}
.cid-vthN9AlQw1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vthN9AlQw1 .embla__button {
    display: none;
  }
}
.cid-vthN9AlQw1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vthN9AlQw1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vthN9AlQw1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthN9AlQw1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vthN9AlQw1 .embla__button {
    top: auto;
  }
}
.cid-vthN9AlQw1 .embla {
  position: relative;
  width: 100%;
}
.cid-vthN9AlQw1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vthN9AlQw1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vthN9AlQw1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vthN9AlQw1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vthN9ASKvs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bettinelli-1037x668.jpg");
}
.cid-vthN9ASKvs .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-vthN9ASKvs .item:focus,
.cid-vthN9ASKvs span:focus {
  outline: none;
}
.cid-vthN9ASKvs .item-wrapper {
  position: relative;
}
.cid-vthN9ASKvs .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vthN9ASKvs .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vthN9ASKvs .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vthN9ASKvs .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vthN9ASKvs .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vthN9ASKvs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vthN9ASKvs .mbr-section-title {
  color: #232323;
}
.cid-vthN9ASKvs .mbr-text,
.cid-vthN9ASKvs .mbr-section-btn {
  text-align: center;
}
.cid-vthN9ASKvs .item-title {
  text-align: center;
}
.cid-vthN9ASKvs .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vthN9ASKvs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vthN9ASKvs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vthN9ASKvs .embla__button--next,
.cid-vthN9ASKvs .embla__button--prev {
  display: flex;
}
.cid-vthN9ASKvs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vthN9ASKvs .embla__button {
    display: none;
  }
}
.cid-vthN9ASKvs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vthN9ASKvs .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vthN9ASKvs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthN9ASKvs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vthN9ASKvs .embla__button {
    top: auto;
  }
}
.cid-vthN9ASKvs .embla {
  position: relative;
  width: 100%;
}
.cid-vthN9ASKvs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vthN9ASKvs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vthN9ASKvs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vthN9ASKvs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vthN9BnNvw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthN9BnNvw .row .mbr-text {
  color: #232323;
}
.cid-vthN9BwFyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vthN9BwFyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthN9BwFyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthN9BwFyS .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vthN9BwFyS .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vthN9BwFyS .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vthN9BwFyS .bg-twitter:hover {
  background: #0c85d0;
}
.cid-vthN9BwFyS .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vthN9BwFyS .bg-instagram:hover {
  background: #bd005c;
}
.cid-vthN9BwFyS .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vthN9BwFyS .bg-youtube:hover {
  background: #cc0000;
}
.cid-vthN9BwFyS .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vthN9BwFyS [class^="socicon-"]:before,
.cid-vthN9BwFyS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vthP0QivNt .navbar-dropdown {
  position: relative !important;
}
.cid-vthP0QivNt .navbar-dropdown {
  position: absolute !important;
}
.cid-vthP0QivNt .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-vthP0QivNt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthP0QivNt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthP0QivNt .dropdown-item:hover,
.cid-vthP0QivNt .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthP0QivNt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthP0QivNt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthP0QivNt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthP0QivNt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthP0QivNt .nav-link {
  position: relative;
}
.cid-vthP0QivNt .container {
  display: flex;
  margin: auto;
}
.cid-vthP0QivNt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthP0QivNt .dropdown-menu,
.cid-vthP0QivNt .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthP0QivNt .nav-item:focus,
.cid-vthP0QivNt .nav-link:focus {
  outline: none;
}
.cid-vthP0QivNt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthP0QivNt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthP0QivNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthP0QivNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthP0QivNt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthP0QivNt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthP0QivNt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthP0QivNt .navbar.opened {
  transition: all 0.3s;
}
.cid-vthP0QivNt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthP0QivNt .navbar .navbar-logo img {
  width: auto;
}
.cid-vthP0QivNt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthP0QivNt .navbar.collapsed {
  justify-content: center;
}
.cid-vthP0QivNt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthP0QivNt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthP0QivNt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthP0QivNt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthP0QivNt .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-vthP0QivNt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthP0QivNt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthP0QivNt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthP0QivNt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthP0QivNt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthP0QivNt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthP0QivNt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthP0QivNt .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-vthP0QivNt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthP0QivNt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthP0QivNt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthP0QivNt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthP0QivNt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthP0QivNt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthP0QivNt .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthP0QivNt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthP0QivNt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthP0QivNt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthP0QivNt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthP0QivNt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthP0QivNt .dropdown-item.active,
.cid-vthP0QivNt .dropdown-item:active {
  background-color: transparent;
}
.cid-vthP0QivNt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthP0QivNt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthP0QivNt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthP0QivNt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthP0QivNt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthP0QivNt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthP0QivNt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthP0QivNt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthP0QivNt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthP0QivNt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthP0QivNt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthP0QivNt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthP0QivNt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthP0QivNt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthP0QivNt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthP0QivNt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthP0QivNt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthP0QivNt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthP0QivNt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthP0QivNt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthP0QivNt .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-vthP0QivNt .navbar {
    height: 70px;
  }
  .cid-vthP0QivNt .navbar.opened {
    height: auto;
  }
  .cid-vthP0QivNt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthP0QyIez {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0QyIez .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0QyIez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0QyIez .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0QyIez .mbr-section-title,
.cid-vthP0QyIez .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0QyIez .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0QJ94f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0QJ94f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0QJ94f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0QJ94f .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0QJ94f .mbr-section-title,
.cid-vthP0QJ94f .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0QJ94f .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0QUCWe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-vthP0QUCWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0QUCWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0QUCWe .row {
  flex-direction: row-reverse;
}
.cid-vthP0QUCWe .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0QUCWe .mbr-section-title,
.cid-vthP0QUCWe .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0QUCWe .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0QUCWe .mbr-text {
  text-align: right;
}
.cid-vthP0QUCWe .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0R9XD0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-vthP0R9XD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0R9XD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0R9XD0 .row {
  flex-direction: row-reverse;
}
.cid-vthP0R9XD0 .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0R9XD0 .mbr-section-title,
.cid-vthP0R9XD0 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0R9XD0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0R9XD0 .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0R9XD0 .mbr-text {
  text-align: right;
}
.cid-vthP0RmXJe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0RmXJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0RmXJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0RmXJe .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0RmXJe .mbr-section-title,
.cid-vthP0RmXJe .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0RmXJe .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0RyMNh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0RyMNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0RyMNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0RyMNh .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0RyMNh .mbr-section-title,
.cid-vthP0RyMNh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0RyMNh .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0RJZLL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-vthP0RJZLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0RJZLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0RJZLL .row {
  flex-direction: row-reverse;
}
.cid-vthP0RJZLL .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0RJZLL .mbr-section-title,
.cid-vthP0RJZLL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0RJZLL .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0RJZLL .mbr-text {
  text-align: right;
}
.cid-vthP0RJZLL .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0RV9QZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-vthP0RV9QZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0RV9QZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0RV9QZ .row {
  flex-direction: row-reverse;
}
.cid-vthP0RV9QZ .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0RV9QZ .mbr-section-title,
.cid-vthP0RV9QZ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0RV9QZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0RV9QZ .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0RV9QZ .mbr-text {
  text-align: right;
}
.cid-vthP0S61YV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0S61YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0S61YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0S61YV .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0S61YV .mbr-section-title,
.cid-vthP0S61YV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0S61YV .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0SikRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0SikRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0SikRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0SikRR .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0SikRR .mbr-section-title,
.cid-vthP0SikRR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0SikRR .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0Sx5Yh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-vthP0Sx5Yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0Sx5Yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0Sx5Yh .row {
  flex-direction: row-reverse;
}
.cid-vthP0Sx5Yh .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0Sx5Yh .mbr-section-title,
.cid-vthP0Sx5Yh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0Sx5Yh .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0Sx5Yh .mbr-text {
  text-align: right;
}
.cid-vthP0Sx5Yh .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0SJ41r {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-vthP0SJ41r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0SJ41r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0SJ41r .row {
  flex-direction: row-reverse;
}
.cid-vthP0SJ41r .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0SJ41r .mbr-section-title,
.cid-vthP0SJ41r .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0SJ41r .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0SJ41r .mbr-text {
  text-align: right;
}
.cid-vthP0SJ41r .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0SVYFV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0SVYFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0SVYFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0SVYFV .row {
  flex-direction: row-reverse;
}
.cid-vthP0SVYFV .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0SVYFV .mbr-section-title,
.cid-vthP0SVYFV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0SVYFV .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0SVYFV .mbr-text {
  text-align: right;
}
.cid-vthP0SVYFV .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0T7Hhq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vthP0T7Hhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0T7Hhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0T7Hhq .row {
  flex-direction: row-reverse;
}
.cid-vthP0T7Hhq .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0T7Hhq .mbr-section-title,
.cid-vthP0T7Hhq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0T7Hhq .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0T7Hhq .mbr-text {
  text-align: right;
}
.cid-vthP0T7Hhq .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0Tj808 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-vthP0Tj808 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0Tj808 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0Tj808 .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0Tj808 .mbr-section-title,
.cid-vthP0Tj808 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0Tj808 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0TvGlY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0TvGlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0TvGlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0TvGlY .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0TvGlY .mbr-section-title,
.cid-vthP0TvGlY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0TvGlY .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0TKmvD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP0TKmvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0TKmvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0TKmvD .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0TKmvD .mbr-section-title,
.cid-vthP0TKmvD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0TKmvD .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0TXWon {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-vthP0TXWon .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0TXWon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0TXWon .row {
  flex-direction: row-reverse;
}
.cid-vthP0TXWon .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0TXWon .mbr-section-title,
.cid-vthP0TXWon .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0TXWon .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0TXWon .mbr-text {
  text-align: right;
}
.cid-vthP0TXWon .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0U9fpv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-vthP0U9fpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0U9fpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0U9fpv .row {
  flex-direction: row-reverse;
}
.cid-vthP0U9fpv .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0U9fpv .mbr-section-title,
.cid-vthP0U9fpv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0U9fpv .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0U9fpv .mbr-text {
  text-align: right;
}
.cid-vthP0U9fpv .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0UmLSZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-vthP0UmLSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0UmLSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0UmLSZ .row {
  flex-direction: row-reverse;
}
.cid-vthP0UmLSZ .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0UmLSZ .mbr-section-title,
.cid-vthP0UmLSZ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0UmLSZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0UmLSZ .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0UmLSZ .mbr-text {
  text-align: right;
}
.cid-vthP0Uyaz0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-vthP0Uyaz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthP0Uyaz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthP0Uyaz0 .row {
  flex-direction: row-reverse;
}
.cid-vthP0Uyaz0 .video-wrapper iframe {
  width: 100%;
}
.cid-vthP0Uyaz0 .mbr-section-title,
.cid-vthP0Uyaz0 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthP0Uyaz0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthP0Uyaz0 .mbr-section-subtitle {
  text-align: right;
}
.cid-vthP0Uyaz0 .mbr-text {
  text-align: right;
}
.cid-vthP0UMScm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthP6pYQtf .navbar-dropdown {
  position: relative !important;
}
.cid-vthP6pYQtf .navbar-dropdown {
  position: absolute !important;
}
.cid-vthP6pYQtf .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-vthP6pYQtf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthP6pYQtf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthP6pYQtf .dropdown-item:hover,
.cid-vthP6pYQtf .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthP6pYQtf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthP6pYQtf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthP6pYQtf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthP6pYQtf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthP6pYQtf .nav-link {
  position: relative;
}
.cid-vthP6pYQtf .container {
  display: flex;
  margin: auto;
}
.cid-vthP6pYQtf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthP6pYQtf .dropdown-menu,
.cid-vthP6pYQtf .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthP6pYQtf .nav-item:focus,
.cid-vthP6pYQtf .nav-link:focus {
  outline: none;
}
.cid-vthP6pYQtf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthP6pYQtf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthP6pYQtf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthP6pYQtf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthP6pYQtf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthP6pYQtf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthP6pYQtf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthP6pYQtf .navbar.opened {
  transition: all 0.3s;
}
.cid-vthP6pYQtf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthP6pYQtf .navbar .navbar-logo img {
  width: auto;
}
.cid-vthP6pYQtf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthP6pYQtf .navbar.collapsed {
  justify-content: center;
}
.cid-vthP6pYQtf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthP6pYQtf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthP6pYQtf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthP6pYQtf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthP6pYQtf .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-vthP6pYQtf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthP6pYQtf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthP6pYQtf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthP6pYQtf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthP6pYQtf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthP6pYQtf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthP6pYQtf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthP6pYQtf .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-vthP6pYQtf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthP6pYQtf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthP6pYQtf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthP6pYQtf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthP6pYQtf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthP6pYQtf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthP6pYQtf .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthP6pYQtf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthP6pYQtf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthP6pYQtf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthP6pYQtf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthP6pYQtf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthP6pYQtf .dropdown-item.active,
.cid-vthP6pYQtf .dropdown-item:active {
  background-color: transparent;
}
.cid-vthP6pYQtf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthP6pYQtf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthP6pYQtf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthP6pYQtf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthP6pYQtf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthP6pYQtf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthP6pYQtf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthP6pYQtf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthP6pYQtf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthP6pYQtf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthP6pYQtf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthP6pYQtf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthP6pYQtf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthP6pYQtf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthP6pYQtf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthP6pYQtf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthP6pYQtf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthP6pYQtf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthP6pYQtf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthP6pYQtf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthP6pYQtf .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-vthP6pYQtf .navbar {
    height: 70px;
  }
  .cid-vthP6pYQtf .navbar.opened {
    height: auto;
  }
  .cid-vthP6pYQtf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthP6qcZSM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthP6qjjmC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP6qjjmC .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-vthP6qjjmC img,
.cid-vthP6qjjmC .item-img {
  width: 100%;
}
.cid-vthP6qjjmC .item:focus,
.cid-vthP6qjjmC span:focus {
  outline: none;
}
.cid-vthP6qjjmC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vthP6qjjmC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vthP6qjjmC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vthP6qjjmC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vthP6qjjmC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vthP6qjjmC .mbr-section-title {
  color: #232323;
}
.cid-vthP6qjjmC .mbr-text,
.cid-vthP6qjjmC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vthP6qjjmC .item-title {
  text-align: left;
}
.cid-vthP6qjjmC .item-subtitle {
  text-align: center;
}
.cid-vthP6qAxQt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-vthP6qAxQt img,
.cid-vthP6qAxQt .item-img {
  width: 100%;
}
.cid-vthP6qAxQt .item:focus,
.cid-vthP6qAxQt span:focus {
  outline: none;
}
.cid-vthP6qAxQt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vthP6qAxQt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vthP6qAxQt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vthP6qAxQt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vthP6qAxQt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vthP6qAxQt .mbr-section-title {
  color: #232323;
}
.cid-vthP6qAxQt .mbr-text,
.cid-vthP6qAxQt .mbr-section-btn {
  text-align: left;
}
.cid-vthP6qAxQt .item-title {
  text-align: left;
}
.cid-vthP6qAxQt .item-subtitle {
  text-align: center;
}
.cid-vthP6qUvZf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthP6qUvZf .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-vthP6qUvZf img,
.cid-vthP6qUvZf .item-img {
  width: 100%;
}
.cid-vthP6qUvZf .item:focus,
.cid-vthP6qUvZf span:focus {
  outline: none;
}
.cid-vthP6qUvZf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vthP6qUvZf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vthP6qUvZf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vthP6qUvZf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vthP6qUvZf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vthP6qUvZf .mbr-section-title {
  color: #232323;
}
.cid-vthP6qUvZf .mbr-text,
.cid-vthP6qUvZf .mbr-section-btn {
  text-align: left;
}
.cid-vthP6qUvZf .item-title {
  text-align: left;
}
.cid-vthP6qUvZf .item-subtitle {
  text-align: center;
}
.cid-vthPi4P5wk .navbar-dropdown {
  position: relative !important;
}
.cid-vthPi4P5wk .navbar-dropdown {
  position: absolute !important;
}
.cid-vthPi4P5wk .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-vthPi4P5wk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthPi4P5wk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthPi4P5wk .dropdown-item:hover,
.cid-vthPi4P5wk .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthPi4P5wk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthPi4P5wk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthPi4P5wk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthPi4P5wk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthPi4P5wk .nav-link {
  position: relative;
}
.cid-vthPi4P5wk .container {
  display: flex;
  margin: auto;
}
.cid-vthPi4P5wk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthPi4P5wk .dropdown-menu,
.cid-vthPi4P5wk .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthPi4P5wk .nav-item:focus,
.cid-vthPi4P5wk .nav-link:focus {
  outline: none;
}
.cid-vthPi4P5wk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthPi4P5wk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthPi4P5wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthPi4P5wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthPi4P5wk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthPi4P5wk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthPi4P5wk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthPi4P5wk .navbar.opened {
  transition: all 0.3s;
}
.cid-vthPi4P5wk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthPi4P5wk .navbar .navbar-logo img {
  width: auto;
}
.cid-vthPi4P5wk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthPi4P5wk .navbar.collapsed {
  justify-content: center;
}
.cid-vthPi4P5wk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthPi4P5wk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthPi4P5wk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthPi4P5wk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthPi4P5wk .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-vthPi4P5wk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthPi4P5wk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthPi4P5wk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthPi4P5wk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthPi4P5wk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthPi4P5wk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthPi4P5wk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthPi4P5wk .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-vthPi4P5wk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthPi4P5wk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthPi4P5wk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthPi4P5wk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthPi4P5wk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthPi4P5wk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthPi4P5wk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthPi4P5wk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthPi4P5wk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthPi4P5wk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthPi4P5wk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthPi4P5wk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthPi4P5wk .dropdown-item.active,
.cid-vthPi4P5wk .dropdown-item:active {
  background-color: transparent;
}
.cid-vthPi4P5wk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthPi4P5wk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthPi4P5wk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthPi4P5wk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthPi4P5wk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthPi4P5wk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthPi4P5wk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthPi4P5wk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthPi4P5wk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthPi4P5wk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthPi4P5wk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthPi4P5wk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPi4P5wk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPi4P5wk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthPi4P5wk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPi4P5wk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthPi4P5wk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthPi4P5wk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPi4P5wk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthPi4P5wk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthPi4P5wk .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-vthPi4P5wk .navbar {
    height: 70px;
  }
  .cid-vthPi4P5wk .navbar.opened {
    height: auto;
  }
  .cid-vthPi4P5wk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthPi53S8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-vthPi53S8I .row {
  flex-direction: row-reverse;
}
.cid-vthPi53S8I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vthPi53S8I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vthPi53S8I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vthPi53S8I .mbr-section-title {
  color: #000000;
}
.cid-vthPi53S8I .mbr-text,
.cid-vthPi53S8I .mbr-section-btn {
  color: #000000;
}
.cid-vthPi5cx8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae7dc;
}
.cid-vthPi5cx8i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vthPi5cx8i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vthPi5cx8i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vthPi5cx8i .mbr-section-title {
  color: #000000;
}
.cid-vthPi5cx8i .mbr-text,
.cid-vthPi5cx8i .mbr-section-btn {
  color: #000000;
}
.cid-vthPi5lsSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-vthPi5lsSb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vthPi5lsSb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vthPi5lsSb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vthPi5lsSb .mbr-section-title {
  color: #000000;
}
.cid-vthPi5lsSb .mbr-text,
.cid-vthPi5lsSb .mbr-section-btn {
  color: #000000;
}
.cid-vthPi5vjEV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthPmsvaCB .navbar-dropdown {
  position: relative !important;
}
.cid-vthPmsvaCB .navbar-dropdown {
  position: absolute !important;
}
.cid-vthPmsvaCB .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-vthPmsvaCB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthPmsvaCB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthPmsvaCB .dropdown-item:hover,
.cid-vthPmsvaCB .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthPmsvaCB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthPmsvaCB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthPmsvaCB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthPmsvaCB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthPmsvaCB .nav-link {
  position: relative;
}
.cid-vthPmsvaCB .container {
  display: flex;
  margin: auto;
}
.cid-vthPmsvaCB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthPmsvaCB .dropdown-menu,
.cid-vthPmsvaCB .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthPmsvaCB .nav-item:focus,
.cid-vthPmsvaCB .nav-link:focus {
  outline: none;
}
.cid-vthPmsvaCB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthPmsvaCB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthPmsvaCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthPmsvaCB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthPmsvaCB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthPmsvaCB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthPmsvaCB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthPmsvaCB .navbar.opened {
  transition: all 0.3s;
}
.cid-vthPmsvaCB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthPmsvaCB .navbar .navbar-logo img {
  width: auto;
}
.cid-vthPmsvaCB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthPmsvaCB .navbar.collapsed {
  justify-content: center;
}
.cid-vthPmsvaCB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthPmsvaCB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthPmsvaCB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthPmsvaCB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthPmsvaCB .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-vthPmsvaCB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthPmsvaCB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthPmsvaCB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthPmsvaCB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthPmsvaCB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthPmsvaCB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthPmsvaCB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthPmsvaCB .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-vthPmsvaCB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthPmsvaCB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthPmsvaCB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthPmsvaCB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthPmsvaCB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthPmsvaCB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthPmsvaCB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthPmsvaCB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthPmsvaCB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthPmsvaCB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthPmsvaCB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthPmsvaCB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthPmsvaCB .dropdown-item.active,
.cid-vthPmsvaCB .dropdown-item:active {
  background-color: transparent;
}
.cid-vthPmsvaCB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthPmsvaCB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthPmsvaCB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthPmsvaCB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthPmsvaCB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthPmsvaCB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthPmsvaCB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthPmsvaCB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthPmsvaCB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthPmsvaCB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthPmsvaCB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthPmsvaCB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPmsvaCB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPmsvaCB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthPmsvaCB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPmsvaCB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthPmsvaCB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthPmsvaCB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPmsvaCB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthPmsvaCB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthPmsvaCB .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-vthPmsvaCB .navbar {
    height: 70px;
  }
  .cid-vthPmsvaCB .navbar.opened {
    height: auto;
  }
  .cid-vthPmsvaCB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthPmsJgk8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthPmsJgk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPmsJgk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthPmsJgk8 .video-wrapper iframe {
  width: 100%;
}
.cid-vthPmsJgk8 .mbr-section-title,
.cid-vthPmsJgk8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthPmsJgk8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthPmsSruH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthPmsSruH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPmsSruH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthPmsSruH .video-wrapper iframe {
  width: 100%;
}
.cid-vthPmsSruH .mbr-section-title,
.cid-vthPmsSruH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vthPmsSruH .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthPmt3q7C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthPpErw8O .navbar-dropdown {
  position: relative !important;
}
.cid-vthPpErw8O .navbar-dropdown {
  position: absolute !important;
}
.cid-vthPpErw8O .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-vthPpErw8O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthPpErw8O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthPpErw8O .dropdown-item:hover,
.cid-vthPpErw8O .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthPpErw8O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthPpErw8O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthPpErw8O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthPpErw8O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthPpErw8O .nav-link {
  position: relative;
}
.cid-vthPpErw8O .container {
  display: flex;
  margin: auto;
}
.cid-vthPpErw8O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthPpErw8O .dropdown-menu,
.cid-vthPpErw8O .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthPpErw8O .nav-item:focus,
.cid-vthPpErw8O .nav-link:focus {
  outline: none;
}
.cid-vthPpErw8O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthPpErw8O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthPpErw8O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthPpErw8O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthPpErw8O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthPpErw8O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthPpErw8O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthPpErw8O .navbar.opened {
  transition: all 0.3s;
}
.cid-vthPpErw8O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthPpErw8O .navbar .navbar-logo img {
  width: auto;
}
.cid-vthPpErw8O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthPpErw8O .navbar.collapsed {
  justify-content: center;
}
.cid-vthPpErw8O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthPpErw8O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthPpErw8O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthPpErw8O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthPpErw8O .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-vthPpErw8O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthPpErw8O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthPpErw8O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthPpErw8O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthPpErw8O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthPpErw8O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthPpErw8O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthPpErw8O .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-vthPpErw8O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthPpErw8O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthPpErw8O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthPpErw8O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthPpErw8O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthPpErw8O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthPpErw8O .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthPpErw8O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthPpErw8O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthPpErw8O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthPpErw8O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthPpErw8O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthPpErw8O .dropdown-item.active,
.cid-vthPpErw8O .dropdown-item:active {
  background-color: transparent;
}
.cid-vthPpErw8O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthPpErw8O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthPpErw8O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthPpErw8O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthPpErw8O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthPpErw8O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthPpErw8O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthPpErw8O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthPpErw8O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthPpErw8O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthPpErw8O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthPpErw8O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPpErw8O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPpErw8O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthPpErw8O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPpErw8O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthPpErw8O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthPpErw8O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPpErw8O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthPpErw8O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthPpErw8O .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-vthPpErw8O .navbar {
    height: 70px;
  }
  .cid-vthPpErw8O .navbar.opened {
    height: auto;
  }
  .cid-vthPpErw8O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthPpEG1dr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthPpEMHli {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthPpEMHli .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPpEMHli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthPpEMHli .item {
  padding-bottom: 2rem;
}
.cid-vthPpEMHli .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vthPpEMHli .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vthPpEMHli .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vthPpEMHli .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vthPpEMHli .carousel-control,
.cid-vthPpEMHli .close {
  background: #1b1b1b;
}
.cid-vthPpEMHli .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vthPpEMHli .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vthPpEMHli .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vthPpEMHli .carousel-control-next span {
  margin-left: 5px;
}
.cid-vthPpEMHli .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vthPpEMHli .close::before {
  content: '\e91a';
}
.cid-vthPpEMHli .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vthPpEMHli .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vthPpEMHli .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPpEMHli .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vthPpEMHli .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vthPpEMHli .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vthPpEMHli .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-vthPpEMHli .carousel-indicators li.active,
.cid-vthPpEMHli .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vthPpEMHli .carousel-indicators li::after,
.cid-vthPpEMHli .carousel-indicators li::before {
  content: none;
}
.cid-vthPpEMHli .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vthPpEMHli .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vthPpEMHli .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vthPpEMHli .carousel-indicators {
    display: none;
  }
}
.cid-vthPpEMHli .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vthPpEMHli .carousel-inner > .active {
  display: block;
}
.cid-vthPpEMHli .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPpEMHli .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vthPpEMHli .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vthPpEMHli .carousel-control,
  .cid-vthPpEMHli .carousel-indicators,
  .cid-vthPpEMHli .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vthPpEMHli .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vthPpEMHli .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vthPpEMHli .carousel-indicators .active,
.cid-vthPpEMHli .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vthPpEMHli .carousel-indicators .active {
  background: #fff;
}
.cid-vthPpEMHli .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vthPpEMHli .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vthPpEMHli .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vthPpEMHli .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vthPpEMHli .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vthPpEMHli .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vthPpEMHli .carousel {
  width: 100%;
}
.cid-vthPpEMHli .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vthPpEMHli .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vthPpEMHli .modal.fade .modal-dialog,
.cid-vthPpEMHli .modal.in .modal-dialog {
  transform: none;
}
.cid-vthPpEMHli .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vthPpEMHli H6 {
  text-align: center;
}
.cid-vthPAz5Xmn .navbar-dropdown {
  position: relative !important;
}
.cid-vthPAz5Xmn .navbar-dropdown {
  position: absolute !important;
}
.cid-vthPAz5Xmn .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-vthPAz5Xmn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthPAz5Xmn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthPAz5Xmn .dropdown-item:hover,
.cid-vthPAz5Xmn .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthPAz5Xmn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthPAz5Xmn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthPAz5Xmn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthPAz5Xmn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthPAz5Xmn .nav-link {
  position: relative;
}
.cid-vthPAz5Xmn .container {
  display: flex;
  margin: auto;
}
.cid-vthPAz5Xmn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthPAz5Xmn .dropdown-menu,
.cid-vthPAz5Xmn .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthPAz5Xmn .nav-item:focus,
.cid-vthPAz5Xmn .nav-link:focus {
  outline: none;
}
.cid-vthPAz5Xmn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthPAz5Xmn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthPAz5Xmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthPAz5Xmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthPAz5Xmn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthPAz5Xmn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthPAz5Xmn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthPAz5Xmn .navbar.opened {
  transition: all 0.3s;
}
.cid-vthPAz5Xmn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthPAz5Xmn .navbar .navbar-logo img {
  width: auto;
}
.cid-vthPAz5Xmn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthPAz5Xmn .navbar.collapsed {
  justify-content: center;
}
.cid-vthPAz5Xmn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthPAz5Xmn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthPAz5Xmn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthPAz5Xmn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthPAz5Xmn .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-vthPAz5Xmn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthPAz5Xmn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthPAz5Xmn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthPAz5Xmn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthPAz5Xmn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthPAz5Xmn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthPAz5Xmn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthPAz5Xmn .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-vthPAz5Xmn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthPAz5Xmn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthPAz5Xmn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthPAz5Xmn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthPAz5Xmn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthPAz5Xmn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthPAz5Xmn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthPAz5Xmn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthPAz5Xmn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthPAz5Xmn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthPAz5Xmn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthPAz5Xmn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthPAz5Xmn .dropdown-item.active,
.cid-vthPAz5Xmn .dropdown-item:active {
  background-color: transparent;
}
.cid-vthPAz5Xmn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthPAz5Xmn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthPAz5Xmn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthPAz5Xmn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthPAz5Xmn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthPAz5Xmn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthPAz5Xmn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthPAz5Xmn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthPAz5Xmn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthPAz5Xmn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthPAz5Xmn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthPAz5Xmn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPAz5Xmn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPAz5Xmn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthPAz5Xmn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPAz5Xmn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthPAz5Xmn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthPAz5Xmn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPAz5Xmn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthPAz5Xmn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthPAz5Xmn .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-vthPAz5Xmn .navbar {
    height: 70px;
  }
  .cid-vthPAz5Xmn .navbar.opened {
    height: auto;
  }
  .cid-vthPAz5Xmn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthPAzkTSx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vthPAzkTSx .item {
  padding-bottom: 2rem;
}
.cid-vthPAzkTSx .item-wrapper {
  position: relative;
}
.cid-vthPAzkTSx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vthPAzkTSx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vthPAzkTSx .carousel-control,
.cid-vthPAzkTSx .close {
  background: #1b1b1b;
}
.cid-vthPAzkTSx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vthPAzkTSx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vthPAzkTSx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vthPAzkTSx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vthPAzkTSx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vthPAzkTSx .close::before {
  content: '\e91a';
}
.cid-vthPAzkTSx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vthPAzkTSx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vthPAzkTSx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPAzkTSx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vthPAzkTSx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vthPAzkTSx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vthPAzkTSx .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-vthPAzkTSx .carousel-indicators li.active,
.cid-vthPAzkTSx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vthPAzkTSx .carousel-indicators li::after,
.cid-vthPAzkTSx .carousel-indicators li::before {
  content: none;
}
.cid-vthPAzkTSx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vthPAzkTSx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vthPAzkTSx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vthPAzkTSx .carousel-indicators {
    display: none;
  }
}
.cid-vthPAzkTSx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vthPAzkTSx .carousel-inner > .active {
  display: block;
}
.cid-vthPAzkTSx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPAzkTSx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vthPAzkTSx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vthPAzkTSx .carousel-control,
  .cid-vthPAzkTSx .carousel-indicators,
  .cid-vthPAzkTSx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vthPAzkTSx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vthPAzkTSx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vthPAzkTSx .carousel-indicators .active,
.cid-vthPAzkTSx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vthPAzkTSx .carousel-indicators .active {
  background: #fff;
}
.cid-vthPAzkTSx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vthPAzkTSx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vthPAzkTSx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vthPAzkTSx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vthPAzkTSx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vthPAzkTSx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vthPAzkTSx .carousel {
  width: 100%;
}
.cid-vthPAzkTSx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vthPAzkTSx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vthPAzkTSx .modal.fade .modal-dialog,
.cid-vthPAzkTSx .modal.in .modal-dialog {
  transform: none;
}
.cid-vthPAzkTSx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vthPAzkTSx H6 {
  text-align: justify;
}
.cid-vthPAzkTSx H4 {
  color: #8e8d8a;
}
.cid-vthPAzkTSx H3 {
  color: #e85a4f;
}
.cid-vthPAzkTSx DIV {
  text-align: justify;
}
.cid-vthPAzOdae {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthPHj2XQP .navbar-dropdown {
  position: relative !important;
}
.cid-vthPHj2XQP .navbar-dropdown {
  position: absolute !important;
}
.cid-vthPHj2XQP .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-vthPHj2XQP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthPHj2XQP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthPHj2XQP .dropdown-item:hover,
.cid-vthPHj2XQP .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthPHj2XQP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthPHj2XQP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthPHj2XQP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthPHj2XQP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthPHj2XQP .nav-link {
  position: relative;
}
.cid-vthPHj2XQP .container {
  display: flex;
  margin: auto;
}
.cid-vthPHj2XQP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthPHj2XQP .dropdown-menu,
.cid-vthPHj2XQP .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthPHj2XQP .nav-item:focus,
.cid-vthPHj2XQP .nav-link:focus {
  outline: none;
}
.cid-vthPHj2XQP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthPHj2XQP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthPHj2XQP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthPHj2XQP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthPHj2XQP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthPHj2XQP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthPHj2XQP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthPHj2XQP .navbar.opened {
  transition: all 0.3s;
}
.cid-vthPHj2XQP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthPHj2XQP .navbar .navbar-logo img {
  width: auto;
}
.cid-vthPHj2XQP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthPHj2XQP .navbar.collapsed {
  justify-content: center;
}
.cid-vthPHj2XQP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthPHj2XQP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthPHj2XQP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthPHj2XQP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthPHj2XQP .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-vthPHj2XQP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthPHj2XQP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthPHj2XQP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthPHj2XQP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthPHj2XQP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthPHj2XQP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthPHj2XQP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthPHj2XQP .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-vthPHj2XQP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthPHj2XQP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthPHj2XQP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthPHj2XQP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthPHj2XQP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthPHj2XQP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthPHj2XQP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthPHj2XQP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthPHj2XQP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthPHj2XQP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthPHj2XQP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthPHj2XQP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthPHj2XQP .dropdown-item.active,
.cid-vthPHj2XQP .dropdown-item:active {
  background-color: transparent;
}
.cid-vthPHj2XQP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthPHj2XQP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthPHj2XQP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthPHj2XQP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthPHj2XQP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthPHj2XQP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthPHj2XQP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthPHj2XQP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthPHj2XQP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthPHj2XQP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthPHj2XQP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthPHj2XQP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPHj2XQP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPHj2XQP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthPHj2XQP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPHj2XQP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthPHj2XQP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthPHj2XQP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPHj2XQP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthPHj2XQP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthPHj2XQP .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-vthPHj2XQP .navbar {
    height: 70px;
  }
  .cid-vthPHj2XQP .navbar.opened {
    height: auto;
  }
  .cid-vthPHj2XQP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthPHjixUk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthPHjqwJm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vthPHjqwJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPHjqwJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthPHjqwJm .item {
  padding-bottom: 2rem;
}
.cid-vthPHjqwJm .item-wrapper {
  position: relative;
}
.cid-vthPHjqwJm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vthPHjqwJm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vthPHjqwJm .carousel-control,
.cid-vthPHjqwJm .close {
  background: #1b1b1b;
}
.cid-vthPHjqwJm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vthPHjqwJm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vthPHjqwJm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vthPHjqwJm .carousel-control-next span {
  margin-left: 5px;
}
.cid-vthPHjqwJm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vthPHjqwJm .close::before {
  content: '\e91a';
}
.cid-vthPHjqwJm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vthPHjqwJm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vthPHjqwJm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPHjqwJm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vthPHjqwJm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vthPHjqwJm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vthPHjqwJm .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-vthPHjqwJm .carousel-indicators li.active,
.cid-vthPHjqwJm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vthPHjqwJm .carousel-indicators li::after,
.cid-vthPHjqwJm .carousel-indicators li::before {
  content: none;
}
.cid-vthPHjqwJm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vthPHjqwJm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vthPHjqwJm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vthPHjqwJm .carousel-indicators {
    display: none;
  }
}
.cid-vthPHjqwJm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vthPHjqwJm .carousel-inner > .active {
  display: block;
}
.cid-vthPHjqwJm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPHjqwJm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vthPHjqwJm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vthPHjqwJm .carousel-control,
  .cid-vthPHjqwJm .carousel-indicators,
  .cid-vthPHjqwJm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vthPHjqwJm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vthPHjqwJm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vthPHjqwJm .carousel-indicators .active,
.cid-vthPHjqwJm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vthPHjqwJm .carousel-indicators .active {
  background: #fff;
}
.cid-vthPHjqwJm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vthPHjqwJm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vthPHjqwJm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vthPHjqwJm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vthPHjqwJm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vthPHjqwJm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vthPHjqwJm .carousel {
  width: 100%;
}
.cid-vthPHjqwJm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vthPHjqwJm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vthPHjqwJm .modal.fade .modal-dialog,
.cid-vthPHjqwJm .modal.in .modal-dialog {
  transform: none;
}
.cid-vthPHjqwJm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vthPHjqwJm H6 {
  text-align: center;
}
.cid-vthPHjNXHq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vthPHjNXHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPHjNXHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vthPHjNXHq .item {
  padding-bottom: 2rem;
}
.cid-vthPHjNXHq .item-wrapper {
  position: relative;
}
.cid-vthPHjNXHq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vthPHjNXHq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vthPHjNXHq .carousel-control,
.cid-vthPHjNXHq .close {
  background: #1b1b1b;
}
.cid-vthPHjNXHq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vthPHjNXHq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vthPHjNXHq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vthPHjNXHq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vthPHjNXHq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vthPHjNXHq .close::before {
  content: '\e91a';
}
.cid-vthPHjNXHq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vthPHjNXHq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vthPHjNXHq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPHjNXHq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vthPHjNXHq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vthPHjNXHq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vthPHjNXHq .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-vthPHjNXHq .carousel-indicators li.active,
.cid-vthPHjNXHq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vthPHjNXHq .carousel-indicators li::after,
.cid-vthPHjNXHq .carousel-indicators li::before {
  content: none;
}
.cid-vthPHjNXHq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vthPHjNXHq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vthPHjNXHq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vthPHjNXHq .carousel-indicators {
    display: none;
  }
}
.cid-vthPHjNXHq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vthPHjNXHq .carousel-inner > .active {
  display: block;
}
.cid-vthPHjNXHq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vthPHjNXHq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vthPHjNXHq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vthPHjNXHq .carousel-control,
  .cid-vthPHjNXHq .carousel-indicators,
  .cid-vthPHjNXHq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vthPHjNXHq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vthPHjNXHq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vthPHjNXHq .carousel-indicators .active,
.cid-vthPHjNXHq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vthPHjNXHq .carousel-indicators .active {
  background: #fff;
}
.cid-vthPHjNXHq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vthPHjNXHq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vthPHjNXHq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vthPHjNXHq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vthPHjNXHq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vthPHjNXHq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vthPHjNXHq .carousel {
  width: 100%;
}
.cid-vthPHjNXHq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vthPHjNXHq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vthPHjNXHq .modal.fade .modal-dialog,
.cid-vthPHjNXHq .modal.in .modal-dialog {
  transform: none;
}
.cid-vthPHjNXHq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vthPHjNXHq H6 {
  text-align: center;
}
.cid-vthPPBfLHj .navbar-dropdown {
  position: relative !important;
}
.cid-vthPPBfLHj .navbar-dropdown {
  position: absolute !important;
}
.cid-vthPPBfLHj .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-vthPPBfLHj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthPPBfLHj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthPPBfLHj .dropdown-item:hover,
.cid-vthPPBfLHj .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthPPBfLHj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthPPBfLHj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthPPBfLHj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthPPBfLHj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthPPBfLHj .nav-link {
  position: relative;
}
.cid-vthPPBfLHj .container {
  display: flex;
  margin: auto;
}
.cid-vthPPBfLHj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthPPBfLHj .dropdown-menu,
.cid-vthPPBfLHj .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthPPBfLHj .nav-item:focus,
.cid-vthPPBfLHj .nav-link:focus {
  outline: none;
}
.cid-vthPPBfLHj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthPPBfLHj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthPPBfLHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthPPBfLHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthPPBfLHj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthPPBfLHj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthPPBfLHj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthPPBfLHj .navbar.opened {
  transition: all 0.3s;
}
.cid-vthPPBfLHj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthPPBfLHj .navbar .navbar-logo img {
  width: auto;
}
.cid-vthPPBfLHj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthPPBfLHj .navbar.collapsed {
  justify-content: center;
}
.cid-vthPPBfLHj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthPPBfLHj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthPPBfLHj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthPPBfLHj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthPPBfLHj .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-vthPPBfLHj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthPPBfLHj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthPPBfLHj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthPPBfLHj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthPPBfLHj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthPPBfLHj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthPPBfLHj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthPPBfLHj .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-vthPPBfLHj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthPPBfLHj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthPPBfLHj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthPPBfLHj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthPPBfLHj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthPPBfLHj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthPPBfLHj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthPPBfLHj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthPPBfLHj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthPPBfLHj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthPPBfLHj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthPPBfLHj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthPPBfLHj .dropdown-item.active,
.cid-vthPPBfLHj .dropdown-item:active {
  background-color: transparent;
}
.cid-vthPPBfLHj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthPPBfLHj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthPPBfLHj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthPPBfLHj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthPPBfLHj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthPPBfLHj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthPPBfLHj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthPPBfLHj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthPPBfLHj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthPPBfLHj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthPPBfLHj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthPPBfLHj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPPBfLHj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthPPBfLHj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthPPBfLHj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPPBfLHj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthPPBfLHj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthPPBfLHj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthPPBfLHj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthPPBfLHj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthPPBfLHj .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-vthPPBfLHj .navbar {
    height: 70px;
  }
  .cid-vthPPBfLHj .navbar.opened {
    height: auto;
  }
  .cid-vthPPBfLHj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthPPBtgfX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vthPPBtgfX .mbr-text {
  text-align: justify;
}
.cid-vthPPBCOeV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vthPPBCOeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPPBCOeV .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-vthPPBCOeV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vthPPBCOeV .row {
  flex-direction: row-reverse;
}
.cid-vthPPBCOeV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vthPPBCOeV .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthPPBMDPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vthPPBMDPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vthPPBMDPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vthPPBMDPN .text-wrapper {
    padding: 2rem;
  }
}
.cid-vthPPBMDPN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vthPPBMDPN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vthPPBXSvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthZCAAgvJ .navbar-dropdown {
  position: relative !important;
}
.cid-vthZCAAgvJ .navbar-dropdown {
  position: absolute !important;
}
.cid-vthZCAAgvJ .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-vthZCAAgvJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vthZCAAgvJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vthZCAAgvJ .dropdown-item:hover,
.cid-vthZCAAgvJ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vthZCAAgvJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vthZCAAgvJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vthZCAAgvJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vthZCAAgvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vthZCAAgvJ .nav-link {
  position: relative;
}
.cid-vthZCAAgvJ .container {
  display: flex;
  margin: auto;
}
.cid-vthZCAAgvJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vthZCAAgvJ .dropdown-menu,
.cid-vthZCAAgvJ .navbar.opened {
  background: #bbbbbb !important;
}
.cid-vthZCAAgvJ .nav-item:focus,
.cid-vthZCAAgvJ .nav-link:focus {
  outline: none;
}
.cid-vthZCAAgvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vthZCAAgvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vthZCAAgvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vthZCAAgvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vthZCAAgvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vthZCAAgvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vthZCAAgvJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #bbbbbb;
}
.cid-vthZCAAgvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vthZCAAgvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vthZCAAgvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vthZCAAgvJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vthZCAAgvJ .navbar.collapsed {
  justify-content: center;
}
.cid-vthZCAAgvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vthZCAAgvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vthZCAAgvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vthZCAAgvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vthZCAAgvJ .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-vthZCAAgvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vthZCAAgvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vthZCAAgvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vthZCAAgvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vthZCAAgvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vthZCAAgvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vthZCAAgvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vthZCAAgvJ .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-vthZCAAgvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vthZCAAgvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vthZCAAgvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vthZCAAgvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vthZCAAgvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vthZCAAgvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vthZCAAgvJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vthZCAAgvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vthZCAAgvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vthZCAAgvJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vthZCAAgvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vthZCAAgvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vthZCAAgvJ .dropdown-item.active,
.cid-vthZCAAgvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vthZCAAgvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vthZCAAgvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vthZCAAgvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vthZCAAgvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-vthZCAAgvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vthZCAAgvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vthZCAAgvJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vthZCAAgvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vthZCAAgvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vthZCAAgvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vthZCAAgvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vthZCAAgvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthZCAAgvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vthZCAAgvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vthZCAAgvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthZCAAgvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vthZCAAgvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vthZCAAgvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vthZCAAgvJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vthZCAAgvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vthZCAAgvJ .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-vthZCAAgvJ .navbar {
    height: 70px;
  }
  .cid-vthZCAAgvJ .navbar.opened {
    height: auto;
  }
  .cid-vthZCAAgvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vthZCAQQJ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vthZCAZ2qa {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vthZCAZ2qa .mbr-text {
  text-align: justify;
}
