body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #444c38 !important;
}
.bg-success {
  background-color: #e43f3f !important;
}
.bg-info {
  background-color: #fff0b0 !important;
}
.bg-warning {
  background-color: #fff0b0 !important;
}
.bg-danger {
  background-color: #fff0b0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #444c38 !important;
  border-color: #444c38 !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: #171a13 !important;
  border-color: #171a13 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #171a13 !important;
  border-color: #171a13 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !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: #444c38;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #171a13 !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: #444c38 !important;
  border-color: #444c38 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !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: #444c38 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #e43f3f !important;
}
.text-info {
  color: #fff0b0 !important;
}
.text-warning {
  color: #fff0b0 !important;
}
.text-danger {
  color: #fff0b0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f110d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a61717 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffdd4a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd4a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffdd4a !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: #444c38;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff0b0;
}
.alert-warning {
  background-color: #fff0b0;
}
.alert-danger {
  background-color: #fff0b0;
}
.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: #444c38;
  border-color: #444c38;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #444c38;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7c0aa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Dancing Script', handwriting;
  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: #444c38 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dancing Script', handwriting;
  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: #444c38;
}
/* 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: #444c38;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #444c38;
}
.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: #444c38;
  border-bottom-color: #444c38;
}
.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: #444c38 !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: #ffffff !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='%23444c38' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ths6Et5hz2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444c38;
}
.cid-ths6Et5hz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ths6Et5hz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ths6Et5hz2 .video-wrapper iframe {
  width: 100%;
}
.cid-ths6Et5hz2 .mbr-section-title,
.cid-ths6Et5hz2 .mbr-section-subtitle,
.cid-ths6Et5hz2 .mbr-text {
  text-align: center;
}
.cid-ths6Et5hz2 .mbr-section-title {
  color: #ffffff;
}
.cid-ths6Et5hz2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmlDOEwGbT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmlDOEwGbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmlDOEwGbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmlDOEwGbT .mbr-section-title {
  color: #ffffff;
}
.cid-tmlDOEwGbT .mbr-text,
.cid-tmlDOEwGbT .mbr-section-btn {
  color: #ffffff;
}
.cid-tkkIgW7VmK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/big-banner-2000x1000.png?v=1OXcEo");
}
.cid-tkkIgW7VmK .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tkkIgW7VmK .mbr-text,
.cid-tkkIgW7VmK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkkIgW7VmK .mbr-section-title,
  .cid-tkkIgW7VmK .mbr-section-btn,
  .cid-tkkIgW7VmK .mbr-text {
    text-align: center;
  }
}
.cid-tfOmWrd22m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOmWrd22m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOmWrd22m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOmWrd22m .mbr-section-title {
  color: #ffffff;
}
.cid-tfOmWrd22m .mbr-text,
.cid-tfOmWrd22m .mbr-section-btn {
  color: #ffffff;
}
.cid-tfO0mCLBNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfO0mCLBNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfO0mCLBNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfO0mCLBNu .mbr-section-title {
  color: #ffffff;
}
.cid-tfO0mCLBNu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfNZwiyBAJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfNZwiyBAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfNZwiyBAJ .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-tfNZwiyBAJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfNZwiyBAJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfNZwiyBAJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfNZwiyBAJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfNZwiyBAJ .mbr-description {
  color: #ffffff;
}
.cid-tfO0mMgy23 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfO0mMgy23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfO0mMgy23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfO0mMgy23 .mbr-section-title {
  color: #ffffff;
}
.cid-tfO0mMgy23 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfNZYgDonw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfNZYgDonw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfNZYgDonw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfNZYgDonw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfNZYgDonw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfNZYgDonw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfNZYgDonw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfNZYgDonw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfNZYgDonw .mbr-description {
  color: #ffffff;
}
.cid-tfOjbBMuGL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOjbBMuGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOjbBMuGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOjbBMuGL .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfOjbBMuGL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfOjbBMuGL .row {
  flex-direction: row-reverse;
}
.cid-tfOjbBMuGL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfOjbBMuGL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfOjbBMuGL .mbr-text {
  color: #ffffff;
}
.cid-tfOjbBMuGL .mbr-description {
  color: #ffffff;
}
.cid-tfO6Z0Ze15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfO6Z0Ze15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfO6Z0Ze15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfO6Z0Ze15 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfO6Z0Ze15 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfO6Z0Ze15 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfO6Z0Ze15 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfO6Z0Ze15 .mbr-description {
  color: #ffffff;
}
.cid-tfO6Z0Ze15 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOjeAmx4V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOjeAmx4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOjeAmx4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOjeAmx4V .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfOjeAmx4V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfOjeAmx4V .row {
  flex-direction: row-reverse;
}
.cid-tfOjeAmx4V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfOjeAmx4V .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfOjeAmx4V .mbr-description {
  color: #ffffff;
}
.cid-tfOjeAmx4V .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfO6ZgwgJO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfO6ZgwgJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfO6ZgwgJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfO6ZgwgJO .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfO6ZgwgJO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfO6ZgwgJO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfO6ZgwgJO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfO6ZgwgJO .mbr-description {
  color: #ffffff;
}
.cid-tfO6ZgwgJO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOkIuxFHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOkIuxFHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOkIuxFHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOkIuxFHQ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfOkIuxFHQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfOkIuxFHQ .row {
  flex-direction: row-reverse;
}
.cid-tfOkIuxFHQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfOkIuxFHQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfOkIuxFHQ .mbr-description {
  color: #ffffff;
}
.cid-tfOkIuxFHQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmlEbKvAin {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmlEbKvAin .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmlEbKvAin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmlEbKvAin .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tmlEbKvAin .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tmlEbKvAin .mbr-text {
  color: #ffffff;
}
.cid-tmlEbKvAin .mbr-section-title {
  color: #ffffff;
}
.cid-tmlEbKvAin .name {
  color: #ffffff;
}
.cid-tmlEbKvAin .position {
  color: #ffffff;
}
.cid-tfOm23ojAF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOm23ojAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOm23ojAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOm23ojAF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tfOm23ojAF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tfOm23ojAF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tfOm23ojAF H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tfOm23ojAF .list {
  color: #ffffff;
}
.cid-tfNTNSIcd8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfNTNSIcd8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfNTNSIcd8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfNTS5KOGY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tfNTS5KOGY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfNTS5KOGY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfNTS5KOGY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfNTS5KOGY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfNTS5KOGY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfNTS5KOGY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfNTS5KOGY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfNTS5KOGY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfNTS5KOGY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfNTS5KOGY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfNTS5KOGY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfNTS5KOGY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfNTS5KOGY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfNTS5KOGY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkhXgO9ee4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkhXgO9ee4 nav.navbar {
  position: fixed;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkhXgO9ee4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkhXgO9ee4 .dropdown-item:hover,
.cid-tkhXgO9ee4 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkhXgO9ee4 .dropdown-item:hover span {
  color: white;
}
.cid-tkhXgO9ee4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkhXgO9ee4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkhXgO9ee4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkhXgO9ee4 .nav-link {
  position: relative;
}
.cid-tkhXgO9ee4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkhXgO9ee4 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown-menu,
.cid-tkhXgO9ee4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkhXgO9ee4 .nav-item:focus,
.cid-tkhXgO9ee4 .nav-link:focus {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkhXgO9ee4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkhXgO9ee4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkhXgO9ee4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkhXgO9ee4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkhXgO9ee4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkhXgO9ee4 .navbar.collapsed {
  justify-content: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkhXgO9ee4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkhXgO9ee4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkhXgO9ee4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkhXgO9ee4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkhXgO9ee4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkhXgO9ee4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkhXgO9ee4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown-item.active,
.cid-tkhXgO9ee4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkhXgO9ee4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkhXgO9ee4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkhXgO9ee4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkhXgO9ee4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkhXgO9ee4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkhXgO9ee4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar {
    height: 70px;
  }
  .cid-tkhXgO9ee4 .navbar.opened {
    height: auto;
  }
  .cid-tkhXgO9ee4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfOyQSqTOH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOyQSqTOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOyQSqTOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOyQSqTOH .mbr-section-title {
  color: #ffffff;
}
.cid-tfOyQSqTOH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfOyQSQ4yi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tfOyQSQ4yi .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tfOyQSQ4yi .mbr-text {
  color: #ffffff;
}
.cid-tfOyQT8IjO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOyQT8IjO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOz8OXz3u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOz8OXz3u .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tfOz8OXz3u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOz8OXz3u .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOz8VUzCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOz8VUzCr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOz8VUzCr .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tfOz8VUzCr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOz92pAhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOz92pAhg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOz92pAhg .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tfOz92pAhg .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tfOz98SGYm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOz98SGYm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOz98SGYm .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tfOz98SGYm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tfOz9fsbFp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOz9fsbFp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tfOz9fsbFp .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tfOz9fsbFp .mbr-text {
  color: #ffffff;
}
.cid-tfOz9mQG8J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOz9mQG8J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tfOz9mQG8J .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tfOz9mQG8J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOyQTuyyq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tfOyQTuyyq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfOyQTuyyq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfOyQTuyyq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfOyQTuyyq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfOyQTuyyq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfOyQTuyyq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfOyQTuyyq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfOyQTuyyq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfOyQTuyyq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfOyQTuyyq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfOyQTuyyq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfOyQTuyyq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfOyQTuyyq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfOyQTuyyq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkhXgO9ee4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkhXgO9ee4 nav.navbar {
  position: fixed;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkhXgO9ee4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkhXgO9ee4 .dropdown-item:hover,
.cid-tkhXgO9ee4 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkhXgO9ee4 .dropdown-item:hover span {
  color: white;
}
.cid-tkhXgO9ee4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkhXgO9ee4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkhXgO9ee4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkhXgO9ee4 .nav-link {
  position: relative;
}
.cid-tkhXgO9ee4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkhXgO9ee4 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown-menu,
.cid-tkhXgO9ee4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkhXgO9ee4 .nav-item:focus,
.cid-tkhXgO9ee4 .nav-link:focus {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkhXgO9ee4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkhXgO9ee4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkhXgO9ee4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkhXgO9ee4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkhXgO9ee4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkhXgO9ee4 .navbar.collapsed {
  justify-content: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkhXgO9ee4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkhXgO9ee4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkhXgO9ee4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkhXgO9ee4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkhXgO9ee4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkhXgO9ee4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkhXgO9ee4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown-item.active,
.cid-tkhXgO9ee4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkhXgO9ee4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkhXgO9ee4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkhXgO9ee4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkhXgO9ee4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkhXgO9ee4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkhXgO9ee4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar {
    height: 70px;
  }
  .cid-tkhXgO9ee4 .navbar.opened {
    height: auto;
  }
  .cid-tkhXgO9ee4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfOAxjHwwX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOAxjHwwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOAxjHwwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOAxjHwwX .mbr-section-title {
  color: #ffffff;
}
.cid-tfOAxjHwwX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfOAxkfg5y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tfOAxkfg5y .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tfOAxkfg5y .mbr-text {
  color: #ffffff;
}
.cid-tfOAxkxt4M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOAxkxt4M .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOAxkSskb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOAxkSskb .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tfOAxkSskb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOAxkSskb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOAxlchqG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOAxlchqG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOAxlchqG .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tfOAxlchqG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOAxlvwEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOAxlvwEv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOAxlvwEv .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tfOAxlvwEv .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tfOAxmS8F5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tfOAxmS8F5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfOAxmS8F5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfOAxmS8F5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfOAxmS8F5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfOAxmS8F5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfOAxmS8F5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfOAxmS8F5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfOAxmS8F5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfOAxmS8F5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfOAxmS8F5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfOAxmS8F5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfOAxmS8F5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfOAxmS8F5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfOAxmS8F5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkhXgO9ee4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkhXgO9ee4 nav.navbar {
  position: fixed;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkhXgO9ee4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkhXgO9ee4 .dropdown-item:hover,
.cid-tkhXgO9ee4 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkhXgO9ee4 .dropdown-item:hover span {
  color: white;
}
.cid-tkhXgO9ee4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkhXgO9ee4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkhXgO9ee4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkhXgO9ee4 .nav-link {
  position: relative;
}
.cid-tkhXgO9ee4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkhXgO9ee4 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown-menu,
.cid-tkhXgO9ee4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkhXgO9ee4 .nav-item:focus,
.cid-tkhXgO9ee4 .nav-link:focus {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkhXgO9ee4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkhXgO9ee4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkhXgO9ee4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkhXgO9ee4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkhXgO9ee4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkhXgO9ee4 .navbar.collapsed {
  justify-content: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkhXgO9ee4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkhXgO9ee4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkhXgO9ee4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkhXgO9ee4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkhXgO9ee4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkhXgO9ee4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkhXgO9ee4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown-item.active,
.cid-tkhXgO9ee4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkhXgO9ee4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkhXgO9ee4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkhXgO9ee4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkhXgO9ee4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkhXgO9ee4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkhXgO9ee4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar {
    height: 70px;
  }
  .cid-tkhXgO9ee4 .navbar.opened {
    height: auto;
  }
  .cid-tkhXgO9ee4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfOxAa0qko {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOxAa0qko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOxAa0qko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOxAa0qko .mbr-section-title {
  color: #ffffff;
}
.cid-tfOxAa0qko .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfOxNKwf3m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tfOxNKwf3m .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tfOxNKwf3m .mbr-text {
  color: #ffffff;
}
.cid-tfOxNW3Xr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOxNW3Xr9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOxt8ZPmX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tfOxt8ZPmX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfOxt8ZPmX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfOxt8ZPmX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfOxt8ZPmX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfOxt8ZPmX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfOxt8ZPmX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfOxt8ZPmX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfOxt8ZPmX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfOxt8ZPmX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfOxt8ZPmX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfOxt8ZPmX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfOxt8ZPmX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfOxt8ZPmX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfOxt8ZPmX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkhXgO9ee4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkhXgO9ee4 nav.navbar {
  position: fixed;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkhXgO9ee4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkhXgO9ee4 .dropdown-item:hover,
.cid-tkhXgO9ee4 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkhXgO9ee4 .dropdown-item:hover span {
  color: white;
}
.cid-tkhXgO9ee4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkhXgO9ee4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkhXgO9ee4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkhXgO9ee4 .nav-link {
  position: relative;
}
.cid-tkhXgO9ee4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkhXgO9ee4 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown-menu,
.cid-tkhXgO9ee4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkhXgO9ee4 .nav-item:focus,
.cid-tkhXgO9ee4 .nav-link:focus {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkhXgO9ee4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkhXgO9ee4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkhXgO9ee4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkhXgO9ee4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkhXgO9ee4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkhXgO9ee4 .navbar.collapsed {
  justify-content: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkhXgO9ee4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkhXgO9ee4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkhXgO9ee4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkhXgO9ee4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkhXgO9ee4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkhXgO9ee4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkhXgO9ee4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown-item.active,
.cid-tkhXgO9ee4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkhXgO9ee4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkhXgO9ee4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkhXgO9ee4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkhXgO9ee4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkhXgO9ee4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkhXgO9ee4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar {
    height: 70px;
  }
  .cid-tkhXgO9ee4 .navbar.opened {
    height: auto;
  }
  .cid-tkhXgO9ee4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfOBAr7JpC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOBAr7JpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfOBAr7JpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfOBAr7JpC .mbr-section-title {
  color: #ffffff;
}
.cid-tfOBAr7JpC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfOBAs2oZq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOBAs2oZq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOBAs2oZq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tfOBAsstAa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOBAsstAa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tfOBAsstAa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOBAsstAa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOBAsPK6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOBAsPK6o .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOBAsPK6o .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tfOBAsPK6o .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOBAtbHoH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOBAtbHoH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOBAtbHoH .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tfOBAtbHoH .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tfOCAFIMJo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOCAFIMJo .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tfOCAFIMJo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOCQLMIxu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOCQLMIxu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tfOCQLMIxu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOCSIphz3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOCSIphz3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tfOCSIphz3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfOCW4CPt5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tfOCW4CPt5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tfOCW4CPt5 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tfOCW4CPt5 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tfOCW4CPt5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfOCW4CPt5 .mbr-text {
  color: #ffffff;
}
.cid-tfOBAtyH7S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tfOBAtyH7S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfOBAtyH7S .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfOBAtyH7S .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfOBAtyH7S .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfOBAtyH7S .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfOBAtyH7S .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfOBAtyH7S .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfOBAtyH7S .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfOBAtyH7S .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfOBAtyH7S .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfOBAtyH7S .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfOBAtyH7S .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfOBAtyH7S .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfOBAtyH7S .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkhXgO9ee4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkhXgO9ee4 nav.navbar {
  position: fixed;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkhXgO9ee4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkhXgO9ee4 .dropdown-item:hover,
.cid-tkhXgO9ee4 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkhXgO9ee4 .dropdown-item:hover span {
  color: white;
}
.cid-tkhXgO9ee4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkhXgO9ee4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkhXgO9ee4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkhXgO9ee4 .nav-link {
  position: relative;
}
.cid-tkhXgO9ee4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkhXgO9ee4 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown-menu,
.cid-tkhXgO9ee4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkhXgO9ee4 .nav-item:focus,
.cid-tkhXgO9ee4 .nav-link:focus {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkhXgO9ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkhXgO9ee4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkhXgO9ee4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkhXgO9ee4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkhXgO9ee4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkhXgO9ee4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkhXgO9ee4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkhXgO9ee4 .navbar.collapsed {
  justify-content: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkhXgO9ee4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkhXgO9ee4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkhXgO9ee4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkhXgO9ee4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkhXgO9ee4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkhXgO9ee4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkhXgO9ee4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkhXgO9ee4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkhXgO9ee4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkhXgO9ee4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkhXgO9ee4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkhXgO9ee4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkhXgO9ee4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkhXgO9ee4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkhXgO9ee4 .dropdown-item.active,
.cid-tkhXgO9ee4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkhXgO9ee4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkhXgO9ee4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkhXgO9ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkhXgO9ee4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkhXgO9ee4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkhXgO9ee4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkhXgO9ee4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhXgO9ee4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkhXgO9ee4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhXgO9ee4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkhXgO9ee4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkhXgO9ee4 .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-tkhXgO9ee4 .navbar {
    height: 70px;
  }
  .cid-tkhXgO9ee4 .navbar.opened {
    height: auto;
  }
  .cid-tkhXgO9ee4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkkwEGCDoP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tkkwEGCDoP .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkkwEGCDoP .mbr-text {
  color: #ffffff;
}
.cid-tkkxTV9FKN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tkkxTV9FKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkkxTV9FKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkkxTV9FKN .video-wrapper iframe {
  width: 100%;
}
.cid-tkkxTV9FKN .mbr-section-title,
.cid-tkkxTV9FKN .mbr-section-subtitle,
.cid-tkkxTV9FKN .mbr-text {
  text-align: center;
}
.cid-tkkwEIxAdH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkkwEIxAdH nav.navbar {
  position: fixed;
}
.cid-tkkwEIxAdH .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-tkkwEIxAdH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkkwEIxAdH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkkwEIxAdH .dropdown-item:hover,
.cid-tkkwEIxAdH .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkkwEIxAdH .dropdown-item:hover span {
  color: white;
}
.cid-tkkwEIxAdH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkkwEIxAdH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkkwEIxAdH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkkwEIxAdH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkkwEIxAdH .nav-link {
  position: relative;
}
.cid-tkkwEIxAdH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkkwEIxAdH .container {
    flex-wrap: nowrap;
  }
}
.cid-tkkwEIxAdH .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkkwEIxAdH .dropdown-menu,
.cid-tkkwEIxAdH .navbar.opened {
  background: #ffffff !important;
}
.cid-tkkwEIxAdH .nav-item:focus,
.cid-tkkwEIxAdH .nav-link:focus {
  outline: none;
}
.cid-tkkwEIxAdH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkkwEIxAdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkkwEIxAdH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkkwEIxAdH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkkwEIxAdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkkwEIxAdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkkwEIxAdH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkkwEIxAdH .navbar.opened {
  transition: all 0.3s;
}
.cid-tkkwEIxAdH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkkwEIxAdH .navbar .navbar-logo img {
  width: auto;
}
.cid-tkkwEIxAdH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkkwEIxAdH .navbar.collapsed {
  justify-content: center;
}
.cid-tkkwEIxAdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkkwEIxAdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkkwEIxAdH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkkwEIxAdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkkwEIxAdH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkkwEIxAdH .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-tkkwEIxAdH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkkwEIxAdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkkwEIxAdH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkkwEIxAdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkkwEIxAdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkkwEIxAdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkkwEIxAdH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkkwEIxAdH .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-tkkwEIxAdH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkkwEIxAdH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkkwEIxAdH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkkwEIxAdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkkwEIxAdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkkwEIxAdH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkkwEIxAdH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkkwEIxAdH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkkwEIxAdH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkkwEIxAdH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkkwEIxAdH .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-tkkwEIxAdH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkkwEIxAdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkkwEIxAdH .dropdown-item.active,
.cid-tkkwEIxAdH .dropdown-item:active {
  background-color: transparent;
}
.cid-tkkwEIxAdH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkkwEIxAdH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkkwEIxAdH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkkwEIxAdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkkwEIxAdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkkwEIxAdH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkkwEIxAdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkkwEIxAdH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkkwEIxAdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkkwEIxAdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkkwEIxAdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkkwEIxAdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkwEIxAdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkwEIxAdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkkwEIxAdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkwEIxAdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkkwEIxAdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkkwEIxAdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkwEIxAdH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkkwEIxAdH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkkwEIxAdH .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-tkkwEIxAdH .navbar {
    height: 70px;
  }
  .cid-tkkwEIxAdH .navbar.opened {
    height: auto;
  }
  .cid-tkkwEIxAdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkkwQeqzg6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkkwQeqzg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkkwQeqzg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkkwQeqzg6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tkkwQeqzg6 .item .icon-wrap {
  text-align: center;
}
.cid-tkkwQeqzg6 .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #e43f3f;
  transform: translate(-50%, 0);
}
.cid-tkkwQeqzg6 .item:last-child:before {
  display: none;
}
.cid-tkkwQeqzg6 .item.last::before {
  display: none;
}
.cid-tkkwQeqzg6 .icon-box {
  background: #e43f3f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tkkwQeqzg6 .text-box {
  text-align: center;
}
.cid-tkkwQeqzg6 span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tkkwQeqzg6 .card {
    margin-bottom: 2rem;
  }
  .cid-tkkwQeqzg6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkkwQeqzg6 .card-title,
.cid-tkkwQeqzg6 .card-box {
  color: #ffffff;
}
.cid-tkkwQeqzg6 .icon-text {
  color: #ffffff;
}
.cid-tkkwQxxDPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tkkwQxxDPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkkwQxxDPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkkwQxxDPS .mbr-section-title {
  color: #e43f3f;
}
.cid-tkkwQxxDPS .mbr-text,
.cid-tkkwQxxDPS .mbr-section-btn {
  color: #fafafa;
}
.cid-tkkwEHPk1P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkkwEHPk1P .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkkwEHPk1P .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkkwEHPk1P .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkkwEHPk1P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkkwEHPk1P .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkkwEHPk1P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkkwEHPk1P .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkkwEHPk1P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkkwEHPk1P .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkkwEHPk1P .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkkwEHPk1P .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkkwEHPk1P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkkwEHPk1P .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkkwEHPk1P .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkkyOlEOfR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tkkyOlEOfR .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkkyOlEOfR .mbr-text {
  color: #ffffff;
}
.cid-tkkDp8b8GY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkDp8b8GY .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkkDp8b8GY .mbr-text {
  color: #ffffff;
}
.cid-tkkDp8b8GY .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkkyOlZZ4a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkyOlZZ4a .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkkyOlZZ4a .mbr-text {
  color: #ffffff;
}
.cid-tkkEHKYf3K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkEHKYf3K .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkkEHKYf3K .mbr-text {
  color: #ffffff;
}
.cid-tkkEHKYf3K .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkkyOmhi3r {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkyOmhi3r .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkkyOmhi3r .mbr-text {
  color: #ffffff;
}
.cid-tkkzJzg7k8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkzJzg7k8 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkkzJzg7k8 .mbr-text {
  color: #ffffff;
}
.cid-tkkzJzg7k8 .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkkyOmV7YS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkkyOmV7YS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkkyOmV7YS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkkyOmV7YS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkkyOmV7YS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkkyOmV7YS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkkyOmV7YS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkkyOmV7YS .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkkyOmV7YS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkkyOmV7YS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkkyOmV7YS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkkyOmV7YS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkkyOmV7YS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkkyOmV7YS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkkyOmV7YS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkkyOnwpYX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkkyOnwpYX nav.navbar {
  position: fixed;
}
.cid-tkkyOnwpYX .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-tkkyOnwpYX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkkyOnwpYX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkkyOnwpYX .dropdown-item:hover,
.cid-tkkyOnwpYX .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkkyOnwpYX .dropdown-item:hover span {
  color: white;
}
.cid-tkkyOnwpYX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkkyOnwpYX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkkyOnwpYX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkkyOnwpYX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkkyOnwpYX .nav-link {
  position: relative;
}
.cid-tkkyOnwpYX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkkyOnwpYX .container {
    flex-wrap: nowrap;
  }
}
.cid-tkkyOnwpYX .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkkyOnwpYX .dropdown-menu,
.cid-tkkyOnwpYX .navbar.opened {
  background: #ffffff !important;
}
.cid-tkkyOnwpYX .nav-item:focus,
.cid-tkkyOnwpYX .nav-link:focus {
  outline: none;
}
.cid-tkkyOnwpYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkkyOnwpYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkkyOnwpYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkkyOnwpYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkkyOnwpYX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkkyOnwpYX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkkyOnwpYX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkkyOnwpYX .navbar.opened {
  transition: all 0.3s;
}
.cid-tkkyOnwpYX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkkyOnwpYX .navbar .navbar-logo img {
  width: auto;
}
.cid-tkkyOnwpYX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkkyOnwpYX .navbar.collapsed {
  justify-content: center;
}
.cid-tkkyOnwpYX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkkyOnwpYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkkyOnwpYX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkkyOnwpYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkkyOnwpYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkkyOnwpYX .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-tkkyOnwpYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkkyOnwpYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkkyOnwpYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkkyOnwpYX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkkyOnwpYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkkyOnwpYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkkyOnwpYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkkyOnwpYX .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-tkkyOnwpYX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkkyOnwpYX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkkyOnwpYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkkyOnwpYX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkkyOnwpYX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkkyOnwpYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkkyOnwpYX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkkyOnwpYX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkkyOnwpYX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkkyOnwpYX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkkyOnwpYX .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-tkkyOnwpYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkkyOnwpYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkkyOnwpYX .dropdown-item.active,
.cid-tkkyOnwpYX .dropdown-item:active {
  background-color: transparent;
}
.cid-tkkyOnwpYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkkyOnwpYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkkyOnwpYX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkkyOnwpYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkkyOnwpYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkkyOnwpYX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkkyOnwpYX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkkyOnwpYX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkkyOnwpYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkkyOnwpYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkkyOnwpYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkkyOnwpYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkyOnwpYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkyOnwpYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkkyOnwpYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkyOnwpYX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkkyOnwpYX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkkyOnwpYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkyOnwpYX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkkyOnwpYX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkkyOnwpYX .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-tkkyOnwpYX .navbar {
    height: 70px;
  }
  .cid-tkkyOnwpYX .navbar.opened {
    height: auto;
  }
  .cid-tkkyOnwpYX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkkN01scq5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkN01scq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkkN01scq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkkN01scq5 .mbr-section-title {
  color: #e43f3f;
}
.cid-tkkN01scq5 .mbr-text,
.cid-tkkN01scq5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tkkMyEI9jL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkkMyEI9jL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkkMyEI9jL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkkMyEI9jL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkkMyEI9jL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkkMyEI9jL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkkMyEI9jL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkkMyEI9jL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkkMyEI9jL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkkMyEI9jL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkkMyEI9jL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkkMyEI9jL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkkMyEI9jL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkkMyEI9jL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkkMyEI9jL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkkMyFjGwV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkkMyFjGwV nav.navbar {
  position: fixed;
}
.cid-tkkMyFjGwV .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-tkkMyFjGwV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkkMyFjGwV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkkMyFjGwV .dropdown-item:hover,
.cid-tkkMyFjGwV .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkkMyFjGwV .dropdown-item:hover span {
  color: white;
}
.cid-tkkMyFjGwV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkkMyFjGwV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkkMyFjGwV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkkMyFjGwV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkkMyFjGwV .nav-link {
  position: relative;
}
.cid-tkkMyFjGwV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkkMyFjGwV .container {
    flex-wrap: nowrap;
  }
}
.cid-tkkMyFjGwV .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkkMyFjGwV .dropdown-menu,
.cid-tkkMyFjGwV .navbar.opened {
  background: #ffffff !important;
}
.cid-tkkMyFjGwV .nav-item:focus,
.cid-tkkMyFjGwV .nav-link:focus {
  outline: none;
}
.cid-tkkMyFjGwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkkMyFjGwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkkMyFjGwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkkMyFjGwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkkMyFjGwV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkkMyFjGwV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkkMyFjGwV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkkMyFjGwV .navbar.opened {
  transition: all 0.3s;
}
.cid-tkkMyFjGwV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkkMyFjGwV .navbar .navbar-logo img {
  width: auto;
}
.cid-tkkMyFjGwV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkkMyFjGwV .navbar.collapsed {
  justify-content: center;
}
.cid-tkkMyFjGwV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkkMyFjGwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkkMyFjGwV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkkMyFjGwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkkMyFjGwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkkMyFjGwV .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-tkkMyFjGwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkkMyFjGwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkkMyFjGwV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkkMyFjGwV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkkMyFjGwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkkMyFjGwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkkMyFjGwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkkMyFjGwV .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-tkkMyFjGwV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkkMyFjGwV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkkMyFjGwV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkkMyFjGwV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkkMyFjGwV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkkMyFjGwV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkkMyFjGwV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkkMyFjGwV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkkMyFjGwV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkkMyFjGwV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkkMyFjGwV .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-tkkMyFjGwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkkMyFjGwV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkkMyFjGwV .dropdown-item.active,
.cid-tkkMyFjGwV .dropdown-item:active {
  background-color: transparent;
}
.cid-tkkMyFjGwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkkMyFjGwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkkMyFjGwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkkMyFjGwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkkMyFjGwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkkMyFjGwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkkMyFjGwV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkkMyFjGwV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkkMyFjGwV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkkMyFjGwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkkMyFjGwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkkMyFjGwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkMyFjGwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkMyFjGwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkkMyFjGwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkMyFjGwV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkkMyFjGwV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkkMyFjGwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkMyFjGwV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkkMyFjGwV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkkMyFjGwV .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-tkkMyFjGwV .navbar {
    height: 70px;
  }
  .cid-tkkMyFjGwV .navbar.opened {
    height: auto;
  }
  .cid-tkkMyFjGwV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkkUCpVDPu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCpVDPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkkUCpVDPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkkUCpVDPu .mbr-section-title {
  color: #ffffff;
}
.cid-tkkUCpVDPu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkkUCqvYkv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCqvYkv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkUCqvYkv .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tkkUCqRVyr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCqRVyr .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkUCqRVyr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkUCqRVyr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tkkUCrbOjk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCrbOjk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tkkUCrbOjk .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tkkUCrbOjk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkUCrtMnW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCrtMnW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tkkUCrtMnW .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tkkUCrtMnW .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tkkUCrNqOJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCrNqOJ .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tkkUCrNqOJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkUCs5PFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCs5PFa .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tkkUCs5PFa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkUCsqlzp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkUCsqlzp .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkUCsqlzp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkWsUfKME {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkWsUfKME .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkWsUfKME .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkWDdqw9l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkWDdqw9l .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkWDdqw9l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkWS98Pqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkWS98Pqn .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkWS98Pqn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkWSORIWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkWSORIWi .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkWSORIWi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkWTcJgF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkkWTcJgF4 .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tkkWTcJgF4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkkUCt6SQR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkkUCt6SQR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkkUCt6SQR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkkUCt6SQR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkkUCt6SQR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkkUCt6SQR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkkUCt6SQR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkkUCt6SQR .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkkUCt6SQR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkkUCt6SQR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkkUCt6SQR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkkUCt6SQR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkkUCt6SQR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkkUCt6SQR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkkUCt6SQR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkkUCtE8IB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkkUCtE8IB nav.navbar {
  position: fixed;
}
.cid-tkkUCtE8IB .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-tkkUCtE8IB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkkUCtE8IB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkkUCtE8IB .dropdown-item:hover,
.cid-tkkUCtE8IB .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkkUCtE8IB .dropdown-item:hover span {
  color: white;
}
.cid-tkkUCtE8IB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkkUCtE8IB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkkUCtE8IB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkkUCtE8IB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkkUCtE8IB .nav-link {
  position: relative;
}
.cid-tkkUCtE8IB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkkUCtE8IB .container {
    flex-wrap: nowrap;
  }
}
.cid-tkkUCtE8IB .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkkUCtE8IB .dropdown-menu,
.cid-tkkUCtE8IB .navbar.opened {
  background: #ffffff !important;
}
.cid-tkkUCtE8IB .nav-item:focus,
.cid-tkkUCtE8IB .nav-link:focus {
  outline: none;
}
.cid-tkkUCtE8IB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkkUCtE8IB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkkUCtE8IB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkkUCtE8IB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkkUCtE8IB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkkUCtE8IB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkkUCtE8IB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkkUCtE8IB .navbar.opened {
  transition: all 0.3s;
}
.cid-tkkUCtE8IB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkkUCtE8IB .navbar .navbar-logo img {
  width: auto;
}
.cid-tkkUCtE8IB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkkUCtE8IB .navbar.collapsed {
  justify-content: center;
}
.cid-tkkUCtE8IB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkkUCtE8IB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkkUCtE8IB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkkUCtE8IB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkkUCtE8IB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkkUCtE8IB .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-tkkUCtE8IB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkkUCtE8IB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkkUCtE8IB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkkUCtE8IB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkkUCtE8IB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkkUCtE8IB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkkUCtE8IB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkkUCtE8IB .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-tkkUCtE8IB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkkUCtE8IB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkkUCtE8IB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkkUCtE8IB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkkUCtE8IB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkkUCtE8IB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkkUCtE8IB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkkUCtE8IB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkkUCtE8IB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkkUCtE8IB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkkUCtE8IB .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-tkkUCtE8IB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkkUCtE8IB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkkUCtE8IB .dropdown-item.active,
.cid-tkkUCtE8IB .dropdown-item:active {
  background-color: transparent;
}
.cid-tkkUCtE8IB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkkUCtE8IB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkkUCtE8IB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkkUCtE8IB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkkUCtE8IB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkkUCtE8IB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkkUCtE8IB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkkUCtE8IB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkkUCtE8IB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkkUCtE8IB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkkUCtE8IB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkkUCtE8IB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkUCtE8IB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkUCtE8IB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkkUCtE8IB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkUCtE8IB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkkUCtE8IB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkkUCtE8IB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkUCtE8IB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkkUCtE8IB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkkUCtE8IB .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-tkkUCtE8IB .navbar {
    height: 70px;
  }
  .cid-tkkUCtE8IB .navbar.opened {
    height: auto;
  }
  .cid-tkkUCtE8IB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkkZ6IDQGr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tkkZ6IDQGr .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkkZ6IDQGr .mbr-text {
  color: #ffffff;
}
.cid-tkkZmJHpuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tkkZmJHpuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkkZmJHpuj .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-tkkZmJHpuj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkkZmJHpuj .row {
  flex-direction: row-reverse;
}
.cid-tkkZmJHpuj img {
  width: 100%;
}
.cid-tkl03WePbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tkl03WePbr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tkl03WePbr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tkl03WePbr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
}
.cid-tkl03WePbr .mbr-text {
  color: #ffffff;
}
.cid-tkl1HnFzLr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tkl1HnFzLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkl1HnFzLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkl1HnFzLr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tkl1HnFzLr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tkl1HnFzLr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #444c38;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tkl1HnFzLr H3 {
  color: #e43f3f;
}
.cid-tkl1HnFzLr .list {
  color: #ffffff;
}
.cid-tkNaTF4i82 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tkNaTF4i82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkNaTF4i82 .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-tkNaTF4i82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkNaTF4i82 .row {
  flex-direction: row-reverse;
}
.cid-tkNaTF4i82 img {
  width: 100%;
}
.cid-tkkZ6KOFZD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkkZ6KOFZD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkkZ6KOFZD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkkZ6KOFZD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkkZ6KOFZD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkkZ6KOFZD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkkZ6KOFZD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkkZ6KOFZD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkkZ6KOFZD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkkZ6KOFZD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkkZ6KOFZD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkkZ6KOFZD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkkZ6KOFZD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkkZ6KOFZD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkkZ6KOFZD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkkZ6LB7RC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkkZ6LB7RC nav.navbar {
  position: fixed;
}
.cid-tkkZ6LB7RC .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-tkkZ6LB7RC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkkZ6LB7RC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkkZ6LB7RC .dropdown-item:hover,
.cid-tkkZ6LB7RC .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkkZ6LB7RC .dropdown-item:hover span {
  color: white;
}
.cid-tkkZ6LB7RC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkkZ6LB7RC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkkZ6LB7RC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkkZ6LB7RC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkkZ6LB7RC .nav-link {
  position: relative;
}
.cid-tkkZ6LB7RC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkkZ6LB7RC .container {
    flex-wrap: nowrap;
  }
}
.cid-tkkZ6LB7RC .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkkZ6LB7RC .dropdown-menu,
.cid-tkkZ6LB7RC .navbar.opened {
  background: #ffffff !important;
}
.cid-tkkZ6LB7RC .nav-item:focus,
.cid-tkkZ6LB7RC .nav-link:focus {
  outline: none;
}
.cid-tkkZ6LB7RC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkkZ6LB7RC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkkZ6LB7RC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkkZ6LB7RC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkkZ6LB7RC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkkZ6LB7RC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkkZ6LB7RC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkkZ6LB7RC .navbar.opened {
  transition: all 0.3s;
}
.cid-tkkZ6LB7RC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkkZ6LB7RC .navbar .navbar-logo img {
  width: auto;
}
.cid-tkkZ6LB7RC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkkZ6LB7RC .navbar.collapsed {
  justify-content: center;
}
.cid-tkkZ6LB7RC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkkZ6LB7RC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkkZ6LB7RC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkkZ6LB7RC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkkZ6LB7RC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkkZ6LB7RC .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-tkkZ6LB7RC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkkZ6LB7RC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkkZ6LB7RC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkkZ6LB7RC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkkZ6LB7RC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkkZ6LB7RC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkkZ6LB7RC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkkZ6LB7RC .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-tkkZ6LB7RC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkkZ6LB7RC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkkZ6LB7RC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkkZ6LB7RC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkkZ6LB7RC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkkZ6LB7RC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkkZ6LB7RC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkkZ6LB7RC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkkZ6LB7RC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkkZ6LB7RC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkkZ6LB7RC .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-tkkZ6LB7RC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkkZ6LB7RC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkkZ6LB7RC .dropdown-item.active,
.cid-tkkZ6LB7RC .dropdown-item:active {
  background-color: transparent;
}
.cid-tkkZ6LB7RC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkkZ6LB7RC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkkZ6LB7RC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkkZ6LB7RC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkkZ6LB7RC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkkZ6LB7RC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkkZ6LB7RC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkkZ6LB7RC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkkZ6LB7RC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkkZ6LB7RC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkkZ6LB7RC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkkZ6LB7RC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkZ6LB7RC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkkZ6LB7RC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkkZ6LB7RC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkZ6LB7RC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkkZ6LB7RC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkkZ6LB7RC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkkZ6LB7RC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkkZ6LB7RC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkkZ6LB7RC .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-tkkZ6LB7RC .navbar {
    height: 70px;
  }
  .cid-tkkZ6LB7RC .navbar.opened {
    height: auto;
  }
  .cid-tkkZ6LB7RC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkl3YIQlVz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tkl3YIQlVz .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkl3YIQlVz .mbr-text {
  color: #ffffff;
}
.cid-tkl65LgdH5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tkl65LgdH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkl65LgdH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkl65LgdH5 .mbr-section-title {
  color: #000000;
}
.cid-tkl65LgdH5 .mbr-text,
.cid-tkl65LgdH5 .mbr-section-btn {
  color: #fafafa;
}
.cid-tkl4JIXkGx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4JIXkGx .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4JIXkGx .mbr-text {
  color: #ffffff;
}
.cid-tkl4RDt9MN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4RDt9MN .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4RDt9MN .mbr-text {
  color: #ffffff;
}
.cid-tkl4RDt9MN .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4SUpb4Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4SUpb4Y .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4SUpb4Y .mbr-text {
  color: #ffffff;
}
.cid-tkl4SUpb4Y .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4TC48MN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4TC48MN .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4TC48MN .mbr-text {
  color: #ffffff;
}
.cid-tkl4TC48MN .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4UxX45m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4UxX45m .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4UxX45m .mbr-text {
  color: #ffffff;
}
.cid-tkl4UxX45m .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4WfrsyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4WfrsyJ .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4WfrsyJ .mbr-text {
  color: #ffffff;
}
.cid-tkl4WfrsyJ .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4X9U5rM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4X9U5rM .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4X9U5rM .mbr-text {
  color: #ffffff;
}
.cid-tkl4X9U5rM .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4YiBErW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4YiBErW .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkl4YiBErW .mbr-text {
  color: #ffffff;
}
.cid-tkl4YiBErW .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tkl4YTHYGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkl4YTHYGZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkl4YTHYGZ .mbr-text {
  color: #ffffff;
}
.cid-tkl4YTHYGZ .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tkNbwTzNN3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tkNbwTzNN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkNbwTzNN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkNbwTzNN3 .mbr-section-title {
  color: #000000;
}
.cid-tkNbwTzNN3 .mbr-text,
.cid-tkNbwTzNN3 .mbr-section-btn {
  color: #fafafa;
}
.cid-tkl3YKDGkK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkl3YKDGkK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkl3YKDGkK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkl3YKDGkK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkl3YKDGkK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkl3YKDGkK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkl3YKDGkK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkl3YKDGkK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkl3YKDGkK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkl3YKDGkK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkl3YKDGkK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkl3YKDGkK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkl3YKDGkK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkl3YKDGkK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkl3YKDGkK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkl3YLfsjS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkl3YLfsjS nav.navbar {
  position: fixed;
}
.cid-tkl3YLfsjS .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-tkl3YLfsjS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkl3YLfsjS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkl3YLfsjS .dropdown-item:hover,
.cid-tkl3YLfsjS .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkl3YLfsjS .dropdown-item:hover span {
  color: white;
}
.cid-tkl3YLfsjS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkl3YLfsjS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkl3YLfsjS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkl3YLfsjS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkl3YLfsjS .nav-link {
  position: relative;
}
.cid-tkl3YLfsjS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkl3YLfsjS .container {
    flex-wrap: nowrap;
  }
}
.cid-tkl3YLfsjS .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkl3YLfsjS .dropdown-menu,
.cid-tkl3YLfsjS .navbar.opened {
  background: #ffffff !important;
}
.cid-tkl3YLfsjS .nav-item:focus,
.cid-tkl3YLfsjS .nav-link:focus {
  outline: none;
}
.cid-tkl3YLfsjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkl3YLfsjS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkl3YLfsjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkl3YLfsjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkl3YLfsjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkl3YLfsjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkl3YLfsjS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkl3YLfsjS .navbar.opened {
  transition: all 0.3s;
}
.cid-tkl3YLfsjS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkl3YLfsjS .navbar .navbar-logo img {
  width: auto;
}
.cid-tkl3YLfsjS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkl3YLfsjS .navbar.collapsed {
  justify-content: center;
}
.cid-tkl3YLfsjS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkl3YLfsjS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkl3YLfsjS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkl3YLfsjS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkl3YLfsjS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkl3YLfsjS .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-tkl3YLfsjS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkl3YLfsjS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkl3YLfsjS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkl3YLfsjS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkl3YLfsjS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkl3YLfsjS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkl3YLfsjS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkl3YLfsjS .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-tkl3YLfsjS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkl3YLfsjS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkl3YLfsjS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkl3YLfsjS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkl3YLfsjS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkl3YLfsjS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkl3YLfsjS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkl3YLfsjS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkl3YLfsjS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkl3YLfsjS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkl3YLfsjS .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-tkl3YLfsjS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkl3YLfsjS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkl3YLfsjS .dropdown-item.active,
.cid-tkl3YLfsjS .dropdown-item:active {
  background-color: transparent;
}
.cid-tkl3YLfsjS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkl3YLfsjS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkl3YLfsjS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkl3YLfsjS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkl3YLfsjS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkl3YLfsjS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkl3YLfsjS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkl3YLfsjS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkl3YLfsjS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkl3YLfsjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkl3YLfsjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkl3YLfsjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkl3YLfsjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkl3YLfsjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkl3YLfsjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkl3YLfsjS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkl3YLfsjS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkl3YLfsjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkl3YLfsjS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkl3YLfsjS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkl3YLfsjS .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-tkl3YLfsjS .navbar {
    height: 70px;
  }
  .cid-tkl3YLfsjS .navbar.opened {
    height: auto;
  }
  .cid-tkl3YLfsjS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmC2ZikgMc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZikgMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmC2ZikgMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmC2ZikgMc .mbr-section-title {
  color: #ffffff;
}
.cid-tmC2ZikgMc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmC3RrAHh5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC3RrAHh5 .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC3RrAHh5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC3RrAHh5 .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC4711lQE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC4711lQE .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC4711lQE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC4711lQE .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC3QTQZpf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC3QTQZpf .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC3QTQZpf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC3QTQZpf .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZiHuGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZiHuGk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC2ZiHuGk .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZiHuGk .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZiXsy0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZiXsy0 .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC2ZiXsy0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC2ZiXsy0 .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC5Hz3Lva {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC5Hz3Lva .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC5Hz3Lva .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC5Hz3Lva .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjfV5l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZjfV5l .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjfV5l .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjfV5l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC5OShuGK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC5OShuGK .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC5OShuGK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC5OShuGK .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjyqGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZjyqGZ .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjyqGZ .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjyqGZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tmC7r39pFn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC7r39pFn .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC7r39pFn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC7r39pFn .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjQNum {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZjQNum .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZjQNum .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC2ZjQNum .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCavR8ORq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCavR8ORq .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCavR8ORq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCavR8ORq .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2Zk8lZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2Zk8lZX .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2Zk8lZX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC2Zk8lZX .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCb0Uznco {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCb0Uznco .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCb0Uznco .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCb0Uznco .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2ZksGfE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmC2ZksGfE .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmC2ZksGfE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmC2ZksGfE .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCct8rnef {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCct8rnef .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCct8rnef .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCct8rnef .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCcPEyLjI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCcPEyLjI .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCcPEyLjI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCcPEyLjI .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCcQlqecw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCcQlqecw .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCcQlqecw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCcQlqecw .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCcRfN7sO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCcRfN7sO .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCcRfN7sO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCcRfN7sO .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmC2Zl7P7j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tmC2Zl7P7j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tmC2Zl7P7j .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tmC2Zl7P7j .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tmC2Zl7P7j .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmC2Zl7P7j .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmC2Zl7P7j .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmC2Zl7P7j .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tmC2Zl7P7j .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmC2Zl7P7j .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmC2Zl7P7j .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tmC2Zl7P7j .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmC2Zl7P7j .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmC2Zl7P7j .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmC2Zl7P7j .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmC2ZlF26J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmC2ZlF26J nav.navbar {
  position: fixed;
}
.cid-tmC2ZlF26J .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-tmC2ZlF26J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmC2ZlF26J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmC2ZlF26J .dropdown-item:hover,
.cid-tmC2ZlF26J .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tmC2ZlF26J .dropdown-item:hover span {
  color: white;
}
.cid-tmC2ZlF26J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmC2ZlF26J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmC2ZlF26J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmC2ZlF26J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmC2ZlF26J .nav-link {
  position: relative;
}
.cid-tmC2ZlF26J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmC2ZlF26J .container {
    flex-wrap: nowrap;
  }
}
.cid-tmC2ZlF26J .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmC2ZlF26J .dropdown-menu,
.cid-tmC2ZlF26J .navbar.opened {
  background: #ffffff !important;
}
.cid-tmC2ZlF26J .nav-item:focus,
.cid-tmC2ZlF26J .nav-link:focus {
  outline: none;
}
.cid-tmC2ZlF26J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmC2ZlF26J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmC2ZlF26J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmC2ZlF26J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmC2ZlF26J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmC2ZlF26J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmC2ZlF26J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmC2ZlF26J .navbar.opened {
  transition: all 0.3s;
}
.cid-tmC2ZlF26J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmC2ZlF26J .navbar .navbar-logo img {
  width: auto;
}
.cid-tmC2ZlF26J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmC2ZlF26J .navbar.collapsed {
  justify-content: center;
}
.cid-tmC2ZlF26J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmC2ZlF26J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmC2ZlF26J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tmC2ZlF26J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmC2ZlF26J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmC2ZlF26J .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-tmC2ZlF26J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmC2ZlF26J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmC2ZlF26J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmC2ZlF26J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmC2ZlF26J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmC2ZlF26J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmC2ZlF26J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmC2ZlF26J .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-tmC2ZlF26J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmC2ZlF26J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmC2ZlF26J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmC2ZlF26J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmC2ZlF26J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmC2ZlF26J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmC2ZlF26J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmC2ZlF26J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmC2ZlF26J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmC2ZlF26J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmC2ZlF26J .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-tmC2ZlF26J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmC2ZlF26J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmC2ZlF26J .dropdown-item.active,
.cid-tmC2ZlF26J .dropdown-item:active {
  background-color: transparent;
}
.cid-tmC2ZlF26J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmC2ZlF26J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmC2ZlF26J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmC2ZlF26J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmC2ZlF26J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmC2ZlF26J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmC2ZlF26J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmC2ZlF26J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmC2ZlF26J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmC2ZlF26J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tmC2ZlF26J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmC2ZlF26J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmC2ZlF26J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmC2ZlF26J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmC2ZlF26J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmC2ZlF26J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmC2ZlF26J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmC2ZlF26J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmC2ZlF26J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmC2ZlF26J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmC2ZlF26J .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-tmC2ZlF26J .navbar {
    height: 70px;
  }
  .cid-tmC2ZlF26J .navbar.opened {
    height: auto;
  }
  .cid-tmC2ZlF26J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmCf5NYzGO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCf5NYzGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmCf5NYzGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmCf5NYzGO .mbr-section-title {
  color: #ffffff;
}
.cid-tmCf5NYzGO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmCf5OU5PX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCf5OU5PX .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCf5OU5PX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCf5OU5PX .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCf5XBOEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tmCf5XBOEZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tmCf5XBOEZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tmCf5XBOEZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tmCf5XBOEZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmCf5XBOEZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmCf5XBOEZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmCf5XBOEZ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tmCf5XBOEZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmCf5XBOEZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmCf5XBOEZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tmCf5XBOEZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmCf5XBOEZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmCf5XBOEZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmCf5XBOEZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmCf5YmOe7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmCf5YmOe7 nav.navbar {
  position: fixed;
}
.cid-tmCf5YmOe7 .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-tmCf5YmOe7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmCf5YmOe7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmCf5YmOe7 .dropdown-item:hover,
.cid-tmCf5YmOe7 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tmCf5YmOe7 .dropdown-item:hover span {
  color: white;
}
.cid-tmCf5YmOe7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmCf5YmOe7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmCf5YmOe7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmCf5YmOe7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmCf5YmOe7 .nav-link {
  position: relative;
}
.cid-tmCf5YmOe7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmCf5YmOe7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tmCf5YmOe7 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmCf5YmOe7 .dropdown-menu,
.cid-tmCf5YmOe7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tmCf5YmOe7 .nav-item:focus,
.cid-tmCf5YmOe7 .nav-link:focus {
  outline: none;
}
.cid-tmCf5YmOe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmCf5YmOe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmCf5YmOe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmCf5YmOe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmCf5YmOe7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmCf5YmOe7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmCf5YmOe7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmCf5YmOe7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tmCf5YmOe7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmCf5YmOe7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tmCf5YmOe7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmCf5YmOe7 .navbar.collapsed {
  justify-content: center;
}
.cid-tmCf5YmOe7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmCf5YmOe7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmCf5YmOe7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tmCf5YmOe7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmCf5YmOe7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmCf5YmOe7 .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-tmCf5YmOe7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmCf5YmOe7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmCf5YmOe7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmCf5YmOe7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmCf5YmOe7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmCf5YmOe7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmCf5YmOe7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmCf5YmOe7 .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-tmCf5YmOe7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmCf5YmOe7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmCf5YmOe7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmCf5YmOe7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmCf5YmOe7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmCf5YmOe7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmCf5YmOe7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmCf5YmOe7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmCf5YmOe7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmCf5YmOe7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmCf5YmOe7 .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-tmCf5YmOe7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmCf5YmOe7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmCf5YmOe7 .dropdown-item.active,
.cid-tmCf5YmOe7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tmCf5YmOe7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmCf5YmOe7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmCf5YmOe7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmCf5YmOe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmCf5YmOe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmCf5YmOe7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmCf5YmOe7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmCf5YmOe7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmCf5YmOe7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmCf5YmOe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tmCf5YmOe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmCf5YmOe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmCf5YmOe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmCf5YmOe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmCf5YmOe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmCf5YmOe7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmCf5YmOe7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmCf5YmOe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmCf5YmOe7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmCf5YmOe7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmCf5YmOe7 .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-tmCf5YmOe7 .navbar {
    height: 70px;
  }
  .cid-tmCf5YmOe7 .navbar.opened {
    height: auto;
  }
  .cid-tmCf5YmOe7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmCfngBfwy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCfngBfwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmCfngBfwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmCfngBfwy .mbr-section-title {
  color: #ffffff;
}
.cid-tmCfngBfwy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tmCfnhHzFu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tmCfnhHzFu .mbr-section-subtitle {
  color: #e43f3f;
  text-align: center;
}
.cid-tmCfnhHzFu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tmCfnhHzFu .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tmCfnig7nt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tmCfnig7nt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tmCfnig7nt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tmCfnig7nt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tmCfnig7nt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmCfnig7nt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmCfnig7nt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmCfnig7nt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tmCfnig7nt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmCfnig7nt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmCfnig7nt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tmCfnig7nt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmCfnig7nt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmCfnig7nt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmCfnig7nt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmCfnjbdP3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmCfnjbdP3 nav.navbar {
  position: fixed;
}
.cid-tmCfnjbdP3 .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-tmCfnjbdP3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmCfnjbdP3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmCfnjbdP3 .dropdown-item:hover,
.cid-tmCfnjbdP3 .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tmCfnjbdP3 .dropdown-item:hover span {
  color: white;
}
.cid-tmCfnjbdP3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmCfnjbdP3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmCfnjbdP3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmCfnjbdP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmCfnjbdP3 .nav-link {
  position: relative;
}
.cid-tmCfnjbdP3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmCfnjbdP3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tmCfnjbdP3 .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmCfnjbdP3 .dropdown-menu,
.cid-tmCfnjbdP3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tmCfnjbdP3 .nav-item:focus,
.cid-tmCfnjbdP3 .nav-link:focus {
  outline: none;
}
.cid-tmCfnjbdP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmCfnjbdP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmCfnjbdP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmCfnjbdP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmCfnjbdP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmCfnjbdP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmCfnjbdP3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmCfnjbdP3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tmCfnjbdP3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmCfnjbdP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tmCfnjbdP3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmCfnjbdP3 .navbar.collapsed {
  justify-content: center;
}
.cid-tmCfnjbdP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmCfnjbdP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmCfnjbdP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tmCfnjbdP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmCfnjbdP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmCfnjbdP3 .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-tmCfnjbdP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmCfnjbdP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmCfnjbdP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmCfnjbdP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmCfnjbdP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmCfnjbdP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmCfnjbdP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmCfnjbdP3 .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-tmCfnjbdP3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmCfnjbdP3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmCfnjbdP3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmCfnjbdP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmCfnjbdP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmCfnjbdP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmCfnjbdP3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmCfnjbdP3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmCfnjbdP3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmCfnjbdP3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmCfnjbdP3 .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-tmCfnjbdP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmCfnjbdP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmCfnjbdP3 .dropdown-item.active,
.cid-tmCfnjbdP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tmCfnjbdP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmCfnjbdP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmCfnjbdP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmCfnjbdP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmCfnjbdP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmCfnjbdP3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmCfnjbdP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmCfnjbdP3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmCfnjbdP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmCfnjbdP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tmCfnjbdP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmCfnjbdP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmCfnjbdP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmCfnjbdP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmCfnjbdP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmCfnjbdP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmCfnjbdP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmCfnjbdP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmCfnjbdP3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmCfnjbdP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmCfnjbdP3 .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-tmCfnjbdP3 .navbar {
    height: 70px;
  }
  .cid-tmCfnjbdP3 .navbar.opened {
    height: auto;
  }
  .cid-tmCfnjbdP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkhYYSBGeD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444c38;
}
.cid-tkhYYSBGeD .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkhYYSBGeD .mbr-text {
  color: #ffffff;
}
.cid-tkhZmsukqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #444c38;
}
.cid-tkhZmsukqn .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkhZmsukqn .mbr-text {
  color: #ffffff;
}
.cid-tkhZmYqQ3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #444c38;
}
.cid-tkhZmYqQ3i .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tkhZmYqQ3i .mbr-text {
  color: #ffffff;
}
.cid-tkkw9TFbp1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #444c38;
}
.cid-tkhYYTtuDo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444c38;
}
.cid-tkhYYTtuDo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkhYYTtuDo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkhYYTtuDo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkhYYTtuDo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkhYYTtuDo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkhYYTtuDo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkhYYTtuDo .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkhYYTtuDo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkhYYTtuDo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkhYYTtuDo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkhYYTtuDo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkhYYTtuDo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkhYYTtuDo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkhYYTtuDo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkhYYU5j1V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkhYYU5j1V nav.navbar {
  position: fixed;
}
.cid-tkhYYU5j1V .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-tkhYYU5j1V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkhYYU5j1V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkhYYU5j1V .dropdown-item:hover,
.cid-tkhYYU5j1V .dropdown-item:focus {
  background: #444c38 !important;
  color: white !important;
}
.cid-tkhYYU5j1V .dropdown-item:hover span {
  color: white;
}
.cid-tkhYYU5j1V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkhYYU5j1V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkhYYU5j1V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkhYYU5j1V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkhYYU5j1V .nav-link {
  position: relative;
}
.cid-tkhYYU5j1V .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkhYYU5j1V .container {
    flex-wrap: nowrap;
  }
}
.cid-tkhYYU5j1V .iconfont-wrapper {
  color: #444c38 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkhYYU5j1V .dropdown-menu,
.cid-tkhYYU5j1V .navbar.opened {
  background: #ffffff !important;
}
.cid-tkhYYU5j1V .nav-item:focus,
.cid-tkhYYU5j1V .nav-link:focus {
  outline: none;
}
.cid-tkhYYU5j1V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkhYYU5j1V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkhYYU5j1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkhYYU5j1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkhYYU5j1V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkhYYU5j1V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkhYYU5j1V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkhYYU5j1V .navbar.opened {
  transition: all 0.3s;
}
.cid-tkhYYU5j1V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkhYYU5j1V .navbar .navbar-logo img {
  width: auto;
}
.cid-tkhYYU5j1V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkhYYU5j1V .navbar.collapsed {
  justify-content: center;
}
.cid-tkhYYU5j1V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkhYYU5j1V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkhYYU5j1V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkhYYU5j1V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkhYYU5j1V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkhYYU5j1V .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-tkhYYU5j1V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkhYYU5j1V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkhYYU5j1V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkhYYU5j1V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkhYYU5j1V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkhYYU5j1V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkhYYU5j1V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkhYYU5j1V .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-tkhYYU5j1V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkhYYU5j1V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkhYYU5j1V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkhYYU5j1V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkhYYU5j1V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkhYYU5j1V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkhYYU5j1V .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkhYYU5j1V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkhYYU5j1V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkhYYU5j1V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkhYYU5j1V .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-tkhYYU5j1V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkhYYU5j1V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkhYYU5j1V .dropdown-item.active,
.cid-tkhYYU5j1V .dropdown-item:active {
  background-color: transparent;
}
.cid-tkhYYU5j1V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkhYYU5j1V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkhYYU5j1V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkhYYU5j1V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkhYYU5j1V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkhYYU5j1V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkhYYU5j1V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkhYYU5j1V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkhYYU5j1V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkhYYU5j1V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tkhYYU5j1V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkhYYU5j1V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhYYU5j1V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkhYYU5j1V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkhYYU5j1V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhYYU5j1V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkhYYU5j1V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkhYYU5j1V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkhYYU5j1V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkhYYU5j1V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkhYYU5j1V .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-tkhYYU5j1V .navbar {
    height: 70px;
  }
  .cid-tkhYYU5j1V .navbar.opened {
    height: auto;
  }
  .cid-tkhYYU5j1V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
